Trace number 4248655

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
R1: choco-solver 4.0.5 (2017-07-05)OPT2 16.9821 9.1672096

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-09.xml
MD5SUMe7a7addaec4b730d6fe0c9469eb0bfe6
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.102355
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints84
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":45},{"degree":8,"count":36}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":84}]
Number of extensional constraints0
Number of intensional constraints84
Distribution of constraint types[{"type":"intension","count":84}]
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.09	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4248655-1502060739.xml"  -tl '2400s' -p 4 -x 0
0.00/0.30	c [HOME/instance-4248655-1502060739.xml, -tl, 2400s, -p, 4, -x, 0]
0.00/0.36	c 4 solvers in parallel
0.00/0.42	c parse instance...
15.55/8.66	c solve instance...
16.61/9.05	o 7 
16.61/9.06	o 6 
16.61/9.07	o 5 
16.61/9.08	o 4 
16.61/9.10	o 2 
16.82/9.14	s OPTIMUM FOUND
16.82/9.14	v <instantiation>
16.82/9.14	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[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][5] x[4][6] x[4][7] x[4][8] x[5][6] x[5][7] x[5][8] x[6][7] x[6][8] x[7][8] </list>
16.82/9.14	v 	<values>0 1 1 1 0 0 0 1 0 0 1 2 1 1 1 2 0 0 1 1 0 0 0 1 1 0 1 0 0 2 1 1 1 2 0 0 </values>
16.82/9.14	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-4248655-1502060739/watcher-4248655-1502060739 -o /tmp/evaluation-result-4248655-1502060739/solver-4248655-1502060739 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502042263-31899 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 277318674 HOME/instance-4248655-1502060739.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8.64 8.77 8.53 6/208 11703
/proc/meminfo: memFree=28207540/32770624 swapFree=0/330068
[pid=11703] ppid=11700 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (runsolver) D 11700 11703 25100 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 53889210 24240128 106 18446744073709551615 4194304 4338465 140729999489856 140729999487496 140615174017751 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 20393984 140729999495255 140729999495753 140729999495753 140729999499210 0
/proc/11703/statm: 5918 106 53 36 0 2156 0

[startup+0.100101 s]
/proc/loadavg: 8.64 8.77 8.53 6/208 11703
/proc/meminfo: memFree=28207540/32770624 swapFree=0/330068
[pid=11703] ppid=11700 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (xcsp3-exec) S 11700 11703 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53889210 9740288 345 18446744073709551615 4194304 5098028 140727582920528 140727582918632 140661034492540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 30081024 140727582929305 140727582929514 140727582929514 140727582932971 0
/proc/11703/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200242 s]
/proc/loadavg: 8.64 8.77 8.53 6/208 11703
/proc/meminfo: memFree=28207540/32770624 swapFree=0/330068
[pid=11703] ppid=11700 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (xcsp3-exec) S 11700 11703 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53889210 9740288 345 18446744073709551615 4194304 5098028 140727582920528 140727582918632 140661034492540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 30081024 140727582929305 140727582929514 140727582929514 140727582932971 0
/proc/11703/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.303906 s]
/proc/loadavg: 8.64 8.77 8.53 6/208 11703
/proc/meminfo: memFree=28207540/32770624 swapFree=0/330068
[pid=11703] ppid=11700 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (xcsp3-exec) S 11700 11703 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53889210 9740288 345 18446744073709551615 4194304 5098028 140727582920528 140727582918632 140661034492540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 30081024 140727582929305 140727582929514 140727582929514 140727582932971 0
/proc/11703/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700255 s]
/proc/loadavg: 8.64 8.77 8.53 6/208 11703
/proc/meminfo: memFree=28207540/32770624 swapFree=0/330068
[pid=11703] ppid=11700 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (xcsp3-exec) S 11700 11703 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53889210 9740288 345 18446744073709551615 4194304 5098028 140727582920528 140727582918632 140661034492540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 30081024 140727582929305 140727582929514 140727582929514 140727582932971 0
/proc/11703/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.5007 s]
/proc/loadavg: 8.51 8.74 8.52 6/224 11719
/proc/meminfo: memFree=28098420/32770624 swapFree=0/330096
[pid=11703] ppid=11700 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (xcsp3-exec) S 11700 11703 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53889210 9740288 345 18446744073709551615 4194304 5098028 140727582920528 140727582918632 140661034492540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 30081024 140727582929305 140727582929514 140727582929514 140727582932971 0
/proc/11703/statm: 2378 345 289 221 0 87 0
[pid=11705] ppid=11703 vsize=12919328 CPUtime=2.11 cores=1,3,5,7
/proc/11705/stat : 11705 (java) S 11703 11703 25100 0 -1 1077944320 15527 0 0 0 193 18 0 0 20 0 15 0 53889219 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 140731293752672 139948666568439 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
/proc/11705/statm: 3229832 68065 3189 1 0 3218124 0
[pid=11705/tid=11706] ppid=11703 vsize=12919328 CPUtime=1.23 cores=1,3,5,7
/proc/11705/task/11706/stat : 11706 (java) R 11703 11703 25100 0 -1 4202560 9378 0 0 0 119 4 0 0 20 0 15 0 53889219 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948670806976 139948307798473 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11707] ppid=11703 vsize=12919328 CPUtime=0.07 cores=1,3,5,7
/proc/11705/task/11707/stat : 11707 (java) S 11703 11703 25100 0 -1 1077944384 356 0 0 0 4 3 0 0 20 0 15 0 53889220 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948627467280 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11708] ppid=11703 vsize=12919328 CPUtime=0.07 cores=1,3,5,7
/proc/11705/task/11708/stat : 11708 (java) S 11703 11703 25100 0 -1 1077944384 182 0 0 0 4 3 0 0 20 0 15 0 53889220 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948626414736 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11709] ppid=11703 vsize=12919328 CPUtime=0.07 cores=1,3,5,7
/proc/11705/task/11709/stat : 11709 (java) S 11703 11703 25100 0 -1 1077944384 173 0 0 0 4 3 0 0 20 0 15 0 53889220 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948625361680 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11710] ppid=11703 vsize=12919328 CPUtime=0.07 cores=1,3,5,7
/proc/11705/task/11710/stat : 11710 (java) S 11703 11703 25100 0 -1 1077944384 191 0 0 0 4 3 0 0 20 0 15 0 53889220 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948266814352 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11711] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11711/stat : 11711 (java) S 11703 11703 25100 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 53889221 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948149680368 139948666579586 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11712] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11712/stat : 11712 (java) S 11703 11703 25100 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 53889222 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948148626592 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11713] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11713/stat : 11713 (java) S 11703 11703 25100 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 53889222 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948147573488 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11714] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11714/stat : 11714 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53889224 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948146522064 139948666587035 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11715] ppid=11703 vsize=12919328 CPUtime=0.16 cores=1,3,5,7
/proc/11705/task/11715/stat : 11715 (java) S 11703 11703 25100 0 -1 1077944384 918 0 0 0 16 0 0 0 20 0 15 0 53889225 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948145470192 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11716] ppid=11703 vsize=12919328 CPUtime=0.13 cores=1,3,5,7
/proc/11705/task/11716/stat : 11716 (java) S 11703 11703 25100 0 -1 1077944384 494 0 0 0 13 0 0 0 20 0 15 0 53889225 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948144417648 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11717] ppid=11703 vsize=12919328 CPUtime=0.23 cores=1,3,5,7
/proc/11705/task/11717/stat : 11717 (java) S 11703 11703 25100 0 -1 1077944384 2170 0 0 0 23 0 0 0 20 0 15 0 53889225 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948143364592 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11718] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11718/stat : 11718 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53889225 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948142312288 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11719] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11719/stat : 11719 (java) S 11703 11703 25100 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53889232 13229391872 68065 18446744073709551615 4194304 4196468 140731293770128 139948141259312 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 12928840

[startup+3.10066 s]
/proc/loadavg: 8.51 8.74 8.52 6/224 11719
/proc/meminfo: memFree=27950796/32770624 swapFree=0/330096
[pid=11703] ppid=11700 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (xcsp3-exec) S 11700 11703 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53889210 9740288 345 18446744073709551615 4194304 5098028 140727582920528 140727582918632 140661034492540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 30081024 140727582929305 140727582929514 140727582929514 140727582932971 0
/proc/11703/statm: 2378 345 289 221 0 87 0
[pid=11705] ppid=11703 vsize=12919328 CPUtime=4.23 cores=1,3,5,7
/proc/11705/stat : 11705 (java) S 11703 11703 25100 0 -1 1077944320 19097 0 0 0 385 38 0 0 20 0 15 0 53889219 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 140731293752672 139948666568439 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
/proc/11705/statm: 3229832 101843 3203 1 0 3218124 0
[pid=11705/tid=11706] ppid=11703 vsize=12919328 CPUtime=2.73 cores=1,3,5,7
/proc/11705/task/11706/stat : 11706 (java) R 11703 11703 25100 0 -1 4202560 10468 0 0 0 269 4 0 0 20 0 15 0 53889219 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948670806632 139948307783630 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11707] ppid=11703 vsize=12919328 CPUtime=0.18 cores=1,3,5,7
/proc/11705/task/11707/stat : 11707 (java) S 11703 11703 25100 0 -1 1077944384 449 0 0 0 10 8 0 0 20 0 15 0 53889220 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948627467280 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11708] ppid=11703 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/11705/task/11708/stat : 11708 (java) S 11703 11703 25100 0 -1 1077944384 269 0 0 0 10 7 0 0 20 0 15 0 53889220 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948626414736 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11709] ppid=11703 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/11705/task/11709/stat : 11709 (java) S 11703 11703 25100 0 -1 1077944384 275 0 0 0 10 7 0 0 20 0 15 0 53889220 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948625361680 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11710] ppid=11703 vsize=12919328 CPUtime=0.17 cores=1,3,5,7
/proc/11705/task/11710/stat : 11710 (java) S 11703 11703 25100 0 -1 1077944384 285 0 0 0 10 7 0 0 20 0 15 0 53889220 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948266814352 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11711] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11711/stat : 11711 (java) S 11703 11703 25100 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 53889221 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948149680368 139948666579586 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11712] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11712/stat : 11712 (java) S 11703 11703 25100 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 53889222 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948148626656 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11713] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11713/stat : 11713 (java) S 11703 11703 25100 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 53889222 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948147573504 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11714] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11714/stat : 11714 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53889224 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948146522064 139948666587035 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11715] ppid=11703 vsize=12919328 CPUtime=0.22 cores=1,3,5,7
/proc/11705/task/11715/stat : 11715 (java) S 11703 11703 25100 0 -1 1077944384 1534 0 0 0 22 0 0 0 20 0 15 0 53889225 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948145470192 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11716] ppid=11703 vsize=12919328 CPUtime=0.18 cores=1,3,5,7
/proc/11705/task/11716/stat : 11716 (java) S 11703 11703 25100 0 -1 1077944384 1247 0 0 0 18 0 0 0 20 0 15 0 53889225 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948144417648 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11717] ppid=11703 vsize=12919328 CPUtime=0.31 cores=1,3,5,7
/proc/11705/task/11717/stat : 11717 (java) S 11703 11703 25100 0 -1 1077944384 2902 0 0 0 31 0 0 0 20 0 15 0 53889225 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948143364592 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11718] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11718/stat : 11718 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53889225 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948142312288 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11719] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11719/stat : 11719 (java) S 11703 11703 25100 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 53889232 13229391872 101843 18446744073709551615 4194304 4196468 140731293770128 139948141259312 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 12928840

[startup+6.30064 s]
/proc/loadavg: 8.51 8.74 8.52 6/224 11719
/proc/meminfo: memFree=27449564/32770624 swapFree=0/330100
[pid=11703] ppid=11700 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (xcsp3-exec) S 11700 11703 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53889210 9740288 345 18446744073709551615 4194304 5098028 140727582920528 140727582918632 140661034492540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 30081024 140727582929305 140727582929514 140727582929514 140727582932971 0
/proc/11703/statm: 2378 345 289 221 0 87 0
[pid=11705] ppid=11703 vsize=12919328 CPUtime=10.18 cores=1,3,5,7
/proc/11705/stat : 11705 (java) S 11703 11703 25100 0 -1 1077944320 40000 0 0 0 949 69 0 0 20 0 15 0 53889219 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 140731293752672 139948666568439 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
/proc/11705/statm: 3229832 195756 3223 1 0 3218124 0
[pid=11705/tid=11706] ppid=11703 vsize=12919328 CPUtime=4.75 cores=1,3,5,7
/proc/11705/task/11706/stat : 11706 (java) R 11703 11703 25100 0 -1 4202560 10548 0 0 0 469 6 0 0 20 0 15 0 53889219 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948670805392 139948307948920 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11707] ppid=11703 vsize=12919328 CPUtime=1.02 cores=1,3,5,7
/proc/11705/task/11707/stat : 11707 (java) S 11703 11703 25100 0 -1 1077944384 5394 0 0 0 88 14 0 0 20 0 15 0 53889220 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948627467280 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11708] ppid=11703 vsize=12919328 CPUtime=1.03 cores=1,3,5,7
/proc/11705/task/11708/stat : 11708 (java) S 11703 11703 25100 0 -1 1077944384 5388 0 0 0 88 15 0 0 20 0 15 0 53889220 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948626414736 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11709] ppid=11703 vsize=12919328 CPUtime=1.03 cores=1,3,5,7
/proc/11705/task/11709/stat : 11709 (java) S 11703 11703 25100 0 -1 1077944384 4863 0 0 0 89 14 0 0 20 0 15 0 53889220 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948625361680 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11710] ppid=11703 vsize=12919328 CPUtime=1.04 cores=1,3,5,7
/proc/11705/task/11710/stat : 11710 (java) S 11703 11703 25100 0 -1 1077944384 5208 0 0 0 89 15 0 0 20 0 15 0 53889220 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948266814352 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11711] ppid=11703 vsize=12919328 CPUtime=0.31 cores=1,3,5,7
/proc/11705/task/11711/stat : 11711 (java) S 11703 11703 25100 0 -1 1077944384 1077 0 0 0 31 0 0 0 20 0 15 0 53889221 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948149680368 139948666579586 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11712] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11712/stat : 11712 (java) S 11703 11703 25100 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 53889222 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948148626656 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11713] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11713/stat : 11713 (java) S 11703 11703 25100 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 53889222 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948147573504 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11714] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11714/stat : 11714 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53889224 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948146522064 139948666587035 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11715] ppid=11703 vsize=12919328 CPUtime=0.3 cores=1,3,5,7
/proc/11705/task/11715/stat : 11715 (java) S 11703 11703 25100 0 -1 1077944384 1884 0 0 0 30 0 0 0 20 0 15 0 53889225 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948145470192 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11716] ppid=11703 vsize=12919328 CPUtime=0.22 cores=1,3,5,7
/proc/11705/task/11716/stat : 11716 (java) S 11703 11703 25100 0 -1 1077944384 1270 0 0 0 22 0 0 0 20 0 15 0 53889225 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948144417648 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11717] ppid=11703 vsize=12919328 CPUtime=0.37 cores=1,3,5,7
/proc/11705/task/11717/stat : 11717 (java) S 11703 11703 25100 0 -1 1077944384 2995 0 0 0 37 0 0 0 20 0 15 0 53889225 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948143364592 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11718] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11718/stat : 11718 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53889225 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948142312288 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11719] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11719/stat : 11719 (java) S 11703 11703 25100 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 53889232 13229391872 195756 18446744073709551615 4194304 4196468 140731293770128 139948141259312 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 12928840

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11705 sig 9
??? kill 11703 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40094 s]
/proc/loadavg: 8.51 8.74 8.52 6/224 11719
/proc/meminfo: memFree=27449564/32770624 swapFree=0/330100
[pid=11703] ppid=11700 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (xcsp3-exec) S 11700 11703 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53889210 9740288 345 18446744073709551615 4194304 5098028 140727582920528 140727582918632 140661034492540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 30081024 140727582929305 140727582929514 140727582929514 140727582932971 0
/proc/11703/statm: 2378 345 289 221 0 87 0
[pid=11705] ppid=11703 vsize=12919328 CPUtime=10.28 cores=1,3,5,7

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

/proc/11705/statm: 3229832 265591 3224 1 0 3218124 0
[pid=11705/tid=11706] ppid=11703 vsize=12919328 CPUtime=5.22 cores=1,3,5,7
/proc/11705/task/11706/stat : 11706 (java) R 11703 11703 25100 0 -1 4202560 10554 0 0 0 516 6 0 0 20 0 15 0 53889219 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948670803664 139948307783583 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11707] ppid=11703 vsize=12919328 CPUtime=2.04 cores=1,3,5,7
/proc/11705/task/11707/stat : 11707 (java) S 11703 11703 25100 0 -1 1077944384 5656 0 0 0 182 22 0 0 20 0 15 0 53889220 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948627467280 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11708] ppid=11703 vsize=12919328 CPUtime=2.05 cores=1,3,5,7
/proc/11705/task/11708/stat : 11708 (java) S 11703 11703 25100 0 -1 1077944384 5711 0 0 0 183 22 0 0 20 0 15 0 53889220 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948626414736 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11709] ppid=11703 vsize=12919328 CPUtime=2.05 cores=1,3,5,7
/proc/11705/task/11709/stat : 11709 (java) S 11703 11703 25100 0 -1 1077944384 5357 0 0 0 183 22 0 0 20 0 15 0 53889220 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948625361680 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11710] ppid=11703 vsize=12919328 CPUtime=2.08 cores=1,3,5,7
/proc/11705/task/11710/stat : 11710 (java) S 11703 11703 25100 0 -1 1077944384 5490 0 0 0 186 22 0 0 20 0 15 0 53889220 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948266814352 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11711] ppid=11703 vsize=12919328 CPUtime=0.51 cores=1,3,5,7
/proc/11705/task/11711/stat : 11711 (java) S 11703 11703 25100 0 -1 1077944384 1514 0 0 0 51 0 0 0 20 0 15 0 53889221 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948149680368 139948666579586 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11712] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11712/stat : 11712 (java) S 11703 11703 25100 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 53889222 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948148626656 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11713] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11713/stat : 11713 (java) S 11703 11703 25100 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 53889222 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948147573504 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11714] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11714/stat : 11714 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53889224 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948146522064 139948666587035 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11715] ppid=11703 vsize=12919328 CPUtime=0.3 cores=1,3,5,7
/proc/11705/task/11715/stat : 11715 (java) S 11703 11703 25100 0 -1 1077944384 1888 0 0 0 30 0 0 0 20 0 15 0 53889225 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948145470192 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11716] ppid=11703 vsize=12919328 CPUtime=0.23 cores=1,3,5,7
/proc/11705/task/11716/stat : 11716 (java) S 11703 11703 25100 0 -1 1077944384 1270 0 0 0 23 0 0 0 20 0 15 0 53889225 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948144417648 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11717] ppid=11703 vsize=12919328 CPUtime=0.37 cores=1,3,5,7
/proc/11705/task/11717/stat : 11717 (java) S 11703 11703 25100 0 -1 1077944384 2995 0 0 0 37 0 0 0 20 0 15 0 53889225 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948143364592 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11718] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11718/stat : 11718 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 53889225 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948142312288 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11719] ppid=11703 vsize=12919328 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11719/stat : 11719 (java) S 11703 11703 25100 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 53889232 13229391872 265591 18446744073709551615 4194304 4196468 140731293770128 139948141259312 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 12928840

[startup+8.8006 s]
/proc/loadavg: 8.23 8.68 8.50 10/228 11724
/proc/meminfo: memFree=27174700/32770624 swapFree=0/330092
[pid=11703] ppid=11700 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (xcsp3-exec) S 11700 11703 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53889210 9740288 345 18446744073709551615 4194304 5098028 140727582920528 140727582918632 140661034492540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 30081024 140727582929305 140727582929514 140727582929514 140727582932971 0
/proc/11703/statm: 2378 345 289 221 0 87 0
[pid=11705] ppid=11703 vsize=13185584 CPUtime=16.13 cores=1,3,5,7
/proc/11705/stat : 11705 (java) S 11703 11703 25100 0 -1 1077944320 42199 0 0 0 1515 98 0 0 20 0 19 0 53889219 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 140731293752672 139948666568439 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
/proc/11705/statm: 3296396 265783 3225 1 0 3284688 0
[pid=11705/tid=11706] ppid=11703 vsize=13185584 CPUtime=5.89 cores=1,3,5,7
/proc/11705/task/11706/stat : 11706 (java) S 11703 11703 25100 0 -1 1077944384 10632 0 0 0 583 6 0 0 20 0 19 0 53889219 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948670809216 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11707] ppid=11703 vsize=13185584 CPUtime=2.04 cores=1,3,5,7
/proc/11705/task/11707/stat : 11707 (java) S 11703 11703 25100 0 -1 1077944384 5656 0 0 0 182 22 0 0 20 0 19 0 53889220 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948627467280 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11708] ppid=11703 vsize=13185584 CPUtime=2.05 cores=1,3,5,7
/proc/11705/task/11708/stat : 11708 (java) S 11703 11703 25100 0 -1 1077944384 5711 0 0 0 183 22 0 0 20 0 19 0 53889220 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948626414736 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11709] ppid=11703 vsize=13185584 CPUtime=2.05 cores=1,3,5,7
/proc/11705/task/11709/stat : 11709 (java) S 11703 11703 25100 0 -1 1077944384 5357 0 0 0 183 22 0 0 20 0 19 0 53889220 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948625361680 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11710] ppid=11703 vsize=13185584 CPUtime=2.08 cores=1,3,5,7
/proc/11705/task/11710/stat : 11710 (java) S 11703 11703 25100 0 -1 1077944384 5490 0 0 0 186 22 0 0 20 0 19 0 53889220 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948266814352 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11711] ppid=11703 vsize=13185584 CPUtime=0.51 cores=1,3,5,7
/proc/11705/task/11711/stat : 11711 (java) S 11703 11703 25100 0 -1 1077944384 1518 0 0 0 51 0 0 0 20 0 19 0 53889221 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948149680368 139948666579586 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11712] ppid=11703 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11712/stat : 11712 (java) S 11703 11703 25100 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 53889222 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948148626656 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11713] ppid=11703 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11713/stat : 11713 (java) S 11703 11703 25100 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 53889222 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948147573504 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11714] ppid=11703 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11714/stat : 11714 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53889224 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948146522064 139948666587035 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11715] ppid=11703 vsize=13185584 CPUtime=0.35 cores=1,3,5,7
/proc/11705/task/11715/stat : 11715 (java) R 11703 11703 25100 0 -1 4202560 1921 0 0 0 35 0 0 0 20 0 19 0 53889225 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948145470000 139948645812415 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11716] ppid=11703 vsize=13185584 CPUtime=0.28 cores=1,3,5,7
/proc/11705/task/11716/stat : 11716 (java) R 11703 11703 25100 0 -1 4202560 1317 0 0 0 28 0 0 0 20 0 19 0 53889225 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948144417568 139948646414783 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11717] ppid=11703 vsize=13185584 CPUtime=0.41 cores=1,3,5,7
/proc/11705/task/11717/stat : 11717 (java) S 11703 11703 25100 0 -1 1077944384 3055 0 0 0 41 0 0 0 20 0 19 0 53889225 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948143364592 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11718] ppid=11703 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11718/stat : 11718 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53889225 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948142312288 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11719] ppid=11703 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11719/stat : 11719 (java) S 11703 11703 25100 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 53889232 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948141259312 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11721] ppid=11703 vsize=13185584 CPUtime=0.1 cores=1,3,5,7
/proc/11705/task/11721/stat : 11721 (java) R 11703 11703 25100 0 -1 4202560 56 0 0 0 10 0 0 0 20 0 19 0 53890077 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948133742384 139948304969523 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11722] ppid=11703 vsize=13185584 CPUtime=0.1 cores=1,3,5,7
/proc/11705/task/11722/stat : 11722 (java) R 11703 11703 25100 0 -1 4202560 40 0 0 0 10 0 0 0 20 0 19 0 53890077 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948132693888 139948304990966 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11723] ppid=11703 vsize=13185584 CPUtime=0.07 cores=1,3,5,7
/proc/11705/task/11723/stat : 11723 (java) R 11703 11703 25100 0 -1 1077944384 33 0 0 0 7 0 0 0 20 0 19 0 53890077 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948131639184 139948666578645 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11724] ppid=11703 vsize=13185584 CPUtime=0.08 cores=1,3,5,7
/proc/11705/task/11724/stat : 11724 (java) R 11703 11703 25100 0 -1 4202560 43 0 0 0 8 0 0 0 20 0 19 0 53890077 13502038016 265783 18446744073709551615 4194304 4196468 140731293770128 139948130585600 139948305178849 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
Current children cumulated CPU time (s) 16.13
Current children cumulated vsize (KiB) 13195096

[startup+9.00077 s]
/proc/loadavg: 8.23 8.68 8.50 10/228 11724
/proc/meminfo: memFree=27174700/32770624 swapFree=0/330092
[pid=11703] ppid=11700 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (xcsp3-exec) S 11700 11703 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53889210 9740288 345 18446744073709551615 4194304 5098028 140727582920528 140727582918632 140661034492540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 30081024 140727582929305 140727582929514 140727582929514 140727582932971 0
/proc/11703/statm: 2378 345 289 221 0 87 0
[pid=11705] ppid=11703 vsize=13185584 CPUtime=16.61 cores=1,3,5,7
/proc/11705/stat : 11705 (java) S 11703 11703 25100 0 -1 1077944320 42298 0 0 0 1563 98 0 0 20 0 19 0 53889219 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 140731293752672 139948666568439 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
/proc/11705/statm: 3296396 265901 3227 1 0 3284688 0
[pid=11705/tid=11706] ppid=11703 vsize=13185584 CPUtime=5.89 cores=1,3,5,7
/proc/11705/task/11706/stat : 11706 (java) S 11703 11703 25100 0 -1 1077944384 10632 0 0 0 583 6 0 0 20 0 19 0 53889219 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948670809216 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11707] ppid=11703 vsize=13185584 CPUtime=2.04 cores=1,3,5,7
/proc/11705/task/11707/stat : 11707 (java) S 11703 11703 25100 0 -1 1077944384 5656 0 0 0 182 22 0 0 20 0 19 0 53889220 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948627467280 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11708] ppid=11703 vsize=13185584 CPUtime=2.05 cores=1,3,5,7
/proc/11705/task/11708/stat : 11708 (java) S 11703 11703 25100 0 -1 1077944384 5711 0 0 0 183 22 0 0 20 0 19 0 53889220 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948626414736 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11709] ppid=11703 vsize=13185584 CPUtime=2.05 cores=1,3,5,7
/proc/11705/task/11709/stat : 11709 (java) S 11703 11703 25100 0 -1 1077944384 5357 0 0 0 183 22 0 0 20 0 19 0 53889220 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948625361680 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11710] ppid=11703 vsize=13185584 CPUtime=2.08 cores=1,3,5,7
/proc/11705/task/11710/stat : 11710 (java) S 11703 11703 25100 0 -1 1077944384 5490 0 0 0 186 22 0 0 20 0 19 0 53889220 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948266814352 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11711] ppid=11703 vsize=13185584 CPUtime=0.51 cores=1,3,5,7
/proc/11705/task/11711/stat : 11711 (java) S 11703 11703 25100 0 -1 1077944384 1518 0 0 0 51 0 0 0 20 0 19 0 53889221 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948149680368 139948666579586 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11712] ppid=11703 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11712/stat : 11712 (java) S 11703 11703 25100 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 53889222 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948148626656 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11713] ppid=11703 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11713/stat : 11713 (java) S 11703 11703 25100 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 53889222 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948147573504 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11714] ppid=11703 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11714/stat : 11714 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53889224 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948146522064 139948666587035 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11715] ppid=11703 vsize=13185584 CPUtime=0.39 cores=1,3,5,7
/proc/11705/task/11715/stat : 11715 (java) S 11703 11703 25100 0 -1 1077944384 1935 0 0 0 39 0 0 0 20 0 19 0 53889225 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948145470192 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11716] ppid=11703 vsize=13185584 CPUtime=0.39 cores=1,3,5,7
/proc/11705/task/11716/stat : 11716 (java) S 11703 11703 25100 0 -1 1077944384 1364 0 0 0 39 0 0 0 20 0 19 0 53889225 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948144417648 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11717] ppid=11703 vsize=13185584 CPUtime=0.43 cores=1,3,5,7
/proc/11705/task/11717/stat : 11717 (java) S 11703 11703 25100 0 -1 1077944384 3082 0 0 0 43 0 0 0 20 0 19 0 53889225 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948143364592 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11718] ppid=11703 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11718/stat : 11718 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 53889225 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948142312288 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11719] ppid=11703 vsize=13185584 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11719/stat : 11719 (java) S 11703 11703 25100 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 53889232 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948141259312 139948666579586 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11721] ppid=11703 vsize=13185584 CPUtime=0.13 cores=1,3,5,7
/proc/11705/task/11721/stat : 11721 (java) S 11703 11703 25100 0 -1 1077944384 57 0 0 0 13 0 0 0 20 0 19 0 53890077 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948133748400 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11722] ppid=11703 vsize=13185584 CPUtime=0.15 cores=1,3,5,7
/proc/11705/task/11722/stat : 11722 (java) S 11703 11703 25100 0 -1 1077944384 40 0 0 0 15 0 0 0 20 0 19 0 53890077 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948132696784 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11723] ppid=11703 vsize=13185584 CPUtime=0.12 cores=1,3,5,7
/proc/11705/task/11723/stat : 11723 (java) S 11703 11703 25100 0 -1 1077944384 38 0 0 0 12 0 0 0 20 0 19 0 53890077 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948131644240 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11724] ppid=11703 vsize=13185584 CPUtime=0.25 cores=1,3,5,7
/proc/11705/task/11724/stat : 11724 (java) R 11703 11703 25100 0 -1 4202560 44 0 0 0 25 0 0 0 20 0 19 0 53890077 13502038016 265901 18446744073709551615 4194304 4196468 140731293770128 139948130585968 139948309767920 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
Current children cumulated CPU time (s) 16.61
Current children cumulated vsize (KiB) 13195096

[startup+9.10126 s]
/proc/loadavg: 8.23 8.68 8.50 10/228 11724
/proc/meminfo: memFree=27174700/32770624 swapFree=0/330092
[pid=11703] ppid=11700 vsize=9512 CPUtime=0 cores=1,3,5,7
/proc/11703/stat : 11703 (xcsp3-exec) S 11700 11703 25100 0 -1 4202496 509 0 0 0 0 0 0 0 20 0 1 0 53889210 9740288 345 18446744073709551615 4194304 5098028 140727582920528 140727582918632 140661034492540 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 9 0 0 7196144 7232144 30081024 140727582929305 140727582929514 140727582929514 140727582932971 0
/proc/11703/statm: 2378 345 289 221 0 87 0
[pid=11705] ppid=11703 vsize=13252148 CPUtime=16.82 cores=1,3,5,7
/proc/11705/stat : 11705 (java) S 11703 11703 25100 0 -1 1077944320 42687 0 0 0 1583 99 0 0 20 0 20 0 53889219 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 140731293752672 139948666568439 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
/proc/11705/statm: 3313037 266006 3229 1 0 3301329 0
[pid=11705/tid=11706] ppid=11703 vsize=13252148 CPUtime=5.9 cores=1,3,5,7
/proc/11705/task/11706/stat : 11706 (java) S 11703 11703 25100 0 -1 1077944384 10637 0 0 0 584 6 0 0 20 0 20 0 53889219 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948670808384 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11707] ppid=11703 vsize=13252148 CPUtime=2.04 cores=1,3,5,7
/proc/11705/task/11707/stat : 11707 (java) S 11703 11703 25100 0 -1 1077944384 5656 0 0 0 182 22 0 0 20 0 20 0 53889220 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948627467280 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11708] ppid=11703 vsize=13252148 CPUtime=2.05 cores=1,3,5,7
/proc/11705/task/11708/stat : 11708 (java) S 11703 11703 25100 0 -1 1077944384 5711 0 0 0 183 22 0 0 20 0 20 0 53889220 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948626414736 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11709] ppid=11703 vsize=13252148 CPUtime=2.05 cores=1,3,5,7
/proc/11705/task/11709/stat : 11709 (java) S 11703 11703 25100 0 -1 1077944384 5357 0 0 0 183 22 0 0 20 0 20 0 53889220 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948625361680 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11710] ppid=11703 vsize=13252148 CPUtime=2.08 cores=1,3,5,7
/proc/11705/task/11710/stat : 11710 (java) S 11703 11703 25100 0 -1 1077944384 5490 0 0 0 186 22 0 0 20 0 20 0 53889220 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948266814352 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11711] ppid=11703 vsize=13252148 CPUtime=0.51 cores=1,3,5,7
/proc/11705/task/11711/stat : 11711 (java) S 11703 11703 25100 0 -1 1077944384 1518 0 0 0 51 0 0 0 20 0 20 0 53889221 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948149680368 139948666579586 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11712] ppid=11703 vsize=13252148 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11712/stat : 11712 (java) S 11703 11703 25100 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 53889222 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948148626656 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11713] ppid=11703 vsize=13252148 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11713/stat : 11713 (java) S 11703 11703 25100 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 53889222 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948147573504 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11714] ppid=11703 vsize=13252148 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11714/stat : 11714 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 53889224 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948146522064 139948666587035 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11715] ppid=11703 vsize=13252148 CPUtime=0.4 cores=1,3,5,7
/proc/11705/task/11715/stat : 11715 (java) R 11703 11703 25100 0 -1 4202560 1940 0 0 0 40 0 0 0 20 0 20 0 53889225 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948145470192 139948666589786 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11716] ppid=11703 vsize=13252148 CPUtime=0.42 cores=1,3,5,7
/proc/11705/task/11716/stat : 11716 (java) R 11703 11703 25100 0 -1 4202560 1373 0 0 0 42 0 0 0 20 0 20 0 53889225 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948144408864 139948648131999 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11717] ppid=11703 vsize=13252148 CPUtime=0.44 cores=1,3,5,7
/proc/11705/task/11717/stat : 11717 (java) R 11703 11703 25100 0 -1 4202560 3113 0 0 0 44 0 0 0 20 0 20 0 53889225 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948143364592 139948650736612 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11718] ppid=11703 vsize=13252148 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11718/stat : 11718 (java) S 11703 11703 25100 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 53889225 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948142312288 139948666578645 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
[pid=11705/tid=11719] ppid=11703 vsize=13252148 CPUtime=0 cores=1,3,5,7
/proc/11705/task/11719/stat : 11719 (java) R 11703 11703 25100 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 53889232 13570199552 266006 18446744073709551615 4194304 4196468 140731293770128 139948141259312 139948666579586 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10031104 140731293774294 140731293774470 140731293774470 140731293777871 0
Current children cumulated CPU time (s) 16.82
Current children cumulated vsize (KiB) 13261660

Child status: 0
Real time (s): 9.16721
CPU time (s): 16.9821
CPU user time (s): 15.9789
CPU system time (s): 1.00326
CPU usage (%): 185.249
Max. virtual memory (cumulated for all children) (KiB): 13261660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9789
system time used= 1.00326
maximum resident set size= 1067424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43875
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= 3099
involuntary context switches= 306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049747 second user time and 0.058241 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-07 00:51:32
IDJOB=4248655
IDBENCH=140554
IDSOLVER=2625
FILE ID=node133/4248655-1502060739
RUNJOBID= node133-1502042263-31899
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248655-1502060739/watcher-4248655-1502060739 -o /tmp/evaluation-result-4248655-1502060739/solver-4248655-1502060739 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502042263-31899 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 10000 -tdir HOME -seed 277318674 HOME/instance-4248655-1502060739.xml

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

MD5SUM BENCH= e7a7addaec4b730d6fe0c9469eb0bfe6
RANDOM SEED=277318674

node133.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.17
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.17
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.17
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.17
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:        28207540 kB
MemAvailable:   28704004 kB
Buffers:          206304 kB
Cached:           581492 kB
SwapCached:            0 kB
Active:          3776392 kB
Inactive:         354988 kB
Active(anon):    3343892 kB
Inactive(anon):    24920 kB
Active(file):     432500 kB
Inactive(file):   330068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7836 kB
Writeback:             0 kB
AnonPages:       3343364 kB
Mapped:            53416 kB
Shmem:             25276 kB
Slab:             126212 kB
SReclaimable:      99460 kB
SUnreclaim:        26752 kB
KernelStack:        3664 kB
PageTables:        12676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3914576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3192832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node133 at 2017-08-07 00:51:42