Trace number 4284299

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)SAT (TO)60 250.52699 240.02499

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-10-a4.xml
MD5SUM5c3e91a7aa658c047886207443b7266d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark37.235699
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints872
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":10}]
Minimum variable degree325
Maximum variable degree326
Distribution of variable degrees[{"degree":325,"count":8},{"degree":326,"count":2}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":240},{"arity":4,"count":630},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints871
Distribution of constraint types[{"type":"intension","count":871},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4284299-1503212523.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284299-1503212523.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.33/0.26	c parse instance...
1.60/0.73	c solve instance...
12.38/6.09	o 500 
30.09/21.65	o 499 
35.57/26.85	o 86 
38.37/29.43	o 82 
39.72/30.71	o 79 
52.80/43.65	o 76 
53.80/44.63	o 74 
97.63/88.16	o 68 
144.37/134.54	o 66 
167.07/156.82	o 64 
173.17/162.93	o 62 
232.45/222.10	o 60 
250.49/240.01	s SATISFIABLE
250.49/240.01	v <instantiation>
250.49/240.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] </list>
250.49/240.01	v 	<values>0 2 3 9 20 33 41 45 55 60 </values>
250.49/240.01	v </instantiation>
250.49/240.01	c Unexpected resolution interruption!

Verifier Data

OK	60

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284299-1503212523/watcher-4284299-1503212523 -o /tmp/evaluation-result-4284299-1503212523/solver-4284299-1503212523 -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 1301932915 HOME/instance-4284299-1503212523.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
Current StackSize limit: 8192 KiB

solver pid=28781, runsolver pid=28778

[startup+0.100122 s]*
/proc/loadavg: 1.63 1.91 1.82 3/217 28797
/proc/meminfo: memFree=26850328/32770624 swapFree=67108860/67108860
[pid=28781] ppid=28778 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28781/stat : 28781 (xcsp3-exec) S 28778 28781 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154339904 9740288 346 33554432000 4194304 5098028 140731175920016 140731175918120 140683672830588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15458304 140731175928948 140731175929152 140731175929152 140731175931883 0
/proc/28781/statm: 2378 346 289 221 0 87 0
[pid=28783] ppid=28781 vsize=13978596 memory=28672 CPUtime=0.12 cores=0,2,4,6
/proc/28783/stat : 28783 (java) S 28781 28781 25930 0 -1 1077944320 5460 0 0 0 11 1 0 0 20 0 15 0 154339904 14314082304 7168 33554432000 4194304 4196468 140725841638432 140725841620976 140375137906423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
/proc/28783/statm: 3494649 7168 2899 1 0 3482966 0
[pid=28783/tid=28784] ppid=28781 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/28783/task/28784/stat : 28784 (java) R 28781 28781 25930 0 -1 4202560 3473 0 0 0 8 0 0 0 20 0 15 0 154339905 14314082304 7168 33554432000 4194304 4196468 140725841638432 140375142139696 140375137918358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28785] ppid=28781 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28785/stat : 28785 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374733678864 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28786] ppid=28781 vsize=13978596 memory=140211944097408 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28786/stat : 28786 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374732626320 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28787] ppid=28781 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28787/stat : 28787 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374731573776 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28788] ppid=28781 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28788/stat : 28788 (java) S 28781 28781 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339905 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374730521232 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28789] ppid=28781 vsize=13978596 memory=140211944097408 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28789/stat : 28789 (java) S 28781 28781 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339907 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374050302448 140375137917570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28790] ppid=28781 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28790/stat : 28790 (java) S 28781 28781 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154339907 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374049248672 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28791] ppid=28781 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28791/stat : 28791 (java) S 28781 28781 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154339907 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374048196080 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28792] ppid=28781 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28792/stat : 28792 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374047144656 140375137925019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28793] ppid=28781 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28793/stat : 28793 (java) S 28781 28781 25930 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 154339910 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374046091248 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28794] ppid=28781 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28794/stat : 28794 (java) R 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374045038704 140375137917570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28795] ppid=28781 vsize=13978596 memory=140211944097408 CPUtime=0.01 cores=0,2,4,6
/proc/28783/task/28795/stat : 28795 (java) R 28781 28781 25930 0 -1 4202560 278 0 0 0 1 0 0 0 20 0 15 0 154339910 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374043986160 140375119143984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28796] ppid=28781 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28796/stat : 28796 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374042933856 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28797] ppid=28781 vsize=13978596 memory=140211944097408 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28797/stat : 28797 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339910 14314082304 7168 33554432000 4194304 4196468 140725841638432 140374041881392 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30056 KiB

[startup+0.210663 s]*
/proc/loadavg: 1.63 1.91 1.82 3/217 28797
/proc/meminfo: memFree=26838680/32770624 swapFree=67108860/67108860
[pid=28781] ppid=28778 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28781/stat : 28781 (xcsp3-exec) S 28778 28781 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154339904 9740288 346 33554432000 4194304 5098028 140731175920016 140731175918120 140683672830588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15458304 140731175928948 140731175929152 140731175929152 140731175931883 0
/proc/28781/statm: 2378 346 289 221 0 87 0
[pid=28783] ppid=28781 vsize=13982852 memory=40580 CPUtime=0.33 cores=0,2,4,6
/proc/28783/stat : 28783 (java) S 28781 28781 25930 0 -1 1077944320 8195 0 0 0 31 2 0 0 20 0 15 0 154339904 14318440448 10145 33554432000 4194304 4196468 140725841638432 140725841620976 140375137906423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
/proc/28783/statm: 3495713 10145 3076 1 0 3482966 0
[pid=28783/tid=28784] ppid=28781 vsize=13982884 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/28783/task/28784/stat : 28784 (java) R 28781 28781 25930 0 -1 4202560 5341 0 0 0 18 1 0 0 20 0 15 0 154339905 14318473216 10145 33554432000 4194304 4196468 140725841638432 140375142116048 140375130623527 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28785] ppid=28781 vsize=13982852 memory=13599 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28785/stat : 28785 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14318440448 10145 33554432000 4194304 4196468 140725841638432 140374733678864 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28786] ppid=28781 vsize=13982852 memory=3474448750118897312 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28786/stat : 28786 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14318440448 10145 33554432000 4194304 4196468 140725841638432 140374732626320 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28787] ppid=28781 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28787/stat : 28787 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14318440448 10145 33554432000 4194304 4196468 140725841638432 140374731573776 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28788] ppid=28781 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28788/stat : 28788 (java) S 28781 28781 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339905 14318440448 10145 33554432000 4194304 4196468 140725841638432 140374730521232 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28789] ppid=28781 vsize=13982852 memory=140211944097408 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28789/stat : 28789 (java) S 28781 28781 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339907 14318440448 10145 33554432000 4194304 4196468 140725841638432 140374050302448 140375137917570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28790] ppid=28781 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28790/stat : 28790 (java) S 28781 28781 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154339907 14318440448 10145 33554432000 4194304 4196468 140725841638432 140374049248672 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28791] ppid=28781 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28791/stat : 28791 (java) S 28781 28781 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154339907 14318440448 10145 33554432000 4194304 4196468 140725841638432 140374048196080 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28792] ppid=28781 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28792/stat : 28792 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14318440448 10145 33554432000 4194304 4196468 140725841638432 140374047144656 140375137925019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28793] ppid=28781 vsize=13982884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28783/task/28793/stat : 28793 (java) S 28781 28781 25930 0 -1 1077944384 539 0 0 0 3 0 0 0 20 0 15 0 154339910 14318473216 10145 33554432000 4194304 4196468 140725841638432 140374046091248 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28794] ppid=28781 vsize=13982884 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28783/task/28794/stat : 28794 (java) S 28781 28781 25930 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 15 0 154339910 14318473216 10145 33554432000 4194304 4196468 140725841638432 140374045038704 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28795] ppid=28781 vsize=13982852 memory=140211944097408 CPUtime=0.08 cores=0,2,4,6
/proc/28783/task/28795/stat : 28795 (java) S 28781 28781 25930 0 -1 1077944384 773 0 0 0 8 0 0 0 20 0 15 0 154339910 14318440448 10145 33554432000 4194304 4196468 140725841638432 140374043986160 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28796] ppid=28781 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28796/stat : 28796 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14318440448 10145 33554432000 4194304 4196468 140725841638432 140374042933856 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28797] ppid=28781 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28797/stat : 28797 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339910 14318440448 10145 33554432000 4194304 4196468 140725841638432 140374041881392 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41964 KiB

[startup+0.311623 s]*
/proc/loadavg: 1.63 1.91 1.82 4/217 28797
/proc/meminfo: memFree=26831872/32770624 swapFree=67108860/67108860
[pid=28781] ppid=28778 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28781/stat : 28781 (xcsp3-exec) S 28778 28781 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154339904 9740288 346 33554432000 4194304 5098028 140731175920016 140731175918120 140683672830588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15458304 140731175928948 140731175929152 140731175929152 140731175931883 0
/proc/28781/statm: 2378 346 289 221 0 87 0
[pid=28783] ppid=28781 vsize=13982852 memory=47440 CPUtime=0.51 cores=0,2,4,6
/proc/28783/stat : 28783 (java) S 28781 28781 25930 0 -1 1077944320 9018 0 0 0 48 3 0 0 20 0 15 0 154339904 14318440448 11860 33554432000 4194304 4196468 140725841638432 140725841620976 140375137906423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
/proc/28783/statm: 3495713 11860 3105 1 0 3482966 0
[pid=28783/tid=28784] ppid=28781 vsize=13982852 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/28783/task/28784/stat : 28784 (java) R 28781 28781 25930 0 -1 4202560 5968 0 0 0 28 2 0 0 20 0 15 0 154339905 14318440448 11860 33554432000 4194304 4196468 140725841638432 140375142144160 140374777367656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28785] ppid=28781 vsize=13982852 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28785/stat : 28785 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374733678864 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28786] ppid=28781 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28786/stat : 28786 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374732626320 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28787] ppid=28781 vsize=13982852 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28787/stat : 28787 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374731573776 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28788] ppid=28781 vsize=13982852 memory=4500088472188524148 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28788/stat : 28788 (java) S 28781 28781 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339905 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374730521232 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28789] ppid=28781 vsize=13982852 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28789/stat : 28789 (java) S 28781 28781 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339907 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374050302448 140375137917570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28790] ppid=28781 vsize=13982852 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28790/stat : 28790 (java) S 28781 28781 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154339907 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374049248672 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28791] ppid=28781 vsize=13982852 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28791/stat : 28791 (java) S 28781 28781 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154339907 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374048196080 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28792] ppid=28781 vsize=13982852 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28792/stat : 28792 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374047144656 140375137925019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28793] ppid=28781 vsize=13982852 memory=4713750055892520310 CPUtime=0.04 cores=0,2,4,6
/proc/28783/task/28793/stat : 28793 (java) R 28781 28781 25930 0 -1 4202560 612 0 0 0 4 0 0 0 20 0 15 0 154339910 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374046081168 140375130143550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28794] ppid=28781 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28783/task/28794/stat : 28794 (java) R 28781 28781 25930 0 -1 1077944384 264 0 0 0 2 0 0 0 20 0 15 0 154339910 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374045038800 140375137916629 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28795] ppid=28781 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/28783/task/28795/stat : 28795 (java) R 28781 28781 25930 0 -1 4202560 873 0 0 0 13 0 0 0 20 0 15 0 154339910 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374043982528 140375130143550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28796] ppid=28781 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28796/stat : 28796 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374042933856 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28797] ppid=28781 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28797/stat : 28797 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339910 14318440448 11860 33554432000 4194304 4196468 140725841638432 140374041881392 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48824 KiB

[startup+0.700887 s]
/proc/loadavg: 1.63 1.91 1.82 4/217 28797
/proc/meminfo: memFree=26817052/32770624 swapFree=67108860/67108860
[pid=28781] ppid=28778 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28781/stat : 28781 (xcsp3-exec) S 28778 28781 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154339904 9740288 346 33554432000 4194304 5098028 140731175920016 140731175918120 140683672830588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15458304 140731175928948 140731175929152 140731175929152 140731175931883 0
/proc/28781/statm: 2378 346 289 221 0 87 0
[pid=28783] ppid=28781 vsize=13984976 memory=87952 CPUtime=1.6 cores=0,2,4,6
/proc/28783/stat : 28783 (java) S 28781 28781 25930 0 -1 1077944320 12536 0 0 0 156 4 0 0 20 0 15 0 154339904 14320615424 21988 33554432000 4194304 4196468 140725841638432 140725841620976 140375137906423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
/proc/28783/statm: 3496244 21988 3213 1 0 3483478 0
[pid=28783/tid=28784] ppid=28781 vsize=13984976 memory=33 CPUtime=0.66 cores=0,2,4,6
/proc/28783/task/28784/stat : 28784 (java) R 28781 28781 25930 0 -1 4202560 6714 0 0 0 64 2 0 0 20 0 15 0 154339905 14320615424 21988 33554432000 4194304 4196468 140725841638432 140375142121488 140375123586548 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28785] ppid=28781 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28785/stat : 28785 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374733678864 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28786] ppid=28781 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28786/stat : 28786 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374732626320 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28787] ppid=28781 vsize=13984976 memory=42848 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28787/stat : 28787 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339905 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374731573776 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28788] ppid=28781 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28788/stat : 28788 (java) S 28781 28781 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154339905 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374730521232 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28789] ppid=28781 vsize=13984976 memory=2416 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28789/stat : 28789 (java) S 28781 28781 25930 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374050302448 140375137917570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28790] ppid=28781 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28790/stat : 28790 (java) S 28781 28781 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374049248672 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28791] ppid=28781 vsize=13984976 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28791/stat : 28791 (java) S 28781 28781 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374048196080 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28792] ppid=28781 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28792/stat : 28792 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374047144656 140375137925019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28793] ppid=28781 vsize=13984976 memory=1956 CPUtime=0.27 cores=0,2,4,6
/proc/28783/task/28793/stat : 28793 (java) S 28781 28781 25930 0 -1 1077944384 1399 0 0 0 27 0 0 0 20 0 15 0 154339910 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374046091248 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28794] ppid=28781 vsize=13984976 memory=8608 CPUtime=0.22 cores=0,2,4,6
/proc/28783/task/28794/stat : 28794 (java) S 28781 28781 25930 0 -1 1077944384 960 0 0 0 22 0 0 0 20 0 15 0 154339910 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374045038704 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28795] ppid=28781 vsize=13984976 memory=1228 CPUtime=0.41 cores=0,2,4,6
/proc/28783/task/28795/stat : 28795 (java) S 28781 28781 25930 0 -1 1077944384 2159 0 0 0 41 0 0 0 20 0 15 0 154339910 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374043986160 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28796] ppid=28781 vsize=13984976 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28796/stat : 28796 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374042933856 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28797] ppid=28781 vsize=13984976 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28797/stat : 28797 (java) S 28781 28781 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154339910 14320615424 21988 33554432000 4194304 4196468 140725841638432 140374041881392 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 89336 KiB

[startup+1.50085 s]
/proc/loadavg: 1.63 1.91 1.82 5/217 28797
/proc/meminfo: memFree=26769444/32770624 swapFree=67108860/67108860
[pid=28781] ppid=28778 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28781/stat : 28781 (xcsp3-exec) S 28778 28781 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154339904 9740288 346 33554432000 4194304 5098028 140731175920016 140731175918120 140683672830588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15458304 140731175928948 140731175929152 140731175929152 140731175931883 0
/proc/28781/statm: 2378 346 289 221 0 87 0

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

/proc/28783/task/28791/stat : 28791 (java) S 28781 28781 25930 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 138153 33554432000 4194304 4196468 140725841638432 140374048196096 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28792] ppid=28781 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28792/stat : 28792 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14320615424 138153 33554432000 4194304 4196468 140725841638432 140374047144656 140375137925019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28793] ppid=28781 vsize=13984976 memory=476528 CPUtime=4.33 cores=0,2,4,6
/proc/28783/task/28793/stat : 28793 (java) S 28781 28781 25930 0 -1 1077944384 29210 0 0 0 430 3 0 0 20 0 15 0 154339910 14320615424 138153 33554432000 4194304 4196468 140725841638432 140374046091248 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28794] ppid=28781 vsize=13984976 memory=-7399350170322123884 CPUtime=3.98 cores=0,2,4,6
/proc/28783/task/28794/stat : 28794 (java) S 28781 28781 25930 0 -1 1077944384 18901 0 0 0 396 2 0 0 20 0 15 0 154339910 14320615424 138153 33554432000 4194304 4196468 140725841638432 140374045038704 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28795] ppid=28781 vsize=13984976 memory=280423649247472 CPUtime=0.81 cores=0,2,4,6
/proc/28783/task/28795/stat : 28795 (java) S 28781 28781 25930 0 -1 1077944384 6476 0 0 0 80 1 0 0 20 0 15 0 154339910 14320615424 138153 33554432000 4194304 4196468 140725841638432 140374043986160 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28796] ppid=28781 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28796/stat : 28796 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14320615424 138153 33554432000 4194304 4196468 140725841638432 140374042933856 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28797] ppid=28781 vsize=13984976 memory=2416 CPUtime=0.03 cores=0,2,4,6
/proc/28783/task/28797/stat : 28797 (java) S 28781 28781 25930 0 -1 1077944384 251 0 0 0 1 2 0 0 20 0 15 0 154339910 14320615424 138153 33554432000 4194304 4196468 140725841638432 140374041881392 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
Current children cumulated CPU time: 111.97 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 553996 KiB

[startup+162.301 s]
/proc/loadavg: 2.33 2.03 1.88 3/217 28806
/proc/meminfo: memFree=26323236/32770624 swapFree=67108860/67108860
[pid=28781] ppid=28778 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28781/stat : 28781 (xcsp3-exec) S 28778 28781 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154339904 9740288 346 33554432000 4194304 5098028 140731175920016 140731175918120 140683672830588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15458304 140731175928948 140731175929152 140731175929152 140731175931883 0
/proc/28781/statm: 2378 346 289 221 0 87 0
[pid=28783] ppid=28781 vsize=13984976 memory=552988 CPUtime=172.57 cores=0,2,4,6
/proc/28783/stat : 28783 (java) S 28781 28781 25930 0 -1 1077944320 83027 0 0 0 17221 36 0 0 20 0 15 0 154339904 14320615424 138247 33554432000 4194304 4196468 140725841638432 140725841620976 140375137906423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
/proc/28783/statm: 3496244 138247 3272 1 0 3483478 0
[pid=28783/tid=28784] ppid=28781 vsize=13984976 memory=552988 CPUtime=161.98 cores=0,2,4,6
/proc/28783/task/28784/stat : 28784 (java) R 28781 28781 25930 0 -1 4202560 14298 0 0 0 16191 7 0 0 20 0 15 0 154339905 14320615424 138247 33554432000 4194304 4196468 140725841638432 140375142137680 140374783263255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28785] ppid=28781 vsize=13984976 memory=552988 CPUtime=0.18 cores=0,2,4,6
/proc/28783/task/28785/stat : 28785 (java) S 28781 28781 25930 0 -1 1077944384 1371 0 0 0 14 4 0 0 20 0 15 0 154339905 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374733678864 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28786] ppid=28781 vsize=13984976 memory=552988 CPUtime=0.18 cores=0,2,4,6
/proc/28783/task/28786/stat : 28786 (java) S 28781 28781 25930 0 -1 1077944384 379 0 0 0 14 4 0 0 20 0 15 0 154339905 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374732626320 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28787] ppid=28781 vsize=13984976 memory=1384 CPUtime=0.18 cores=0,2,4,6
/proc/28783/task/28787/stat : 28787 (java) S 28781 28781 25930 0 -1 1077944384 757 0 0 0 14 4 0 0 20 0 15 0 154339905 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374731573776 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28788] ppid=28781 vsize=13984976 memory=552988 CPUtime=0.18 cores=0,2,4,6
/proc/28783/task/28788/stat : 28788 (java) S 28781 28781 25930 0 -1 1077944384 256 0 0 0 14 4 0 0 20 0 15 0 154339905 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374730521232 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28789] ppid=28781 vsize=13984976 memory=552988 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28789/stat : 28789 (java) S 28781 28781 25930 0 -1 1077944384 909 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374050302448 140375137917570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28790] ppid=28781 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28790/stat : 28790 (java) S 28781 28781 25930 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374049248736 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28791] ppid=28781 vsize=13984976 memory=552988 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28791/stat : 28791 (java) S 28781 28781 25930 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374048196096 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28792] ppid=28781 vsize=13984976 memory=552988 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28792/stat : 28792 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374047144656 140375137925019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28793] ppid=28781 vsize=13984976 memory=552988 CPUtime=4.8 cores=0,2,4,6
/proc/28783/task/28793/stat : 28793 (java) S 28781 28781 25930 0 -1 1077944384 35600 0 0 0 476 4 0 0 20 0 15 0 154339910 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374046091248 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28794] ppid=28781 vsize=13984976 memory=1384 CPUtime=4.11 cores=0,2,4,6
/proc/28783/task/28794/stat : 28794 (java) S 28781 28781 25930 0 -1 1077944384 21115 0 0 0 409 2 0 0 20 0 15 0 154339910 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374045038704 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28795] ppid=28781 vsize=13984976 memory=1384 CPUtime=0.82 cores=0,2,4,6
/proc/28783/task/28795/stat : 28795 (java) S 28781 28781 25930 0 -1 1077944384 6655 0 0 0 81 1 0 0 20 0 15 0 154339910 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374043986160 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28796] ppid=28781 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28796/stat : 28796 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374042933856 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28797] ppid=28781 vsize=13984976 memory=552988 CPUtime=0.05 cores=0,2,4,6
/proc/28783/task/28797/stat : 28797 (java) S 28781 28781 25930 0 -1 1077944384 293 0 0 0 2 3 0 0 20 0 15 0 154339910 14320615424 138247 33554432000 4194304 4196468 140725841638432 140374041881392 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
Current children cumulated CPU time: 172.57 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 554372 KiB

[startup+222.301 s]
/proc/loadavg: 1.98 1.99 1.87 3/217 28960
/proc/meminfo: memFree=26233468/32770624 swapFree=67108860/67108860
[pid=28781] ppid=28778 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28781/stat : 28781 (xcsp3-exec) S 28778 28781 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154339904 9740288 346 33554432000 4194304 5098028 140731175920016 140731175918120 140683672830588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15458304 140731175928948 140731175929152 140731175929152 140731175931883 0
/proc/28781/statm: 2378 346 289 221 0 87 0
[pid=28783] ppid=28781 vsize=13984976 memory=575992 CPUtime=232.74 cores=0,2,4,6
/proc/28783/stat : 28783 (java) S 28781 28781 25930 0 -1 1077944320 85376 0 0 0 23236 38 0 0 20 0 15 0 154339904 14320615424 143998 33554432000 4194304 4196468 140725841638432 140725841620976 140375137906423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
/proc/28783/statm: 3496244 143998 3273 1 0 3483478 0
[pid=28783/tid=28784] ppid=28781 vsize=13984976 memory=575992 CPUtime=221.93 cores=0,2,4,6
/proc/28783/task/28784/stat : 28784 (java) R 28781 28781 25930 0 -1 4202560 14708 0 0 0 22186 7 0 0 20 0 15 0 154339905 14320615424 143998 33554432000 4194304 4196468 140725841638432 140375142144968 140374784855046 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28785] ppid=28781 vsize=13984976 memory=575992 CPUtime=0.22 cores=0,2,4,6
/proc/28783/task/28785/stat : 28785 (java) S 28781 28781 25930 0 -1 1077944384 1401 0 0 0 17 5 0 0 20 0 15 0 154339905 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374733678864 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28786] ppid=28781 vsize=13984976 memory=1384 CPUtime=0.22 cores=0,2,4,6
/proc/28783/task/28786/stat : 28786 (java) S 28781 28781 25930 0 -1 1077944384 881 0 0 0 18 4 0 0 20 0 15 0 154339905 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374732626320 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28787] ppid=28781 vsize=13984976 memory=1384 CPUtime=0.21 cores=0,2,4,6
/proc/28783/task/28787/stat : 28787 (java) S 28781 28781 25930 0 -1 1077944384 899 0 0 0 17 4 0 0 20 0 15 0 154339905 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374731573776 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28788] ppid=28781 vsize=13984976 memory=4140 CPUtime=0.22 cores=0,2,4,6
/proc/28783/task/28788/stat : 28788 (java) S 28781 28781 25930 0 -1 1077944384 301 0 0 0 18 4 0 0 20 0 15 0 154339905 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374730521232 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28789] ppid=28781 vsize=13984976 memory=42864 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28789/stat : 28789 (java) S 28781 28781 25930 0 -1 1077944384 1061 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374050302448 140375137917570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28790] ppid=28781 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28790/stat : 28790 (java) S 28781 28781 25930 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374049248736 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28791] ppid=28781 vsize=13984976 memory=575992 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28791/stat : 28791 (java) S 28781 28781 25930 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374048196096 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28792] ppid=28781 vsize=13984976 memory=575992 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28792/stat : 28792 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374047144656 140375137925019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28793] ppid=28781 vsize=13984976 memory=1384 CPUtime=4.83 cores=0,2,4,6
/proc/28783/task/28793/stat : 28793 (java) S 28781 28781 25930 0 -1 1077944384 35765 0 0 0 479 4 0 0 20 0 15 0 154339910 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374046091248 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28794] ppid=28781 vsize=13984976 memory=1384 CPUtime=4.11 cores=0,2,4,6
/proc/28783/task/28794/stat : 28794 (java) S 28781 28781 25930 0 -1 1077944384 21117 0 0 0 409 2 0 0 20 0 15 0 154339910 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374045038704 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28795] ppid=28781 vsize=13984976 memory=552996 CPUtime=0.83 cores=0,2,4,6
/proc/28783/task/28795/stat : 28795 (java) S 28781 28781 25930 0 -1 1077944384 7549 0 0 0 82 1 0 0 20 0 15 0 154339910 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374043986160 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28796] ppid=28781 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28796/stat : 28796 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374042933856 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28797] ppid=28781 vsize=13984976 memory=575992 CPUtime=0.07 cores=0,2,4,6
/proc/28783/task/28797/stat : 28797 (java) S 28781 28781 25930 0 -1 1077944384 300 0 0 0 3 4 0 0 20 0 15 0 154339910 14320615424 143998 33554432000 4194304 4196468 140725841638432 140374041881392 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
Current children cumulated CPU time: 232.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 577376 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.92 1.98 1.87 3/217 28960
/proc/meminfo: memFree=26213108/32770624 swapFree=67108860/67108860
[pid=28781] ppid=28778 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/28781/stat : 28781 (xcsp3-exec) S 28778 28781 25930 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154339904 9740288 346 33554432000 4194304 5098028 140731175920016 140731175918120 140683672830588 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 15458304 140731175928948 140731175929152 140731175929152 140731175931883 0
/proc/28781/statm: 2378 346 289 221 0 87 0
[pid=28783] ppid=28781 vsize=13984976 memory=575996 CPUtime=250.49 cores=0,2,4,6
/proc/28783/stat : 28783 (java) S 28781 28781 25930 0 -1 1077944320 87643 0 0 0 25011 38 0 0 20 0 15 0 154339904 14320615424 143999 33554432000 4194304 4196468 140725841638432 140725841620976 140375137906423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
/proc/28783/statm: 3496244 143999 3273 1 0 3483478 0
[pid=28783/tid=28784] ppid=28781 vsize=13984976 memory=6791534058613427641 CPUtime=239.64 cores=0,2,4,6
/proc/28783/task/28784/stat : 28784 (java) R 28781 28781 25930 0 -1 4202560 15026 0 0 0 23957 7 0 0 20 0 15 0 154339905 14320615424 143999 33554432000 4194304 4196468 140725841638432 140375142145480 140374782332779 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28785] ppid=28781 vsize=13984976 memory=4872558044660077418 CPUtime=0.22 cores=0,2,4,6
/proc/28783/task/28785/stat : 28785 (java) S 28781 28781 25930 0 -1 1077944384 1401 0 0 0 17 5 0 0 20 0 15 0 154339905 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374733678864 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28786] ppid=28781 vsize=13984976 memory=4872558044660077418 CPUtime=0.22 cores=0,2,4,6
/proc/28783/task/28786/stat : 28786 (java) S 28781 28781 25930 0 -1 1077944384 881 0 0 0 18 4 0 0 20 0 15 0 154339905 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374732626320 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28787] ppid=28781 vsize=13984976 memory=1 CPUtime=0.21 cores=0,2,4,6
/proc/28783/task/28787/stat : 28787 (java) S 28781 28781 25930 0 -1 1077944384 899 0 0 0 17 4 0 0 20 0 15 0 154339905 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374731573776 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28788] ppid=28781 vsize=13984976 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/28783/task/28788/stat : 28788 (java) S 28781 28781 25930 0 -1 1077944384 301 0 0 0 18 4 0 0 20 0 15 0 154339905 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374730521232 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28789] ppid=28781 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28789/stat : 28789 (java) S 28781 28781 25930 0 -1 1077944384 1063 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374050302448 140375137917570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28790] ppid=28781 vsize=13984976 memory=2 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28790/stat : 28790 (java) S 28781 28781 25930 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374049248736 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28791] ppid=28781 vsize=13984976 memory=575996 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28791/stat : 28791 (java) S 28781 28781 25930 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 154339907 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374048196096 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28792] ppid=28781 vsize=13984976 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28792/stat : 28792 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374047144656 140375137925019 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28793] ppid=28781 vsize=13984976 memory=1008 CPUtime=4.83 cores=0,2,4,6
/proc/28783/task/28793/stat : 28793 (java) S 28781 28781 25930 0 -1 1077944384 35767 0 0 0 479 4 0 0 20 0 15 0 154339910 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374046091248 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28794] ppid=28781 vsize=13984976 memory=4620 CPUtime=4.14 cores=0,2,4,6
/proc/28783/task/28794/stat : 28794 (java) S 28781 28781 25930 0 -1 1077944384 22207 0 0 0 412 2 0 0 20 0 15 0 154339910 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374045038704 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28795] ppid=28781 vsize=13984976 memory=1428 CPUtime=0.83 cores=0,2,4,6
/proc/28783/task/28795/stat : 28795 (java) S 28781 28781 25930 0 -1 1077944384 8360 0 0 0 82 1 0 0 20 0 15 0 154339910 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374043986160 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28796] ppid=28781 vsize=13984976 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/28783/task/28796/stat : 28796 (java) S 28781 28781 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154339910 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374042933856 140375137916629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
[pid=28783/tid=28797] ppid=28781 vsize=13984976 memory=15880 CPUtime=0.08 cores=0,2,4,6
/proc/28783/task/28797/stat : 28797 (java) S 28781 28781 25930 0 -1 1077944384 344 0 0 0 4 4 0 0 20 0 15 0 154339910 14320615424 143999 33554432000 4194304 4196468 140725841638432 140374041881392 140375137917570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 34295808 140725841642653 140725841642828 140725841642828 140725841645519 0
Current children cumulated CPU time: 250.49 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 577380 KiB

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

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

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

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

Child status: 143
Real time (s): 240.025
CPU time (s): 250.527
CPU user time (s): 250.129
CPU system time (s): 0.398058
CPU usage (%): 104.375
Max. virtual memory (cumulated for all children) (KiB): 13997260
Max. memory (cumulated for all children) (KiB): 577380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.129
system time used= 0.398058
maximum resident set size= 576572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88530
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8953
involuntary context switches= 345


# summary of solver processes directly reported to runsolver:
#   pid: 28781,28783
#   total CPU time (s): 250.527
#   total CPU user time (s): 250.129
#   total CPU system time (s): 0.398058

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.24845 second user time and 2.55978 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-20 08:47:43
IDJOB=4284299
IDBENCH=126241
IDSOLVER=2680
FILE ID=node106/4284299-1503212523
RUNJOBID= node106-1503208459-25961
PBS_JOBID= 20630868
Free space on /tmp= 61784 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-10-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-4284299-1503212523/watcher-4284299-1503212523 -o /tmp/evaluation-result-4284299-1503212523/solver-4284299-1503212523 -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 1301932915 HOME/instance-4284299-1503212523.xml

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

MD5SUM BENCH= 5c3e91a7aa658c047886207443b7266d
RANDOM SEED=1301932915

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:        26866240 kB
MemAvailable:   31774320 kB
Buffers:          242912 kB
Cached:          4956836 kB
SwapCached:            0 kB
Active:          1304116 kB
Inactive:        4150020 kB
Active(anon):     210356 kB
Inactive(anon):    80012 kB
Active(file):    1093760 kB
Inactive(file):  4070008 kB
Unevictable:        7764 kB
Mlocked:            7764 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7744 kB
Writeback:             0 kB
AnonPages:        261516 kB
Mapped:            64188 kB
Shmem:             33420 kB
Slab:             147656 kB
SReclaimable:     120296 kB
SUnreclaim:        27360 kB
KernelStack:        3552 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1256040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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:51:43