Trace number 4282837

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)1000 249.317 240.026

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-21-a4.xml
MD5SUM982ba5645f5cd940fa49e525f3796150
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark432
Best CPU time to get the best result obtained on this benchmark249.993
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints20617
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":21}]
Minimum variable degree3801
Maximum variable degree3802
Distribution of variable degrees[{"degree":3801,"count":19},{"degree":3802,"count":2}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":2660},{"arity":4,"count":17955},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints20616
Distribution of constraint types[{"type":"intension","count":20616},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282837-1503212539.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4282837-1503212539.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
5.99/2.07	c solve instance...
184.77/175.68	o 1000 
249.29/240.01	s SATISFIABLE
249.29/240.01	v <instantiation>
249.29/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] x[17] x[18] x[19] x[20] </list>
249.29/240.01	v 	<values>0 7 15 24 34 45 57 70 86 117 135 161 175 212 260 299 319 994 995 998 1000 </values>
249.29/240.01	v </instantiation>
249.29/240.01	c Unexpected resolution interruption!

Verifier Data

OK	1000

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282837-1503212539/watcher-4282837-1503212539 -o /tmp/evaluation-result-4282837-1503212539/solver-4282837-1503212539 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1503209003-32624 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1903045247 HOME/instance-4282837-1503212539.xml 

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

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
solver pid=2875, runsolver pid=2872
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 1.91 1.90 1.87 4/217 2891
/proc/meminfo: memFree=25892108/32770624 swapFree=67108860/67108860
[pid=2875] ppid=2872 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2875/stat : 2875 (xcsp3-exec) S 2872 2875 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154341945 9740288 345 33554432000 4194304 5098028 140726106033088 140726106031192 140036116308604 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26767360 140726106035316 140726106035520 140726106035520 140726106038251 0
/proc/2875/statm: 2378 345 289 221 0 87 0
[pid=2877] ppid=2875 vsize=13978596 memory=27856 CPUtime=0.12 cores=0,2,4,6
/proc/2877/stat : 2877 (java) S 2875 2875 32593 0 -1 1077944320 5317 0 0 0 11 1 0 0 20 0 15 0 154341945 14314082304 6964 33554432000 4194304 4196468 140737408238016 140737408220560 140449838718711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
/proc/2877/statm: 3494649 6964 2865 1 0 3482966 0
[pid=2877/tid=2878] ppid=2875 vsize=13978596 memory=7031125463459224206 CPUtime=0.09 cores=0,2,4,6
/proc/2877/task/2878/stat : 2878 (java) R 2875 2875 32593 0 -1 4202560 3339 0 0 0 8 1 0 0 20 0 15 0 154341945 14314082304 6964 33554432000 4194304 4196468 140737408238016 140449842947888 140449838730646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2879] ppid=2875 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2879/stat : 2879 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14314082304 6964 33554432000 4194304 4196468 140737408238016 140449795271184 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2880] ppid=2875 vsize=13978596 memory=139752218478208 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2880/stat : 2880 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14314082304 6964 33554432000 4194304 4196468 140737408238016 140449794218640 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2881] ppid=2875 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2881/stat : 2881 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14314082304 6964 33554432000 4194304 4196468 140737408238016 140449432398096 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2882] ppid=2875 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2882/stat : 2882 (java) S 2875 2875 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154341946 14314082304 6964 33554432000 4194304 4196468 140737408238016 140449431345552 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2883] ppid=2875 vsize=13978596 memory=139752218478208 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2883/stat : 2883 (java) S 2875 2875 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154341948 14314082304 6964 33554432000 4194304 4196468 140737408238016 140448751233776 140449838729858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2884] ppid=2875 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2884/stat : 2884 (java) S 2875 2875 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154341948 14314082304 6964 33554432000 4194304 4196468 140737408238016 140448750180000 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2885] ppid=2875 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2885/stat : 2885 (java) S 2875 2875 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154341948 14314082304 6964 33554432000 4194304 4196468 140737408238016 140448749126896 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2886] ppid=2875 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2886/stat : 2886 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14314082304 6964 33554432000 4194304 4196468 140737408238016 140448748075472 140449838737307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2887] ppid=2875 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2887/stat : 2887 (java) S 2875 2875 32593 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 154341951 14314082304 6964 33554432000 4194304 4196468 140737408238016 140448747022576 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2888] ppid=2875 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2888/stat : 2888 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14314082304 6964 33554432000 4194304 4196468 140737408238016 140448745970032 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2889] ppid=2875 vsize=13978596 memory=139752218478208 CPUtime=0.01 cores=0,2,4,6
/proc/2877/task/2889/stat : 2889 (java) R 2875 2875 32593 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 15 0 154341951 14314082304 6964 33554432000 4194304 4196468 140737408238016 140448744916976 140449822899465 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2890] ppid=2875 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2890/stat : 2890 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14314082304 6964 33554432000 4194304 4196468 140737408238016 140448743864672 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2891] ppid=2875 vsize=13978596 memory=139752218478208 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2891/stat : 2891 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341951 14314082304 6964 33554432000 4194304 4196468 140737408238016 140448742812720 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29236 KiB

[startup+0.210644 s]*
/proc/loadavg: 1.91 1.90 1.87 3/217 2891
/proc/meminfo: memFree=25880176/32770624 swapFree=67108860/67108860
[pid=2875] ppid=2872 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2875/stat : 2875 (xcsp3-exec) S 2872 2875 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154341945 9740288 345 33554432000 4194304 5098028 140726106033088 140726106031192 140036116308604 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26767360 140726106035316 140726106035520 140726106035520 140726106038251 0
/proc/2875/statm: 2378 345 289 221 0 87 0
[pid=2877] ppid=2875 vsize=13982852 memory=40304 CPUtime=0.33 cores=0,2,4,6
/proc/2877/stat : 2877 (java) S 2875 2875 32593 0 -1 1077944320 8144 0 0 0 31 2 0 0 20 0 15 0 154341945 14318440448 10076 33554432000 4194304 4196468 140737408238016 140737408220560 140449838718711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
/proc/2877/statm: 3495713 10076 3042 1 0 3482966 0
[pid=2877/tid=2878] ppid=2875 vsize=13982884 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/2877/task/2878/stat : 2878 (java) R 2875 2875 32593 0 -1 4202560 5326 0 0 0 18 1 0 0 20 0 15 0 154341945 14318473216 10098 33554432000 4194304 4196468 140737408238016 140449842928336 140449831398429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2879] ppid=2875 vsize=13982884 memory=4294976320 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2879/stat : 2879 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14318473216 10098 33554432000 4194304 4196468 140737408238016 140449795271184 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2880] ppid=2875 vsize=13982852 memory=139752218510813 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2880/stat : 2880 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14318440448 10098 33554432000 4194304 4196468 140737408238016 140449794218640 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2881] ppid=2875 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2881/stat : 2881 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14318440448 10098 33554432000 4194304 4196468 140737408238016 140449432398096 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2882] ppid=2875 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2882/stat : 2882 (java) S 2875 2875 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154341946 14318440448 10098 33554432000 4194304 4196468 140737408238016 140449431345552 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2883] ppid=2875 vsize=13982852 memory=139752218478208 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2883/stat : 2883 (java) S 2875 2875 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154341948 14318440448 10098 33554432000 4194304 4196468 140737408238016 140448751233776 140449838729858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2884] ppid=2875 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2884/stat : 2884 (java) S 2875 2875 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154341948 14318440448 10098 33554432000 4194304 4196468 140737408238016 140448750180000 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2885] ppid=2875 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2885/stat : 2885 (java) S 2875 2875 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154341948 14318473216 10098 33554432000 4194304 4196468 140737408238016 140448749126896 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2886] ppid=2875 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2886/stat : 2886 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14318473216 10098 33554432000 4194304 4196468 140737408238016 140448748075472 140449838737307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2887] ppid=2875 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/2877/task/2887/stat : 2887 (java) S 2875 2875 32593 0 -1 1077944384 780 0 0 0 3 0 0 0 20 0 15 0 154341951 14318440448 10098 33554432000 4194304 4196468 140737408238016 140448747022576 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2888] ppid=2875 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2877/task/2888/stat : 2888 (java) S 2875 2875 32593 0 -1 1077944384 83 0 0 0 1 0 0 0 20 0 15 0 154341951 14318440448 10098 33554432000 4194304 4196468 140737408238016 140448745970032 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2889] ppid=2875 vsize=13982852 memory=139752218478208 CPUtime=0.07 cores=0,2,4,6
/proc/2877/task/2889/stat : 2889 (java) S 2875 2875 32593 0 -1 1077944384 725 0 0 0 7 0 0 0 20 0 15 0 154341951 14318440448 10098 33554432000 4194304 4196468 140737408238016 140448744916976 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2890] ppid=2875 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2890/stat : 2890 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14318440448 10098 33554432000 4194304 4196468 140737408238016 140448743864672 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2891] ppid=2875 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2891/stat : 2891 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341951 14318473216 10098 33554432000 4194304 4196468 140737408238016 140448742812720 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41684 KiB

[startup+0.310571 s]*
/proc/loadavg: 1.91 1.90 1.87 5/217 2891
/proc/meminfo: memFree=25873724/32770624 swapFree=67108860/67108860
[pid=2875] ppid=2872 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2875/stat : 2875 (xcsp3-exec) S 2872 2875 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154341945 9740288 345 33554432000 4194304 5098028 140726106033088 140726106031192 140036116308604 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26767360 140726106035316 140726106035520 140726106035520 140726106038251 0
/proc/2875/statm: 2378 345 289 221 0 87 0
[pid=2877] ppid=2875 vsize=13982852 memory=47232 CPUtime=0.5 cores=0,2,4,6
/proc/2877/stat : 2877 (java) S 2875 2875 32593 0 -1 1077944320 8928 0 0 0 47 3 0 0 20 0 15 0 154341945 14318440448 11808 33554432000 4194304 4196468 140737408238016 140737408220560 140449838718711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
/proc/2877/statm: 3495713 11808 3115 1 0 3482966 0
[pid=2877/tid=2878] ppid=2875 vsize=13982852 memory=7310027617963868211 CPUtime=0.29 cores=0,2,4,6
/proc/2877/task/2878/stat : 2878 (java) R 2875 2875 32593 0 -1 4202560 5917 0 0 0 27 2 0 0 20 0 15 0 154341945 14318440448 11808 33554432000 4194304 4196468 140737408238016 140449842956528 140449474026323 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2879] ppid=2875 vsize=13982852 memory=288230608969409347 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2879/stat : 2879 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14318440448 11808 33554432000 4194304 4196468 140737408238016 140449795271184 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2880] ppid=2875 vsize=13982852 memory=14126771113139979 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2880/stat : 2880 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14318440448 11808 33554432000 4194304 4196468 140737408238016 140449794218640 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2881] ppid=2875 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2881/stat : 2881 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14318440448 11808 33554432000 4194304 4196468 140737408238016 140449432398096 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2882] ppid=2875 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2882/stat : 2882 (java) S 2875 2875 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154341946 14318440448 11808 33554432000 4194304 4196468 140737408238016 140449431345552 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2883] ppid=2875 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2883/stat : 2883 (java) S 2875 2875 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154341948 14318440448 11808 33554432000 4194304 4196468 140737408238016 140448751233776 140449838729858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2884] ppid=2875 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2884/stat : 2884 (java) S 2875 2875 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154341948 14318440448 11808 33554432000 4194304 4196468 140737408238016 140448750180000 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2885] ppid=2875 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2885/stat : 2885 (java) S 2875 2875 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154341948 14318440448 11808 33554432000 4194304 4196468 140737408238016 140448749126896 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2886] ppid=2875 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2886/stat : 2886 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14318440448 11808 33554432000 4194304 4196468 140737408238016 140448748075472 140449838737307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2887] ppid=2875 vsize=13982852 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2877/task/2887/stat : 2887 (java) R 2875 2875 32593 0 -1 4202560 807 0 0 0 5 0 0 0 20 0 15 0 154341951 14318440448 11808 33554432000 4194304 4196468 140737408238016 140448747009360 140449831435863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2888] ppid=2875 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2877/task/2888/stat : 2888 (java) R 2875 2875 32593 0 -1 1077944384 91 0 0 0 2 0 0 0 20 0 15 0 154341951 14318440448 11808 33554432000 4194304 4196468 140737408238016 140448745970128 140449838728917 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2889] ppid=2875 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/2877/task/2889/stat : 2889 (java) R 2875 2875 32593 0 -1 4202560 822 0 0 0 12 0 0 0 20 0 15 0 154341951 14318440448 11808 33554432000 4194304 4196468 140737408238016 140448744913344 140449817674180 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2890] ppid=2875 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2890/stat : 2890 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14318440448 11808 33554432000 4194304 4196468 140737408238016 140448743864672 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2891] ppid=2875 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2891/stat : 2891 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341951 14318440448 11808 33554432000 4194304 4196468 140737408238016 140448742812720 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48612 KiB

[startup+0.701238 s]
/proc/loadavg: 1.91 1.90 1.87 6/217 2891
/proc/meminfo: memFree=25849096/32770624 swapFree=67108860/67108860
[pid=2875] ppid=2872 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2875/stat : 2875 (xcsp3-exec) S 2872 2875 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154341945 9740288 345 33554432000 4194304 5098028 140726106033088 140726106031192 140036116308604 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26767360 140726106035316 140726106035520 140726106035520 140726106038251 0
/proc/2875/statm: 2378 345 289 221 0 87 0
[pid=2877] ppid=2875 vsize=13982928 memory=131124 CPUtime=1.74 cores=0,2,4,6
/proc/2877/stat : 2877 (java) S 2875 2875 32593 0 -1 1077944320 12059 0 0 0 169 5 0 0 20 0 15 0 154341945 14318518272 32781 33554432000 4194304 4196468 140737408238016 140737408220560 140449838718711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
/proc/2877/statm: 3495732 32781 3203 1 0 3482966 0
[pid=2877/tid=2878] ppid=2875 vsize=13982928 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/2877/task/2878/stat : 2878 (java) R 2875 2875 32593 0 -1 4202560 6230 0 0 0 64 4 0 0 20 0 15 0 154341945 14318518272 32781 33554432000 4194304 4196468 140737408238016 140449842953288 140449477067572 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2879] ppid=2875 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2879/stat : 2879 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14318518272 32781 33554432000 4194304 4196468 140737408238016 140449795271184 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2880] ppid=2875 vsize=13982928 memory=153 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2880/stat : 2880 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14318518272 32781 33554432000 4194304 4196468 140737408238016 140449794218640 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2881] ppid=2875 vsize=13982928 memory=2 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2881/stat : 2881 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341946 14318518272 32781 33554432000 4194304 4196468 140737408238016 140449432398096 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2882] ppid=2875 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2882/stat : 2882 (java) S 2875 2875 32593 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154341946 14318518272 32781 33554432000 4194304 4196468 140737408238016 140449431345552 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2883] ppid=2875 vsize=13982928 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2883/stat : 2883 (java) S 2875 2875 32593 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154341948 14318518272 32781 33554432000 4194304 4196468 140737408238016 140448751233776 140449838729858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2884] ppid=2875 vsize=13982928 memory=928 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2884/stat : 2884 (java) S 2875 2875 32593 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154341948 14318518272 32781 33554432000 4194304 4196468 140737408238016 140448750180000 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2885] ppid=2875 vsize=13982928 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2885/stat : 2885 (java) S 2875 2875 32593 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154341948 14318518272 32781 33554432000 4194304 4196468 140737408238016 140448749126896 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2886] ppid=2875 vsize=13982928 memory=2240 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2886/stat : 2886 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14318518272 32781 33554432000 4194304 4196468 140737408238016 140448748075472 140449838737307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2887] ppid=2875 vsize=13982928 memory=4128 CPUtime=0.41 cores=0,2,4,6
/proc/2877/task/2887/stat : 2887 (java) R 2875 2875 32593 0 -1 4202560 1772 0 0 0 41 0 0 0 20 0 15 0 154341951 14318518272 32781 33554432000 4194304 4196468 140737408238016 140448747008456 140449823826749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2888] ppid=2875 vsize=13982928 memory=2204 CPUtime=0.36 cores=0,2,4,6
/proc/2877/task/2888/stat : 2888 (java) R 2875 2875 32593 0 -1 4202560 1118 0 0 0 36 0 0 0 20 0 15 0 154341951 14318518272 32781 33554432000 4194304 4196468 140737408238016 140448745962520 140449818151837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2889] ppid=2875 vsize=13982928 memory=7788 CPUtime=0.27 cores=0,2,4,6
/proc/2877/task/2889/stat : 2889 (java) S 2875 2875 32593 0 -1 1077944384 1633 0 0 0 27 0 0 0 20 0 15 0 154341951 14318518272 32781 33554432000 4194304 4196468 140737408238016 140448744916976 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2890] ppid=2875 vsize=13982928 memory=840 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2890/stat : 2890 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14318518272 32781 33554432000 4194304 4196468 140737408238016 140448743864672 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2891] ppid=2875 vsize=13982928 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2891/stat : 2891 (java) S 2875 2875 32593 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154341951 14318518272 32781 33554432000 4194304 4196468 140737408238016 140448742812720 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 132504 KiB

[startup+1.50123 s]
/proc/loadavg: 1.91 1.90 1.87 6/217 2891
/proc/meminfo: memFree=25727648/32770624 swapFree=67108860/67108860
[pid=2875] ppid=2872 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2875/stat : 2875 (xcsp3-exec) S 2872 2875 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154341945 9740288 345 33554432000 4194304 5098028 140726106033088 140726106031192 140036116308604 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26767360 140726106035316 140726106035520 140726106035520 140726106038251 0
/proc/2875/statm: 2378 345 289 221 0 87 0

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

[pid=2877/tid=2883] ppid=2875 vsize=13984976 memory=1380 CPUtime=0.78 cores=0,2,4,6
/proc/2877/task/2883/stat : 2883 (java) S 2875 2875 32593 0 -1 1077944384 3941 0 0 0 78 0 0 0 20 0 15 0 154341948 14320615424 213149 33554432000 4194304 4196468 140737408238016 140448751233776 140449838729858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2884] ppid=2875 vsize=13984976 memory=666436 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2884/stat : 2884 (java) S 2875 2875 32593 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 154341948 14320615424 213149 33554432000 4194304 4196468 140737408238016 140448750180064 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2885] ppid=2875 vsize=13984976 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2885/stat : 2885 (java) S 2875 2875 32593 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154341948 14320615424 213149 33554432000 4194304 4196468 140737408238016 140448749126912 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2886] ppid=2875 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2886/stat : 2886 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14320615424 213149 33554432000 4194304 4196468 140737408238016 140448748075472 140449838737307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2887] ppid=2875 vsize=13984976 memory=42732 CPUtime=3.14 cores=0,2,4,6
/proc/2877/task/2887/stat : 2887 (java) S 2875 2875 32593 0 -1 1077944384 10611 0 0 0 312 2 0 0 20 0 15 0 154341951 14320615424 213149 33554432000 4194304 4196468 140737408238016 140448747022576 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2888] ppid=2875 vsize=13984976 memory=1296 CPUtime=2.91 cores=0,2,4,6
/proc/2877/task/2888/stat : 2888 (java) S 2875 2875 32593 0 -1 1077944384 11066 0 0 0 290 1 0 0 20 0 15 0 154341951 14320615424 213149 33554432000 4194304 4196468 140737408238016 140448745970032 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2889] ppid=2875 vsize=13984976 memory=279504125315776 CPUtime=0.69 cores=0,2,4,6
/proc/2877/task/2889/stat : 2889 (java) S 2875 2875 32593 0 -1 1077944384 5224 0 0 0 67 2 0 0 20 0 15 0 154341951 14320615424 213149 33554432000 4194304 4196468 140737408238016 140448744916976 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2890] ppid=2875 vsize=13984976 memory=3054156605267021189 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2890/stat : 2890 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14320615424 213149 33554432000 4194304 4196468 140737408238016 140448743864672 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2891] ppid=2875 vsize=13984976 memory=1296 CPUtime=0.06 cores=0,2,4,6
/proc/2877/task/2891/stat : 2891 (java) S 2875 2875 32593 0 -1 1077944384 282 0 0 0 3 3 0 0 20 0 15 0 154341951 14320615424 213149 33554432000 4194304 4196468 140737408238016 140448742812720 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
Current children cumulated CPU time: 111.08 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 853976 KiB

[startup+162.301 s]
/proc/loadavg: 2.03 1.94 1.88 3/217 2978
/proc/meminfo: memFree=23807876/32770624 swapFree=67108860/67108860
[pid=2875] ppid=2872 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2875/stat : 2875 (xcsp3-exec) S 2872 2875 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154341945 9740288 345 33554432000 4194304 5098028 140726106033088 140726106031192 140036116308604 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26767360 140726106035316 140726106035520 140726106035520 140726106038251 0
/proc/2875/statm: 2378 345 289 221 0 87 0
[pid=2877] ppid=2875 vsize=13984976 memory=852664 CPUtime=171.47 cores=0,2,4,6
/proc/2877/stat : 2877 (java) S 2875 2875 32593 0 -1 1077944320 48771 0 0 0 17104 43 0 0 20 0 15 0 154341945 14320615424 213166 33554432000 4194304 4196468 140737408238016 140737408220560 140449838718711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
/proc/2877/statm: 3496244 213166 3279 1 0 3483478 0
[pid=2877/tid=2878] ppid=2875 vsize=13984976 memory=852664 CPUtime=160.75 cores=0,2,4,6
/proc/2877/task/2878/stat : 2878 (java) R 2875 2875 32593 0 -1 4202560 10919 0 0 0 16066 9 0 0 20 0 15 0 154341945 14320615424 213166 33554432000 4194304 4196468 140737408238016 140449842955032 140449481607565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2879] ppid=2875 vsize=13984976 memory=852664 CPUtime=0.64 cores=0,2,4,6
/proc/2877/task/2879/stat : 2879 (java) S 2875 2875 32593 0 -1 1077944384 467 0 0 0 59 5 0 0 20 0 15 0 154341946 14320615424 213166 33554432000 4194304 4196468 140737408238016 140449795271184 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2880] ppid=2875 vsize=13984976 memory=852664 CPUtime=0.7 cores=0,2,4,6
/proc/2877/task/2880/stat : 2880 (java) S 2875 2875 32593 0 -1 1077944384 589 0 0 0 64 6 0 0 20 0 15 0 154341946 14320615424 213166 33554432000 4194304 4196468 140737408238016 140449794218640 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2881] ppid=2875 vsize=13984976 memory=852664 CPUtime=0.66 cores=0,2,4,6
/proc/2877/task/2881/stat : 2881 (java) S 2875 2875 32593 0 -1 1077944384 242 0 0 0 61 5 0 0 20 0 15 0 154341946 14320615424 213166 33554432000 4194304 4196468 140737408238016 140449432398096 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2882] ppid=2875 vsize=13984976 memory=852664 CPUtime=0.66 cores=0,2,4,6
/proc/2877/task/2882/stat : 2882 (java) S 2875 2875 32593 0 -1 1077944384 501 0 0 0 61 5 0 0 20 0 15 0 154341946 14320615424 213166 33554432000 4194304 4196468 140737408238016 140449431345552 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2883] ppid=2875 vsize=13984976 memory=852664 CPUtime=0.78 cores=0,2,4,6
/proc/2877/task/2883/stat : 2883 (java) S 2875 2875 32593 0 -1 1077944384 3944 0 0 0 78 0 0 0 20 0 15 0 154341948 14320615424 213166 33554432000 4194304 4196468 140737408238016 140448751233776 140449838729858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2884] ppid=2875 vsize=13984976 memory=852664 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2884/stat : 2884 (java) S 2875 2875 32593 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 154341948 14320615424 213166 33554432000 4194304 4196468 140737408238016 140448750180064 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2885] ppid=2875 vsize=13984976 memory=852664 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2885/stat : 2885 (java) S 2875 2875 32593 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154341948 14320615424 213166 33554432000 4194304 4196468 140737408238016 140448749126912 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2886] ppid=2875 vsize=13984976 memory=852664 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2886/stat : 2886 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14320615424 213166 33554432000 4194304 4196468 140737408238016 140448748075472 140449838737307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2887] ppid=2875 vsize=13984976 memory=1380 CPUtime=3.24 cores=0,2,4,6
/proc/2877/task/2887/stat : 2887 (java) S 2875 2875 32593 0 -1 1077944384 12022 0 0 0 322 2 0 0 20 0 15 0 154341951 14320615424 213166 33554432000 4194304 4196468 140737408238016 140448747022576 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2888] ppid=2875 vsize=13984976 memory=1380 CPUtime=3.11 cores=0,2,4,6
/proc/2877/task/2888/stat : 2888 (java) S 2875 2875 32593 0 -1 1077944384 11566 0 0 0 310 1 0 0 20 0 15 0 154341951 14320615424 213166 33554432000 4194304 4196468 140737408238016 140448745970032 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2889] ppid=2875 vsize=13984976 memory=852664 CPUtime=0.72 cores=0,2,4,6
/proc/2877/task/2889/stat : 2889 (java) S 2875 2875 32593 0 -1 1077944384 6893 0 0 0 70 2 0 0 20 0 15 0 154341951 14320615424 213166 33554432000 4194304 4196468 140737408238016 140448744916976 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2890] ppid=2875 vsize=13984976 memory=852664 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2890/stat : 2890 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14320615424 213166 33554432000 4194304 4196468 140737408238016 140448743864672 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2891] ppid=2875 vsize=13984976 memory=852664 CPUtime=0.09 cores=0,2,4,6
/proc/2877/task/2891/stat : 2891 (java) S 2875 2875 32593 0 -1 1077944384 305 0 0 0 5 4 0 0 20 0 15 0 154341951 14320615424 213166 33554432000 4194304 4196468 140737408238016 140448742812720 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
Current children cumulated CPU time: 171.47 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 854044 KiB

[startup+222.301 s]
/proc/loadavg: 2.01 1.96 1.89 3/217 2979
/proc/meminfo: memFree=23807796/32770624 swapFree=67108860/67108860
[pid=2875] ppid=2872 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2875/stat : 2875 (xcsp3-exec) S 2872 2875 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154341945 9740288 345 33554432000 4194304 5098028 140726106033088 140726106031192 140036116308604 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26767360 140726106035316 140726106035520 140726106035520 140726106038251 0
/proc/2875/statm: 2378 345 289 221 0 87 0
[pid=2877] ppid=2875 vsize=13984976 memory=852696 CPUtime=231.56 cores=0,2,4,6
/proc/2877/stat : 2877 (java) S 2875 2875 32593 0 -1 1077944320 51775 0 0 0 23112 44 0 0 20 0 15 0 154341945 14320615424 213174 33554432000 4194304 4196468 140737408238016 140737408220560 140449838718711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
/proc/2877/statm: 3496244 213174 3279 1 0 3483478 0
[pid=2877/tid=2878] ppid=2875 vsize=13984976 memory=852696 CPUtime=220.75 cores=0,2,4,6
/proc/2877/task/2878/stat : 2878 (java) R 2875 2875 32593 0 -1 4202560 12572 0 0 0 22066 9 0 0 20 0 15 0 154341945 14320615424 213174 33554432000 4194304 4196468 140737408238016 140449842955112 140449477125501 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2879] ppid=2875 vsize=13984976 memory=852696 CPUtime=0.64 cores=0,2,4,6
/proc/2877/task/2879/stat : 2879 (java) S 2875 2875 32593 0 -1 1077944384 467 0 0 0 59 5 0 0 20 0 15 0 154341946 14320615424 213174 33554432000 4194304 4196468 140737408238016 140449795271184 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2880] ppid=2875 vsize=13984976 memory=852696 CPUtime=0.7 cores=0,2,4,6
/proc/2877/task/2880/stat : 2880 (java) S 2875 2875 32593 0 -1 1077944384 589 0 0 0 64 6 0 0 20 0 15 0 154341946 14320615424 213174 33554432000 4194304 4196468 140737408238016 140449794218640 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2881] ppid=2875 vsize=13984976 memory=852696 CPUtime=0.66 cores=0,2,4,6
/proc/2877/task/2881/stat : 2881 (java) S 2875 2875 32593 0 -1 1077944384 242 0 0 0 61 5 0 0 20 0 15 0 154341946 14320615424 213174 33554432000 4194304 4196468 140737408238016 140449432398096 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2882] ppid=2875 vsize=13984976 memory=852696 CPUtime=0.66 cores=0,2,4,6
/proc/2877/task/2882/stat : 2882 (java) S 2875 2875 32593 0 -1 1077944384 501 0 0 0 61 5 0 0 20 0 15 0 154341946 14320615424 213174 33554432000 4194304 4196468 140737408238016 140449431345552 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2883] ppid=2875 vsize=13984976 memory=852696 CPUtime=0.79 cores=0,2,4,6
/proc/2877/task/2883/stat : 2883 (java) S 2875 2875 32593 0 -1 1077944384 3983 0 0 0 79 0 0 0 20 0 15 0 154341948 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448751233776 140449838729858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2884] ppid=2875 vsize=13984976 memory=852696 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2884/stat : 2884 (java) S 2875 2875 32593 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 154341948 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448750180064 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2885] ppid=2875 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2885/stat : 2885 (java) S 2875 2875 32593 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154341948 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448749126912 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2886] ppid=2875 vsize=13984976 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2886/stat : 2886 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448748075472 140449838737307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2887] ppid=2875 vsize=13984976 memory=852696 CPUtime=3.26 cores=0,2,4,6
/proc/2877/task/2887/stat : 2887 (java) S 2875 2875 32593 0 -1 1077944384 12200 0 0 0 324 2 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448747022576 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2888] ppid=2875 vsize=13984976 memory=852696 CPUtime=3.13 cores=0,2,4,6
/proc/2877/task/2888/stat : 2888 (java) S 2875 2875 32593 0 -1 1077944384 11845 0 0 0 312 1 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448745970032 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2889] ppid=2875 vsize=13984976 memory=1788 CPUtime=0.75 cores=0,2,4,6
/proc/2877/task/2889/stat : 2889 (java) S 2875 2875 32593 0 -1 1077944384 7708 0 0 0 73 2 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448744916976 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2890] ppid=2875 vsize=13984976 memory=956 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2890/stat : 2890 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448743864672 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2891] ppid=2875 vsize=13984976 memory=313 CPUtime=0.14 cores=0,2,4,6
/proc/2877/task/2891/stat : 2891 (java) S 2875 2875 32593 0 -1 1077944384 345 0 0 0 8 6 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448742812720 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
Current children cumulated CPU time: 231.56 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 854076 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.01 1.96 1.89 3/217 2979
/proc/meminfo: memFree=23807796/32770624 swapFree=67108860/67108860
[pid=2875] ppid=2872 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/2875/stat : 2875 (xcsp3-exec) S 2872 2875 32593 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154341945 9740288 345 33554432000 4194304 5098028 140726106033088 140726106031192 140036116308604 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26767360 140726106035316 140726106035520 140726106035520 140726106038251 0
/proc/2875/statm: 2378 345 289 221 0 87 0
[pid=2877] ppid=2875 vsize=13984976 memory=852696 CPUtime=249.29 cores=0,2,4,6
/proc/2877/stat : 2877 (java) S 2875 2875 32593 0 -1 1077944320 51891 0 0 0 24884 45 0 0 20 0 15 0 154341945 14320615424 213174 33554432000 4194304 4196468 140737408238016 140737408220560 140449838718711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
/proc/2877/statm: 3496244 213174 3279 1 0 3483478 0
[pid=2877/tid=2878] ppid=2875 vsize=13984976 memory=8596 CPUtime=238.46 cores=0,2,4,6
/proc/2877/task/2878/stat : 2878 (java) R 2875 2875 32593 0 -1 4202560 12678 0 0 0 23837 9 0 0 20 0 15 0 154341945 14320615424 213174 33554432000 4194304 4196468 140737408238016 140449842955112 140449481226518 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2879] ppid=2875 vsize=13984976 memory=1228 CPUtime=0.64 cores=0,2,4,6
/proc/2877/task/2879/stat : 2879 (java) S 2875 2875 32593 0 -1 1077944384 467 0 0 0 59 5 0 0 20 0 15 0 154341946 14320615424 213174 33554432000 4194304 4196468 140737408238016 140449795271184 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2880] ppid=2875 vsize=13984976 memory=6935054825532540783 CPUtime=0.7 cores=0,2,4,6
/proc/2877/task/2880/stat : 2880 (java) S 2875 2875 32593 0 -1 1077944384 589 0 0 0 64 6 0 0 20 0 15 0 154341946 14320615424 213174 33554432000 4194304 4196468 140737408238016 140449794218640 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2881] ppid=2875 vsize=13984976 memory=1012 CPUtime=0.66 cores=0,2,4,6
/proc/2877/task/2881/stat : 2881 (java) S 2875 2875 32593 0 -1 1077944384 242 0 0 0 61 5 0 0 20 0 15 0 154341946 14320615424 213174 33554432000 4194304 4196468 140737408238016 140449432398096 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2882] ppid=2875 vsize=13984976 memory=1716 CPUtime=0.66 cores=0,2,4,6
/proc/2877/task/2882/stat : 2882 (java) S 2875 2875 32593 0 -1 1077944384 501 0 0 0 61 5 0 0 20 0 15 0 154341946 14320615424 213174 33554432000 4194304 4196468 140737408238016 140449431345552 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2883] ppid=2875 vsize=13984976 memory=5792 CPUtime=0.79 cores=0,2,4,6
/proc/2877/task/2883/stat : 2883 (java) S 2875 2875 32593 0 -1 1077944384 3985 0 0 0 79 0 0 0 20 0 15 0 154341948 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448751233776 140449838729858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2884] ppid=2875 vsize=13984976 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2884/stat : 2884 (java) S 2875 2875 32593 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 154341948 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448750180064 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2885] ppid=2875 vsize=13984976 memory=792 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2885/stat : 2885 (java) S 2875 2875 32593 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 154341948 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448749126912 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2886] ppid=2875 vsize=13984976 memory=1420 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2886/stat : 2886 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448748075472 140449838737307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2887] ppid=2875 vsize=13984976 memory=1380 CPUtime=3.26 cores=0,2,4,6
/proc/2877/task/2887/stat : 2887 (java) S 2875 2875 32593 0 -1 1077944384 12202 0 0 0 324 2 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448747022576 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2888] ppid=2875 vsize=13984976 memory=8112282956445269571 CPUtime=3.13 cores=0,2,4,6
/proc/2877/task/2888/stat : 2888 (java) S 2875 2875 32593 0 -1 1077944384 11847 0 0 0 312 1 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448745970032 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2889] ppid=2875 vsize=13984976 memory=1228 CPUtime=0.75 cores=0,2,4,6
/proc/2877/task/2889/stat : 2889 (java) S 2875 2875 32593 0 -1 1077944384 7710 0 0 0 73 2 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448744916976 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2890] ppid=2875 vsize=13984976 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/2877/task/2890/stat : 2890 (java) S 2875 2875 32593 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448743864672 140449838728917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
[pid=2877/tid=2891] ppid=2875 vsize=13984976 memory=18476 CPUtime=0.14 cores=0,2,4,6
/proc/2877/task/2891/stat : 2891 (java) S 2875 2875 32593 0 -1 1077944384 347 0 0 0 8 6 0 0 20 0 15 0 154341951 14320615424 213174 33554432000 4194304 4196468 140737408238016 140448742812720 140449838729858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 17719296 140737408242845 140737408243020 140737408243020 140737408245711 0
Current children cumulated CPU time: 249.29 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 854076 KiB

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

[startup+240.026 s]
# the end of solver process 2875 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.853 s, system=0.464163 s

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 240.026
CPU time (s): 249.317
CPU user time (s): 248.853
CPU system time (s): 0.464163
CPU usage (%): 103.871
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 854076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.853
system time used= 0.464163
maximum resident set size= 859908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52796
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7875
involuntary context switches= 411


# summary of solver processes directly reported to runsolver:
#   pid: 2875
#   total CPU time (s): 249.317
#   total CPU user time (s): 248.853
#   total CPU system time (s): 0.464163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.4701 second user time and 2.50126 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-20 08:47:59
IDJOB=4282837
IDBENCH=126250
IDSOLVER=2678
FILE ID=node103/4282837-1503212539
RUNJOBID= node103-1503209003-32624
PBS_JOBID= 20630873
Free space on /tmp= 61524 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-21-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-4282837-1503212539/watcher-4282837-1503212539 -o /tmp/evaluation-result-4282837-1503212539/solver-4282837-1503212539 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node103-1503209003-32624 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1903045247 HOME/instance-4282837-1503212539.xml

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

MD5SUM BENCH= 982ba5645f5cd940fa49e525f3796150
RANDOM SEED=1903045247

node103.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.56
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.56
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.56
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.56
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:        25908368 kB
MemAvailable:   31748952 kB
Buffers:          240452 kB
Cached:          5892256 kB
SwapCached:            0 kB
Active:          1304572 kB
Inactive:        5108636 kB
Active(anon):     230532 kB
Inactive(anon):    86696 kB
Active(file):    1074040 kB
Inactive(file):  5021940 kB
Unevictable:        7496 kB
Mlocked:            7496 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8720 kB
Writeback:             0 kB
AnonPages:        288512 kB
Mapped:            64036 kB
Shmem:             33420 kB
Slab:             147676 kB
SReclaimable:     120876 kB
SUnreclaim:        26800 kB
KernelStack:        3600 kB
PageTables:         6032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1433056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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= 61516 MiB
End job on node103 at 2017-08-20 08:51:59