Trace number 4254220

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-07-26)OPT2 31.0263 21.729401

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-11.xml
MD5SUM21068963a9b1e3aa386cc6eac6ce07b0
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.19996101
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints165
Number of domains1
Minimum domain size55
Maximum domain size55
Distribution of domain sizes[{"size":55,"count":55}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":66},{"degree":10,"count":55}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":165}]
Number of extensional constraints0
Number of intensional constraints165
Distribution of constraint types[{"type":"intension","count":165}]
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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4254220-1501985343.xml"  -tl '264s' -p 1 -x 0
0.00/0.29	c [HOME/instance-4254220-1501985343.xml, -tl, 264s, -p, 1, -x, 0]
0.00/0.35	c simple solver
0.00/0.41	c parse instance...
28.53/19.96	c solve instance...
30.40/21.32	o 3 
30.40/21.34	o 2 
30.97/21.71	s OPTIMUM FOUND
30.97/21.71	v <instantiation>
30.97/21.71	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[0][10] 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[1][10] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[6][7] x[6][8] x[6][9] x[6][10] x[7][8] x[7][9] x[7][10] x[8][9] x[8][10] x[9][10] </list>
30.97/21.71	v 	<values>0 1 2 0 1 0 1 0 2 1 0 0 2 0 1 1 1 0 1 1 0 2 1 0 1 2 0 0 2 0 1 0 1 1 0 1 1 1 0 1 2 0 1 1 0 0 2 1 0 0 0 2 2 0 0 </values>
30.97/21.71	v </instantiation>

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4254220-1501985343/watcher-4254220-1501985343 -o /tmp/evaluation-result-4254220-1501985343/solver-4254220-1501985343 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501978181-12403 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1875253411 HOME/instance-4254220-1501985343.xml 

pid=19114
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.53 1.71 1.91 3/199 19117
/proc/meminfo: memFree=31457524/32770624 swapFree=0/322940
[pid=19117] ppid=19114 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (runsolver) D 19114 19117 12039 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 98187495 24240128 108 18446744073709551615 4194304 4338465 140727228563488 140727228561128 139739035894487 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 29585408 140727228571746 140727228572236 140727228572236 140727228575690 0
/proc/19117/statm: 5918 108 54 36 0 2156 0

[startup+0.100112 s]
/proc/loadavg: 1.53 1.71 1.91 3/199 19117
/proc/meminfo: memFree=31457524/32770624 swapFree=0/322940
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200262 s]
/proc/loadavg: 1.53 1.71 1.91 3/199 19117
/proc/meminfo: memFree=31457524/32770624 swapFree=0/322940
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300197 s]
/proc/loadavg: 1.53 1.71 1.91 3/199 19117
/proc/meminfo: memFree=31457524/32770624 swapFree=0/322940
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700216 s]
/proc/loadavg: 1.53 1.71 1.91 3/199 19117
/proc/meminfo: memFree=31457524/32770624 swapFree=0/322940
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50067 s]
/proc/loadavg: 1.53 1.71 1.91 3/215 19133
/proc/meminfo: memFree=31366324/32770624 swapFree=0/322940
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
[pid=19119] ppid=19117 vsize=13980732 CPUtime=1.9 cores=1,3,5,7
/proc/19119/stat : 19119 (java) S 19117 19117 12039 0 -1 1077944320 12462 0 0 0 183 7 0 0 20 0 15 0 98187503 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 140731100378480 139761907490551 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
/proc/19119/statm: 3495183 40226 3162 1 0 3483476 0
[pid=19119/tid=19120] ppid=19117 vsize=13980732 CPUtime=1.33 cores=1,3,5,7
/proc/19119/task/19120/stat : 19120 (java) R 19117 19117 12039 0 -1 4202560 8556 0 0 0 128 5 0 0 20 0 15 0 98187503 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139761911728616 139761544018320 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19121] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19121/stat : 19121 (java) S 19117 19117 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98187504 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139761864456464 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19122] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19122/stat : 19122 (java) S 19117 19117 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98187504 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139761863403920 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19123] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19123/stat : 19123 (java) S 19117 19117 12039 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98187504 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139761862351376 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19124] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19124/stat : 19124 (java) S 19117 19117 12039 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98187504 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139761861298832 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19125] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19125/stat : 19125 (java) S 19117 19117 12039 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98187505 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139760891046384 139761907501698 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19126] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19126/stat : 19126 (java) S 19117 19117 12039 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139760889992608 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19127] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19127/stat : 19127 (java) S 19117 19117 12039 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139760888940016 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19128] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19128/stat : 19128 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187508 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139760887888592 139761907509147 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19129] ppid=19117 vsize=13980732 CPUtime=0.15 cores=1,3,5,7
/proc/19119/task/19129/stat : 19129 (java) S 19117 19117 12039 0 -1 1077944384 998 0 0 0 15 0 0 0 20 0 15 0 98187508 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139760886835184 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19130] ppid=19117 vsize=13980732 CPUtime=0.15 cores=1,3,5,7
/proc/19119/task/19130/stat : 19130 (java) S 19117 19117 12039 0 -1 1077944384 373 0 0 0 15 0 0 0 20 0 15 0 98187508 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139760885782640 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19131] ppid=19117 vsize=13980732 CPUtime=0.23 cores=1,3,5,7
/proc/19119/task/19131/stat : 19131 (java) S 19117 19117 12039 0 -1 1077944384 1227 0 0 0 23 0 0 0 20 0 15 0 98187508 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139760884730096 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19132] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19132/stat : 19132 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187509 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139760883677792 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19133] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19133/stat : 19133 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187515 14316269568 40226 18446744073709551615 4194304 4196468 140731100395936 139760882625328 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13990244

[startup+3.10066 s]
/proc/loadavg: 1.57 1.71 1.91 3/215 19133
/proc/meminfo: memFree=31201492/32770624 swapFree=0/322940
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
[pid=19119] ppid=19117 vsize=13980732 CPUtime=4.02 cores=1,3,5,7
/proc/19119/stat : 19119 (java) S 19117 19117 12039 0 -1 1077944320 15034 0 0 0 365 37 0 0 20 0 15 0 98187503 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 140731100378480 139761907490551 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
/proc/19119/statm: 3495183 98882 3190 1 0 3483476 0
[pid=19119/tid=19120] ppid=19117 vsize=13980732 CPUtime=2.75 cores=1,3,5,7
/proc/19119/task/19120/stat : 19120 (java) R 19117 19117 12039 0 -1 4202560 9187 0 0 0 270 5 0 0 20 0 15 0 98187503 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139761911728672 139761544018355 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19121] ppid=19117 vsize=13980732 CPUtime=0.16 cores=1,3,5,7
/proc/19119/task/19121/stat : 19121 (java) S 19117 19117 12039 0 -1 1077944384 227 0 0 0 9 7 0 0 20 0 15 0 98187504 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139761864456464 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19122] ppid=19117 vsize=13980732 CPUtime=0.16 cores=1,3,5,7
/proc/19119/task/19122/stat : 19122 (java) S 19117 19117 12039 0 -1 1077944384 208 0 0 0 9 7 0 0 20 0 15 0 98187504 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139761863403920 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19123] ppid=19117 vsize=13980732 CPUtime=0.16 cores=1,3,5,7
/proc/19119/task/19123/stat : 19123 (java) S 19117 19117 12039 0 -1 1077944384 409 0 0 0 9 7 0 0 20 0 15 0 98187504 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139761862351376 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19124] ppid=19117 vsize=13980732 CPUtime=0.16 cores=1,3,5,7
/proc/19119/task/19124/stat : 19124 (java) S 19117 19117 12039 0 -1 1077944384 410 0 0 0 9 7 0 0 20 0 15 0 98187504 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139761861298832 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19125] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19125/stat : 19125 (java) S 19117 19117 12039 0 -1 1077944384 277 0 0 0 0 0 0 0 20 0 15 0 98187505 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139760891046384 139761907501698 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19126] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19126/stat : 19126 (java) S 19117 19117 12039 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139760889992608 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19127] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19127/stat : 19127 (java) S 19117 19117 12039 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139760888940016 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19128] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19128/stat : 19128 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187508 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139760887888592 139761907509147 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19129] ppid=19117 vsize=13980732 CPUtime=0.15 cores=1,3,5,7
/proc/19119/task/19129/stat : 19129 (java) S 19117 19117 12039 0 -1 1077944384 999 0 0 0 15 0 0 0 20 0 15 0 98187508 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139760886835184 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19130] ppid=19117 vsize=13980732 CPUtime=0.15 cores=1,3,5,7
/proc/19119/task/19130/stat : 19130 (java) S 19117 19117 12039 0 -1 1077944384 376 0 0 0 15 0 0 0 20 0 15 0 98187508 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139760885782640 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19131] ppid=19117 vsize=13980732 CPUtime=0.25 cores=1,3,5,7
/proc/19119/task/19131/stat : 19131 (java) S 19117 19117 12039 0 -1 1077944384 1587 0 0 0 25 0 0 0 20 0 15 0 98187508 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139760884730096 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19132] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19132/stat : 19132 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187509 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139760883677792 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19133] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19133/stat : 19133 (java) S 19117 19117 12039 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 98187515 14316269568 98882 18446744073709551615 4194304 4196468 140731100395936 139760882625328 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 13990244

[startup+6.30069 s]
/proc/loadavg: 1.57 1.71 1.91 3/215 19133
/proc/meminfo: memFree=30705128/32770624 swapFree=0/322972
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
[pid=19119] ppid=19117 vsize=13980732 CPUtime=8.4 cores=1,3,5,7
/proc/19119/stat : 19119 (java) S 19117 19117 12039 0 -1 1077944320 32989 0 0 0 774 66 0 0 20 0 15 0 98187503 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 140731100378480 139761907490551 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
/proc/19119/statm: 3495183 191010 3205 1 0 3483476 0
[pid=19119/tid=19120] ppid=19117 vsize=13980732 CPUtime=4.8 cores=1,3,5,7
/proc/19119/task/19120/stat : 19120 (java) R 19117 19117 12039 0 -1 4202560 9337 0 0 0 473 7 0 0 20 0 15 0 98187503 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139761911729008 139761544018320 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19121] ppid=19117 vsize=13980732 CPUtime=0.54 cores=1,3,5,7
/proc/19119/task/19121/stat : 19121 (java) S 19117 19117 12039 0 -1 1077944384 4009 0 0 0 41 13 0 0 20 0 15 0 98187504 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139761864456464 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19122] ppid=19117 vsize=13980732 CPUtime=0.54 cores=1,3,5,7
/proc/19119/task/19122/stat : 19122 (java) S 19117 19117 12039 0 -1 1077944384 4112 0 0 0 40 14 0 0 20 0 15 0 98187504 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139761863403920 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19123] ppid=19117 vsize=13980732 CPUtime=0.54 cores=1,3,5,7
/proc/19119/task/19123/stat : 19123 (java) S 19117 19117 12039 0 -1 1077944384 4500 0 0 0 40 14 0 0 20 0 15 0 98187504 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139761862351376 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19124] ppid=19117 vsize=13980732 CPUtime=0.55 cores=1,3,5,7
/proc/19119/task/19124/stat : 19124 (java) S 19117 19117 12039 0 -1 1077944384 3801 0 0 0 41 14 0 0 20 0 15 0 98187504 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139761861298832 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19125] ppid=19117 vsize=13980732 CPUtime=0.76 cores=1,3,5,7
/proc/19119/task/19125/stat : 19125 (java) S 19117 19117 12039 0 -1 1077944384 2400 0 0 0 76 0 0 0 20 0 15 0 98187505 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139760891046384 139761907501698 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19126] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19126/stat : 19126 (java) S 19117 19117 12039 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139760889992608 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19127] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19127/stat : 19127 (java) S 19117 19117 12039 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139760888940016 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19128] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19128/stat : 19128 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187508 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139760887888592 139761907509147 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19129] ppid=19117 vsize=13980732 CPUtime=0.15 cores=1,3,5,7
/proc/19119/task/19129/stat : 19129 (java) S 19117 19117 12039 0 -1 1077944384 999 0 0 0 15 0 0 0 20 0 15 0 98187508 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139760886835184 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19130] ppid=19117 vsize=13980732 CPUtime=0.17 cores=1,3,5,7
/proc/19119/task/19130/stat : 19130 (java) S 19117 19117 12039 0 -1 1077944384 675 0 0 0 17 0 0 0 20 0 15 0 98187508 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139760885782640 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19131] ppid=19117 vsize=13980732 CPUtime=0.26 cores=1,3,5,7
/proc/19119/task/19131/stat : 19131 (java) S 19117 19117 12039 0 -1 1077944384 1744 0 0 0 26 0 0 0 20 0 15 0 98187508 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139760884730096 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19132] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19132/stat : 19132 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187509 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139760883677792 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19133] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19133/stat : 19133 (java) S 19117 19117 12039 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 98187515 14316269568 191010 18446744073709551615 4194304 4196468 140731100395936 139760882625328 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 13990244

[startup+12.7007 s]
/proc/loadavg: 1.63 1.72 1.91 3/215 19134
/proc/meminfo: memFree=30111992/32770624 swapFree=0/322980
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
[pid=19119] ppid=19117 vsize=13980732 CPUtime=17.06 cores=1,3,5,7
/proc/19119/stat : 19119 (java) S 19117 19117 12039 0 -1 1077944320 51544 0 0 0 1575 131 0 0 20 0 15 0 98187503 14316269568 338537 18446744073709551615 4194304 4196468 140731100395936 140731100378480 139761907490551 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
/proc/19119/statm: 3495183 338537 3207 1 0 3483476 0
[pid=19119/tid=19120] ppid=19117 vsize=13980732 CPUtime=9.98 cores=1,3,5,7
/proc/19119/task/19120/stat : 19120 (java) R 19117 19117 12039 0 -1 4202560 9809 0 0 0 991 7 0 0 20 0 15 0 98187503 14316269568 338537 18446744073709551615 4194304 4196468 140731100395936 139761911725760 139761544018348 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19121] ppid=19117 vsize=13980732 CPUtime=1.28 cores=1,3,5,7
/proc/19119/task/19121/stat : 19121 (java) S 19117 19117 12039 0 -1 1077944384 11247 0 0 0 99 29 0 0 20 0 15 0 98187504 14316269568 338537 18446744073709551615 4194304 4196468 140731100395936 139761864456464 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19122] ppid=19117 vsize=13980732 CPUtime=1.27 cores=1,3,5,7
/proc/19119/task/19122/stat : 19122 (java) S 19117 19117 12039 0 -1 1077944384 7035 0 0 0 98 29 0 0 20 0 15 0 98187504 14316269568 338537 18446744073709551615 4194304 4196468 140731100395936 139761863403920 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0

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

/proc/19119/task/19131/stat : 19131 (java) S 19117 19117 12039 0 -1 1077944384 2818 0 0 0 32 1 0 0 20 0 15 0 98187508 14316269568 625072 18446744073709551615 4194304 4196468 140731100395936 139760884730096 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19132] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19132/stat : 19132 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187509 14316269568 625072 18446744073709551615 4194304 4196468 140731100395936 139760883677792 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19133] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19133/stat : 19133 (java) S 19117 19117 12039 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 98187515 14316269568 625072 18446744073709551615 4194304 4196468 140731100395936 139760882625328 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
Current children cumulated CPU time (s) 27.82
Current children cumulated vsize (KiB) 13990244

[startup+20.8007 s]
/proc/loadavg: 1.66 1.72 1.91 3/215 19135
/proc/meminfo: memFree=28957544/32770624 swapFree=0/322968
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
[pid=19119] ppid=19117 vsize=13980732 CPUtime=29.87 cores=1,3,5,7
/proc/19119/stat : 19119 (java) S 19117 19117 12039 0 -1 1077944320 71526 0 0 0 2732 255 0 0 20 0 15 0 98187503 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 140731100378480 139761907490551 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
/proc/19119/statm: 3495183 627179 3231 1 0 3483476 0
[pid=19119/tid=19120] ppid=19117 vsize=13980732 CPUtime=14.92 cores=1,3,5,7
/proc/19119/task/19120/stat : 19120 (java) R 19117 19117 12039 0 -1 4202560 19783 0 0 0 1483 9 0 0 20 0 15 0 98187503 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139761911726920 139761545094716 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19121] ppid=19117 vsize=13980732 CPUtime=2.69 cores=1,3,5,7
/proc/19119/task/19121/stat : 19121 (java) S 19117 19117 12039 0 -1 1077944384 12317 0 0 0 208 61 0 0 20 0 15 0 98187504 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139761864456464 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19122] ppid=19117 vsize=13980732 CPUtime=2.68 cores=1,3,5,7
/proc/19119/task/19122/stat : 19122 (java) S 19117 19117 12039 0 -1 1077944384 7974 0 0 0 210 58 0 0 20 0 15 0 98187504 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139761863403920 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19123] ppid=19117 vsize=13980732 CPUtime=2.7 cores=1,3,5,7
/proc/19119/task/19123/stat : 19123 (java) S 19117 19117 12039 0 -1 1077944384 9066 0 0 0 207 63 0 0 20 0 15 0 98187504 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139761862351376 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19124] ppid=19117 vsize=13980732 CPUtime=2.69 cores=1,3,5,7
/proc/19119/task/19124/stat : 19124 (java) S 19117 19117 12039 0 -1 1077944384 7810 0 0 0 212 57 0 0 20 0 15 0 98187504 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139761861298832 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19125] ppid=19117 vsize=13980732 CPUtime=2.97 cores=1,3,5,7
/proc/19119/task/19125/stat : 19125 (java) S 19117 19117 12039 0 -1 1077944384 5676 0 0 0 297 0 0 0 20 0 15 0 98187505 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139760891046384 139761907501698 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19126] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19126/stat : 19126 (java) S 19117 19117 12039 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139760889992608 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19127] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19127/stat : 19127 (java) S 19117 19117 12039 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139760888940016 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19128] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19128/stat : 19128 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187508 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139760887888592 139761907509147 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19129] ppid=19117 vsize=13980732 CPUtime=0.37 cores=1,3,5,7
/proc/19119/task/19129/stat : 19129 (java) S 19117 19117 12039 0 -1 1077944384 2305 0 0 0 36 1 0 0 20 0 15 0 98187508 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139760886835184 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19130] ppid=19117 vsize=13980732 CPUtime=0.37 cores=1,3,5,7
/proc/19119/task/19130/stat : 19130 (java) S 19117 19117 12039 0 -1 1077944384 1785 0 0 0 37 0 0 0 20 0 15 0 98187508 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139760885782640 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19131] ppid=19117 vsize=13980732 CPUtime=0.39 cores=1,3,5,7
/proc/19119/task/19131/stat : 19131 (java) S 19117 19117 12039 0 -1 1077944384 3377 0 0 0 38 1 0 0 20 0 15 0 98187508 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139760884730096 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19132] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19132/stat : 19132 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187509 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139760883677792 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19133] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19133/stat : 19133 (java) S 19117 19117 12039 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 98187515 14316269568 627179 18446744073709551615 4194304 4196468 140731100395936 139760882625328 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
Current children cumulated CPU time (s) 29.87
Current children cumulated vsize (KiB) 13990244

[startup+21.2007 s]
/proc/loadavg: 1.66 1.72 1.91 9/216 19169
/proc/meminfo: memFree=29090944/32770624 swapFree=0/322972
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
[pid=19119] ppid=19117 vsize=13980732 CPUtime=30.28 cores=1,3,5,7
/proc/19119/stat : 19119 (java) S 19117 19117 12039 0 -1 1077944320 71609 0 0 0 2773 255 0 0 20 0 15 0 98187503 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 140731100378480 139761907490551 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
/proc/19119/statm: 3495183 627181 3231 1 0 3483476 0
[pid=19119/tid=19120] ppid=19117 vsize=13980732 CPUtime=15.32 cores=1,3,5,7
/proc/19119/task/19120/stat : 19120 (java) R 19117 19117 12039 0 -1 4202560 19866 0 0 0 1523 9 0 0 20 0 15 0 98187503 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139761911729880 139761544933393 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19121] ppid=19117 vsize=13980732 CPUtime=2.69 cores=1,3,5,7
/proc/19119/task/19121/stat : 19121 (java) S 19117 19117 12039 0 -1 1077944384 12317 0 0 0 208 61 0 0 20 0 15 0 98187504 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139761864456464 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19122] ppid=19117 vsize=13980732 CPUtime=2.68 cores=1,3,5,7
/proc/19119/task/19122/stat : 19122 (java) S 19117 19117 12039 0 -1 1077944384 7974 0 0 0 210 58 0 0 20 0 15 0 98187504 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139761863403920 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19123] ppid=19117 vsize=13980732 CPUtime=2.7 cores=1,3,5,7
/proc/19119/task/19123/stat : 19123 (java) S 19117 19117 12039 0 -1 1077944384 9066 0 0 0 207 63 0 0 20 0 15 0 98187504 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139761862351376 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19124] ppid=19117 vsize=13980732 CPUtime=2.69 cores=1,3,5,7
/proc/19119/task/19124/stat : 19124 (java) S 19117 19117 12039 0 -1 1077944384 7810 0 0 0 212 57 0 0 20 0 15 0 98187504 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139761861298832 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19125] ppid=19117 vsize=13980732 CPUtime=2.97 cores=1,3,5,7
/proc/19119/task/19125/stat : 19125 (java) S 19117 19117 12039 0 -1 1077944384 5676 0 0 0 297 0 0 0 20 0 15 0 98187505 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139760891046384 139761907501698 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19126] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19126/stat : 19126 (java) S 19117 19117 12039 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139760889992608 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19127] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19127/stat : 19127 (java) S 19117 19117 12039 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139760888940016 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19128] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19128/stat : 19128 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187508 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139760887888592 139761907509147 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19129] ppid=19117 vsize=13980732 CPUtime=0.37 cores=1,3,5,7
/proc/19119/task/19129/stat : 19129 (java) S 19117 19117 12039 0 -1 1077944384 2305 0 0 0 36 1 0 0 20 0 15 0 98187508 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139760886835184 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19130] ppid=19117 vsize=13980732 CPUtime=0.37 cores=1,3,5,7
/proc/19119/task/19130/stat : 19130 (java) S 19117 19117 12039 0 -1 1077944384 1785 0 0 0 37 0 0 0 20 0 15 0 98187508 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139760885782640 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19131] ppid=19117 vsize=13980732 CPUtime=0.39 cores=1,3,5,7
/proc/19119/task/19131/stat : 19131 (java) S 19117 19117 12039 0 -1 1077944384 3377 0 0 0 38 1 0 0 20 0 15 0 98187508 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139760884730096 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19132] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19132/stat : 19132 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187509 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139760883677792 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19133] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19133/stat : 19133 (java) S 19117 19117 12039 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 98187515 14316269568 627181 18446744073709551615 4194304 4196468 140731100395936 139760882625328 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
Current children cumulated CPU time (s) 30.28
Current children cumulated vsize (KiB) 13990244

[startup+21.6007 s]
/proc/loadavg: 1.66 1.72 1.91 9/216 19169
/proc/meminfo: memFree=29090944/32770624 swapFree=0/322972
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
[pid=19119] ppid=19117 vsize=13980732 CPUtime=30.82 cores=1,3,5,7
/proc/19119/stat : 19119 (java) S 19117 19117 12039 0 -1 1077944320 71932 0 0 0 2827 255 0 0 20 0 15 0 98187503 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 140731100378480 139761907490551 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
/proc/19119/statm: 3495183 627350 3232 1 0 3483476 0
[pid=19119/tid=19120] ppid=19117 vsize=13980732 CPUtime=15.71 cores=1,3,5,7
/proc/19119/task/19120/stat : 19120 (java) R 19117 19117 12039 0 -1 4202560 20037 0 0 0 1562 9 0 0 20 0 15 0 98187503 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139761911727456 139761544933369 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19121] ppid=19117 vsize=13980732 CPUtime=2.69 cores=1,3,5,7
/proc/19119/task/19121/stat : 19121 (java) S 19117 19117 12039 0 -1 1077944384 12317 0 0 0 208 61 0 0 20 0 15 0 98187504 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139761864456464 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19122] ppid=19117 vsize=13980732 CPUtime=2.68 cores=1,3,5,7
/proc/19119/task/19122/stat : 19122 (java) S 19117 19117 12039 0 -1 1077944384 7974 0 0 0 210 58 0 0 20 0 15 0 98187504 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139761863403920 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19123] ppid=19117 vsize=13980732 CPUtime=2.7 cores=1,3,5,7
/proc/19119/task/19123/stat : 19123 (java) S 19117 19117 12039 0 -1 1077944384 9066 0 0 0 207 63 0 0 20 0 15 0 98187504 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139761862351376 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19124] ppid=19117 vsize=13980732 CPUtime=2.69 cores=1,3,5,7
/proc/19119/task/19124/stat : 19124 (java) S 19117 19117 12039 0 -1 1077944384 7810 0 0 0 212 57 0 0 20 0 15 0 98187504 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139761861298832 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19125] ppid=19117 vsize=13980732 CPUtime=2.97 cores=1,3,5,7
/proc/19119/task/19125/stat : 19125 (java) S 19117 19117 12039 0 -1 1077944384 5676 0 0 0 297 0 0 0 20 0 15 0 98187505 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139760891046384 139761907501698 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19126] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19126/stat : 19126 (java) S 19117 19117 12039 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139760889992608 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19127] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19127/stat : 19127 (java) S 19117 19117 12039 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139760888940016 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19128] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19128/stat : 19128 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187508 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139760887888592 139761907509147 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19129] ppid=19117 vsize=13980732 CPUtime=0.41 cores=1,3,5,7
/proc/19119/task/19129/stat : 19129 (java) S 19117 19117 12039 0 -1 1077944384 2316 0 0 0 40 1 0 0 20 0 15 0 98187508 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139760886835184 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19130] ppid=19117 vsize=13980732 CPUtime=0.46 cores=1,3,5,7
/proc/19119/task/19130/stat : 19130 (java) S 19117 19117 12039 0 -1 1077944384 1905 0 0 0 46 0 0 0 20 0 15 0 98187508 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139760885782640 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19131] ppid=19117 vsize=13980732 CPUtime=0.41 cores=1,3,5,7
/proc/19119/task/19131/stat : 19131 (java) S 19117 19117 12039 0 -1 1077944384 3398 0 0 0 40 1 0 0 20 0 15 0 98187508 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139760884730096 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19132] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19132/stat : 19132 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187509 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139760883677792 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19133] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19133/stat : 19133 (java) S 19117 19117 12039 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 98187515 14316269568 627350 18446744073709551615 4194304 4196468 140731100395936 139760882625328 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
Current children cumulated CPU time (s) 30.82
Current children cumulated vsize (KiB) 13990244

[startup+21.7007 s]
/proc/loadavg: 1.66 1.72 1.91 9/216 19169
/proc/meminfo: memFree=29090944/32770624 swapFree=0/322972
[pid=19117] ppid=19114 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/19117/stat : 19117 (xcsp3-exec) S 19114 19117 12039 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 98187495 9740288 345 18446744073709551615 4194304 5098028 140731764862560 140731764860664 140430901301884 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 20299776 140731764867489 140731764867693 140731764867693 140731764871147 0
/proc/19117/statm: 2378 345 289 221 0 87 0
[pid=19119] ppid=19117 vsize=13980732 CPUtime=30.97 cores=1,3,5,7
/proc/19119/stat : 19119 (java) S 19117 19117 12039 0 -1 1077944320 71947 0 0 0 2842 255 0 0 20 0 15 0 98187503 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 140731100378480 139761907490551 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
/proc/19119/statm: 3495183 627364 3232 1 0 3483476 0
[pid=19119/tid=19120] ppid=19117 vsize=13980732 CPUtime=15.81 cores=1,3,5,7
/proc/19119/task/19120/stat : 19120 (java) R 19117 19117 12039 0 -1 4202560 20037 0 0 0 1572 9 0 0 20 0 15 0 98187503 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139761911727456 139761545277182 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19121] ppid=19117 vsize=13980732 CPUtime=2.69 cores=1,3,5,7
/proc/19119/task/19121/stat : 19121 (java) S 19117 19117 12039 0 -1 1077944384 12317 0 0 0 208 61 0 0 20 0 15 0 98187504 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139761864456464 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19122] ppid=19117 vsize=13980732 CPUtime=2.68 cores=1,3,5,7
/proc/19119/task/19122/stat : 19122 (java) S 19117 19117 12039 0 -1 1077944384 7974 0 0 0 210 58 0 0 20 0 15 0 98187504 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139761863403920 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19123] ppid=19117 vsize=13980732 CPUtime=2.7 cores=1,3,5,7
/proc/19119/task/19123/stat : 19123 (java) S 19117 19117 12039 0 -1 1077944384 9066 0 0 0 207 63 0 0 20 0 15 0 98187504 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139761862351376 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19124] ppid=19117 vsize=13980732 CPUtime=2.69 cores=1,3,5,7
/proc/19119/task/19124/stat : 19124 (java) S 19117 19117 12039 0 -1 1077944384 7810 0 0 0 212 57 0 0 20 0 15 0 98187504 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139761861298832 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19125] ppid=19117 vsize=13980732 CPUtime=2.97 cores=1,3,5,7
/proc/19119/task/19125/stat : 19125 (java) S 19117 19117 12039 0 -1 1077944384 5676 0 0 0 297 0 0 0 20 0 15 0 98187505 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139760891046384 139761907501698 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19126] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19126/stat : 19126 (java) S 19117 19117 12039 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139760889992608 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19127] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19127/stat : 19127 (java) S 19117 19117 12039 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 98187506 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139760888940016 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19128] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19128/stat : 19128 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187508 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139760887888592 139761907509147 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19129] ppid=19117 vsize=13980732 CPUtime=0.41 cores=1,3,5,7
/proc/19119/task/19129/stat : 19129 (java) S 19117 19117 12039 0 -1 1077944384 2318 0 0 0 40 1 0 0 20 0 15 0 98187508 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139760886835184 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19130] ppid=19117 vsize=13980732 CPUtime=0.5 cores=1,3,5,7
/proc/19119/task/19130/stat : 19130 (java) S 19117 19117 12039 0 -1 1077944384 1917 0 0 0 50 0 0 0 20 0 15 0 98187508 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139760885782640 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19131] ppid=19117 vsize=13980732 CPUtime=0.42 cores=1,3,5,7
/proc/19119/task/19131/stat : 19131 (java) S 19117 19117 12039 0 -1 1077944384 3399 0 0 0 41 1 0 0 20 0 15 0 98187508 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139760884730096 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19132] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19132/stat : 19132 (java) S 19117 19117 12039 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98187509 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139760883677792 139761907500757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
[pid=19119/tid=19133] ppid=19117 vsize=13980732 CPUtime=0 cores=1,3,5,7
/proc/19119/task/19133/stat : 19133 (java) S 19117 19117 12039 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 98187515 14316269568 627364 18446744073709551615 4194304 4196468 140731100395936 139760882625328 139761907501698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 9842688 140731100402138 140731100402313 140731100402313 140731100405711 0
Current children cumulated CPU time (s) 30.97
Current children cumulated vsize (KiB) 13990244

Child status: 0
Real time (s): 21.7294
CPU time (s): 31.0263
CPU user time (s): 28.45
CPU system time (s): 2.5763
CPU usage (%): 142.785
Max. virtual memory (cumulated for all children) (KiB): 13990244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.45
system time used= 2.57631
maximum resident set size= 2509840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72540
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= 3247
involuntary context switches= 150

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.084646 second user time and 0.161597 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-06 03:54:42
IDJOB=4254220
IDBENCH=140556
IDSOLVER=2635
FILE ID=node132/4254220-1501985343
RUNJOBID= node132-1501978181-12403
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-11.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-4254220-1501985343/watcher-4254220-1501985343 -o /tmp/evaluation-result-4254220-1501985343/solver-4254220-1501985343 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501978181-12403 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1875253411 HOME/instance-4254220-1501985343.xml

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

MD5SUM BENCH= 21068963a9b1e3aa386cc6eac6ce07b0
RANDOM SEED=1875253411

node132.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.74
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.74
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.74
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.74
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:        31457552 kB
MemAvailable:   31821548 kB
Buffers:          186000 kB
Cached:           479076 kB
SwapCached:            0 kB
Active:           537256 kB
Inactive:         355576 kB
Active(anon):     228548 kB
Inactive(anon):    32628 kB
Active(file):     308708 kB
Inactive(file):   322948 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7948 kB
Writeback:            28 kB
AnonPages:        227516 kB
Mapped:            58488 kB
Shmem:             33468 kB
Slab:             123404 kB
SReclaimable:      96352 kB
SUnreclaim:        27052 kB
KernelStack:        3488 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1191624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62016 MiB
End job on node132 at 2017-08-06 03:55:04