Trace number 4284283

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)44 248.528 240.02299

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-09-a3.xml
MD5SUM99cce06e47b950d06ba02df1b2dd4384
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark4.9514399
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints39
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":36},{"size":501,"count":9}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":9,"count":7},{"degree":10,"count":2}]
Minimum constraint arity1
Maximum constraint arity36
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":36},{"arity":9,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints37
Distribution of constraint types[{"type":"intension","count":37},{"type":"allDifferent","count":1},{"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-4284283-1503212457.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284283-1503212457.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
0.72/0.47	c solve instance...
1.02/0.58	o 500 
1.02/0.59	o 499 
1.02/0.60	o 498 
1.02/0.60	o 497 
1.02/0.61	o 496 
1.36/0.61	o 495 
2.64/1.10	o 61 
2.64/1.10	o 59 
2.64/1.10	o 56 
2.96/1.14	o 54 
2.96/1.16	o 52 
10.55/5.17	o 50 
10.85/5.43	o 49 
11.88/6.35	o 47 
63.05/56.10	o 46 
69.86/62.89	o 44 
248.50/240.01	s SATISFIABLE
248.50/240.01	v <instantiation>
248.50/240.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
248.50/240.01	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
248.50/240.01	v </instantiation>
248.50/240.01	c Unexpected resolution interruption!

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284283-1503212457/watcher-4284283-1503212457 -o /tmp/evaluation-result-4284283-1503212457/solver-4284283-1503212457 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1503208459-25962 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1882927148 HOME/instance-4284283-1503212457.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100059 s]*
/proc/loadavg: 1.97 1.99 1.83 3/217 28716
/proc/meminfo: memFree=26648452/32770624 swapFree=67108860/67108860
[pid=28700] ppid=28697 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28700/stat : 28700 (xcsp3-exec) S 28697 28700 25930 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154333263 9740288 346 33554432000 4194304 5098028 140734728901520 140734728899624 140132787352188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38686720 140734728905844 140734728906048 140734728906048 140734728908779 0
/proc/28700/statm: 2378 346 289 221 0 87 0
[pid=28702] ppid=28700 vsize=13978596 memory=28316 CPUtime=0.12 cores=1,3,5,7
/proc/28702/stat : 28702 (java) S 28700 28700 25930 0 -1 1077944320 5374 0 0 0 11 1 0 0 20 0 15 0 154333263 14314082304 7079 33554432000 4194304 4196468 140731969217216 140731969199760 140580917042935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
/proc/28702/statm: 3494649 7079 2899 1 0 3482966 0
[pid=28702/tid=28703] ppid=28700 vsize=13978596 memory=-6962121287837372198 CPUtime=0.08 cores=1,3,5,7
/proc/28702/task/28703/stat : 28703 (java) R 28700 28700 25930 0 -1 4202560 3383 0 0 0 8 0 0 0 20 0 15 0 154333264 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580921277472 140580898907128 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28704] ppid=28700 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28704/stat : 28704 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333264 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580869663120 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28705] ppid=28700 vsize=13978596 memory=140243595966080 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28705/stat : 28705 (java) S 28700 28700 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154333264 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580868610320 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28706] ppid=28700 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28706/stat : 28706 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333264 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580867558032 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28707] ppid=28700 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28707/stat : 28707 (java) S 28700 28700 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154333264 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580866505232 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28708] ppid=28700 vsize=13978596 memory=140243595966080 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28708/stat : 28708 (java) S 28700 28700 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154333266 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580458338928 140580917054082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28709] ppid=28700 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28709/stat : 28709 (java) S 28700 28700 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154333266 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580457284896 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28710] ppid=28700 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28710/stat : 28710 (java) S 28700 28700 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154333266 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580456232560 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28711] ppid=28700 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28711/stat : 28711 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580455180880 140580917061531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28712] ppid=28700 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28712/stat : 28712 (java) S 28700 28700 25930 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 154333269 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580386498672 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28713] ppid=28700 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28713/stat : 28713 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580385445872 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28714] ppid=28700 vsize=13978596 memory=140243595966080 CPUtime=0.01 cores=1,3,5,7
/proc/28702/task/28714/stat : 28714 (java) R 28700 28700 25930 0 -1 4202560 316 0 0 0 1 0 0 0 20 0 15 0 154333269 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580384393584 140580896026668 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28715] ppid=28700 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28715/stat : 28715 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580383341024 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28716] ppid=28700 vsize=13978596 memory=140243595966080 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28716/stat : 28716 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333269 14314082304 7079 33554432000 4194304 4196468 140731969217216 140580382288816 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29700 KiB

[startup+0.210628 s]*
/proc/loadavg: 1.97 1.99 1.83 3/217 28716
/proc/meminfo: memFree=26637164/32770624 swapFree=67108860/67108860
[pid=28700] ppid=28697 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28700/stat : 28700 (xcsp3-exec) S 28697 28700 25930 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154333263 9740288 346 33554432000 4194304 5098028 140734728901520 140734728899624 140132787352188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38686720 140734728905844 140734728906048 140734728906048 140734728908779 0
/proc/28700/statm: 2378 346 289 221 0 87 0
[pid=28702] ppid=28700 vsize=13982884 memory=40132 CPUtime=0.34 cores=1,3,5,7
/proc/28702/stat : 28702 (java) S 28700 28700 25930 0 -1 1077944320 8127 0 0 0 32 2 0 0 20 0 15 0 154333263 14318473216 10033 33554432000 4194304 4196468 140731969217216 140731969199760 140580917042935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
/proc/28702/statm: 3495721 10033 3080 1 0 3482974 0
[pid=28702/tid=28703] ppid=28700 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/28702/task/28703/stat : 28703 (java) R 28700 28700 25930 0 -1 1077944384 5350 0 0 0 18 1 0 0 20 0 15 0 154333264 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580921253728 140580909722157 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28704] ppid=28700 vsize=13982852 memory=13599 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28704/stat : 28704 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333264 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580869663120 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28705] ppid=28700 vsize=13982852 memory=3474448781770765984 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28705/stat : 28705 (java) S 28700 28700 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154333264 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580868610320 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28706] ppid=28700 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28706/stat : 28706 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333264 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580867558032 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28707] ppid=28700 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28707/stat : 28707 (java) S 28700 28700 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154333264 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580866505232 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28708] ppid=28700 vsize=13982852 memory=140243595966080 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28708/stat : 28708 (java) S 28700 28700 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154333266 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580458338928 140580917054082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28709] ppid=28700 vsize=13982884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28709/stat : 28709 (java) S 28700 28700 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154333266 14318473216 10033 33554432000 4194304 4196468 140731969217216 140580457284896 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28710] ppid=28700 vsize=13982884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28710/stat : 28710 (java) S 28700 28700 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154333266 14318473216 10033 33554432000 4194304 4196468 140731969217216 140580456232560 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28711] ppid=28700 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28711/stat : 28711 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580455180880 140580917061531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28712] ppid=28700 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28702/task/28712/stat : 28712 (java) S 28700 28700 25930 0 -1 1077944384 550 0 0 0 3 0 0 0 20 0 15 0 154333269 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580386498672 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28713] ppid=28700 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28702/task/28713/stat : 28713 (java) S 28700 28700 25930 0 -1 1077944384 227 0 0 0 1 0 0 0 20 0 15 0 154333269 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580385445872 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28714] ppid=28700 vsize=13982852 memory=140243595966080 CPUtime=0.08 cores=1,3,5,7
/proc/28702/task/28714/stat : 28714 (java) S 28700 28700 25930 0 -1 1077944384 714 0 0 0 8 0 0 0 20 0 15 0 154333269 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580384393584 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28715] ppid=28700 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28715/stat : 28715 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580383341024 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28716] ppid=28700 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28716/stat : 28716 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333269 14318440448 10033 33554432000 4194304 4196468 140731969217216 140580382288816 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992396 KiB
Current children cumulated memory: 41516 KiB

[startup+0.31062 s]*
/proc/loadavg: 1.97 1.99 1.83 4/217 28716
/proc/meminfo: memFree=26629968/32770624 swapFree=67108860/67108860
[pid=28700] ppid=28697 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28700/stat : 28700 (xcsp3-exec) S 28697 28700 25930 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154333263 9740288 346 33554432000 4194304 5098028 140734728901520 140734728899624 140132787352188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38686720 140734728905844 140734728906048 140734728906048 140734728908779 0
/proc/28700/statm: 2378 346 289 221 0 87 0
[pid=28702] ppid=28700 vsize=13982928 memory=47868 CPUtime=0.5 cores=1,3,5,7
/proc/28702/stat : 28702 (java) S 28700 28700 25930 0 -1 1077944320 9121 0 0 0 48 2 0 0 20 0 15 0 154333263 14318518272 11967 33554432000 4194304 4196468 140731969217216 140731969199760 140580917042935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
/proc/28702/statm: 3495732 11967 3115 1 0 3482966 0
[pid=28702/tid=28703] ppid=28700 vsize=13982928 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/28702/task/28703/stat : 28703 (java) R 28700 28700 25930 0 -1 4202560 6059 0 0 0 28 2 0 0 20 0 15 0 154333264 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580921275296 140580901123422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28704] ppid=28700 vsize=13982928 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28704/stat : 28704 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333264 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580869663120 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28705] ppid=28700 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28705/stat : 28705 (java) S 28700 28700 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154333264 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580868610320 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28706] ppid=28700 vsize=13982928 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28706/stat : 28706 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333264 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580867558032 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28707] ppid=28700 vsize=13982928 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28707/stat : 28707 (java) S 28700 28700 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154333264 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580866505232 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28708] ppid=28700 vsize=13982928 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28708/stat : 28708 (java) S 28700 28700 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154333266 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580458338928 140580917054082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28709] ppid=28700 vsize=13982928 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28709/stat : 28709 (java) S 28700 28700 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154333266 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580457284896 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28710] ppid=28700 vsize=13982928 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28710/stat : 28710 (java) S 28700 28700 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154333266 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580456232560 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28711] ppid=28700 vsize=13982928 memory=7683298805979255643 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28711/stat : 28711 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580455180880 140580917061531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28712] ppid=28700 vsize=13982928 memory=8508281356422055839 CPUtime=0.03 cores=1,3,5,7
/proc/28702/task/28712/stat : 28712 (java) S 28700 28700 25930 0 -1 1077944384 552 0 0 0 3 0 0 0 20 0 15 0 154333269 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580386498672 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28713] ppid=28700 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28702/task/28713/stat : 28713 (java) S 28700 28700 25930 0 -1 1077944384 337 0 0 0 3 0 0 0 20 0 15 0 154333269 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580385445872 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28714] ppid=28700 vsize=13982928 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28702/task/28714/stat : 28714 (java) S 28700 28700 25930 0 -1 1077944384 875 0 0 0 12 0 0 0 20 0 15 0 154333269 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580384393584 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28715] ppid=28700 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28715/stat : 28715 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580383341024 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28716] ppid=28700 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28716/stat : 28716 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333269 14318518272 12032 33554432000 4194304 4196468 140731969217216 140580382288816 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 49252 KiB

[startup+0.704517 s]
/proc/loadavg: 1.97 1.99 1.83 5/217 28716
/proc/meminfo: memFree=26614212/32770624 swapFree=67108860/67108860
[pid=28700] ppid=28697 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28700/stat : 28700 (xcsp3-exec) S 28697 28700 25930 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154333263 9740288 346 33554432000 4194304 5098028 140734728901520 140734728899624 140132787352188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38686720 140734728905844 140734728906048 140734728906048 140734728908779 0
/proc/28700/statm: 2378 346 289 221 0 87 0
[pid=28702] ppid=28700 vsize=13984976 memory=78528 CPUtime=1.67 cores=1,3,5,7
/proc/28702/stat : 28702 (java) S 28700 28700 25930 0 -1 1077944320 13886 0 0 0 163 4 0 0 20 0 15 0 154333263 14320615424 19632 33554432000 4194304 4196468 140731969217216 140731969199760 140580917042935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
/proc/28702/statm: 3496244 19632 3206 1 0 3483478 0
[pid=28702/tid=28703] ppid=28700 vsize=13984976 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/28702/task/28703/stat : 28703 (java) R 28700 28700 25930 0 -1 4202560 6790 0 0 0 65 2 0 0 20 0 15 0 154333264 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580921282080 140580901383104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28704] ppid=28700 vsize=13984976 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28704/stat : 28704 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333264 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580869663120 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28705] ppid=28700 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28705/stat : 28705 (java) S 28700 28700 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154333264 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580868610320 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28706] ppid=28700 vsize=13984976 memory=42848 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28706/stat : 28706 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333264 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580867558032 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28707] ppid=28700 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28707/stat : 28707 (java) S 28700 28700 25930 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154333264 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580866505232 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28708] ppid=28700 vsize=13984976 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28708/stat : 28708 (java) S 28700 28700 25930 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154333266 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580458338928 140580917054082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28709] ppid=28700 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28709/stat : 28709 (java) S 28700 28700 25930 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154333266 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580457284896 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28710] ppid=28700 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28710/stat : 28710 (java) S 28700 28700 25930 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154333266 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580456232560 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28711] ppid=28700 vsize=13984976 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28711/stat : 28711 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580455180880 140580917061531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28712] ppid=28700 vsize=13984976 memory=1956 CPUtime=0.29 cores=1,3,5,7
/proc/28702/task/28712/stat : 28712 (java) R 28700 28700 25930 0 -1 4202560 2129 0 0 0 29 0 0 0 20 0 15 0 154333269 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580386487120 140580901003696 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28713] ppid=28700 vsize=13984976 memory=8608 CPUtime=0.32 cores=1,3,5,7
/proc/28702/task/28713/stat : 28713 (java) R 28700 28700 25930 0 -1 4202560 1421 0 0 0 32 0 0 0 20 0 15 0 154333269 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580385434304 140580900543049 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28714] ppid=28700 vsize=13984976 memory=1228 CPUtime=0.36 cores=1,3,5,7
/proc/28702/task/28714/stat : 28714 (java) S 28700 28700 25930 0 -1 1077944384 2239 0 0 0 36 0 0 0 20 0 15 0 154333269 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580384393584 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28715] ppid=28700 vsize=13984976 memory=12136 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28715/stat : 28715 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580383341024 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28716] ppid=28700 vsize=13984976 memory=5792 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28716/stat : 28716 (java) S 28700 28700 25930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154333269 14320615424 19632 33554432000 4194304 4196468 140731969217216 140580382288816 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 79912 KiB

[startup+1.50081 s]
/proc/loadavg: 2.13 2.02 1.85 5/217 28716
/proc/meminfo: memFree=26581528/32770624 swapFree=67108860/67108860
[pid=28700] ppid=28697 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28700/stat : 28700 (xcsp3-exec) S 28697 28700 25930 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154333263 9740288 346 33554432000 4194304 5098028 140734728901520 140734728899624 140132787352188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38686720 140734728905844 140734728906048 140734728906048 140734728908779 0
/proc/28700/statm: 2378 346 289 221 0 87 0

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

/proc/28702/task/28710/stat : 28710 (java) S 28700 28700 25930 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154333266 14320615424 48331 33554432000 4194304 4196468 140731969217216 140580456232560 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28711] ppid=28700 vsize=13984976 memory=207060 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28711/stat : 28711 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14320615424 48331 33554432000 4194304 4196468 140731969217216 140580455180880 140580917061531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28712] ppid=28700 vsize=13984976 memory=1008 CPUtime=3.25 cores=1,3,5,7
/proc/28702/task/28712/stat : 28712 (java) S 28700 28700 25930 0 -1 1077944384 14594 0 0 0 323 2 0 0 20 0 15 0 154333269 14320615424 48331 33554432000 4194304 4196468 140731969217216 140580386498672 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28713] ppid=28700 vsize=13984976 memory=280486866178016 CPUtime=3.01 cores=1,3,5,7
/proc/28702/task/28713/stat : 28713 (java) S 28700 28700 25930 0 -1 1077944384 15928 0 0 0 300 1 0 0 20 0 15 0 154333269 14320615424 48331 33554432000 4194304 4196468 140731969217216 140580385445872 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28714] ppid=28700 vsize=13984976 memory=7955165026101706852 CPUtime=0.7 cores=1,3,5,7
/proc/28702/task/28714/stat : 28714 (java) S 28700 28700 25930 0 -1 1077944384 7667 0 0 0 69 1 0 0 20 0 15 0 154333269 14320615424 48331 33554432000 4194304 4196468 140731969217216 140580384393584 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28715] ppid=28700 vsize=13984976 memory=7521686934565054826 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28715/stat : 28715 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14320615424 48331 33554432000 4194304 4196468 140731969217216 140580383341024 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28716] ppid=28700 vsize=13984976 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/28702/task/28716/stat : 28716 (java) S 28700 28700 25930 0 -1 1077944384 810 0 0 0 1 1 0 0 20 0 15 0 154333269 14320615424 48331 33554432000 4194304 4196468 140731969217216 140580382288816 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
Current children cumulated CPU time: 109.68 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 194708 KiB

[startup+162.301 s]
/proc/loadavg: 1.73 1.87 1.82 3/217 28798
/proc/meminfo: memFree=26385260/32770624 swapFree=67108860/67108860
[pid=28700] ppid=28697 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28700/stat : 28700 (xcsp3-exec) S 28697 28700 25930 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154333263 9740288 346 33554432000 4194304 5098028 140734728901520 140734728899624 140132787352188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38686720 140734728905844 140734728906048 140734728906048 140734728908779 0
/proc/28700/statm: 2378 346 289 221 0 87 0
[pid=28702] ppid=28700 vsize=13984976 memory=184780 CPUtime=170.17 cores=1,3,5,7
/proc/28702/stat : 28702 (java) S 28700 28700 25930 0 -1 1077944320 62352 0 0 0 16997 20 0 0 20 0 15 0 154333263 14320615424 46195 33554432000 4194304 4196468 140731969217216 140731969199760 140580917042935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
/proc/28702/statm: 3496244 46195 3266 1 0 3483478 0
[pid=28702/tid=28703] ppid=28700 vsize=13984976 memory=185292 CPUtime=161.91 cores=1,3,5,7
/proc/28702/task/28703/stat : 28703 (java) R 28700 28700 25930 0 -1 4202560 13359 0 0 0 16187 4 0 0 20 0 15 0 154333264 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580921282240 140580545315440 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28704] ppid=28700 vsize=13984976 memory=184780 CPUtime=0.25 cores=1,3,5,7
/proc/28702/task/28704/stat : 28704 (java) S 28700 28700 25930 0 -1 1077944384 936 0 0 0 24 1 0 0 20 0 15 0 154333264 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580869663120 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28705] ppid=28700 vsize=13984976 memory=1384 CPUtime=0.24 cores=1,3,5,7
/proc/28702/task/28705/stat : 28705 (java) S 28700 28700 25930 0 -1 1077944384 833 0 0 0 23 1 0 0 20 0 15 0 154333264 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580868610320 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28706] ppid=28700 vsize=13984976 memory=183756 CPUtime=0.25 cores=1,3,5,7
/proc/28702/task/28706/stat : 28706 (java) S 28700 28700 25930 0 -1 1077944384 505 0 0 0 23 2 0 0 20 0 15 0 154333264 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580867558032 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28707] ppid=28700 vsize=13984976 memory=280486866508336 CPUtime=0.25 cores=1,3,5,7
/proc/28702/task/28707/stat : 28707 (java) S 28700 28700 25930 0 -1 1077944384 2628 0 0 0 23 2 0 0 20 0 15 0 154333264 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580866505232 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28708] ppid=28700 vsize=13984976 memory=185292 CPUtime=0.05 cores=1,3,5,7
/proc/28702/task/28708/stat : 28708 (java) S 28700 28700 25930 0 -1 1077944384 1517 0 0 0 4 1 0 0 20 0 15 0 154333266 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580458338928 140580917054082 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28709] ppid=28700 vsize=13984976 memory=2273 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28709/stat : 28709 (java) S 28700 28700 25930 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154333266 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580457284896 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28710] ppid=28700 vsize=13984976 memory=185808 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28710/stat : 28710 (java) S 28700 28700 25930 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154333266 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580456232560 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28711] ppid=28700 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28711/stat : 28711 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580455180880 140580917061531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28712] ppid=28700 vsize=13984976 memory=185292 CPUtime=3.3 cores=1,3,5,7
/proc/28702/task/28712/stat : 28712 (java) S 28700 28700 25930 0 -1 1077944384 15742 0 0 0 328 2 0 0 20 0 15 0 154333269 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580386498672 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28713] ppid=28700 vsize=13984976 memory=2416 CPUtime=3.1 cores=1,3,5,7
/proc/28702/task/28713/stat : 28713 (java) S 28700 28700 25930 0 -1 1077944384 16676 0 0 0 309 1 0 0 20 0 15 0 154333269 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580385445872 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28714] ppid=28700 vsize=13984976 memory=1728 CPUtime=0.7 cores=1,3,5,7
/proc/28702/task/28714/stat : 28714 (java) S 28700 28700 25930 0 -1 1077944384 7978 0 0 0 69 1 0 0 20 0 15 0 154333269 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580384393584 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28715] ppid=28700 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28715/stat : 28715 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580383341024 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28716] ppid=28700 vsize=13984976 memory=184096 CPUtime=0.03 cores=1,3,5,7
/proc/28702/task/28716/stat : 28716 (java) S 28700 28700 25930 0 -1 1077944384 823 0 0 0 1 2 0 0 20 0 15 0 154333269 14320615424 46195 33554432000 4194304 4196468 140731969217216 140580382288816 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
Current children cumulated CPU time: 170.17 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 186164 KiB

[startup+222.301 s]
/proc/loadavg: 2.36 2.03 1.88 3/217 28806
/proc/meminfo: memFree=26329240/32770624 swapFree=67108860/67108860
[pid=28700] ppid=28697 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28700/stat : 28700 (xcsp3-exec) S 28697 28700 25930 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154333263 9740288 346 33554432000 4194304 5098028 140734728901520 140734728899624 140132787352188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38686720 140734728905844 140734728906048 140734728906048 140734728908779 0
/proc/28700/statm: 2378 346 289 221 0 87 0
[pid=28702] ppid=28700 vsize=13984976 memory=204144 CPUtime=230.65 cores=1,3,5,7
/proc/28702/stat : 28702 (java) S 28700 28700 25930 0 -1 1077944320 66305 0 0 0 23039 26 0 0 20 0 15 0 154333263 14320615424 51036 33554432000 4194304 4196468 140731969217216 140731969199760 140580917042935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
/proc/28702/statm: 3496244 51036 3266 1 0 3483478 0
[pid=28702/tid=28703] ppid=28700 vsize=13984976 memory=1384 CPUtime=221.72 cores=1,3,5,7
/proc/28702/task/28703/stat : 28703 (java) R 28700 28700 25930 0 -1 4202560 14181 0 0 0 22168 4 0 0 20 0 15 0 154333264 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580921282144 140580542331885 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28704] ppid=28700 vsize=13984976 memory=1384 CPUtime=0.39 cores=1,3,5,7
/proc/28702/task/28704/stat : 28704 (java) S 28700 28700 25930 0 -1 1077944384 1020 0 0 0 37 2 0 0 20 0 15 0 154333264 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580869663120 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28705] ppid=28700 vsize=13984976 memory=4140 CPUtime=0.39 cores=1,3,5,7
/proc/28702/task/28705/stat : 28705 (java) S 28700 28700 25930 0 -1 1077944384 931 0 0 0 37 2 0 0 20 0 15 0 154333264 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580868610320 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28706] ppid=28700 vsize=13984976 memory=204144 CPUtime=0.39 cores=1,3,5,7
/proc/28702/task/28706/stat : 28706 (java) S 28700 28700 25930 0 -1 1077944384 1030 0 0 0 36 3 0 0 20 0 15 0 154333264 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580867558032 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28707] ppid=28700 vsize=13984976 memory=1384 CPUtime=0.4 cores=1,3,5,7
/proc/28702/task/28707/stat : 28707 (java) S 28700 28700 25930 0 -1 1077944384 2734 0 0 0 37 3 0 0 20 0 15 0 154333264 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580866505232 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28708] ppid=28700 vsize=13984976 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/28702/task/28708/stat : 28708 (java) S 28700 28700 25930 0 -1 1077944384 1771 0 0 0 6 2 0 0 20 0 15 0 154333266 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580458338928 140580917054082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28709] ppid=28700 vsize=13984976 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28709/stat : 28709 (java) S 28700 28700 25930 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154333266 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580457284896 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28710] ppid=28700 vsize=13984976 memory=42864 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28710/stat : 28710 (java) S 28700 28700 25930 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154333266 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580456232560 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28711] ppid=28700 vsize=13984976 memory=552988 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28711/stat : 28711 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580455180880 140580917061531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28712] ppid=28700 vsize=13984976 memory=6791534058613427641 CPUtime=3.3 cores=1,3,5,7
/proc/28702/task/28712/stat : 28712 (java) S 28700 28700 25930 0 -1 1077944384 16504 0 0 0 328 2 0 0 20 0 15 0 154333269 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580386498672 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28713] ppid=28700 vsize=13984976 memory=14474948693 CPUtime=3.12 cores=1,3,5,7
/proc/28702/task/28713/stat : 28713 (java) S 28700 28700 25930 0 -1 1077944384 17693 0 0 0 311 1 0 0 20 0 15 0 154333269 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580385445872 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28714] ppid=28700 vsize=13984976 memory=280486866729280 CPUtime=0.7 cores=1,3,5,7
/proc/28702/task/28714/stat : 28714 (java) S 28700 28700 25930 0 -1 1077944384 8231 0 0 0 69 1 0 0 20 0 15 0 154333269 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580384393584 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28715] ppid=28700 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28715/stat : 28715 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580383341024 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28716] ppid=28700 vsize=13984976 memory=4140 CPUtime=0.04 cores=1,3,5,7
/proc/28702/task/28716/stat : 28716 (java) S 28700 28700 25930 0 -1 1077944384 855 0 0 0 2 2 0 0 20 0 15 0 154333269 14320615424 51036 33554432000 4194304 4196468 140731969217216 140580382288816 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
Current children cumulated CPU time: 230.65 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 205528 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.28 2.03 1.88 3/217 28806
/proc/meminfo: memFree=26316040/32770624 swapFree=67108860/67108860
[pid=28700] ppid=28697 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/28700/stat : 28700 (xcsp3-exec) S 28697 28700 25930 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154333263 9740288 346 33554432000 4194304 5098028 140734728901520 140734728899624 140132787352188 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38686720 140734728905844 140734728906048 140734728906048 140734728908779 0
/proc/28700/statm: 2378 346 289 221 0 87 0
[pid=28702] ppid=28700 vsize=13984976 memory=217632 CPUtime=248.5 cores=1,3,5,7
/proc/28702/stat : 28702 (java) S 28700 28700 25930 0 -1 1077944320 66405 0 0 0 24822 28 0 0 20 0 15 0 154333263 14320615424 54408 33554432000 4194304 4196468 140731969217216 140731969199760 140580917042935 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
/proc/28702/statm: 3496244 54408 3266 1 0 3483478 0
[pid=28702/tid=28703] ppid=28700 vsize=13984976 memory=6791534058613427641 CPUtime=239.35 cores=1,3,5,7
/proc/28702/task/28703/stat : 28703 (java) R 28700 28700 25930 0 -1 4202560 14195 0 0 0 23931 4 0 0 20 0 15 0 154333264 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580921282416 140580545486333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28704] ppid=28700 vsize=13984976 memory=4872558044660077418 CPUtime=0.45 cores=1,3,5,7
/proc/28702/task/28704/stat : 28704 (java) S 28700 28700 25930 0 -1 1077944384 1041 0 0 0 42 3 0 0 20 0 15 0 154333264 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580869663120 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28705] ppid=28700 vsize=13984976 memory=5792 CPUtime=0.45 cores=1,3,5,7
/proc/28702/task/28705/stat : 28705 (java) S 28700 28700 25930 0 -1 1077944384 945 0 0 0 42 3 0 0 20 0 15 0 154333264 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580868610320 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28706] ppid=28700 vsize=13984976 memory=1008 CPUtime=0.45 cores=1,3,5,7
/proc/28702/task/28706/stat : 28706 (java) S 28700 28700 25930 0 -1 1077944384 1063 0 0 0 41 4 0 0 20 0 15 0 154333264 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580867558032 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28707] ppid=28700 vsize=13984976 memory=4620 CPUtime=0.45 cores=1,3,5,7
/proc/28702/task/28707/stat : 28707 (java) S 28700 28700 25930 0 -1 1077944384 2752 0 0 0 42 3 0 0 20 0 15 0 154333264 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580866505232 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28708] ppid=28700 vsize=13984976 memory=1428 CPUtime=0.09 cores=1,3,5,7
/proc/28702/task/28708/stat : 28708 (java) S 28700 28700 25930 0 -1 1077944384 1771 0 0 0 7 2 0 0 20 0 15 0 154333266 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580458338928 140580917054082 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28709] ppid=28700 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28709/stat : 28709 (java) S 28700 28700 25930 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 154333266 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580457284896 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28710] ppid=28700 vsize=13984976 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28710/stat : 28710 (java) S 28700 28700 25930 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154333266 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580456232560 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28711] ppid=28700 vsize=13984976 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28711/stat : 28711 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580455180880 140580917061531 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28712] ppid=28700 vsize=13984976 memory=3172 CPUtime=3.3 cores=1,3,5,7
/proc/28702/task/28712/stat : 28712 (java) S 28700 28700 25930 0 -1 1077944384 16504 0 0 0 328 2 0 0 20 0 15 0 154333269 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580386498672 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28713] ppid=28700 vsize=13984976 memory=1384 CPUtime=3.12 cores=1,3,5,7
/proc/28702/task/28713/stat : 28713 (java) S 28700 28700 25930 0 -1 1077944384 17693 0 0 0 311 1 0 0 20 0 15 0 154333269 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580385445872 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28714] ppid=28700 vsize=13984976 memory=215404 CPUtime=0.7 cores=1,3,5,7
/proc/28702/task/28714/stat : 28714 (java) S 28700 28700 25930 0 -1 1077944384 8231 0 0 0 69 1 0 0 20 0 15 0 154333269 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580384393584 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28715] ppid=28700 vsize=13984976 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/28702/task/28715/stat : 28715 (java) S 28700 28700 25930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154333269 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580383341024 140580917053141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
[pid=28702/tid=28716] ppid=28700 vsize=13984976 memory=3084 CPUtime=0.06 cores=1,3,5,7
/proc/28702/task/28716/stat : 28716 (java) S 28700 28700 25930 0 -1 1077944384 855 0 0 0 3 3 0 0 20 0 15 0 154333269 14320615424 54408 33554432000 4194304 4196468 140731969217216 140580382288816 140580917054082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 14884864 140731969221789 140731969221964 140731969221964 140731969224655 0
Current children cumulated CPU time: 248.5 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 219016 KiB

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

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

[startup+240.023 s]
# the end of solver process 28702 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.238 s, system=0.290454 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.023
CPU time (s): 248.528
CPU user time (s): 248.238
CPU system time (s): 0.290454
CPU usage (%): 103.544
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 230512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.238
system time used= 0.290454
maximum resident set size= 229128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67312
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= 9756
involuntary context switches= 334


# summary of solver processes directly reported to runsolver:
#   pid: 28700,28702
#   total CPU time (s): 248.528
#   total CPU user time (s): 248.238
#   total CPU system time (s): 0.290454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.39632 second user time and 2.38532 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-20 08:46:36
IDJOB=4284283
IDBENCH=126225
IDSOLVER=2680
FILE ID=node106/4284283-1503212457
RUNJOBID= node106-1503208459-25962
PBS_JOBID= 20630868
Free space on /tmp= 61784 MiB

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

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

MD5SUM BENCH= 99cce06e47b950d06ba02df1b2dd4384
RANDOM SEED=1882927148

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:        26668096 kB
MemAvailable:   31576264 kB
Buffers:          242900 kB
Cached:          4956708 kB
SwapCached:            0 kB
Active:          1501324 kB
Inactive:        4150304 kB
Active(anon):     407732 kB
Inactive(anon):    80012 kB
Active(file):    1093592 kB
Inactive(file):  4070292 kB
Unevictable:        7764 kB
Mlocked:            7764 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7900 kB
Writeback:             0 kB
AnonPages:        490176 kB
Mapped:            64284 kB
Shmem:             33420 kB
Slab:             147828 kB
SReclaimable:     120236 kB
SUnreclaim:        27592 kB
KernelStack:        3808 kB
PageTables:         6288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1225348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    368640 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:50:36