Trace number 4282834

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)SAT (TO)276 251.883 240.033

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-17-a4.xml
MD5SUM1654769b6737315210eb217040901c4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark248
Best CPU time to get the best result obtained on this benchmark248.728
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints8502
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":17}]
Minimum variable degree1921
Maximum variable degree1922
Distribution of variable degrees[{"degree":1921,"count":15},{"degree":1922,"count":2}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1360},{"arity":4,"count":7140},{"arity":17,"count":1}]
Number of extensional constraints0
Number of intensional constraints8501
Distribution of constraint types[{"type":"intension","count":8501},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4282834-1503212457.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4282834-1503212457.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.19	c simple solver
0.33/0.26	c parse instance...
3.69/1.30	c solve instance...
85.22/73.63	o 289 
85.77/74.18	o 280 
91.27/79.62	o 277 
93.88/82.27	o 276 
251.84/240.01	s SATISFIABLE
251.84/240.01	v <instantiation>
251.84/240.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] </list>
251.84/240.01	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 147 193 221 254 276 </values>
251.84/240.01	v </instantiation>
251.84/240.01	c Unexpected resolution interruption!

Verifier Data

OK	276

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282834-1503212457/watcher-4282834-1503212457 -o /tmp/evaluation-result-4282834-1503212457/solver-4282834-1503212457 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node148-1503208459-17467 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1882927148 HOME/instance-4282834-1503212457.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
Current StackSize limit: 8192 KiB

solver pid=19821, runsolver pid=19818

[startup+0.10034 s]*
/proc/loadavg: 1.86 1.89 1.87 3/216 19837
/proc/meminfo: memFree=24576604/32770624 swapFree=67108860/67108860
[pid=19821] ppid=19818 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19821/stat : 19821 (xcsp3-exec) S 19818 19821 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154326575 9740288 346 33554432000 4194304 5098028 140729694317840 140729694315944 140113237475964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26767360 140729694323828 140729694324032 140729694324032 140729694326763 0
/proc/19821/statm: 2378 346 289 221 0 87 0
[pid=19823] ppid=19821 vsize=13978596 memory=28244 CPUtime=0.12 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19821 19821 17435 0 -1 1077944320 5357 0 0 0 11 1 0 0 20 0 15 0 154326575 14314082304 7061 33554432000 4194304 4196468 140731899841536 140731899824080 139653922365175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
/proc/19823/statm: 3494649 7061 2897 1 0 3482966 0
[pid=19823/tid=19824] ppid=19821 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/19823/task/19824/stat : 19824 (java) R 19821 19821 17435 0 -1 4202560 3354 0 0 0 8 0 0 0 20 0 15 0 154326575 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653926598448 139653558485520 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19825] ppid=19821 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) S 19821 19821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154326576 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653883324688 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19826] ppid=19821 vsize=13978596 memory=139931526137472 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326576 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653516863888 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19827] ppid=19821 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326576 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653515811344 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19828] ppid=19821 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19821 19821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154326576 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653514758800 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19829] ppid=19821 vsize=13978596 memory=139931526137472 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19821 19821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154326577 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653103266288 139653922376322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19830] ppid=19821 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19821 19821 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154326578 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653102212512 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19831] ppid=19821 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19821 19821 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154326578 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653101159920 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19832] ppid=19821 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326580 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653100108496 139653922383771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19833] ppid=19821 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19821 19821 17435 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 154326580 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653099055088 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19834] ppid=19821 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326580 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653098002544 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19835] ppid=19821 vsize=13978596 memory=139931526137472 CPUtime=0.01 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) R 19821 19821 17435 0 -1 4202560 325 0 0 0 1 0 0 0 20 0 15 0 154326580 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653096950000 139653901326111 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19836] ppid=19821 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326581 14314082304 7061 33554432000 4194304 4196468 140731899841536 139653095897696 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19837] ppid=19821 vsize=13978596 memory=139931526137472 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326581 14314082304 7127 33554432000 4194304 4196468 140731899841536 139653094845232 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29628 KiB

[startup+0.210655 s]*
/proc/loadavg: 1.86 1.89 1.87 4/216 19837
/proc/meminfo: memFree=24564680/32770624 swapFree=67108860/67108860
[pid=19821] ppid=19818 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19821/stat : 19821 (xcsp3-exec) S 19818 19821 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154326575 9740288 346 33554432000 4194304 5098028 140729694317840 140729694315944 140113237475964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26767360 140729694323828 140729694324032 140729694324032 140729694326763 0
/proc/19821/statm: 2378 346 289 221 0 87 0
[pid=19823] ppid=19821 vsize=13982852 memory=40932 CPUtime=0.33 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19821 19821 17435 0 -1 1077944320 8298 0 0 0 31 2 0 0 20 0 15 0 154326575 14318440448 10233 33554432000 4194304 4196468 140731899841536 140731899824080 139653922365175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
/proc/19823/statm: 3495713 10233 3095 1 0 3482966 0
[pid=19823/tid=19824] ppid=19821 vsize=13982852 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/19823/task/19824/stat : 19824 (java) R 19821 19821 17435 0 -1 4202560 5391 0 0 0 18 1 0 0 20 0 15 0 154326575 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653926576080 139653922377110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19825] ppid=19821 vsize=13982852 memory=288286675405374007 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) S 19821 19821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154326576 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653883324688 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19826] ppid=19821 vsize=13982852 memory=794672 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326576 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653516863888 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19827] ppid=19821 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326576 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653515811344 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19828] ppid=19821 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19821 19821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154326576 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653514758800 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19829] ppid=19821 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19821 19821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154326577 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653103266288 139653922376322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19830] ppid=19821 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19821 19821 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154326578 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653102212512 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19831] ppid=19821 vsize=13982852 memory=139931526137472 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19821 19821 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154326578 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653101159920 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19832] ppid=19821 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326580 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653100108496 139653922383771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19833] ppid=19821 vsize=13982852 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19821 19821 17435 0 -1 1077944384 543 0 0 0 1 0 0 0 20 0 15 0 154326580 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653099055088 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19834] ppid=19821 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) S 19821 19821 17435 0 -1 1077944384 265 0 0 0 2 0 0 0 20 0 15 0 154326580 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653098002544 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19835] ppid=19821 vsize=13982852 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) R 19821 19821 17435 0 -1 4202560 797 0 0 0 8 0 0 0 20 0 15 0 154326580 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653096950000 139653914602302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19836] ppid=19821 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326581 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653095897696 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19837] ppid=19821 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326581 14318440448 10233 33554432000 4194304 4196468 140731899841536 139653094845232 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 42316 KiB

[startup+0.311052 s]*
/proc/loadavg: 1.86 1.89 1.87 4/216 19837
/proc/meminfo: memFree=24558352/32770624 swapFree=67108860/67108860
[pid=19821] ppid=19818 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19821/stat : 19821 (xcsp3-exec) S 19818 19821 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154326575 9740288 346 33554432000 4194304 5098028 140729694317840 140729694315944 140113237475964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26767360 140729694323828 140729694324032 140729694324032 140729694326763 0
/proc/19821/statm: 2378 346 289 221 0 87 0
[pid=19823] ppid=19821 vsize=13982852 memory=47280 CPUtime=0.52 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19821 19821 17435 0 -1 1077944320 8969 0 0 0 49 3 0 0 20 0 15 0 154326575 14318440448 11820 33554432000 4194304 4196468 140731899841536 140731899824080 139653922365175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
/proc/19823/statm: 3495713 11820 3108 1 0 3482966 0
[pid=19823/tid=19824] ppid=19821 vsize=13982852 memory=8658345610664630981 CPUtime=0.3 cores=1,3,5,7
/proc/19823/task/19824/stat : 19824 (java) R 19821 19821 17435 0 -1 4202560 5932 0 0 0 28 2 0 0 20 0 15 0 154326575 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653926601096 139653558450512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19825] ppid=19821 vsize=13982852 memory=8462108013221117983 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) S 19821 19821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154326576 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653883324688 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19826] ppid=19821 vsize=13982852 memory=139931526151130 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326576 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653516863888 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19827] ppid=19821 vsize=13982852 memory=802399 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326576 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653515811344 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19828] ppid=19821 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19821 19821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154326576 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653514758800 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19829] ppid=19821 vsize=13982852 memory=139931526137472 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19821 19821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154326577 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653103266288 139653922376322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19830] ppid=19821 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19821 19821 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154326578 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653102212512 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19831] ppid=19821 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19821 19821 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154326578 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653101159920 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19832] ppid=19821 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326580 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653100108496 139653922383771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19833] ppid=19821 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) R 19821 19821 17435 0 -1 1077944384 553 0 0 0 3 0 0 0 20 0 15 0 154326580 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653099055088 139653922376322 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19834] ppid=19821 vsize=13982852 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) R 19821 19821 17435 0 -1 4202560 309 0 0 0 4 0 0 0 20 0 15 0 154326580 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653098002544 139653914602302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19835] ppid=19821 vsize=13982852 memory=139931526137472 CPUtime=0.13 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) R 19821 19821 17435 0 -1 4202560 875 0 0 0 13 0 0 0 20 0 15 0 154326580 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653096945760 139653901838283 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19836] ppid=19821 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326581 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653095897696 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19837] ppid=19821 vsize=13982852 memory=139931526137472 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326581 14318440448 11820 33554432000 4194304 4196468 140731899841536 139653094845232 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48664 KiB

[startup+0.700849 s]
/proc/loadavg: 1.86 1.89 1.87 5/216 19837
/proc/meminfo: memFree=24533040/32770624 swapFree=67108860/67108860
[pid=19821] ppid=19818 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19821/stat : 19821 (xcsp3-exec) S 19818 19821 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154326575 9740288 346 33554432000 4194304 5098028 140729694317840 140729694315944 140113237475964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26767360 140729694323828 140729694324032 140729694324032 140729694326763 0
/proc/19821/statm: 2378 346 289 221 0 87 0
[pid=19823] ppid=19821 vsize=13982928 memory=130732 CPUtime=1.76 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19821 19821 17435 0 -1 1077944320 11940 0 0 0 172 4 0 0 20 0 15 0 154326575 14318518272 32683 33554432000 4194304 4196468 140731899841536 140731899824080 139653922365175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
/proc/19823/statm: 3495732 32683 3201 1 0 3482966 0
[pid=19823/tid=19824] ppid=19821 vsize=13982928 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/19823/task/19824/stat : 19824 (java) R 19821 19821 17435 0 -1 4202560 6343 0 0 0 65 3 0 0 20 0 15 0 154326575 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653926586600 139653922387101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19825] ppid=19821 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) S 19821 19821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154326576 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653883324688 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19826] ppid=19821 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326576 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653516863888 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19827] ppid=19821 vsize=13982928 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326576 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653515811344 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19828] ppid=19821 vsize=13982928 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19821 19821 17435 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154326576 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653514758800 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19829] ppid=19821 vsize=13982928 memory=636 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19821 19821 17435 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154326577 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653103266288 139653922376322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19830] ppid=19821 vsize=13982928 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19821 19821 17435 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154326578 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653102212512 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19831] ppid=19821 vsize=13982928 memory=960 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19821 19821 17435 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154326578 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653101159920 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19832] ppid=19821 vsize=13982928 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326580 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653100108496 139653922383771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19833] ppid=19821 vsize=13982928 memory=2424 CPUtime=0.36 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) R 19821 19821 17435 0 -1 4202560 1588 0 0 0 36 0 0 0 20 0 15 0 154326580 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653099045008 139653922377110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19834] ppid=19821 vsize=13982928 memory=4080 CPUtime=0.4 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) R 19821 19821 17435 0 -1 4202560 1132 0 0 0 40 0 0 0 20 0 15 0 154326580 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653097989856 139653907291587 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19835] ppid=19821 vsize=13982928 memory=932 CPUtime=0.29 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19821 19821 17435 0 -1 1077944384 1570 0 0 0 29 0 0 0 20 0 15 0 154326580 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653096950000 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19836] ppid=19821 vsize=13982928 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326581 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653095897696 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19837] ppid=19821 vsize=13982928 memory=2196 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19821 19821 17435 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154326581 14318518272 32683 33554432000 4194304 4196468 140731899841536 139653094845232 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 132116 KiB

[startup+1.50083 s]
/proc/loadavg: 1.86 1.89 1.87 6/216 19837
/proc/meminfo: memFree=24415396/32770624 swapFree=67108860/67108860
[pid=19821] ppid=19818 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19821/stat : 19821 (xcsp3-exec) S 19818 19821 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154326575 9740288 346 33554432000 4194304 5098028 140729694317840 140729694315944 140113237475964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26767360 140729694323828 140729694324032 140729694324032 140729694326763 0
/proc/19821/statm: 2378 346 289 221 0 87 0

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

/proc/19823/task/19831/stat : 19831 (java) S 19821 19821 17435 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154326578 14320615424 750704 33554432000 4194304 4196468 140731899841536 139653101159936 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19832] ppid=19821 vsize=13984976 memory=792 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326580 14320615424 750704 33554432000 4194304 4196468 140731899841536 139653100108496 139653922383771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19833] ppid=19821 vsize=13984976 memory=279862753713712 CPUtime=2.07 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19821 19821 17435 0 -1 1077944384 6917 0 0 0 206 1 0 0 20 0 15 0 154326580 14320615424 750704 33554432000 4194304 4196468 140731899841536 139653099055088 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19834] ppid=19821 vsize=13984976 memory=6944656592387989600 CPUtime=2.05 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) S 19821 19821 17435 0 -1 1077944384 6544 0 0 0 204 1 0 0 20 0 15 0 154326580 14320615424 750704 33554432000 4194304 4196468 140731899841536 139653098002544 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19835] ppid=19821 vsize=13984976 memory=5622 CPUtime=0.7 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19821 19821 17435 0 -1 1077944384 4994 0 0 0 69 1 0 0 20 0 15 0 154326580 14320615424 750704 33554432000 4194304 4196468 140731899841536 139653096950000 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19836] ppid=19821 vsize=13984976 memory=3959 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326581 14320615424 750704 33554432000 4194304 4196468 140731899841536 139653095897696 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19837] ppid=19821 vsize=13984976 memory=230 CPUtime=0.05 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19821 19821 17435 0 -1 1077944384 918 0 0 0 2 3 0 0 20 0 15 0 154326581 14320615424 750704 33554432000 4194304 4196468 140731899841536 139653094845232 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
Current children cumulated CPU time: 114.01 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3004200 KiB

[startup+162.301 s]
/proc/loadavg: 2.15 2.06 1.94 4/217 19840
/proc/meminfo: memFree=20287676/32770624 swapFree=67108860/67108860
[pid=19821] ppid=19818 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19821/stat : 19821 (xcsp3-exec) S 19818 19821 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154326575 9740288 346 33554432000 4194304 5098028 140729694317840 140729694315944 140113237475964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26767360 140729694323828 140729694324032 140729694324032 140729694326763 0
/proc/19821/statm: 2378 346 289 221 0 87 0
[pid=19823] ppid=19821 vsize=13984976 memory=3002948 CPUtime=174.07 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19821 19821 17435 0 -1 1077944320 46237 0 0 0 17315 92 0 0 20 0 15 0 154326575 14320615424 750737 33554432000 4194304 4196468 140731899841536 140731899824080 139653922365175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
/proc/19823/statm: 3496244 750737 3281 1 0 3483478 0
[pid=19823/tid=19824] ppid=19821 vsize=13984976 memory=3002948 CPUtime=157.1 cores=1,3,5,7
/proc/19823/task/19824/stat : 19824 (java) R 19821 19821 17435 0 -1 4202560 10255 0 0 0 15701 9 0 0 20 0 15 0 154326575 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653926601040 139653564930967 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19825] ppid=19821 vsize=13984976 memory=3002948 CPUtime=2.3 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) S 19821 19821 17435 0 -1 1077944384 2243 0 0 0 208 22 0 0 20 0 15 0 154326576 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653883324688 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19826] ppid=19821 vsize=13984976 memory=1384 CPUtime=2.33 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19821 19821 17435 0 -1 1077944384 934 0 0 0 216 17 0 0 20 0 15 0 154326576 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653516863888 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19827] ppid=19821 vsize=13984976 memory=0 CPUtime=2.28 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19821 19821 17435 0 -1 1077944384 663 0 0 0 217 11 0 0 20 0 15 0 154326576 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653515811344 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19828] ppid=19821 vsize=13984976 memory=1384 CPUtime=2.29 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19821 19821 17435 0 -1 1077944384 1162 0 0 0 209 20 0 0 20 0 15 0 154326576 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653514758800 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19829] ppid=19821 vsize=13984976 memory=4096 CPUtime=2.74 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19821 19821 17435 0 -1 1077944384 9132 0 0 0 273 1 0 0 20 0 15 0 154326577 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653103266288 139653922376322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19830] ppid=19821 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19821 19821 17435 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 154326578 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653102212576 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19831] ppid=19821 vsize=13984976 memory=3002948 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19821 19821 17435 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154326578 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653101159936 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19832] ppid=19821 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326580 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653100108496 139653922383771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19833] ppid=19821 vsize=13984976 memory=3002948 CPUtime=2.09 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19821 19821 17435 0 -1 1077944384 7577 0 0 0 208 1 0 0 20 0 15 0 154326580 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653099055088 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19834] ppid=19821 vsize=13984976 memory=1952 CPUtime=2.05 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) S 19821 19821 17435 0 -1 1077944384 6549 0 0 0 204 1 0 0 20 0 15 0 154326580 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653098002544 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19835] ppid=19821 vsize=13984976 memory=5796 CPUtime=0.7 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19821 19821 17435 0 -1 1077944384 5400 0 0 0 69 1 0 0 20 0 15 0 154326580 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653096950000 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19836] ppid=19821 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326581 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653095897696 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19837] ppid=19821 vsize=13984976 memory=3002948 CPUtime=0.08 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19821 19821 17435 0 -1 1077944384 999 0 0 0 3 5 0 0 20 0 15 0 154326581 14320615424 750737 33554432000 4194304 4196468 140731899841536 139653094845232 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
Current children cumulated CPU time: 174.07 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3004332 KiB

[startup+222.301 s]
/proc/loadavg: 2.05 2.05 1.95 4/218 19849
/proc/meminfo: memFree=20285724/32770624 swapFree=67108860/67108860
[pid=19821] ppid=19818 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19821/stat : 19821 (xcsp3-exec) S 19818 19821 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154326575 9740288 346 33554432000 4194304 5098028 140729694317840 140729694315944 140113237475964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26767360 140729694323828 140729694324032 140729694324032 140729694326763 0
/proc/19821/statm: 2378 346 289 221 0 87 0
[pid=19823] ppid=19821 vsize=13984976 memory=3002964 CPUtime=234.12 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19821 19821 17435 0 -1 1077944320 48130 0 0 0 23318 94 0 0 20 0 15 0 154326575 14320615424 750741 33554432000 4194304 4196468 140731899841536 140731899824080 139653922365175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
/proc/19823/statm: 3496244 750741 3281 1 0 3483478 0
[pid=19823/tid=19824] ppid=19821 vsize=13984976 memory=3002964 CPUtime=217.1 cores=1,3,5,7
/proc/19823/task/19824/stat : 19824 (java) R 19821 19821 17435 0 -1 4202560 10908 0 0 0 21701 9 0 0 20 0 15 0 154326575 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653926602392 139653566397711 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19825] ppid=19821 vsize=13984976 memory=3002964 CPUtime=2.3 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) S 19821 19821 17435 0 -1 1077944384 2243 0 0 0 208 22 0 0 20 0 15 0 154326576 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653883324688 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19826] ppid=19821 vsize=13984976 memory=1384 CPUtime=2.33 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19821 19821 17435 0 -1 1077944384 934 0 0 0 216 17 0 0 20 0 15 0 154326576 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653516863888 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19827] ppid=19821 vsize=13984976 memory=1384 CPUtime=2.28 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19821 19821 17435 0 -1 1077944384 663 0 0 0 217 11 0 0 20 0 15 0 154326576 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653515811344 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19828] ppid=19821 vsize=13984976 memory=3002964 CPUtime=2.29 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19821 19821 17435 0 -1 1077944384 1162 0 0 0 209 20 0 0 20 0 15 0 154326576 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653514758800 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19829] ppid=19821 vsize=13984976 memory=1384 CPUtime=2.75 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19821 19821 17435 0 -1 1077944384 9188 0 0 0 273 2 0 0 20 0 15 0 154326577 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653103266288 139653922376322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19830] ppid=19821 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19821 19821 17435 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 154326578 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653102212576 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19831] ppid=19821 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19821 19821 17435 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154326578 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653101159936 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19832] ppid=19821 vsize=13984976 memory=3002964 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326580 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653100108496 139653922383771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19833] ppid=19821 vsize=13984976 memory=1384 CPUtime=2.09 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19821 19821 17435 0 -1 1077944384 8133 0 0 0 208 1 0 0 20 0 15 0 154326580 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653099055088 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19834] ppid=19821 vsize=13984976 memory=3002964 CPUtime=2.06 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) S 19821 19821 17435 0 -1 1077944384 6962 0 0 0 205 1 0 0 20 0 15 0 154326580 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653098002544 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19835] ppid=19821 vsize=13984976 memory=3196 CPUtime=0.7 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19821 19821 17435 0 -1 1077944384 5549 0 0 0 69 1 0 0 20 0 15 0 154326580 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653096950000 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19836] ppid=19821 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326581 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653095897696 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19837] ppid=19821 vsize=13984976 memory=3196 CPUtime=0.11 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19821 19821 17435 0 -1 1077944384 1065 0 0 0 4 7 0 0 20 0 15 0 154326581 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653094845232 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
Current children cumulated CPU time: 234.12 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3004348 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.17 2.08 1.96 3/218 19927
/proc/meminfo: memFree=21719608/32770624 swapFree=67108860/67108860
[pid=19821] ppid=19818 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/19821/stat : 19821 (xcsp3-exec) S 19818 19821 17435 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154326575 9740288 346 33554432000 4194304 5098028 140729694317840 140729694315944 140113237475964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26767360 140729694323828 140729694324032 140729694324032 140729694326763 0
/proc/19821/statm: 2378 346 289 221 0 87 0
[pid=19823] ppid=19821 vsize=13984976 memory=3002964 CPUtime=251.84 cores=1,3,5,7
/proc/19823/stat : 19823 (java) S 19821 19821 17435 0 -1 1077944320 48859 0 0 0 25090 94 0 0 20 0 15 0 154326575 14320615424 750741 33554432000 4194304 4196468 140731899841536 140731899824080 139653922365175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
/proc/19823/statm: 3496244 750741 3281 1 0 3483478 0
[pid=19823/tid=19824] ppid=19821 vsize=13984976 memory=6791534058613427641 CPUtime=234.81 cores=1,3,5,7
/proc/19823/task/19824/stat : 19824 (java) R 19821 19821 17435 0 -1 4202560 11196 0 0 0 23472 9 0 0 20 0 15 0 154326575 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653926601544 139653565199413 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19825] ppid=19821 vsize=13984976 memory=1384 CPUtime=2.3 cores=1,3,5,7
/proc/19823/task/19825/stat : 19825 (java) S 19821 19821 17435 0 -1 1077944384 2243 0 0 0 208 22 0 0 20 0 15 0 154326576 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653883324688 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19826] ppid=19821 vsize=13984976 memory=3002964 CPUtime=2.33 cores=1,3,5,7
/proc/19823/task/19826/stat : 19826 (java) S 19821 19821 17435 0 -1 1077944384 934 0 0 0 216 17 0 0 20 0 15 0 154326576 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653516863888 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19827] ppid=19821 vsize=13984976 memory=1228 CPUtime=2.28 cores=1,3,5,7
/proc/19823/task/19827/stat : 19827 (java) S 19821 19821 17435 0 -1 1077944384 663 0 0 0 217 11 0 0 20 0 15 0 154326576 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653515811344 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19828] ppid=19821 vsize=13984976 memory=4126316290023845779 CPUtime=2.29 cores=1,3,5,7
/proc/19823/task/19828/stat : 19828 (java) S 19821 19821 17435 0 -1 1077944384 1162 0 0 0 209 20 0 0 20 0 15 0 154326576 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653514758800 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19829] ppid=19821 vsize=13984976 memory=3002964 CPUtime=2.75 cores=1,3,5,7
/proc/19823/task/19829/stat : 19829 (java) S 19821 19821 17435 0 -1 1077944384 9193 0 0 0 273 2 0 0 20 0 15 0 154326577 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653103266288 139653922376322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19830] ppid=19821 vsize=13984976 memory=16101468159609422 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19830/stat : 19830 (java) S 19821 19821 17435 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 154326578 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653102212576 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19831] ppid=19821 vsize=13984976 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19831/stat : 19831 (java) S 19821 19821 17435 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154326578 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653101159936 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19832] ppid=19821 vsize=13984976 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19832/stat : 19832 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326580 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653100108496 139653922383771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19833] ppid=19821 vsize=13984976 memory=2476 CPUtime=2.1 cores=1,3,5,7
/proc/19823/task/19833/stat : 19833 (java) S 19821 19821 17435 0 -1 1077944384 8281 0 0 0 209 1 0 0 20 0 15 0 154326580 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653099055088 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19834] ppid=19821 vsize=13984976 memory=1384 CPUtime=2.06 cores=1,3,5,7
/proc/19823/task/19834/stat : 19834 (java) S 19821 19821 17435 0 -1 1077944384 7207 0 0 0 205 1 0 0 20 0 15 0 154326580 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653098002544 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19835] ppid=19821 vsize=13984976 memory=150740 CPUtime=0.7 cores=1,3,5,7
/proc/19823/task/19835/stat : 19835 (java) S 19821 19821 17435 0 -1 1077944384 5558 0 0 0 69 1 0 0 20 0 15 0 154326580 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653096950000 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19836] ppid=19821 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/19823/task/19836/stat : 19836 (java) S 19821 19821 17435 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154326581 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653095897696 139653922375381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
[pid=19823/tid=19837] ppid=19821 vsize=13984976 memory=4126316290023845779 CPUtime=0.13 cores=1,3,5,7
/proc/19823/task/19837/stat : 19837 (java) S 19821 19821 17435 0 -1 1077944384 1099 0 0 0 5 8 0 0 20 0 15 0 154326581 14320615424 750741 33554432000 4194304 4196468 140731899841536 139653094845232 139653922376322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17854464 140731899847837 140731899848012 140731899848012 140731899850703 0
Current children cumulated CPU time: 251.84 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 3004348 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+240.02 s]
# the end of solver process 19821 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000853 s, system=0.001232 s

[startup+240.033 s]
# the end of solver process 19823 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.917 s, system=0.965651 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 240.033
CPU time (s): 251.883
CPU user time (s): 250.917
CPU system time (s): 0.965651
CPU usage (%): 104.937
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 3004348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.917
system time used= 0.965651
maximum resident set size= 3003600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49988
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8002
involuntary context switches= 213


# summary of solver processes directly reported to runsolver:
#   pid: 19821,19823
#   total CPU time (s): 251.883
#   total CPU user time (s): 250.917
#   total CPU system time (s): 0.965651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.579 second user time and 2.38469 second system time

The end

Launcher Data

Begin job on node148 at 2017-08-20 08:46:37
IDJOB=4282834
IDBENCH=126240
IDSOLVER=2678
FILE ID=node148/4282834-1503212457
RUNJOBID= node148-1503208459-17467
PBS_JOBID= 20630865
Free space on /tmp= 61716 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-17-a4.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-4282834-1503212457/watcher-4282834-1503212457 -o /tmp/evaluation-result-4282834-1503212457/solver-4282834-1503212457 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node148-1503208459-17467 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1882927148 HOME/instance-4282834-1503212457.xml

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

MD5SUM BENCH= 1654769b6737315210eb217040901c4e
RANDOM SEED=1882927148

node148.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.19
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.19
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.19
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.19
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:        24593912 kB
MemAvailable:   31700452 kB
Buffers:          297912 kB
Cached:          7098796 kB
SwapCached:            0 kB
Active:          1570180 kB
Inactive:        6154444 kB
Active(anon):     279420 kB
Inactive(anon):    84704 kB
Active(file):    1290760 kB
Inactive(file):  6069740 kB
Unevictable:        7784 kB
Mlocked:            7784 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8192 kB
Writeback:             0 kB
AnonPages:        335844 kB
Mapped:            64116 kB
Shmem:             33416 kB
Slab:             150976 kB
SReclaimable:     123748 kB
SUnreclaim:        27228 kB
KernelStack:        3520 kB
PageTables:         5760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1432124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61708 MiB
End job on node148 at 2017-08-20 08:50:37