Trace number 4284294

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 5a (2017-08-18)? (TO) 251.81799 240.024

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-27-a3.xml
MD5SUMd2b2d316f8a3db7e4daa8c5fb45f5c4a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark817
Best CPU time to get the best result obtained on this benchmark1993.12
Satisfiable
(Un)Satisfiability was proved
Number of variables756
Number of constraints354
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":351},{"size":1001,"count":27}]
Minimum variable degree0
Maximum variable degree28
Distribution of variable degrees[{"degree":0,"count":378},{"degree":2,"count":351},{"degree":27,"count":25},{"degree":28,"count":2}]
Minimum constraint arity1
Maximum constraint arity351
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":351},{"arity":27,"count":1},{"arity":351,"count":1}]
Number of extensional constraints0
Number of intensional constraints352
Distribution of constraint types[{"type":"intension","count":352},{"type":"allDifferent","count":1},{"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-4284294-1503212282.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284294-1503212282.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.27	c parse instance...
1.23/0.61	c solve instance...
251.79/240.01	s UNKNOWN
251.79/240.01	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284294-1503212282/watcher-4284294-1503212282 -o /tmp/evaluation-result-4284294-1503212282/solver-4284294-1503212282 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1503208459-25961 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 941184418 HOME/instance-4284294-1503212282.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
solver pid=tchdog thread7.x86_64
, 28618, runsolver pid=
solver pid=tchdog thread7.x86_64
, 28618, runsolver pid=
28615
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 2.08 1.90 1.77 3/218 28634
/proc/meminfo: memFree=25836300/32770624 swapFree=67108860/67108860
[pid=28618] ppid=28615 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28618/stat : 28618 (xcsp3-exec) S 28615 28618 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154315837 9740288 346 33554432000 4194304 5098028 140729502336640 140729502334744 139679115813500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17846272 140729502344309 140729502344512 140729502344512 140729502347243 0
/proc/28618/statm: 2378 346 289 221 0 87 0
[pid=28620] ppid=28618 vsize=13978596 memory=28108 CPUtime=0.12 cores=0,2,4,6
/proc/28620/stat : 28620 (java) S 28618 28618 25930 0 -1 1077944320 5449 0 0 0 11 1 0 0 20 0 15 0 154315837 14314082304 7027 33554432000 4194304 4196468 140733733877200 140733733859744 140448260902647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
/proc/28620/statm: 3494649 7027 2838 1 0 3482966 0
[pid=28620/tid=28621] ppid=28618 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/28620/task/28621/stat : 28621 (java) R 28618 28618 25930 0 -1 4202560 3467 0 0 0 8 1 0 0 20 0 15 0 154315838 14314082304 7027 33554432000 4194304 4196468 140733733877200 140448265135168 140448260914582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28622] ppid=28618 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28622/stat : 28622 (java) S 28618 28618 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154315839 14314082304 7027 33554432000 4194304 4196468 140733733877200 140448190990992 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28623] ppid=28618 vsize=13978596 memory=140514744661632 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28623/stat : 28623 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315839 14314082304 7027 33554432000 4194304 4196468 140733733877200 140448189938192 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28624] ppid=28618 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28624/stat : 28624 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315839 14314082304 7027 33554432000 4194304 4196468 140733733877200 140448188885392 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28625] ppid=28618 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28625/stat : 28625 (java) S 28618 28618 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154315839 14314082304 7027 33554432000 4194304 4196468 140733733877200 140448187832592 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28626] ppid=28618 vsize=13978596 memory=140514744661632 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28626/stat : 28626 (java) S 28618 28618 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154315840 14314082304 7027 33554432000 4194304 4196468 140733733877200 140447173299056 140448260913794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28627] ppid=28618 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28627/stat : 28627 (java) S 28618 28618 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154315840 14314082304 7027 33554432000 4194304 4196468 140733733877200 140447172245024 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28628] ppid=28618 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28628/stat : 28628 (java) S 28618 28618 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154315841 14314082304 7027 33554432000 4194304 4196468 140733733877200 140447171192176 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28629] ppid=28618 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28629/stat : 28629 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14314082304 7027 33554432000 4194304 4196468 140733733877200 140447170140496 140448260921243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28630] ppid=28618 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28630/stat : 28630 (java) S 28618 28618 25930 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 154315843 14314082304 7027 33554432000 4194304 4196468 140733733877200 140447169087856 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28631] ppid=28618 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28631/stat : 28631 (java) S 28618 28618 25930 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 154315843 14314082304 7027 33554432000 4194304 4196468 140733733877200 140447168035056 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28632] ppid=28618 vsize=13978596 memory=140514744661632 CPUtime=0.01 cores=0,2,4,6
/proc/28620/task/28632/stat : 28632 (java) R 28618 28618 25930 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 15 0 154315843 14314082304 7027 33554432000 4194304 4196468 140733733877200 140447166982256 140448242140208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28633] ppid=28618 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28633/stat : 28633 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14314082304 7027 33554432000 4194304 4196468 140733733877200 140447165929696 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28634] ppid=28618 vsize=13978596 memory=140514744661632 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28634/stat : 28634 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315843 14314082304 7027 33554432000 4194304 4196468 140733733877200 140447164878000 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29492 KiB

[startup+0.210588 s]*
/proc/loadavg: 2.15 1.92 1.77 3/218 28634
/proc/meminfo: memFree=25824952/32770624 swapFree=67108860/67108860
[pid=28618] ppid=28615 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28618/stat : 28618 (xcsp3-exec) S 28615 28618 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154315837 9740288 346 33554432000 4194304 5098028 140729502336640 140729502334744 139679115813500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17846272 140729502344309 140729502344512 140729502344512 140729502347243 0
/proc/28618/statm: 2378 346 289 221 0 87 0
[pid=28620] ppid=28618 vsize=13982852 memory=40392 CPUtime=0.33 cores=0,2,4,6
/proc/28620/stat : 28620 (java) S 28618 28618 25930 0 -1 1077944320 8116 0 0 0 30 3 0 0 20 0 15 0 154315837 14318440448 10098 33554432000 4194304 4196468 140733733877200 140733733859744 140448260902647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
/proc/28620/statm: 3495713 10098 3049 1 0 3482966 0
[pid=28620/tid=28621] ppid=28618 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/28620/task/28621/stat : 28621 (java) D 28618 28618 25930 0 -1 1077944384 5275 0 0 0 18 2 0 0 20 0 15 0 154315838 14318440448 10098 33554432000 4194304 4196468 140733733877200 140448265113440 140448253581869 0 4 0 16800975 18446744072101707300 0 0 -1 0 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28622] ppid=28618 vsize=13982852 memory=13599 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28622/stat : 28622 (java) S 28618 28618 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154315839 14318440448 10098 33554432000 4194304 4196468 140733733877200 140448190990992 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28623] ppid=28618 vsize=13982852 memory=3546225171980678816 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28623/stat : 28623 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315839 14318440448 10098 33554432000 4194304 4196468 140733733877200 140448189938192 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28624] ppid=28618 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28624/stat : 28624 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315839 14318440448 10098 33554432000 4194304 4196468 140733733877200 140448188885392 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28625] ppid=28618 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28625/stat : 28625 (java) S 28618 28618 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154315839 14318440448 10098 33554432000 4194304 4196468 140733733877200 140448187832592 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28626] ppid=28618 vsize=13982884 memory=140514744661632 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28626/stat : 28626 (java) S 28618 28618 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154315840 14318473216 10098 33554432000 4194304 4196468 140733733877200 140447173299056 140448260913794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28627] ppid=28618 vsize=13982884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28627/stat : 28627 (java) S 28618 28618 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154315840 14318473216 10098 33554432000 4194304 4196468 140733733877200 140447172245024 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28628] ppid=28618 vsize=13982884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28628/stat : 28628 (java) S 28618 28618 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154315841 14318473216 10098 33554432000 4194304 4196468 140733733877200 140447171192176 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28629] ppid=28618 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28629/stat : 28629 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14318440448 10119 33554432000 4194304 4196468 140733733877200 140447170140496 140448260921243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28630] ppid=28618 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28620/task/28630/stat : 28630 (java) S 28618 28618 25930 0 -1 1077944384 509 0 0 0 2 0 0 0 20 0 15 0 154315843 14318440448 10119 33554432000 4194304 4196468 140733733877200 140447169087856 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28631] ppid=28618 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28620/task/28631/stat : 28631 (java) S 28618 28618 25930 0 -1 1077944384 294 0 0 0 1 0 0 0 20 0 15 0 154315843 14318440448 10119 33554432000 4194304 4196468 140733733877200 140447168035056 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28632] ppid=28618 vsize=13982852 memory=140514744661632 CPUtime=0.07 cores=0,2,4,6
/proc/28620/task/28632/stat : 28632 (java) S 28618 28618 25930 0 -1 1077944384 737 0 0 0 7 0 0 0 20 0 15 0 154315843 14318440448 10119 33554432000 4194304 4196468 140733733877200 140447166982256 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28633] ppid=28618 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28633/stat : 28633 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14318440448 10119 33554432000 4194304 4196468 140733733877200 140447165929696 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28634] ppid=28618 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28634/stat : 28634 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315843 14318440448 10119 33554432000 4194304 4196468 140733733877200 140447164878000 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41776 KiB

[startup+0.310524 s]*
/proc/loadavg: 2.15 1.92 1.77 5/218 28634
/proc/meminfo: memFree=25818332/32770624 swapFree=67108860/67108860
[pid=28618] ppid=28615 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28618/stat : 28618 (xcsp3-exec) S 28615 28618 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154315837 9740288 346 33554432000 4194304 5098028 140729502336640 140729502334744 139679115813500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17846272 140729502344309 140729502344512 140729502344512 140729502347243 0
/proc/28618/statm: 2378 346 289 221 0 87 0
[pid=28620] ppid=28618 vsize=13982852 memory=47096 CPUtime=0.5 cores=0,2,4,6
/proc/28620/stat : 28620 (java) S 28618 28618 25930 0 -1 1077944320 8979 0 0 0 47 3 0 0 20 0 15 0 154315837 14318440448 11774 33554432000 4194304 4196468 140733733877200 140733733859744 140448260902647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
/proc/28620/statm: 3495713 11774 3083 1 0 3482966 0
[pid=28620/tid=28621] ppid=28618 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28620/task/28621/stat : 28621 (java) R 28618 28618 25930 0 -1 4202560 5962 0 0 0 27 2 0 0 20 0 15 0 154315838 14318440448 11774 33554432000 4194304 4196468 140733733877200 140448265138832 140448260924573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28622] ppid=28618 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28622/stat : 28622 (java) S 28618 28618 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154315839 14318440448 11774 33554432000 4194304 4196468 140733733877200 140448190990992 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28623] ppid=28618 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28623/stat : 28623 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315839 14318440448 11774 33554432000 4194304 4196468 140733733877200 140448189938192 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28624] ppid=28618 vsize=13982852 memory=-3040564339105353098 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28624/stat : 28624 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315839 14318440448 11774 33554432000 4194304 4196468 140733733877200 140448188885392 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28625] ppid=28618 vsize=13982852 memory=7593697182111006371 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28625/stat : 28625 (java) S 28618 28618 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154315839 14318440448 11774 33554432000 4194304 4196468 140733733877200 140448187832592 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28626] ppid=28618 vsize=13982852 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28626/stat : 28626 (java) S 28618 28618 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154315840 14318440448 11774 33554432000 4194304 4196468 140733733877200 140447173299056 140448260913794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28627] ppid=28618 vsize=13982852 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28627/stat : 28627 (java) S 28618 28618 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154315840 14318440448 11774 33554432000 4194304 4196468 140733733877200 140447172245024 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28628] ppid=28618 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28628/stat : 28628 (java) S 28618 28618 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154315841 14318440448 11774 33554432000 4194304 4196468 140733733877200 140447171192176 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28629] ppid=28618 vsize=13982852 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28629/stat : 28629 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14318440448 11774 33554432000 4194304 4196468 140733733877200 140447170140496 140448260921243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28630] ppid=28618 vsize=13982852 memory=4713750055892520310 CPUtime=0.03 cores=0,2,4,6
/proc/28620/task/28630/stat : 28630 (java) S 28618 28618 25930 0 -1 1077944384 518 0 0 0 3 0 0 0 20 0 15 0 154315843 14318440448 11774 33554432000 4194304 4196468 140733733877200 140447169087856 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28631] ppid=28618 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28620/task/28631/stat : 28631 (java) S 28618 28618 25930 0 -1 1077944384 360 0 0 0 3 0 0 0 20 0 15 0 154315843 14318440448 11774 33554432000 4194304 4196468 140733733877200 140447168035056 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28632] ppid=28618 vsize=13982852 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28620/task/28632/stat : 28632 (java) R 28618 28618 25930 0 -1 4202560 836 0 0 0 12 0 0 0 20 0 15 0 154315843 14318440448 11774 33554432000 4194304 4196468 140733733877200 140447166981440 140448260914582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28633] ppid=28618 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28633/stat : 28633 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14318440448 11774 33554432000 4194304 4196468 140733733877200 140447165929696 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28634] ppid=28618 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28634/stat : 28634 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315843 14318440448 11774 33554432000 4194304 4196468 140733733877200 140447164878000 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48480 KiB

[startup+0.700835 s]
/proc/loadavg: 2.15 1.92 1.77 3/218 28634
/proc/meminfo: memFree=25806116/32770624 swapFree=67108860/67108860
[pid=28618] ppid=28615 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28618/stat : 28618 (xcsp3-exec) S 28615 28618 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154315837 9740288 346 33554432000 4194304 5098028 140729502336640 140729502334744 139679115813500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17846272 140729502344309 140729502344512 140729502344512 140729502347243 0
/proc/28618/statm: 2378 346 289 221 0 87 0
[pid=28620] ppid=28618 vsize=13984976 memory=73532 CPUtime=1.48 cores=0,2,4,6
/proc/28620/stat : 28620 (java) S 28618 28618 25930 0 -1 1077944320 11540 0 0 0 144 4 0 0 20 0 15 0 154315837 14320615424 18383 33554432000 4194304 4196468 140733733877200 140733733859744 140448260902647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
/proc/28620/statm: 3496244 18383 3206 1 0 3483478 0
[pid=28620/tid=28621] ppid=28618 vsize=13984976 memory=33 CPUtime=0.66 cores=0,2,4,6
/proc/28620/task/28621/stat : 28621 (java) R 28618 28618 25930 0 -1 4202560 6794 0 0 0 64 2 0 0 20 0 15 0 154315838 14320615424 18383 33554432000 4194304 4196468 140733733877200 140448265137920 140447867569539 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28622] ppid=28618 vsize=13984976 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28622/stat : 28622 (java) S 28618 28618 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154315839 14320615424 18383 33554432000 4194304 4196468 140733733877200 140448190990992 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28623] ppid=28618 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28623/stat : 28623 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315839 14320615424 18383 33554432000 4194304 4196468 140733733877200 140448189938192 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28624] ppid=28618 vsize=13984976 memory=42848 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28624/stat : 28624 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315839 14320615424 18383 33554432000 4194304 4196468 140733733877200 140448188885392 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28625] ppid=28618 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28625/stat : 28625 (java) S 28618 28618 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154315839 14320615424 18383 33554432000 4194304 4196468 140733733877200 140448187832592 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28626] ppid=28618 vsize=13984976 memory=2416 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28626/stat : 28626 (java) S 28618 28618 25930 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154315840 14320615424 18383 33554432000 4194304 4196468 140733733877200 140447173299056 140448260913794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28627] ppid=28618 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28627/stat : 28627 (java) S 28618 28618 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154315840 14320615424 18383 33554432000 4194304 4196468 140733733877200 140447172245024 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28628] ppid=28618 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28628/stat : 28628 (java) S 28618 28618 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154315841 14320615424 18383 33554432000 4194304 4196468 140733733877200 140447171192176 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28629] ppid=28618 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28629/stat : 28629 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14320615424 18383 33554432000 4194304 4196468 140733733877200 140447170140496 140448260921243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28630] ppid=28618 vsize=13984976 memory=1956 CPUtime=0.23 cores=0,2,4,6
/proc/28620/task/28630/stat : 28630 (java) R 28618 28618 25930 0 -1 4202560 915 0 0 0 23 0 0 0 20 0 15 0 154315843 14320615424 18383 33554432000 4194304 4196468 140733733877200 140447169073880 140448239318820 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28631] ppid=28618 vsize=13984976 memory=8608 CPUtime=0.21 cores=0,2,4,6
/proc/28620/task/28631/stat : 28631 (java) R 28618 28618 25930 0 -1 4202560 768 0 0 0 21 0 0 0 20 0 15 0 154315843 14320615424 18383 33554432000 4194304 4196468 140733733877200 140447168035184 140448245296408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28632] ppid=28618 vsize=13984976 memory=1228 CPUtime=0.35 cores=0,2,4,6
/proc/28620/task/28632/stat : 28632 (java) S 28618 28618 25930 0 -1 1077944384 1755 0 0 0 35 0 0 0 20 0 15 0 154315843 14320615424 18383 33554432000 4194304 4196468 140733733877200 140447166982256 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28633] ppid=28618 vsize=13984976 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28633/stat : 28633 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14320615424 18383 33554432000 4194304 4196468 140733733877200 140447165929696 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28634] ppid=28618 vsize=13984976 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28634/stat : 28634 (java) S 28618 28618 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154315843 14320615424 18383 33554432000 4194304 4196468 140733733877200 140447164878000 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 74916 KiB

[startup+1.50082 s]
/proc/loadavg: 2.15 1.92 1.77 5/218 28634
/proc/meminfo: memFree=25760596/32770624 swapFree=67108860/67108860

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

[pid=28620/tid=28626] ppid=28618 vsize=13984976 memory=4420 CPUtime=0.03 cores=0,2,4,6
/proc/28620/task/28626/stat : 28626 (java) S 28618 28618 25930 0 -1 1077944384 1263 0 0 0 3 0 0 0 20 0 15 0 154315840 14320615424 79553 33554432000 4194304 4196468 140733733877200 140447173299056 140448260913794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28627] ppid=28618 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28627/stat : 28627 (java) S 28618 28618 25930 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 154315840 14320615424 79553 33554432000 4194304 4196468 140733733877200 140447172245088 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28628] ppid=28618 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28628/stat : 28628 (java) S 28618 28618 25930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 154315841 14320615424 79553 33554432000 4194304 4196468 140733733877200 140447171192192 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28629] ppid=28618 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28629/stat : 28629 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14320615424 79553 33554432000 4194304 4196468 140733733877200 140447170140496 140448260921243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28630] ppid=28618 vsize=13984976 memory=298176 CPUtime=3.48 cores=0,2,4,6
/proc/28620/task/28630/stat : 28630 (java) S 28618 28618 25930 0 -1 1077944384 23378 0 0 0 346 2 0 0 20 0 15 0 154315843 14320615424 79553 33554432000 4194304 4196468 140733733877200 140447169087856 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28631] ppid=28618 vsize=13984976 memory=298176 CPUtime=3.41 cores=0,2,4,6
/proc/28620/task/28631/stat : 28631 (java) S 28618 28618 25930 0 -1 1077944384 17213 0 0 0 339 2 0 0 20 0 15 0 154315843 14320615424 79553 33554432000 4194304 4196468 140733733877200 140447168035056 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28632] ppid=28618 vsize=13984976 memory=385 CPUtime=0.77 cores=0,2,4,6
/proc/28620/task/28632/stat : 28632 (java) S 28618 28618 25930 0 -1 1077944384 8218 0 0 0 76 1 0 0 20 0 15 0 154315843 14320615424 79553 33554432000 4194304 4196468 140733733877200 140447166982256 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28633] ppid=28618 vsize=13984976 memory=8100687546145334355 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28633/stat : 28633 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14320615424 79553 33554432000 4194304 4196468 140733733877200 140447165929696 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28634] ppid=28618 vsize=13984976 memory=1384 CPUtime=0.02 cores=0,2,4,6
/proc/28620/task/28634/stat : 28634 (java) S 28618 28618 25930 0 -1 1077944384 560 0 0 0 1 1 0 0 20 0 15 0 154315843 14320615424 79553 33554432000 4194304 4196468 140733733877200 140447164878000 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
Current children cumulated CPU time: 110.91 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 319596 KiB

[startup+162.301 s]
/proc/loadavg: 1.97 1.99 1.83 3/216 28636
/proc/meminfo: memFree=25569240/32770624 swapFree=67108860/67108860
[pid=28618] ppid=28615 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28618/stat : 28618 (xcsp3-exec) S 28615 28618 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154315837 9740288 346 33554432000 4194304 5098028 140729502336640 140729502334744 139679115813500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17846272 140729502344309 140729502344512 140729502344512 140729502347243 0
/proc/28618/statm: 2378 346 289 221 0 87 0
[pid=28620] ppid=28618 vsize=13984976 memory=403412 CPUtime=172.72 cores=0,2,4,6
/proc/28620/stat : 28620 (java) S 28618 28618 25930 0 -1 1077944320 79898 0 0 0 17225 47 0 0 20 0 15 0 154315837 14320615424 100853 33554432000 4194304 4196468 140733733877200 140733733859744 140448260902647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
/proc/28620/statm: 3496244 100853 3275 1 0 3483478 0
[pid=28620/tid=28621] ppid=28618 vsize=13984976 memory=403412 CPUtime=161.54 cores=0,2,4,6
/proc/28620/task/28621/stat : 28621 (java) R 28618 28618 25930 0 -1 4202560 14206 0 0 0 16149 5 0 0 20 0 15 0 154315838 14320615424 100853 33554432000 4194304 4196468 140733733877200 140448265142032 140447868440807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28622] ppid=28618 vsize=13984976 memory=403412 CPUtime=0.61 cores=0,2,4,6
/proc/28620/task/28622/stat : 28622 (java) S 28618 28618 25930 0 -1 1077944384 2550 0 0 0 53 8 0 0 20 0 15 0 154315839 14320615424 100853 33554432000 4194304 4196468 140733733877200 140448190990992 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28623] ppid=28618 vsize=13984976 memory=1384 CPUtime=0.6 cores=0,2,4,6
/proc/28620/task/28623/stat : 28623 (java) S 28618 28618 25930 0 -1 1077944384 1889 0 0 0 53 7 0 0 20 0 15 0 154315839 14320615424 100853 33554432000 4194304 4196468 140733733877200 140448189938192 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28624] ppid=28618 vsize=13984976 memory=401368 CPUtime=0.6 cores=0,2,4,6
/proc/28620/task/28624/stat : 28624 (java) S 28618 28618 25930 0 -1 1077944384 1840 0 0 0 53 7 0 0 20 0 15 0 154315839 14320615424 100853 33554432000 4194304 4196468 140733733877200 140448188885392 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28625] ppid=28618 vsize=13984976 memory=4140 CPUtime=0.6 cores=0,2,4,6
/proc/28620/task/28625/stat : 28625 (java) S 28618 28618 25930 0 -1 1077944384 1191 0 0 0 52 8 0 0 20 0 15 0 154315839 14320615424 100853 33554432000 4194304 4196468 140733733877200 140448187832592 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28626] ppid=28618 vsize=13984976 memory=2416 CPUtime=0.04 cores=0,2,4,6
/proc/28620/task/28626/stat : 28626 (java) S 28618 28618 25930 0 -1 1077944384 1528 0 0 0 4 0 0 0 20 0 15 0 154315840 14320615424 100853 33554432000 4194304 4196468 140733733877200 140447173299056 140448260913794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28627] ppid=28618 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28627/stat : 28627 (java) S 28618 28618 25930 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 154315840 14320615424 100853 33554432000 4194304 4196468 140733733877200 140447172245088 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28628] ppid=28618 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28628/stat : 28628 (java) S 28618 28618 25930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 154315841 14320615424 100853 33554432000 4194304 4196468 140733733877200 140447171192192 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28629] ppid=28618 vsize=13984976 memory=399216 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28629/stat : 28629 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14320615424 100853 33554432000 4194304 4196468 140733733877200 140447170140496 140448260921243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28630] ppid=28618 vsize=13984976 memory=1384 CPUtime=4.01 cores=0,2,4,6
/proc/28620/task/28630/stat : 28630 (java) S 28618 28618 25930 0 -1 1077944384 26393 0 0 0 399 2 0 0 20 0 15 0 154315843 14320615424 100853 33554432000 4194304 4196468 140733733877200 140447169087856 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28631] ppid=28618 vsize=13984976 memory=401368 CPUtime=3.79 cores=0,2,4,6
/proc/28620/task/28631/stat : 28631 (java) S 28618 28618 25930 0 -1 1077944384 19641 0 0 0 377 2 0 0 20 0 15 0 154315843 14320615424 100853 33554432000 4194304 4196468 140733733877200 140447168035056 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28632] ppid=28618 vsize=13984976 memory=403412 CPUtime=0.78 cores=0,2,4,6
/proc/28620/task/28632/stat : 28632 (java) S 28618 28618 25930 0 -1 1077944384 8624 0 0 0 77 1 0 0 20 0 15 0 154315843 14320615424 100853 33554432000 4194304 4196468 140733733877200 140447166982256 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28633] ppid=28618 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28633/stat : 28633 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14320615424 100853 33554432000 4194304 4196468 140733733877200 140447165929696 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28634] ppid=28618 vsize=13984976 memory=403412 CPUtime=0.05 cores=0,2,4,6
/proc/28620/task/28634/stat : 28634 (java) S 28618 28618 25930 0 -1 1077944384 640 0 0 0 2 3 0 0 20 0 15 0 154315843 14320615424 100853 33554432000 4194304 4196468 140733733877200 140447164878000 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
Current children cumulated CPU time: 172.72 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 404796 KiB

[startup+222.301 s]
/proc/loadavg: 1.78 1.95 1.83 3/217 28716
/proc/meminfo: memFree=26416244/32770624 swapFree=67108860/67108860
[pid=28618] ppid=28615 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28618/stat : 28618 (xcsp3-exec) S 28615 28618 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154315837 9740288 346 33554432000 4194304 5098028 140729502336640 140729502334744 139679115813500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17846272 140729502344309 140729502344512 140729502344512 140729502347243 0
/proc/28618/statm: 2378 346 289 221 0 87 0
[pid=28620] ppid=28618 vsize=13984976 memory=447932 CPUtime=233.7 cores=0,2,4,6
/proc/28620/stat : 28620 (java) S 28618 28618 25930 0 -1 1077944320 85350 0 0 0 23313 57 0 0 20 0 15 0 154315837 14320615424 111983 33554432000 4194304 4196468 140733733877200 140733733859744 140448260902647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
/proc/28620/statm: 3496244 111983 3275 1 0 3483478 0
[pid=28620/tid=28621] ppid=28618 vsize=13984976 memory=444348 CPUtime=221.24 cores=0,2,4,6
/proc/28620/task/28621/stat : 28621 (java) R 28618 28618 25930 0 -1 4202560 14883 0 0 0 22119 5 0 0 20 0 15 0 154315838 14320615424 111983 33554432000 4194304 4196468 140733733877200 140448265142192 140447868440812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28622] ppid=28618 vsize=13984976 memory=1384 CPUtime=0.88 cores=0,2,4,6
/proc/28620/task/28622/stat : 28622 (java) S 28618 28618 25930 0 -1 1077944384 3154 0 0 0 78 10 0 0 20 0 15 0 154315839 14320615424 111983 33554432000 4194304 4196468 140733733877200 140448190990992 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28623] ppid=28618 vsize=13984976 memory=1384 CPUtime=0.87 cores=0,2,4,6
/proc/28620/task/28623/stat : 28623 (java) S 28618 28618 25930 0 -1 1077944384 1986 0 0 0 78 9 0 0 20 0 15 0 154315839 14320615424 111983 33554432000 4194304 4196468 140733733877200 140448189938192 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28624] ppid=28618 vsize=13984976 memory=447932 CPUtime=0.88 cores=0,2,4,6
/proc/28620/task/28624/stat : 28624 (java) S 28618 28618 25930 0 -1 1077944384 1940 0 0 0 78 10 0 0 20 0 15 0 154315839 14320615424 111983 33554432000 4194304 4196468 140733733877200 140448188885392 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28625] ppid=28618 vsize=13984976 memory=1384 CPUtime=0.88 cores=0,2,4,6
/proc/28620/task/28625/stat : 28625 (java) S 28618 28618 25930 0 -1 1077944384 1269 0 0 0 78 10 0 0 20 0 15 0 154315839 14320615424 111983 33554432000 4194304 4196468 140733733877200 140448187832592 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28626] ppid=28618 vsize=13984976 memory=432564 CPUtime=0.06 cores=0,2,4,6
/proc/28620/task/28626/stat : 28626 (java) S 28618 28618 25930 0 -1 1077944384 1759 0 0 0 5 1 0 0 20 0 15 0 154315840 14320615424 111983 33554432000 4194304 4196468 140733733877200 140447173299056 140448260913794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28627] ppid=28618 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28627/stat : 28627 (java) S 28618 28618 25930 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 154315840 14320615424 111983 33554432000 4194304 4196468 140733733877200 140447172245088 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28628] ppid=28618 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28628/stat : 28628 (java) S 28618 28618 25930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 154315841 14320615424 111983 33554432000 4194304 4196468 140733733877200 140447171192192 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28629] ppid=28618 vsize=13984976 memory=444348 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28629/stat : 28629 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14320615424 111983 33554432000 4194304 4196468 140733733877200 140447170140496 140448260921243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28630] ppid=28618 vsize=13984976 memory=1384 CPUtime=4.11 cores=0,2,4,6
/proc/28620/task/28630/stat : 28630 (java) S 28618 28618 25930 0 -1 1077944384 28360 0 0 0 409 2 0 0 20 0 15 0 154315843 14320615424 111983 33554432000 4194304 4196468 140733733877200 140447169087856 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28631] ppid=28618 vsize=13984976 memory=1384 CPUtime=3.82 cores=0,2,4,6
/proc/28620/task/28631/stat : 28631 (java) S 28618 28618 25930 0 -1 1077944384 20710 0 0 0 380 2 0 0 20 0 15 0 154315843 14320615424 111983 33554432000 4194304 4196468 140733733877200 140447168035056 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28632] ppid=28618 vsize=13984976 memory=0 CPUtime=0.78 cores=0,2,4,6
/proc/28620/task/28632/stat : 28632 (java) S 28618 28618 25930 0 -1 1077944384 9230 0 0 0 77 1 0 0 20 0 15 0 154315843 14320615424 111983 33554432000 4194304 4196468 140733733877200 140447166982256 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28633] ppid=28618 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28633/stat : 28633 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14320615424 111983 33554432000 4194304 4196468 140733733877200 140447165929696 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28634] ppid=28618 vsize=13984976 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/28620/task/28634/stat : 28634 (java) S 28618 28618 25930 0 -1 1077944384 663 0 0 0 4 4 0 0 20 0 15 0 154315843 14320615424 111983 33554432000 4194304 4196468 140733733877200 140447164878000 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
Current children cumulated CPU time: 233.7 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 449316 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.59 1.91 1.82 3/217 28717
/proc/meminfo: memFree=26400452/32770624 swapFree=67108860/67108860
[pid=28618] ppid=28615 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28618/stat : 28618 (xcsp3-exec) S 28615 28618 25930 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154315837 9740288 346 33554432000 4194304 5098028 140729502336640 140729502334744 139679115813500 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17846272 140729502344309 140729502344512 140729502344512 140729502347243 0
/proc/28618/statm: 2378 346 289 221 0 87 0
[pid=28620] ppid=28618 vsize=13984976 memory=474036 CPUtime=251.79 cores=0,2,4,6
/proc/28620/stat : 28620 (java) S 28618 28618 25930 0 -1 1077944320 86703 0 0 0 25117 62 0 0 20 0 15 0 154315837 14320615424 118509 33554432000 4194304 4196468 140733733877200 140733733859744 140448260902647 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
/proc/28620/statm: 3496244 118509 3275 1 0 3483478 0
[pid=28620/tid=28621] ppid=28618 vsize=13984976 memory=5792 CPUtime=238.82 cores=0,2,4,6
/proc/28620/task/28621/stat : 28621 (java) R 28618 28618 25930 0 -1 4202560 15043 0 0 0 23877 5 0 0 20 0 15 0 154315838 14320615424 118509 33554432000 4194304 4196468 140733733877200 140448265141680 140447867782555 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28622] ppid=28618 vsize=13984976 memory=4872558044660077418 CPUtime=0.99 cores=0,2,4,6
/proc/28620/task/28622/stat : 28622 (java) S 28618 28618 25930 0 -1 1077944384 3177 0 0 0 88 11 0 0 20 0 15 0 154315839 14320615424 118509 33554432000 4194304 4196468 140733733877200 140448190990992 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28623] ppid=28618 vsize=13984976 memory=1384 CPUtime=0.99 cores=0,2,4,6
/proc/28620/task/28623/stat : 28623 (java) S 28618 28618 25930 0 -1 1077944384 2008 0 0 0 89 10 0 0 20 0 15 0 154315839 14320615424 118509 33554432000 4194304 4196468 140733733877200 140448189938192 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28624] ppid=28618 vsize=13984976 memory=470456 CPUtime=0.99 cores=0,2,4,6
/proc/28620/task/28624/stat : 28624 (java) S 28618 28618 25930 0 -1 1077944384 1964 0 0 0 88 11 0 0 20 0 15 0 154315839 14320615424 118509 33554432000 4194304 4196468 140733733877200 140448188885392 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28625] ppid=28618 vsize=13984976 memory=1956 CPUtime=0.99 cores=0,2,4,6
/proc/28620/task/28625/stat : 28625 (java) S 28618 28618 25930 0 -1 1077944384 1296 0 0 0 88 11 0 0 20 0 15 0 154315839 14320615424 118509 33554432000 4194304 4196468 140733733877200 140448187832592 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28626] ppid=28618 vsize=13984976 memory=8608 CPUtime=0.07 cores=0,2,4,6
/proc/28620/task/28626/stat : 28626 (java) S 28618 28618 25930 0 -1 1077944384 1771 0 0 0 6 1 0 0 20 0 15 0 154315840 14320615424 118509 33554432000 4194304 4196468 140733733877200 140447173299056 140448260913794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28627] ppid=28618 vsize=13984976 memory=140514619902497 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28627/stat : 28627 (java) S 28618 28618 25930 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 154315840 14320615424 118509 33554432000 4194304 4196468 140733733877200 140447172245088 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28628] ppid=28618 vsize=13984976 memory=7649399358478497842 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28628/stat : 28628 (java) S 28618 28618 25930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 154315841 14320615424 118509 33554432000 4194304 4196468 140733733877200 140447171192192 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28629] ppid=28618 vsize=13984976 memory=7649399362773465138 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28629/stat : 28629 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14320615424 118509 33554432000 4194304 4196468 140733733877200 140447170140496 140448260921243 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28630] ppid=28618 vsize=13984976 memory=7649399367068432434 CPUtime=4.11 cores=0,2,4,6
/proc/28620/task/28630/stat : 28630 (java) S 28618 28618 25930 0 -1 1077944384 28360 0 0 0 409 2 0 0 20 0 15 0 154315843 14320615424 118509 33554432000 4194304 4196468 140733733877200 140447169087856 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28631] ppid=28618 vsize=13984976 memory=7649399371363399730 CPUtime=3.85 cores=0,2,4,6
/proc/28620/task/28631/stat : 28631 (java) S 28618 28618 25930 0 -1 1077944384 21795 0 0 0 383 2 0 0 20 0 15 0 154315843 14320615424 118509 33554432000 4194304 4196468 140733733877200 140447168035056 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28632] ppid=28618 vsize=13984976 memory=7649399379936557106 CPUtime=0.78 cores=0,2,4,6
/proc/28620/task/28632/stat : 28632 (java) S 28618 28618 25930 0 -1 1077944384 9230 0 0 0 77 1 0 0 20 0 15 0 154315843 14320615424 118509 33554432000 4194304 4196468 140733733877200 140447166982256 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28633] ppid=28618 vsize=13984976 memory=7649399384231524402 CPUtime=0 cores=0,2,4,6
/proc/28620/task/28633/stat : 28633 (java) S 28618 28618 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154315843 14320615424 118509 33554432000 4194304 4196468 140733733877200 140447165929696 140448260912853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
[pid=28620/tid=28634] ppid=28618 vsize=13984976 memory=5792 CPUtime=0.08 cores=0,2,4,6
/proc/28620/task/28634/stat : 28634 (java) S 28618 28618 25930 0 -1 1077944384 663 0 0 0 4 4 0 0 20 0 15 0 154315843 14320615424 118509 33554432000 4194304 4196468 140733733877200 140447164878000 140448260913794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 28299264 140733733880989 140733733881164 140733733881164 140733733883855 0
Current children cumulated CPU time: 251.79 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 475420 KiB

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

[startup+240.024 s]
# the end of solver process 28618 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.188 s, system=0.629989 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.024
CPU time (s): 251.818
CPU user time (s): 251.188
CPU system time (s): 0.629989
CPU usage (%): 104.914
Max. virtual memory (cumulated for all children) (KiB): 13997028
Max. memory (cumulated for all children) (KiB): 475936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.188
system time used= 0.629989
maximum resident set size= 474552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87676
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10489
involuntary context switches= 502


# summary of solver processes directly reported to runsolver:
#   pid: 28618
#   total CPU time (s): 251.818
#   total CPU user time (s): 251.188
#   total CPU system time (s): 0.629989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.69593 second user time and 2.07629 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-20 08:43:42
IDJOB=4284294
IDBENCH=126216
IDSOLVER=2680
FILE ID=node106/4284294-1503212282
RUNJOBID= node106-1503208459-25961
PBS_JOBID= 20630868
Free space on /tmp= 61784 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-27-a3.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-4284294-1503212282/watcher-4284294-1503212282 -o /tmp/evaluation-result-4284294-1503212282/solver-4284294-1503212282 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1503208459-25961 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 941184418 HOME/instance-4284294-1503212282.xml

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

MD5SUM BENCH= d2b2d316f8a3db7e4daa8c5fb45f5c4a
RANDOM SEED=941184418

node106.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.86
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.86
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.86
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.86
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:        25853580 kB
MemAvailable:   30761492 kB
Buffers:          242804 kB
Cached:          4956904 kB
SwapCached:            0 kB
Active:          2316352 kB
Inactive:        4149908 kB
Active(anon):    1222652 kB
Inactive(anon):    80012 kB
Active(file):    1093700 kB
Inactive(file):  4069896 kB
Unevictable:        7764 kB
Mlocked:            7764 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7912 kB
Writeback:             0 kB
AnonPages:       1274236 kB
Mapped:            64188 kB
Shmem:             33420 kB
Slab:             148044 kB
SReclaimable:     120300 kB
SUnreclaim:        27744 kB
KernelStack:        3824 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2199736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1142784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61776 MiB
End job on node106 at 2017-08-20 08:47:42