Trace number 4283116

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)OPT2 3.4371901 2.21175

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.098310001
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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283116-1503215861.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4283116-1503215861.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
2.69/1.96	c solve instance...
3.15/2.16	o 2 
3.15/2.19	s OPTIMUM FOUND
3.15/2.19	v <instantiation>
3.15/2.19	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>
3.15/2.19	v 	<values>0 1 1 1 0 0 1 0 1 0 0 1 2 1 1 0 0 2 1 2 0 2 1 0 0 1 0 0 2 1 1 0 2 1 1 0 </values>
3.15/2.19	v </instantiation>

Verifier Data

OK	2

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283116-1503215861/watcher-4283116-1503215861 -o /tmp/evaluation-result-4283116-1503215861/solver-4283116-1503215861 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node107-1503208459-21036 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 2142829436 HOME/instance-4283116-1503215861.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Starting watchdog threadCurrent StackSize limit: 8192 KiB

solver pid=26652, runsolver pid=26649

[startup+0.100141 s]*
/proc/loadavg: 2.10 2.12 2.09 3/218 26668
/proc/meminfo: memFree=26318956/32770624 swapFree=67108860/67108860
[pid=26652] ppid=26649 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26652/stat : 26652 (xcsp3-exec) S 26649 26652 21004 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154673958 9740288 346 33554432000 4194304 5098028 140729015251920 140729015250024 140572539851388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11292672 140729015256180 140729015256384 140729015256384 140729015259115 0
/proc/26652/statm: 2378 346 289 221 0 87 0
[pid=26654] ppid=26652 vsize=13978596 memory=28320 CPUtime=0.12 cores=1,3,5,7
/proc/26654/stat : 26654 (java) S 26652 26652 21004 0 -1 1077944320 5449 0 0 0 12 0 0 0 20 0 15 0 154673959 14314082304 7080 33554432000 4194304 4196468 140721601730448 140721601712992 140509359644407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
/proc/26654/statm: 3494649 7080 2894 1 0 3482966 0
[pid=26654/tid=26655] ppid=26652 vsize=13978596 memory=8514701219881125282 CPUtime=0.09 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26652 21004 0 -1 4202560 3387 0 0 0 9 0 0 0 20 0 15 0 154673959 14314082304 7080 33554432000 4194304 4196468 140721601730448 140509363870944 140508998442188 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26656] ppid=26652 vsize=13978596 memory=3472468786428183760 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508955752848 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26657] ppid=26652 vsize=13978596 memory=140657533032064 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508954700048 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26658] ppid=26652 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26658/stat : 26658 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508953647760 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26659] ppid=26652 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26659/stat : 26659 (java) S 26652 26652 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154673960 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508952594960 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26660] ppid=26652 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26652 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154673961 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508271938160 140509359655554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26661] ppid=26652 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26652 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154673962 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508270884128 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26662] ppid=26652 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26652 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154673962 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508269831792 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26663] ppid=26652 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508268780112 140509359663003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26664] ppid=26652 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26652 21004 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 154673964 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508267726960 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26665] ppid=26652 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508266674160 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26666] ppid=26652 vsize=13978596 memory=140657533032064 CPUtime=0.01 cores=1,3,5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26652 21004 0 -1 1077944384 328 0 0 0 1 0 0 0 20 0 15 0 154673964 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508265621872 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26667] ppid=26652 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508264569312 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26668] ppid=26652 vsize=13978596 memory=140657533032064 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26668/stat : 26668 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673965 14314082304 7080 33554432000 4194304 4196468 140721601730448 140508263517104 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29704 KiB

[startup+0.21087 s]*
/proc/loadavg: 2.10 2.12 2.09 4/218 26668
/proc/meminfo: memFree=26307244/32770624 swapFree=67108860/67108860
[pid=26652] ppid=26649 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26652/stat : 26652 (xcsp3-exec) S 26649 26652 21004 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154673958 9740288 346 33554432000 4194304 5098028 140729015251920 140729015250024 140572539851388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11292672 140729015256180 140729015256384 140729015256384 140729015259115 0
/proc/26652/statm: 2378 346 289 221 0 87 0
[pid=26654] ppid=26652 vsize=13982852 memory=40784 CPUtime=0.33 cores=1,3,5,7
/proc/26654/stat : 26654 (java) S 26652 26652 21004 0 -1 1077944320 8308 0 0 0 32 1 0 0 20 0 15 0 154673959 14318440448 10196 33554432000 4194304 4196468 140721601730448 140721601712992 140509359644407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
/proc/26654/statm: 3495713 10196 3079 1 0 3482966 0
[pid=26654/tid=26655] ppid=26652 vsize=13982852 memory=5853961137533323680 CPUtime=0.2 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26652 21004 0 -1 4202560 5416 0 0 0 19 1 0 0 20 0 15 0 154673959 14318440448 10196 33554432000 4194304 4196468 140721601730448 140509363854128 140509359656342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26656] ppid=26652 vsize=13982852 memory=3472468786428183760 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508955752848 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26657] ppid=26652 vsize=13982852 memory=140657533032064 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508954700048 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26658] ppid=26652 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26658/stat : 26658 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508953647760 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26659] ppid=26652 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26659/stat : 26659 (java) S 26652 26652 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154673960 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508952594960 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26660] ppid=26652 vsize=13982852 memory=140657533032064 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26652 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154673961 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508271938160 140509359655554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26661] ppid=26652 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26652 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154673962 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508270884128 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26662] ppid=26652 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26652 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154673962 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508269831792 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26663] ppid=26652 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508268780112 140509359663003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26664] ppid=26652 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26652 21004 0 -1 1077944384 604 0 0 0 3 0 0 0 20 0 15 0 154673964 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508267726960 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26665] ppid=26652 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26654/task/26665/stat : 26665 (java) R 26652 26652 21004 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 154673964 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508266674160 140509359655554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26666] ppid=26652 vsize=13982852 memory=140657533032064 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26652 21004 0 -1 1077944384 729 0 0 0 7 0 0 0 20 0 15 0 154673964 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508265621872 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26667] ppid=26652 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508264569312 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26668] ppid=26652 vsize=13982852 memory=140657533032064 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26668/stat : 26668 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673965 14318440448 10196 33554432000 4194304 4196468 140721601730448 140508263517104 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42168 KiB

[startup+0.310935 s]*
/proc/loadavg: 2.10 2.12 2.09 5/218 26668
/proc/meminfo: memFree=26299800/32770624 swapFree=67108860/67108860
[pid=26652] ppid=26649 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26652/stat : 26652 (xcsp3-exec) S 26649 26652 21004 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154673958 9740288 346 33554432000 4194304 5098028 140729015251920 140729015250024 140572539851388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11292672 140729015256180 140729015256384 140729015256384 140729015259115 0
/proc/26652/statm: 2378 346 289 221 0 87 0
[pid=26654] ppid=26652 vsize=13982928 memory=47692 CPUtime=0.52 cores=1,3,5,7
/proc/26654/stat : 26654 (java) S 26652 26652 21004 0 -1 1077944320 9219 0 0 0 50 2 0 0 20 0 15 0 154673959 14318518272 11923 33554432000 4194304 4196468 140721601730448 140721601712992 140509359644407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
/proc/26654/statm: 3495732 11923 3108 1 0 3482966 0
[pid=26654/tid=26655] ppid=26652 vsize=13982928 memory=-8540663193526752614 CPUtime=0.3 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26652 21004 0 -1 4202560 6082 0 0 0 29 1 0 0 20 0 15 0 154673959 14318518272 11923 33554432000 4194304 4196468 140721601730448 140509363876736 140509343724894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26656] ppid=26652 vsize=13982928 memory=3472468786428183760 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14318518272 11923 33554432000 4194304 4196468 140721601730448 140508955752848 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26657] ppid=26652 vsize=13982928 memory=140657533053068 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14318518272 11923 33554432000 4194304 4196468 140721601730448 140508954700048 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26658] ppid=26652 vsize=13982928 memory=140657427612982 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26658/stat : 26658 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14318518272 11923 33554432000 4194304 4196468 140721601730448 140508953647760 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26659] ppid=26652 vsize=13982928 memory=140657427594191 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26659/stat : 26659 (java) S 26652 26652 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154673960 14318518272 11923 33554432000 4194304 4196468 140721601730448 140508952594960 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26660] ppid=26652 vsize=13982928 memory=140657533053099 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26652 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154673961 14318518272 11988 33554432000 4194304 4196468 140721601730448 140508271938160 140509359655554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26661] ppid=26652 vsize=13982928 memory=140657427603407 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26652 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154673962 14318518272 11988 33554432000 4194304 4196468 140721601730448 140508270884128 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26662] ppid=26652 vsize=13982928 memory=281314855204496 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26652 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154673962 14318518272 11988 33554432000 4194304 4196468 140721601730448 140508269831792 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26663] ppid=26652 vsize=13982928 memory=281314855211376 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14318518272 11988 33554432000 4194304 4196468 140721601730448 140508268780112 140509359663003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26664] ppid=26652 vsize=13982928 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26652 21004 0 -1 1077944384 719 0 0 0 5 0 0 0 20 0 15 0 154673964 14318518272 11988 33554432000 4194304 4196468 140721601730448 140508267726960 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26665] ppid=26652 vsize=13982928 memory=2240 CPUtime=0.02 cores=1,3,5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26652 21004 0 -1 1077944384 264 0 0 0 2 0 0 0 20 0 15 0 154673964 14318518272 11988 33554432000 4194304 4196468 140721601730448 140508266674160 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26666] ppid=26652 vsize=13982928 memory=140657533032064 CPUtime=0.12 cores=1,3,5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26652 21004 0 -1 1077944384 852 0 0 0 12 0 0 0 20 0 15 0 154673964 14318518272 11988 33554432000 4194304 4196468 140721601730448 140508265621872 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26667] ppid=26652 vsize=13982928 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14318518272 11988 33554432000 4194304 4196468 140721601730448 140508264569312 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26668] ppid=26652 vsize=13982928 memory=140657533032064 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26668/stat : 26668 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673965 14318518272 11988 33554432000 4194304 4196468 140721601730448 140508263517104 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49076 KiB

[startup+0.700845 s]
/proc/loadavg: 2.10 2.12 2.09 4/218 26668
/proc/meminfo: memFree=26287764/32770624 swapFree=67108860/67108860
[pid=26652] ppid=26649 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26652/stat : 26652 (xcsp3-exec) S 26649 26652 21004 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154673958 9740288 346 33554432000 4194304 5098028 140729015251920 140729015250024 140572539851388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11292672 140729015256180 140729015256384 140729015256384 140729015259115 0
/proc/26652/statm: 2378 346 289 221 0 87 0
[pid=26654] ppid=26652 vsize=13982928 memory=87240 CPUtime=1.2 cores=1,3,5,7
/proc/26654/stat : 26654 (java) S 26652 26652 21004 0 -1 1077944320 10304 0 0 0 117 3 0 0 20 0 15 0 154673959 14318518272 21810 33554432000 4194304 4196468 140721601730448 140721601712992 140509359644407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
/proc/26654/statm: 3495732 21810 3185 1 0 3482966 0
[pid=26654/tid=26655] ppid=26652 vsize=13982928 memory=1224 CPUtime=0.67 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26652 21004 0 -1 4202560 6504 0 0 0 65 2 0 0 20 0 15 0 154673959 14318518272 21810 33554432000 4194304 4196468 140721601730448 140509363882728 140509000159982 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26656] ppid=26652 vsize=13982928 memory=792 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508955752848 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26657] ppid=26652 vsize=13982928 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508954700048 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26658] ppid=26652 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26658/stat : 26658 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673960 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508953647760 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26659] ppid=26652 vsize=13982928 memory=281314855286080 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26659/stat : 26659 (java) S 26652 26652 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154673960 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508952594960 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26660] ppid=26652 vsize=13982928 memory=11268 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26652 21004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154673961 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508271938160 140509359655554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26661] ppid=26652 vsize=13982928 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26652 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154673962 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508270884128 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26662] ppid=26652 vsize=13982928 memory=2319529878354445989 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26652 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154673962 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508269831792 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26663] ppid=26652 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508268780112 140509359663003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26664] ppid=26652 vsize=13982928 memory=51 CPUtime=0.15 cores=1,3,5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26652 21004 0 -1 1077944384 936 0 0 0 15 0 0 0 20 0 15 0 154673964 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508267726960 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26665] ppid=26652 vsize=13982928 memory=5 CPUtime=0.14 cores=1,3,5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26652 21004 0 -1 1077944384 510 0 0 0 14 0 0 0 20 0 15 0 154673964 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508266674160 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26666] ppid=26652 vsize=13982928 memory=9935 CPUtime=0.21 cores=1,3,5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26652 21004 0 -1 1077944384 1048 0 0 0 21 0 0 0 20 0 15 0 154673964 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508265621872 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26667] ppid=26652 vsize=13982928 memory=463 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508264569312 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26668] ppid=26652 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26668/stat : 26668 (java) S 26652 26652 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154673965 14318518272 21810 33554432000 4194304 4196468 140721601730448 140508263517104 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 88624 KiB

[startup+1.50088 s]
/proc/loadavg: 2.10 2.12 2.09 4/218 26668
/proc/meminfo: memFree=26209320/32770624 swapFree=67108860/67108860
[pid=26652] ppid=26649 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26652/stat : 26652 (xcsp3-exec) S 26649 26652 21004 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154673958 9740288 346 33554432000 4194304 5098028 140729015251920 140729015250024 140572539851388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11292672 140729015256180 140729015256384 140729015256384 140729015259115 0
/proc/26652/statm: 2378 346 289 221 0 87 0

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

/proc/26654/task/26655/stat : 26655 (java) R 26652 26652 21004 0 -1 4202560 6701 0 0 0 136 3 0 0 20 0 15 0 154673959 14320615424 68015 33554432000 4194304 4196468 140721601730448 140509363882944 140509000160014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26656] ppid=26652 vsize=13984976 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (java) S 26652 26652 21004 0 -1 1077944384 90 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508955752848 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26657] ppid=26652 vsize=13984976 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (java) S 26652 26652 21004 0 -1 1077944384 99 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508954700048 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26658] ppid=26652 vsize=13984976 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26658/stat : 26658 (java) S 26652 26652 21004 0 -1 1077944384 238 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508953647760 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26659] ppid=26652 vsize=13984976 memory=140657427667415 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26659/stat : 26659 (java) S 26652 26652 21004 0 -1 1077944384 103 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508952594960 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26660] ppid=26652 vsize=13984976 memory=281314855309424 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26652 21004 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 154673961 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508271938160 140509359655554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26661] ppid=26652 vsize=13984976 memory=281314855294752 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26652 21004 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154673962 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508270884128 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26662] ppid=26652 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26652 21004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154673962 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508269831792 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26663] ppid=26652 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508268780112 140509359663003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26664] ppid=26652 vsize=13984976 memory=4580 CPUtime=0.16 cores=1,3,5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26652 21004 0 -1 1077944384 938 0 0 0 16 0 0 0 20 0 15 0 154673964 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508267726960 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26665] ppid=26652 vsize=13984976 memory=6944656592455360608 CPUtime=0.14 cores=1,3,5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26652 21004 0 -1 1077944384 512 0 0 0 14 0 0 0 20 0 15 0 154673964 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508266674160 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26666] ppid=26652 vsize=13984976 memory=3976735926378325862 CPUtime=0.24 cores=1,3,5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26652 21004 0 -1 1077944384 1289 0 0 0 24 0 0 0 20 0 15 0 154673964 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508265621872 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26667] ppid=26652 vsize=13984976 memory=7957689449132282197 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508264569312 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26668] ppid=26652 vsize=13984976 memory=7302421226443139409 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26668/stat : 26668 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673965 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508263517104 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 273444 KiB

[startup+2.2117 s]
# the end of solver process 26652 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.26126 s, system=0.17593 s

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

[startup+1.60098 s]
/proc/loadavg: 2.10 2.12 2.09 4/218 26668
/proc/meminfo: memFree=26209320/32770624 swapFree=67108860/67108860
[pid=26652] ppid=26649 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26652/stat : 26652 (xcsp3-exec) S 26649 26652 21004 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154673958 9740288 346 33554432000 4194304 5098028 140729015251920 140729015250024 140572539851388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11292672 140729015256180 140729015256384 140729015256384 140729015259115 0
/proc/26652/statm: 2378 346 289 221 0 87 0
[pid=26654] ppid=26652 vsize=13984976 memory=272060 CPUtime=2.38 cores=1,3,5,7
/proc/26654/stat : 26654 (java) S 26652 26652 21004 0 -1 1077944320 11415 0 0 0 222 16 0 0 20 0 15 0 154673959 14320615424 68015 33554432000 4194304 4196468 140721601730448 140721601712992 140509359644407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
/proc/26654/statm: 3496244 68015 3214 1 0 3483478 0
[pid=26654/tid=26655] ppid=26652 vsize=13984976 memory=6791534058613427641 CPUtime=1.49 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26652 21004 0 -1 4202560 6701 0 0 0 146 3 0 0 20 0 15 0 154673959 14320615424 68015 33554432000 4194304 4196468 140721601730448 140509363882944 140509000160014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26656] ppid=26652 vsize=13984976 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (java) S 26652 26652 21004 0 -1 1077944384 90 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508955752848 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26657] ppid=26652 vsize=13984976 memory=2428 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (java) S 26652 26652 21004 0 -1 1077944384 99 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508954700048 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26658] ppid=26652 vsize=13984976 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26658/stat : 26658 (java) S 26652 26652 21004 0 -1 1077944384 238 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508953647760 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26659] ppid=26652 vsize=13984976 memory=1420 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26659/stat : 26659 (java) S 26652 26652 21004 0 -1 1077944384 103 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508952594960 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26660] ppid=26652 vsize=13984976 memory=11108 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26652 21004 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 154673961 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508271938160 140509359655554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26661] ppid=26652 vsize=13984976 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26652 21004 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154673962 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508270884128 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26662] ppid=26652 vsize=13984976 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26652 21004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154673962 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508269831792 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26663] ppid=26652 vsize=13984976 memory=8612 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508268780112 140509359663003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26664] ppid=26652 vsize=13984976 memory=1224 CPUtime=0.16 cores=1,3,5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26652 21004 0 -1 1077944384 938 0 0 0 16 0 0 0 20 0 15 0 154673964 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508267726960 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26665] ppid=26652 vsize=13984976 memory=792 CPUtime=0.14 cores=1,3,5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26652 21004 0 -1 1077944384 512 0 0 0 14 0 0 0 20 0 15 0 154673964 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508266674160 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26666] ppid=26652 vsize=13984976 memory=1004 CPUtime=0.24 cores=1,3,5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26652 21004 0 -1 1077944384 1295 0 0 0 24 0 0 0 20 0 15 0 154673964 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508265621872 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26667] ppid=26652 vsize=13984976 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508264569312 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26668] ppid=26652 vsize=13984976 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26668/stat : 26668 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673965 14320615424 68015 33554432000 4194304 4196468 140721601730448 140508263517104 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 273444 KiB

[startup+2.0007 s]*
/proc/loadavg: 2.10 2.12 2.09 5/218 26668
/proc/meminfo: memFree=26073596/32770624 swapFree=67108860/67108860
[pid=26652] ppid=26649 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26652/stat : 26652 (xcsp3-exec) S 26649 26652 21004 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154673958 9740288 346 33554432000 4194304 5098028 140729015251920 140729015250024 140572539851388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11292672 140729015256180 140729015256384 140729015256384 140729015259115 0
/proc/26652/statm: 2378 346 289 221 0 87 0
[pid=26654] ppid=26652 vsize=13984976 memory=273904 CPUtime=2.92 cores=1,3,5,7
/proc/26654/stat : 26654 (java) S 26652 26652 21004 0 -1 1077944320 13145 0 0 0 276 16 0 0 20 0 15 0 154673959 14320615424 68476 33554432000 4194304 4196468 140721601730448 140721601712992 140509359644407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
/proc/26654/statm: 3496244 68476 3229 1 0 3483478 0
[pid=26654/tid=26655] ppid=26652 vsize=13984976 memory=5854522992303638944 CPUtime=1.9 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (java) R 26652 26652 21004 0 -1 4202560 7038 0 0 0 187 3 0 0 20 0 15 0 154673959 14320615424 68476 33554432000 4194304 4196468 140721601730448 140509363872592 140509000604529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26656] ppid=26652 vsize=13984976 memory=3472328295574037613 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (java) S 26652 26652 21004 0 -1 1077944384 90 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508955752848 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26657] ppid=26652 vsize=13984976 memory=3472468953693603504 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (java) S 26652 26652 21004 0 -1 1077944384 99 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508954700048 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26658] ppid=26652 vsize=13984976 memory=6944652177228980320 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26658/stat : 26658 (java) S 26652 26652 21004 0 -1 1077944384 238 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508953647760 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26659] ppid=26652 vsize=13984976 memory=3472328279047811119 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26659/stat : 26659 (java) S 26652 26652 21004 0 -1 1077944384 103 0 0 0 4 3 0 0 20 0 15 0 154673960 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508952594960 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26660] ppid=26652 vsize=13984976 memory=3184238577609000624 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26652 21004 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 154673961 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508271938160 140509359655554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26661] ppid=26652 vsize=13984976 memory=664970774370808936 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26652 21004 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154673962 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508270884128 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26662] ppid=26652 vsize=13984976 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26652 21004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154673962 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508269831792 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26663] ppid=26652 vsize=13984976 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508268780112 140509359663003 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26664] ppid=26652 vsize=13984976 memory=51 CPUtime=0.21 cores=1,3,5,7
/proc/26654/task/26664/stat : 26664 (java) R 26652 26652 21004 0 -1 4202560 1494 0 0 0 21 0 0 0 20 0 15 0 154673964 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508267726960 140509341017857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26665] ppid=26652 vsize=13984976 memory=5 CPUtime=0.2 cores=1,3,5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26652 21004 0 -1 1077944384 1125 0 0 0 20 0 0 0 20 0 15 0 154673964 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508266674160 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26666] ppid=26652 vsize=13984976 memory=9935 CPUtime=0.27 cores=1,3,5,7
/proc/26654/task/26666/stat : 26666 (java) R 26652 26652 21004 0 -1 1077944384 1519 0 0 0 27 0 0 0 20 0 15 0 154673964 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508265621872 140509359655554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26667] ppid=26652 vsize=13984976 memory=463 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673964 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508264569312 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26668] ppid=26652 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26668/stat : 26668 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154673965 14320615424 68476 33554432000 4194304 4196468 140721601730448 140508263517104 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
Current children cumulated CPU time: 2.92 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 275288 KiB

[startup+2.20079 s]
/proc/loadavg: 2.10 2.12 2.09 5/218 26668
/proc/meminfo: memFree=26073596/32770624 swapFree=67108860/67108860
[pid=26652] ppid=26649 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26652/stat : 26652 (xcsp3-exec) S 26649 26652 21004 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154673958 9740288 346 33554432000 4194304 5098028 140729015251920 140729015250024 140572539851388 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 11292672 140729015256180 140729015256384 140729015256384 140729015259115 0
/proc/26652/statm: 2378 346 289 221 0 87 0
[pid=26654] ppid=26652 vsize=13984976 memory=279352 CPUtime=3.42 cores=1,3,5,7
/proc/26654/stat : 26654 (java) S 26652 26652 21004 0 -1 1077944320 15959 0 0 0 325 17 0 0 20 0 14 0 154673959 14320615424 69838 33554432000 4194304 4196468 140721601730448 140721601712992 140509359644407 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
/proc/26654/statm: 3496244 69838 3238 1 0 3483478 0
[pid=26654/tid=26655] ppid=26652 vsize=13984976 memory=15541808151136815 CPUtime=2.09 cores=1,3,5,7
/proc/26654/task/26655/stat : 26655 (java) S 26652 26652 21004 0 -1 1077944384 7871 0 0 0 206 3 0 0 20 0 14 0 154673959 14320615424 69838 33554432000 4194304 4196468 140721601730448 140509363887248 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26656] ppid=26652 vsize=13984976 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26656/stat : 26656 (java) S 26652 26652 21004 0 -1 1077944384 90 0 0 0 4 3 0 0 20 0 14 0 154673960 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508955752848 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26657] ppid=26652 vsize=13984976 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26657/stat : 26657 (java) S 26652 26652 21004 0 -1 1077944384 99 0 0 0 4 3 0 0 20 0 14 0 154673960 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508954700048 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26658] ppid=26652 vsize=13984976 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26658/stat : 26658 (java) S 26652 26652 21004 0 -1 1077944384 238 0 0 0 4 3 0 0 20 0 14 0 154673960 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508953647760 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26659] ppid=26652 vsize=13984976 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/26654/task/26659/stat : 26659 (java) S 26652 26652 21004 0 -1 1077944384 103 0 0 0 4 3 0 0 20 0 14 0 154673960 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508952594960 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26660] ppid=26652 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26660/stat : 26660 (java) S 26652 26652 21004 0 -1 1077944384 137 0 0 0 0 0 0 0 20 0 14 0 154673961 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508271938368 140509359655554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26661] ppid=26652 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26661/stat : 26661 (java) S 26652 26652 21004 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 14 0 154673962 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508270884128 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26662] ppid=26652 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26662/stat : 26662 (java) S 26652 26652 21004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 14 0 154673962 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508269831792 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26663] ppid=26652 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26663/stat : 26663 (java) S 26652 26652 21004 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 14 0 154673964 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508268778592 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26664] ppid=26652 vsize=13984976 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/26654/task/26664/stat : 26664 (java) S 26652 26652 21004 0 -1 1077944384 2294 0 0 0 34 0 0 0 20 0 14 0 154673964 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508267707360 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26665] ppid=26652 vsize=13984976 memory=61 CPUtime=0.32 cores=1,3,5,7
/proc/26654/task/26665/stat : 26665 (java) S 26652 26652 21004 0 -1 1077944384 1697 0 0 0 32 0 0 0 20 0 14 0 154673964 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508266659760 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26666] ppid=26652 vsize=13984976 memory=8319106358720280885 CPUtime=0.32 cores=1,3,5,7
/proc/26654/task/26666/stat : 26666 (java) S 26652 26652 21004 0 -1 1077944384 2048 0 0 0 32 0 0 0 20 0 14 0 154673964 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508265621872 140509359655554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
[pid=26654/tid=26667] ppid=26652 vsize=13984976 memory=1 CPUtime=0 cores=1,3,5,7
/proc/26654/task/26667/stat : 26667 (java) S 26652 26652 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 154673964 14320615424 69838 33554432000 4194304 4196468 140721601730448 140508264569312 140509359654613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19533824 140721601737885 140721601738060 140721601738060 140721601740751 0
Current children cumulated CPU time: 3.42 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 280736 KiB

Child status: 0
Real time (s): 2.21175
CPU time (s): 3.43719
CPU user time (s): 3.26126
CPU system time (s): 0.17593
CPU usage (%): 155.406
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 280736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.26126
system time used= 0.17593
maximum resident set size= 280020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16530
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1885
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 26652
#   total CPU time (s): 3.43719
#   total CPU user time (s): 3.26126
#   total CPU system time (s): 0.17593

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0375 second user time and 0.067976 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-20 09:43:20
IDJOB=4283116
IDBENCH=140554
IDSOLVER=2678
FILE ID=node107/4283116-1503215861
RUNJOBID= node107-1503208459-21036
PBS_JOBID= 20630867
Free space on /tmp= 61788 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-09.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-4283116-1503215861/watcher-4283116-1503215861 -o /tmp/evaluation-result-4283116-1503215861/solver-4283116-1503215861 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node107-1503208459-21036 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 2142829436 HOME/instance-4283116-1503215861.xml

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

MD5SUM BENCH= e7a7addaec4b730d6fe0c9469eb0bfe6
RANDOM SEED=2142829436

node107.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.84
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.84
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.84
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.84
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:        26336568 kB
MemAvailable:   31798028 kB
Buffers:          270944 kB
Cached:          5482504 kB
SwapCached:            0 kB
Active:          1074384 kB
Inactive:        4912004 kB
Active(anon):     235788 kB
Inactive(anon):    33132 kB
Active(file):     838596 kB
Inactive(file):  4878872 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7800 kB
Writeback:             0 kB
AnonPages:        205856 kB
Mapped:            63856 kB
Shmem:             33420 kB
Slab:             146468 kB
SReclaimable:     119652 kB
SUnreclaim:        26816 kB
KernelStack:        3856 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1302456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61780 MiB
End job on node107 at 2017-08-20 09:43:23