Trace number 4306716

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.7b seq (e747e1e)OPT22 6.28885 4.31172

General information on the benchmark

NameSumColoring/
SumColoring-myciel4_c18.xml
MD5SUMb2986e349e6e3d69d494bfde8c7eda2a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.237012
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints71
Number of domains1
Minimum domain size23
Maximum domain size23
Distribution of domain sizes[{"size":23,"count":23}]
Minimum variable degree5
Maximum variable degree12
Distribution of variable degrees[{"degree":5,"count":5},{"degree":6,"count":5},{"degree":7,"count":6},{"degree":9,"count":5},{"degree":11,"count":1},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":71}]
Number of extensional constraints0
Number of intensional constraints71
Distribution of constraint types[{"type":"intension","count":71}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306716-1534064666.xml"  -tl '2520s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306716-1534064666.xml, -tl, 2520s, -p, 1]
0.12/0.22	c simple solver
0.35/0.28	c parse instance...
0.71/0.51	c solve instance...
1.01/0.53	o 28 
1.01/0.54	o 27 
1.01/0.56	o 26 
1.29/0.66	o 24 
1.90/0.87	o 23 
3.21/1.35	o 22 
6.17/4.30	s OPTIMUM FOUND
6.17/4.30	v <instantiation>
6.17/4.30	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] </list>
6.17/4.30	v 	<values>3 2 3 2 4 1 1 1 1 1 2 0 0 0 0 0 0 0 0 0 0 0 1 </values>
6.17/4.30	v </instantiation>

Verifier Data

OK	22

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306716-1534064666/watcher-4306716-1534064666 -o /tmp/evaluation-result-4306716-1534064666/solver-4306716-1534064666 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534062145-25231 --watchdog 2580 HOME/xcsp3-exec -seed 1290133426 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306716-1534064666.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=25611, runsolver pid=25608

[startup+0.100092 s]*
/proc/loadavg: 1.68 1.54 1.51 4/219 25627
/proc/meminfo: memFree=12803188/32770624 swapFree=67108380/67108860
[pid=25611] ppid=25608 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25611/stat : 25611 (xcsp3-exec) S 25608 25611 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 224029777 115843072 363 33554432000 4194304 5098028 140722778710272 140722778708376 140522394595964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17760256 140722778715194 140722778715396 140722778715396 140722778718154 0
/proc/25611/statm: 28282 363 305 221 0 87 0
[pid=25613] ppid=25611 vsize=14082940 memory=28556 CPUtime=0.12 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25611 25611 25200 0 -1 1077944320 5491 0 0 0 11 1 0 0 20 0 15 0 224029777 14420930560 7139 33554432000 4194304 4196468 140727394196992 140727394179536 140188663766775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
/proc/25613/statm: 3520735 7139 3023 1 0 3483012 0
[pid=25613/tid=25614] ppid=25611 vsize=14082940 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/25613/task/25614/stat : 25614 (java) R 25611 25611 25200 0 -1 4202560 3511 0 0 0 9 0 0 0 20 0 15 0 224029777 14420930560 7139 33554432000 4194304 4196468 140727394196992 140188668000048 140188663778710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25615] ppid=25611 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25615/stat : 25615 (java) S 25611 25611 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224029778 14420930560 7139 33554432000 4194304 4196468 140727394196992 140188616387088 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25616] ppid=25611 vsize=14082940 memory=139806258476672 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25616/stat : 25616 (java) S 25611 25611 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224029778 14420930560 7139 33554432000 4194304 4196468 140727394196992 140188615334544 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25617] ppid=25611 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25617/stat : 25617 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029778 14420930560 7139 33554432000 4194304 4196468 140727394196992 140188614281488 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25618] ppid=25611 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25618/stat : 25618 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029778 14420930560 7139 33554432000 4194304 4196468 140727394196992 140188613228944 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25619] ppid=25611 vsize=14082940 memory=139806258476672 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25619/stat : 25619 (java) S 25611 25611 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224029779 14420930560 7139 33554432000 4194304 4196468 140727394196992 140187844635376 140188663777922 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25620] ppid=25611 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25620/stat : 25620 (java) S 25611 25611 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 224029780 14420930560 7139 33554432000 4194304 4196468 140727394196992 140187843581600 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25621] ppid=25611 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25621/stat : 25621 (java) S 25611 25611 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224029780 14420930560 7139 33554432000 4194304 4196468 140727394196992 140187842528496 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25622] ppid=25611 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25622/stat : 25622 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14420930560 7139 33554432000 4194304 4196468 140727394196992 140187841477072 140188663785371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25623] ppid=25611 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25623/stat : 25623 (java) S 25611 25611 25200 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 224029783 14420930560 7139 33554432000 4194304 4196468 140727394196992 140187840424176 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25624] ppid=25611 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25624/stat : 25624 (java) S 25611 25611 25200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224029783 14420930560 7139 33554432000 4194304 4196468 140727394196992 140187839371632 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25625] ppid=25611 vsize=14082940 memory=139806258476672 CPUtime=0.01 cores=0,2,4,6
/proc/25613/task/25625/stat : 25625 (java) R 25611 25611 25200 0 -1 4202560 242 0 0 0 1 0 0 0 20 0 15 0 224029783 14420930560 7139 33554432000 4194304 4196468 140727394196992 140187838318576 140188663788122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25626] ppid=25611 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25626/stat : 25626 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14420930560 7139 33554432000 4194304 4196468 140727394196992 140187837266272 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25627] ppid=25611 vsize=14082940 memory=139806258476672 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25627/stat : 25627 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029783 14420930560 7139 33554432000 4194304 4196468 140727394196992 140187836214320 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30008 KiB

[startup+0.210747 s]*
/proc/loadavg: 1.78 1.56 1.52 4/219 25627
/proc/meminfo: memFree=12791464/32770624 swapFree=67108380/67108860
[pid=25611] ppid=25608 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25611/stat : 25611 (xcsp3-exec) S 25608 25611 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 224029777 115843072 363 33554432000 4194304 5098028 140722778710272 140722778708376 140522394595964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17760256 140722778715194 140722778715396 140722778715396 140722778718154 0
/proc/25611/statm: 28282 363 305 221 0 87 0
[pid=25613] ppid=25611 vsize=14082940 memory=40824 CPUtime=0.35 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25611 25611 25200 0 -1 1077944320 8298 0 0 0 33 2 0 0 20 0 15 0 224029777 14420930560 10206 33554432000 4194304 4196468 140727394196992 140727394179536 140188663766775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
/proc/25613/statm: 3520735 10206 3188 1 0 3483012 0
[pid=25613/tid=25614] ppid=25611 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/25613/task/25614/stat : 25614 (java) R 25611 25611 25200 0 -1 4202560 5399 0 0 0 19 1 0 0 20 0 15 0 224029777 14420930560 10206 33554432000 4194304 4196468 140727394196992 140188668001760 140188663788701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25615] ppid=25611 vsize=14082940 memory=11498 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25615/stat : 25615 (java) S 25611 25611 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224029778 14420930560 10206 33554432000 4194304 4196468 140727394196992 140188616387088 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25616] ppid=25611 vsize=14082940 memory=139806258502155 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25616/stat : 25616 (java) S 25611 25611 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224029778 14420930560 10206 33554432000 4194304 4196468 140727394196992 140188615334544 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25617] ppid=25611 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25617/stat : 25617 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029778 14420930560 10206 33554432000 4194304 4196468 140727394196992 140188614281488 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25618] ppid=25611 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25618/stat : 25618 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029778 14420930560 10206 33554432000 4194304 4196468 140727394196992 140188613228944 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25619] ppid=25611 vsize=14082940 memory=139806258476672 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25619/stat : 25619 (java) S 25611 25611 25200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224029779 14420930560 10206 33554432000 4194304 4196468 140727394196992 140187844635376 140188663777922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25620] ppid=25611 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25620/stat : 25620 (java) S 25611 25611 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 224029780 14420930560 10206 33554432000 4194304 4196468 140727394196992 140187843581600 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25621] ppid=25611 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25621/stat : 25621 (java) S 25611 25611 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224029780 14420930560 10206 33554432000 4194304 4196468 140727394196992 140187842528496 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25622] ppid=25611 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25622/stat : 25622 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14420930560 10206 33554432000 4194304 4196468 140727394196992 140187841477072 140188663785371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25623] ppid=25611 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25613/task/25623/stat : 25623 (java) S 25611 25611 25200 0 -1 1077944384 523 0 0 0 2 0 0 0 20 0 15 0 224029783 14420930560 10206 33554432000 4194304 4196468 140727394196992 140187840424176 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25624] ppid=25611 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/25613/task/25624/stat : 25624 (java) S 25611 25611 25200 0 -1 1077944384 307 0 0 0 2 0 0 0 20 0 15 0 224029783 14420930560 10206 33554432000 4194304 4196468 140727394196992 140187839371632 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25625] ppid=25611 vsize=14082940 memory=139806258476672 CPUtime=0.08 cores=0,2,4,6
/proc/25613/task/25625/stat : 25625 (java) S 25611 25611 25200 0 -1 1077944384 762 0 0 0 8 0 0 0 20 0 15 0 224029783 14420930560 10206 33554432000 4194304 4196468 140727394196992 140187838318576 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25626] ppid=25611 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25626/stat : 25626 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14420930560 10206 33554432000 4194304 4196468 140727394196992 140187837266272 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25627] ppid=25611 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25627/stat : 25627 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029783 14420930560 10206 33554432000 4194304 4196468 140727394196992 140187836214320 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42276 KiB

[startup+0.310981 s]*
/proc/loadavg: 1.78 1.56 1.52 4/219 25627
/proc/meminfo: memFree=12785368/32770624 swapFree=67108380/67108860
[pid=25611] ppid=25608 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25611/stat : 25611 (xcsp3-exec) S 25608 25611 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 224029777 115843072 363 33554432000 4194304 5098028 140722778710272 140722778708376 140522394595964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17760256 140722778715194 140722778715396 140722778715396 140722778718154 0
/proc/25611/statm: 28282 363 305 221 0 87 0
[pid=25613] ppid=25611 vsize=14087196 memory=48056 CPUtime=0.54 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25611 25611 25200 0 -1 1077944320 9185 0 0 0 51 3 0 0 20 0 15 0 224029777 14425288704 12014 33554432000 4194304 4196468 140727394196992 140727394179536 140188663766775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
/proc/25613/statm: 3521799 12014 3271 1 0 3483012 0
[pid=25613/tid=25614] ppid=25611 vsize=14087196 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/25613/task/25614/stat : 25614 (java) R 25611 25611 25200 0 -1 4202560 6102 0 0 0 28 2 0 0 20 0 15 0 224029777 14425288704 12014 33554432000 4194304 4196468 140727394196992 140188668000560 140188663788701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25615] ppid=25611 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25615/stat : 25615 (java) S 25611 25611 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224029778 14425288704 12014 33554432000 4194304 4196468 140727394196992 140188616387088 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25616] ppid=25611 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25616/stat : 25616 (java) S 25611 25611 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224029778 14425288704 12014 33554432000 4194304 4196468 140727394196992 140188615334544 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25617] ppid=25611 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25617/stat : 25617 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029778 14425288704 12014 33554432000 4194304 4196468 140727394196992 140188614281488 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25618] ppid=25611 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25618/stat : 25618 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029778 14425288704 12014 33554432000 4194304 4196468 140727394196992 140188613228944 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25619] ppid=25611 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25619/stat : 25619 (java) S 25611 25611 25200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224029779 14425288704 12014 33554432000 4194304 4196468 140727394196992 140187844635376 140188663777922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25620] ppid=25611 vsize=14087196 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25620/stat : 25620 (java) S 25611 25611 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 224029780 14425288704 12014 33554432000 4194304 4196468 140727394196992 140187843581600 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25621] ppid=25611 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25621/stat : 25621 (java) S 25611 25611 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224029780 14425288704 12014 33554432000 4194304 4196468 140727394196992 140187842528496 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25622] ppid=25611 vsize=14087196 memory=-6664436420846796947 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25622/stat : 25622 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14425288704 12014 33554432000 4194304 4196468 140727394196992 140187841477072 140188663785371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25623] ppid=25611 vsize=14087196 memory=4426078206164241782 CPUtime=0.04 cores=0,2,4,6
/proc/25613/task/25623/stat : 25623 (java) S 25611 25611 25200 0 -1 1077944384 540 0 0 0 4 0 0 0 20 0 15 0 224029783 14425288704 12014 33554432000 4194304 4196468 140727394196992 140187840424176 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25624] ppid=25611 vsize=14087196 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/25613/task/25624/stat : 25624 (java) S 25611 25611 25200 0 -1 1077944384 390 0 0 0 5 0 0 0 20 0 15 0 224029783 14425288704 12014 33554432000 4194304 4196468 140727394196992 140187839371632 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25625] ppid=25611 vsize=14087196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/25613/task/25625/stat : 25625 (java) S 25611 25611 25200 0 -1 1077944384 849 0 0 0 13 0 0 0 20 0 15 0 224029783 14425288704 12014 33554432000 4194304 4196468 140727394196992 140187838318576 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25626] ppid=25611 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25626/stat : 25626 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14425288704 12014 33554432000 4194304 4196468 140727394196992 140187837266272 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25627] ppid=25611 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25627/stat : 25627 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029783 14425288704 12014 33554432000 4194304 4196468 140727394196992 140187836214320 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49508 KiB

[startup+0.70098 s]
/proc/loadavg: 1.78 1.56 1.52 6/219 25627
/proc/meminfo: memFree=12766016/32770624 swapFree=67108380/67108860
[pid=25611] ppid=25608 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25611/stat : 25611 (xcsp3-exec) S 25608 25611 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 224029777 115843072 363 33554432000 4194304 5098028 140722778710272 140722778708376 140522394595964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17760256 140722778715194 140722778715396 140722778715396 140722778718154 0
/proc/25611/statm: 28282 363 305 221 0 87 0
[pid=25613] ppid=25611 vsize=14089320 memory=69668 CPUtime=1.58 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25611 25611 25200 0 -1 1077944320 12611 0 0 0 154 4 0 0 20 0 15 0 224029777 14427463680 17417 33554432000 4194304 4196468 140727394196992 140727394179536 140188663766775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
/proc/25613/statm: 3522330 17417 3360 1 0 3483524 0
[pid=25613/tid=25614] ppid=25611 vsize=14089320 memory=1752 CPUtime=0.67 cores=0,2,4,6
/proc/25613/task/25614/stat : 25614 (java) R 25611 25611 25200 0 -1 4202560 6966 0 0 0 65 2 0 0 20 0 15 0 224029777 14427463680 17417 33554432000 4194304 4196468 140727394196992 140188668002768 140188289966337 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25615] ppid=25611 vsize=14089320 memory=5752 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25615/stat : 25615 (java) S 25611 25611 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 17417 33554432000 4194304 4196468 140727394196992 140188616387088 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25616] ppid=25611 vsize=14089320 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25616/stat : 25616 (java) S 25611 25611 25200 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 17417 33554432000 4194304 4196468 140727394196992 140188615334544 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25617] ppid=25611 vsize=14089320 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25617/stat : 25617 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 17417 33554432000 4194304 4196468 140727394196992 140188614281488 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25618] ppid=25611 vsize=14089320 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25618/stat : 25618 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 17417 33554432000 4194304 4196468 140727394196992 140188613228944 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25619] ppid=25611 vsize=14089320 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25619/stat : 25619 (java) S 25611 25611 25200 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 224029779 14427463680 17417 33554432000 4194304 4196468 140727394196992 140187844635376 140188663777922 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25620] ppid=25611 vsize=14089320 memory=868 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25620/stat : 25620 (java) S 25611 25611 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 224029780 14427463680 17417 33554432000 4194304 4196468 140727394196992 140187843581600 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25621] ppid=25611 vsize=14089320 memory=7336 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25621/stat : 25621 (java) S 25611 25611 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224029780 14427463680 17417 33554432000 4194304 4196468 140727394196992 140187842528496 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25622] ppid=25611 vsize=14089320 memory=11628 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25622/stat : 25622 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 17417 33554432000 4194304 4196468 140727394196992 140187841477072 140188663785371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25623] ppid=25611 vsize=14089320 memory=752 CPUtime=0.28 cores=0,2,4,6
/proc/25613/task/25623/stat : 25623 (java) R 25611 25611 25200 0 -1 4202560 1228 0 0 0 28 0 0 0 20 0 15 0 224029783 14427463680 17417 33554432000 4194304 4196468 140727394196992 140187840412864 140188649830995 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25624] ppid=25611 vsize=14089320 memory=1276 CPUtime=0.28 cores=0,2,4,6
/proc/25613/task/25624/stat : 25624 (java) R 25611 25611 25200 0 -1 4202560 1216 0 0 0 28 0 0 0 20 0 15 0 224029783 14427463680 17417 33554432000 4194304 4196468 140727394196992 140187839358608 140188644467079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25625] ppid=25611 vsize=14089320 memory=1068 CPUtime=0.32 cores=0,2,4,6
/proc/25613/task/25625/stat : 25625 (java) S 25611 25611 25200 0 -1 1077944384 1892 0 0 0 32 0 0 0 20 0 15 0 224029783 14427463680 17417 33554432000 4194304 4196468 140727394196992 140187838318576 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25626] ppid=25611 vsize=14089320 memory=15080 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25626/stat : 25626 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 17417 33554432000 4194304 4196468 140727394196992 140187837266272 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25627] ppid=25611 vsize=14089320 memory=33952 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25627/stat : 25627 (java) S 25611 25611 25200 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 17417 33554432000 4194304 4196468 140727394196992 140187836214320 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 71120 KiB

[startup+1.50085 s]
/proc/loadavg: 1.78 1.56 1.52 6/219 25627
/proc/meminfo: memFree=12740728/32770624 swapFree=67108380/67108860
[pid=25611] ppid=25608 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25611/stat : 25611 (xcsp3-exec) S 25608 25611 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 224029777 115843072 363 33554432000 4194304 5098028 140722778710272 140722778708376 140522394595964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17760256 140722778715194 140722778715396 140722778715396 140722778718154 0
/proc/25611/statm: 28282 363 305 221 0 87 0

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

/proc/25613/task/25620/stat : 25620 (java) S 25611 25611 25200 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 224029780 14427463680 48155 33554432000 4194304 4196468 140727394196992 140187843581600 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25621] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25621/stat : 25621 (java) S 25611 25611 25200 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 224029780 14427463680 48155 33554432000 4194304 4196468 140727394196992 140187842528496 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25622] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25622/stat : 25622 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 48155 33554432000 4194304 4196468 140727394196992 140187841477072 140188663785371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25623] ppid=25611 vsize=14089320 memory=0 CPUtime=0.86 cores=0,2,4,6
/proc/25613/task/25623/stat : 25623 (java) S 25611 25611 25200 0 -1 1077944384 10100 0 0 0 85 1 0 0 20 0 15 0 224029783 14427463680 48155 33554432000 4194304 4196468 140727394196992 140187840424176 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25624] ppid=25611 vsize=14089320 memory=0 CPUtime=0.88 cores=0,2,4,6
/proc/25613/task/25624/stat : 25624 (java) S 25611 25611 25200 0 -1 1077944384 4206 0 0 0 88 0 0 0 20 0 15 0 224029783 14427463680 48155 33554432000 4194304 4196468 140727394196992 140187839371632 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25625] ppid=25611 vsize=14089320 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/25613/task/25625/stat : 25625 (java) D 25611 25611 25200 0 -1 4202560 3059 0 0 0 36 0 0 0 20 0 15 0 224029783 14427463680 48155 33554432000 4194304 4196468 140727394196992 140187838318496 140188643690911 0 4 0 16800975 18446744072100383877 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25626] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25626/stat : 25626 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 48155 33554432000 4194304 4196468 140727394196992 140187837266272 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25627] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25627/stat : 25627 (java) D 25611 25611 25200 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 48155 33554432000 4194304 4196468 140727394196992 140187836214240 140188648622862 0 4 0 16800975 18446744072100383877 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 194072 KiB

[startup+4.31167 s]
# the end of solver process 25611 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.20285 s, system=0.086005 s

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

[startup+3.4694 s]
/proc/loadavg: 1.78 1.56 1.52 3/219 25627
/proc/meminfo: memFree=12642216/32770624 swapFree=67108380/67108860
[pid=25611] ppid=25608 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25611/stat : 25611 (xcsp3-exec) S 25608 25611 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 224029777 115843072 363 33554432000 4194304 5098028 140722778710272 140722778708376 140522394595964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17760256 140722778715194 140722778715396 140722778715396 140722778718154 0
/proc/25611/statm: 28282 363 305 221 0 87 0
[pid=25613] ppid=25611 vsize=14089320 memory=203020 CPUtime=5.43 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25611 25611 25200 0 -1 1077944320 27556 0 0 0 536 7 0 0 20 0 15 0 224029777 14427463680 50755 33554432000 4194304 4196468 140727394196992 140727394179536 140188663766775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
/proc/25613/statm: 3522330 50755 3387 1 0 3483524 0
[pid=25613/tid=25614] ppid=25611 vsize=14089320 memory=2244 CPUtime=3.25 cores=0,2,4,6
/proc/25613/task/25614/stat : 25614 (java) R 25611 25611 25200 0 -1 4202560 7646 0 0 0 321 4 0 0 20 0 15 0 224029777 14427463680 50755 33554432000 4194304 4196468 140727394196992 140188668006304 140188290044236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25615] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25615/stat : 25615 (java) S 25611 25611 25200 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50755 33554432000 4194304 4196468 140727394196992 140188616387088 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25616] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25616/stat : 25616 (java) S 25611 25611 25200 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50755 33554432000 4194304 4196468 140727394196992 140188615334544 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25617] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25617/stat : 25617 (java) S 25611 25611 25200 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50755 33554432000 4194304 4196468 140727394196992 140188614281488 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25618] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25618/stat : 25618 (java) S 25611 25611 25200 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50755 33554432000 4194304 4196468 140727394196992 140188613228944 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25619] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25619/stat : 25619 (java) S 25611 25611 25200 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 15 0 224029779 14427463680 50755 33554432000 4194304 4196468 140727394196992 140187844635376 140188663777922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25620] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25620/stat : 25620 (java) S 25611 25611 25200 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 224029780 14427463680 50755 33554432000 4194304 4196468 140727394196992 140187843581600 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25621] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25621/stat : 25621 (java) S 25611 25611 25200 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 224029780 14427463680 50755 33554432000 4194304 4196468 140727394196992 140187842528496 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25622] ppid=25611 vsize=14089320 memory=139806151904640 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25622/stat : 25622 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 50755 33554432000 4194304 4196468 140727394196992 140187841477072 140188663785371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25623] ppid=25611 vsize=14089320 memory=0 CPUtime=0.87 cores=0,2,4,6
/proc/25613/task/25623/stat : 25623 (java) S 25611 25611 25200 0 -1 1077944384 10103 0 0 0 86 1 0 0 20 0 15 0 224029783 14427463680 50755 33554432000 4194304 4196468 140727394196992 140187840424176 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25624] ppid=25611 vsize=14089320 memory=0 CPUtime=0.89 cores=0,2,4,6
/proc/25613/task/25624/stat : 25624 (java) S 25611 25611 25200 0 -1 1077944384 4211 0 0 0 89 0 0 0 20 0 15 0 224029783 14427463680 50755 33554432000 4194304 4196468 140727394196992 140187839371632 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25625] ppid=25611 vsize=14089320 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/25613/task/25625/stat : 25625 (java) S 25611 25611 25200 0 -1 1077944384 3484 0 0 0 37 0 0 0 20 0 15 0 224029783 14427463680 50755 33554432000 4194304 4196468 140727394196992 140187838318576 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25626] ppid=25611 vsize=14089320 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25626/stat : 25626 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 50755 33554432000 4194304 4196468 140727394196992 140187837266272 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25627] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25627/stat : 25627 (java) S 25611 25611 25200 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 50755 33554432000 4194304 4196468 140727394196992 140187836214320 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 204472 KiB

[startup+3.80079 s]
/proc/loadavg: 1.78 1.56 1.52 3/219 25627
/proc/meminfo: memFree=12642216/32770624 swapFree=67108380/67108860
[pid=25611] ppid=25608 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25611/stat : 25611 (xcsp3-exec) S 25608 25611 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 224029777 115843072 363 33554432000 4194304 5098028 140722778710272 140722778708376 140522394595964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17760256 140722778715194 140722778715396 140722778715396 140722778718154 0
/proc/25611/statm: 28282 363 305 221 0 87 0
[pid=25613] ppid=25611 vsize=14089320 memory=203028 CPUtime=5.76 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25611 25611 25200 0 -1 1077944320 27563 0 0 0 569 7 0 0 20 0 15 0 224029777 14427463680 50757 33554432000 4194304 4196468 140727394196992 140727394179536 140188663766775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
/proc/25613/statm: 3522330 50757 3387 1 0 3483524 0
[pid=25613/tid=25614] ppid=25611 vsize=14089320 memory=667698 CPUtime=3.59 cores=0,2,4,6
/proc/25613/task/25614/stat : 25614 (java) R 25611 25611 25200 0 -1 4202560 7649 0 0 0 355 4 0 0 20 0 15 0 224029777 14427463680 50757 33554432000 4194304 4196468 140727394196992 140188668006304 140188287324612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25615] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25615/stat : 25615 (java) S 25611 25611 25200 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50757 33554432000 4194304 4196468 140727394196992 140188616387088 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25616] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25616/stat : 25616 (java) S 25611 25611 25200 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50757 33554432000 4194304 4196468 140727394196992 140188615334544 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25617] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25617/stat : 25617 (java) S 25611 25611 25200 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50757 33554432000 4194304 4196468 140727394196992 140188614281488 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25618] ppid=25611 vsize=14089320 memory=279612303290720 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25618/stat : 25618 (java) S 25611 25611 25200 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50757 33554432000 4194304 4196468 140727394196992 140188613228944 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25619] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25619/stat : 25619 (java) S 25611 25611 25200 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 15 0 224029779 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187844635376 140188663777922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25620] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25620/stat : 25620 (java) S 25611 25611 25200 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 224029780 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187843581600 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25621] ppid=25611 vsize=14089320 memory=7235420269283726954 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25621/stat : 25621 (java) S 25611 25611 25200 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 224029780 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187842528496 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25622] ppid=25611 vsize=14089320 memory=6935650355287975249 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25622/stat : 25622 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187841477072 140188663785371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25623] ppid=25611 vsize=14089320 memory=279612303672896 CPUtime=0.87 cores=0,2,4,6
/proc/25613/task/25623/stat : 25623 (java) S 25611 25611 25200 0 -1 1077944384 10103 0 0 0 86 1 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187840424176 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25624] ppid=25611 vsize=14089320 memory=11722 CPUtime=0.89 cores=0,2,4,6
/proc/25613/task/25624/stat : 25624 (java) S 25611 25611 25200 0 -1 1077944384 4211 0 0 0 89 0 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187839371632 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25625] ppid=25611 vsize=14089320 memory=24403 CPUtime=0.37 cores=0,2,4,6
/proc/25613/task/25625/stat : 25625 (java) S 25611 25611 25200 0 -1 1077944384 3488 0 0 0 37 0 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187838318576 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25626] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25626/stat : 25626 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187837266272 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25627] ppid=25611 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25627/stat : 25627 (java) S 25611 25611 25200 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187836214320 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 204480 KiB

[startup+4.20077 s]*
/proc/loadavg: 1.78 1.56 1.52 3/219 25627
/proc/meminfo: memFree=12637064/32770624 swapFree=67108380/67108860
[pid=25611] ppid=25608 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25611/stat : 25611 (xcsp3-exec) S 25608 25611 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 224029777 115843072 363 33554432000 4194304 5098028 140722778710272 140722778708376 140522394595964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17760256 140722778715194 140722778715396 140722778715396 140722778718154 0
/proc/25611/statm: 28282 363 305 221 0 87 0
[pid=25613] ppid=25611 vsize=14089320 memory=203028 CPUtime=6.17 cores=0,2,4,6
/proc/25613/stat : 25613 (java) S 25611 25611 25200 0 -1 1077944320 27563 0 0 0 610 7 0 0 20 0 15 0 224029777 14427463680 50757 33554432000 4194304 4196468 140727394196992 140727394179536 140188663766775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
/proc/25613/statm: 3522330 50757 3387 1 0 3483524 0
[pid=25613/tid=25614] ppid=25611 vsize=14089320 memory=0 CPUtime=3.99 cores=0,2,4,6
/proc/25613/task/25614/stat : 25614 (java) R 25611 25611 25200 0 -1 4202560 7649 0 0 0 395 4 0 0 20 0 15 0 224029777 14427463680 50757 33554432000 4194304 4196468 140727394196992 140188668005656 140188290320947 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25615] ppid=25611 vsize=14089320 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25615/stat : 25615 (java) S 25611 25611 25200 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50757 33554432000 4194304 4196468 140727394196992 140188616387088 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25616] ppid=25611 vsize=14089320 memory=2319810484696836022 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25616/stat : 25616 (java) S 25611 25611 25200 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50757 33554432000 4194304 4196468 140727394196992 140188615334544 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25617] ppid=25611 vsize=14089320 memory=8514701219882239650 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25617/stat : 25617 (java) S 25611 25611 25200 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50757 33554432000 4194304 4196468 140727394196992 140188614281488 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25618] ppid=25611 vsize=14089320 memory=7719229354825228319 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25618/stat : 25618 (java) S 25611 25611 25200 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 224029778 14427463680 50757 33554432000 4194304 4196468 140727394196992 140188613228944 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25619] ppid=25611 vsize=14089320 memory=3472468102483603691 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25619/stat : 25619 (java) S 25611 25611 25200 0 -1 1077944384 188 0 0 0 0 0 0 0 20 0 15 0 224029779 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187844635376 140188663777922 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25620] ppid=25611 vsize=14089320 memory=3472285459167463791 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25620/stat : 25620 (java) S 25611 25611 25200 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 224029780 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187843581600 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25621] ppid=25611 vsize=14089320 memory=7302979791335942501 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25621/stat : 25621 (java) S 25611 25611 25200 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 224029780 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187842528496 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25622] ppid=25611 vsize=14089320 memory=8514726395715349656 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25622/stat : 25622 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187841477072 140188663785371 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25623] ppid=25611 vsize=14089320 memory=576461178948550685 CPUtime=0.87 cores=0,2,4,6
/proc/25613/task/25623/stat : 25623 (java) S 25611 25611 25200 0 -1 1077944384 10103 0 0 0 86 1 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187840424176 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25624] ppid=25611 vsize=14089320 memory=301741399228034265 CPUtime=0.89 cores=0,2,4,6
/proc/25613/task/25624/stat : 25624 (java) S 25611 25611 25200 0 -1 1077944384 4211 0 0 0 89 0 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187839371632 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25625] ppid=25611 vsize=14089320 memory=16101468159630036 CPUtime=0.37 cores=0,2,4,6
/proc/25613/task/25625/stat : 25625 (java) S 25611 25611 25200 0 -1 1077944384 3488 0 0 0 37 0 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187838318576 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25626] ppid=25611 vsize=14089320 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25626/stat : 25626 (java) S 25611 25611 25200 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187837266272 140188663776981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
[pid=25613/tid=25627] ppid=25611 vsize=14089320 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/25613/task/25627/stat : 25627 (java) S 25611 25611 25200 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 224029783 14427463680 50757 33554432000 4194304 4196468 140727394196992 140187836214320 140188663777922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 27197440 140727394198662 140727394198833 140727394198833 140727394201551 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 204480 KiB

[startup+4.31007 s]
/proc/loadavg: 1.78 1.56 1.52 3/219 25627
/proc/meminfo: memFree=12637064/32770624 swapFree=67108380/67108860
[pid=25611] ppid=25608 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/25611/stat : 25611 (xcsp3-exec) S 25608 25611 25200 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 224029777 115843072 363 33554432000 4194304 5098028 140722778710272 140722778708376 140522394595964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17760256 140722778715194 140722778715396 140722778715396 140722778718154 0
/proc/25611/statm: 28282 363 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 4.31172
CPU time (s): 6.28885
CPU user time (s): 6.20285
CPU system time (s): 0.086005
CPU usage (%): 145.855
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 204480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.20284
system time used= 0.086005
maximum resident set size= 203480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28386
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= 1942
involuntary context switches= 30


# summary of solver processes directly reported to runsolver:
#   pid: 25611
#   total CPU time (s): 6.28885
#   total CPU user time (s): 6.20285
#   total CPU system time (s): 0.086005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049205 second user time and 0.087645 second system time

The end

Launcher Data

Begin job on node137 at 2018-08-12 11:04:26
IDJOB=4306716
IDBENCH=141225
IDSOLVER=2787
FILE ID=node137/4306716-1534064666
RUNJOBID= node137-1534062145-25231
PBS_JOBID= 21036980
Free space on /tmp= 26312 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel4_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306716-1534064666/watcher-4306716-1534064666 -o /tmp/evaluation-result-4306716-1534064666/solver-4306716-1534064666 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1534062145-25231 --watchdog 2580  HOME/xcsp3-exec -seed 1290133426 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306716-1534064666.xml

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

MD5SUM BENCH= b2986e349e6e3d69d494bfde8c7eda2a
RANDOM SEED=1290133426

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        12820464 kB
MemAvailable:   31697152 kB
Buffers:          143792 kB
Cached:         18784916 kB
SwapCached:           24 kB
Active:          9681516 kB
Inactive:        9508580 kB
Active(anon):     208288 kB
Inactive(anon):   105428 kB
Active(file):    9473228 kB
Inactive(file):  9403152 kB
Unevictable:        7432 kB
Mlocked:            7432 kB
SwapTotal:      67108860 kB
SwapFree:       67108380 kB
Dirty:             22124 kB
Writeback:             0 kB
AnonPages:        268808 kB
Mapped:            66376 kB
Shmem:             49628 kB
Slab:             456988 kB
SReclaimable:     428768 kB
SUnreclaim:        28220 kB
KernelStack:        3552 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1289384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 26292 MiB
End job on node137 at 2018-08-12 11:04:31