Trace number 4270117

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)OPT886 66.902199 62.988602

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-16.xml
MD5SUMb96279f92050ffb29891facc982b592e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark886
Best CPU time to get the best result obtained on this benchmark7.3159599
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

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-4270117-1502622644.xml"  -tl '264s' -p 1 -x 0
0.11/0.14	c [HOME/instance-4270117-1502622644.xml, -tl, 264s, -p, 1, -x, 0]
0.11/0.19	c simple solver
0.33/0.26	c parse instance...
0.50/0.39	c solve instance...
0.50/0.41	o 636 
0.50/0.41	o 647 
0.50/0.41	o 675 
0.72/0.42	o 687 
0.72/0.43	o 696 
0.72/0.43	o 715 
0.72/0.44	o 740 
0.72/0.48	o 752 
0.72/0.48	o 763 
0.72/0.50	o 774 
0.72/0.50	o 777 
0.72/0.50	o 816 
1.36/0.67	o 823 
1.36/0.67	o 826 
1.36/0.68	o 844 
3.45/1.35	o 849 
3.45/1.36	o 850 
3.45/1.36	o 864 
10.70/7.60	o 880 
23.51/20.29	o 881 
23.51/20.30	o 886 
66.80/62.98	s OPTIMUM FOUND
66.80/62.98	v <instantiation>
66.80/62.98	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
66.80/62.98	v 	<values>1 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 </values>
66.80/62.98	v </instantiation>

Verifier Data

OK	886

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270117-1502622644/watcher-4270117-1502622644 -o /tmp/evaluation-result-4270117-1502622644/solver-4270117-1502622644 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31366 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1001189682 HOME/instance-4270117-1502622644.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=318, runsolver pid=315
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 1.72 1.89 1.85 3/217 334
/proc/meminfo: memFree=31344180/32770624 swapFree=67108860/67108860
[pid=318] ppid=315 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/318/stat : 318 (xcsp3-exec) S 315 318 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95352194 9740288 346 33554432000 4194304 5098028 140735162224864 140735162222968 139709913219708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20115456 140735162233972 140735162234176 140735162234176 140735162236907 0
/proc/318/statm: 2378 346 289 221 0 87 0
[pid=320] ppid=318 vsize=13978596 memory=28844 CPUtime=0.11 cores=1,3,5,7
/proc/320/stat : 320 (java) S 318 318 28385 0 -1 1077944320 5042 0 0 0 10 1 0 0 20 0 15 0 95352194 14314082304 7211 33554432000 4194304 4196468 140734659976368 140734659958912 139629143764727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
/proc/320/statm: 3494649 7211 2869 1 0 3482966 0
[pid=320/tid=321] ppid=318 vsize=13978596 memory=7883960649037381690 CPUtime=0.08 cores=1,3,5,7
/proc/320/task/321/stat : 321 (java) R 318 318 28385 0 -1 4202560 3071 0 0 0 8 0 0 0 20 0 15 0 95352195 14314082304 7276 33554432000 4194304 4196468 140734659976368 139629147980880 139629143776662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=322] ppid=318 vsize=13978596 memory=13595 CPUtime=0 cores=1,3,5,7
/proc/320/task/322/stat : 322 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14314082304 7276 33554432000 4194304 4196468 140734659976368 139629058833552 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=323] ppid=318 vsize=13978596 memory=140664281839254 CPUtime=0 cores=1,3,5,7
/proc/320/task/323/stat : 323 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14314082304 7276 33554432000 4194304 4196468 140734659976368 139629057780752 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=324] ppid=318 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/324/stat : 324 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14314082304 7276 33554432000 4194304 4196468 140734659976368 139629056727952 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=325] ppid=318 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/320/task/325/stat : 325 (java) S 318 318 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95352196 14314082304 7276 33554432000 4194304 4196468 140734659976368 139629055675152 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=326] ppid=318 vsize=13978596 memory=140664281474688 CPUtime=0 cores=1,3,5,7
/proc/320/task/326/stat : 326 (java) S 318 318 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95352197 14314082304 7276 33554432000 4194304 4196468 140734659976368 139628055865712 139629143775874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=327] ppid=318 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/320/task/327/stat : 327 (java) S 318 318 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95352197 14314082304 7276 33554432000 4194304 4196468 140734659976368 139628054811680 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=328] ppid=318 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/328/stat : 328 (java) S 318 318 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95352198 14314082304 7276 33554432000 4194304 4196468 140734659976368 139628053758832 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=329] ppid=318 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/329/stat : 329 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14314082304 7276 33554432000 4194304 4196468 140734659976368 139628052707152 139629143783323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=330] ppid=318 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/330/stat : 330 (java) S 318 318 28385 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 15 0 95352200 14314082304 7276 33554432000 4194304 4196468 140734659976368 139628051655536 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=331] ppid=318 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/320/task/331/stat : 331 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14314082304 7276 33554432000 4194304 4196468 140734659976368 139628050602736 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=332] ppid=318 vsize=13978596 memory=140664281474688 CPUtime=0.01 cores=1,3,5,7
/proc/320/task/332/stat : 332 (java) R 318 318 28385 0 -1 4202560 325 0 0 0 1 0 0 0 20 0 15 0 95352200 14314082304 7276 33554432000 4194304 4196468 140734659976368 139628049549936 139629136001854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=333] ppid=318 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/320/task/333/stat : 333 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14314082304 7276 33554432000 4194304 4196468 140734659976368 139628048497376 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=334] ppid=318 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/334/stat : 334 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352200 14314082304 7276 33554432000 4194304 4196468 140734659976368 139628047444656 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30228 KiB

[startup+0.210677 s]*
/proc/loadavg: 1.72 1.89 1.85 4/217 334
/proc/meminfo: memFree=31333264/32770624 swapFree=67108860/67108860
[pid=318] ppid=315 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/318/stat : 318 (xcsp3-exec) S 315 318 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95352194 9740288 346 33554432000 4194304 5098028 140735162224864 140735162222968 139709913219708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20115456 140735162233972 140735162234176 140735162234176 140735162236907 0
/proc/318/statm: 2378 346 289 221 0 87 0
[pid=320] ppid=318 vsize=13982852 memory=40524 CPUtime=0.33 cores=1,3,5,7
/proc/320/stat : 320 (java) S 318 318 28385 0 -1 1077944320 7623 0 0 0 31 2 0 0 20 0 15 0 95352194 14318440448 10131 33554432000 4194304 4196468 140734659976368 140734659958912 139629143764727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
/proc/320/statm: 3495713 10131 3079 1 0 3482966 0
[pid=320/tid=321] ppid=318 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/320/task/321/stat : 321 (java) R 318 318 28385 0 -1 4202560 4927 0 0 0 18 1 0 0 20 0 15 0 95352195 14318440448 10151 33554432000 4194304 4196468 140734659976368 139629147966528 139629143776662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=322] ppid=318 vsize=13982852 memory=13595 CPUtime=0 cores=1,3,5,7
/proc/320/task/322/stat : 322 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14318440448 10151 33554432000 4194304 4196468 140734659976368 139629058833552 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=323] ppid=318 vsize=13982852 memory=140664281839254 CPUtime=0 cores=1,3,5,7
/proc/320/task/323/stat : 323 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14318440448 10151 33554432000 4194304 4196468 140734659976368 139629057780752 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=324] ppid=318 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/324/stat : 324 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14318440448 10151 33554432000 4194304 4196468 140734659976368 139629056727952 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=325] ppid=318 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/320/task/325/stat : 325 (java) S 318 318 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95352196 14318440448 10151 33554432000 4194304 4196468 140734659976368 139629055675152 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=326] ppid=318 vsize=13982852 memory=140664281474688 CPUtime=0 cores=1,3,5,7
/proc/320/task/326/stat : 326 (java) S 318 318 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95352197 14318440448 10151 33554432000 4194304 4196468 140734659976368 139628055865712 139629143775874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=327] ppid=318 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/320/task/327/stat : 327 (java) S 318 318 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95352197 14318440448 10151 33554432000 4194304 4196468 140734659976368 139628054811680 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=328] ppid=318 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/328/stat : 328 (java) S 318 318 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95352198 14318440448 10151 33554432000 4194304 4196468 140734659976368 139628053758832 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=329] ppid=318 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/329/stat : 329 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14318440448 10151 33554432000 4194304 4196468 140734659976368 139628052707152 139629143783323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=330] ppid=318 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/320/task/330/stat : 330 (java) S 318 318 28385 0 -1 1077944384 673 0 0 0 2 0 0 0 20 0 15 0 95352200 14318440448 10151 33554432000 4194304 4196468 140734659976368 139628051655536 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=331] ppid=318 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/320/task/331/stat : 331 (java) S 318 318 28385 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 15 0 95352200 14318440448 10151 33554432000 4194304 4196468 140734659976368 139628050602736 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=332] ppid=318 vsize=13982852 memory=140664281474688 CPUtime=0.08 cores=1,3,5,7
/proc/320/task/332/stat : 332 (java) R 318 318 28385 0 -1 4202560 696 0 0 0 8 0 0 0 20 0 15 0 95352200 14318440448 10151 33554432000 4194304 4196468 140734659976368 139628049549936 139629143776662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=333] ppid=318 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/320/task/333/stat : 333 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14318440448 10151 33554432000 4194304 4196468 140734659976368 139628048497376 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=334] ppid=318 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/334/stat : 334 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352200 14318440448 10151 33554432000 4194304 4196468 140734659976368 139628047444656 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41908 KiB

[startup+0.310517 s]*
/proc/loadavg: 1.72 1.89 1.85 3/217 334
/proc/meminfo: memFree=31325944/32770624 swapFree=67108860/67108860
[pid=318] ppid=315 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/318/stat : 318 (xcsp3-exec) S 315 318 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95352194 9740288 346 33554432000 4194304 5098028 140735162224864 140735162222968 139709913219708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20115456 140735162233972 140735162234176 140735162234176 140735162236907 0
/proc/318/statm: 2378 346 289 221 0 87 0
[pid=320] ppid=318 vsize=13982928 memory=47540 CPUtime=0.5 cores=1,3,5,7
/proc/320/stat : 320 (java) S 318 318 28385 0 -1 1077944320 8578 0 0 0 47 3 0 0 20 0 15 0 95352194 14318518272 11885 33554432000 4194304 4196468 140734659976368 140734659958912 139629143764727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
/proc/320/statm: 3495732 11885 3106 1 0 3482966 0
[pid=320/tid=321] ppid=318 vsize=13982928 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/320/task/321/stat : 321 (java) R 318 318 28385 0 -1 4202560 5629 0 0 0 28 2 0 0 20 0 15 0 95352195 14318518272 11962 33554432000 4194304 4196468 140734659976368 139629148000672 139629120988672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=322] ppid=318 vsize=13982928 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/320/task/322/stat : 322 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14318518272 11962 33554432000 4194304 4196468 140734659976368 139629058833552 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=323] ppid=318 vsize=13982928 memory=-7812736537705041862 CPUtime=0 cores=1,3,5,7
/proc/320/task/323/stat : 323 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14318518272 11962 33554432000 4194304 4196468 140734659976368 139629057780752 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=324] ppid=318 vsize=13982928 memory=6945782492362334265 CPUtime=0 cores=1,3,5,7
/proc/320/task/324/stat : 324 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14318518272 11962 33554432000 4194304 4196468 140734659976368 139629056727952 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=325] ppid=318 vsize=13982928 memory=-7522837415797432224 CPUtime=0 cores=1,3,5,7
/proc/320/task/325/stat : 325 (java) S 318 318 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95352196 14318518272 11962 33554432000 4194304 4196468 140734659976368 139629055675152 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=326] ppid=318 vsize=13982928 memory=8326441112149131687 CPUtime=0 cores=1,3,5,7
/proc/320/task/326/stat : 326 (java) S 318 318 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95352197 14318518272 11962 33554432000 4194304 4196468 140734659976368 139628055865712 139629143775874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=327] ppid=318 vsize=13982928 memory=-8609294073281748341 CPUtime=0 cores=1,3,5,7
/proc/320/task/327/stat : 327 (java) S 318 318 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95352197 14318518272 11962 33554432000 4194304 4196468 140734659976368 139628054811680 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=328] ppid=318 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/328/stat : 328 (java) S 318 318 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95352198 14318518272 11962 33554432000 4194304 4196468 140734659976368 139628053758832 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=329] ppid=318 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/329/stat : 329 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14318518272 11962 33554432000 4194304 4196468 140734659976368 139628052707152 139629143783323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=330] ppid=318 vsize=13982928 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/320/task/330/stat : 330 (java) S 318 318 28385 0 -1 1077944384 679 0 0 0 4 0 0 0 20 0 15 0 95352200 14318518272 11962 33554432000 4194304 4196468 140734659976368 139628051655536 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=331] ppid=318 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/320/task/331/stat : 331 (java) S 318 318 28385 0 -1 1077944384 234 0 0 0 3 0 0 0 20 0 15 0 95352200 14318518272 11962 33554432000 4194304 4196468 140734659976368 139628050602736 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=332] ppid=318 vsize=13982928 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/320/task/332/stat : 332 (java) R 318 318 28385 0 -1 1077944384 785 0 0 0 12 0 0 0 20 0 15 0 95352200 14318518272 11962 33554432000 4194304 4196468 140734659976368 139628049549936 139629143775874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=333] ppid=318 vsize=13982928 memory=3907217043750924854 CPUtime=0 cores=1,3,5,7
/proc/320/task/333/stat : 333 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14318518272 11962 33554432000 4194304 4196468 140734659976368 139628048497376 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=334] ppid=318 vsize=13982928 memory=3756203437641418416 CPUtime=0 cores=1,3,5,7
/proc/320/task/334/stat : 334 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352200 14318518272 11962 33554432000 4194304 4196468 140734659976368 139628047444656 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48924 KiB

[startup+0.700801 s]
/proc/loadavg: 1.72 1.89 1.85 5/217 334
/proc/meminfo: memFree=31316020/32770624 swapFree=67108860/67108860
[pid=318] ppid=315 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/318/stat : 318 (xcsp3-exec) S 315 318 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95352194 9740288 346 33554432000 4194304 5098028 140735162224864 140735162222968 139709913219708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20115456 140735162233972 140735162234176 140735162234176 140735162236907 0
/proc/318/statm: 2378 346 289 221 0 87 0
[pid=320] ppid=318 vsize=13984976 memory=86888 CPUtime=1.63 cores=1,3,5,7
/proc/320/stat : 320 (java) S 318 318 28385 0 -1 1077944320 16930 0 0 0 158 5 0 0 20 0 15 0 95352194 14320615424 21722 33554432000 4194304 4196468 140734659976368 140734659958912 139629143764727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
/proc/320/statm: 3496244 21722 3205 1 0 3483478 0
[pid=320/tid=321] ppid=318 vsize=13984976 memory=8049867166153220215 CPUtime=0.66 cores=1,3,5,7
/proc/320/task/321/stat : 321 (java) R 318 318 28385 0 -1 4202560 6041 0 0 0 64 2 0 0 20 0 15 0 95352195 14320615424 21722 33554432000 4194304 4196468 140734659976368 139629147995984 139629143776662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=322] ppid=318 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/322/stat : 322 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14320615424 21722 33554432000 4194304 4196468 140734659976368 139629058833552 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=323] ppid=318 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/323/stat : 323 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14320615424 21722 33554432000 4194304 4196468 140734659976368 139629057780752 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=324] ppid=318 vsize=13984976 memory=58452 CPUtime=0 cores=1,3,5,7
/proc/320/task/324/stat : 324 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352196 14320615424 21722 33554432000 4194304 4196468 140734659976368 139629056727952 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=325] ppid=318 vsize=13984976 memory=27376 CPUtime=0 cores=1,3,5,7
/proc/320/task/325/stat : 325 (java) S 318 318 28385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95352196 14320615424 21722 33554432000 4194304 4196468 140734659976368 139629055675152 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=326] ppid=318 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/320/task/326/stat : 326 (java) S 318 318 28385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95352197 14320615424 21722 33554432000 4194304 4196468 140734659976368 139628055865712 139629143775874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=327] ppid=318 vsize=13984976 memory=2416 CPUtime=0 cores=1,3,5,7
/proc/320/task/327/stat : 327 (java) S 318 318 28385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95352197 14320615424 21722 33554432000 4194304 4196468 140734659976368 139628054811680 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=328] ppid=318 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/320/task/328/stat : 328 (java) S 318 318 28385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95352198 14320615424 21722 33554432000 4194304 4196468 140734659976368 139628053758832 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=329] ppid=318 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/320/task/329/stat : 329 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14320615424 21722 33554432000 4194304 4196468 140734659976368 139628052707152 139629143783323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=330] ppid=318 vsize=13984976 memory=1716 CPUtime=0.35 cores=1,3,5,7
/proc/320/task/330/stat : 330 (java) R 318 318 28385 0 -1 4202560 4285 0 0 0 34 1 0 0 20 0 15 0 95352200 14320615424 21722 33554432000 4194304 4196468 140734659976368 139628051635048 139629121781719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=331] ppid=318 vsize=13984976 memory=1948 CPUtime=0.36 cores=1,3,5,7
/proc/320/task/331/stat : 331 (java) R 318 318 28385 0 -1 4202560 4018 0 0 0 35 1 0 0 20 0 15 0 95352200 14320615424 21722 33554432000 4194304 4196468 140734659976368 139628050588808 139629128879955 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=332] ppid=318 vsize=13984976 memory=8560 CPUtime=0.22 cores=1,3,5,7
/proc/320/task/332/stat : 332 (java) R 318 318 28385 0 -1 1077944384 1279 0 0 0 22 0 0 0 20 0 15 0 95352200 14320615424 21722 33554432000 4194304 4196468 140734659976368 139628049549936 139629143775874 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=333] ppid=318 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/320/task/333/stat : 333 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14320615424 21722 33554432000 4194304 4196468 140734659976368 139628048497376 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=334] ppid=318 vsize=13984976 memory=12028 CPUtime=0 cores=1,3,5,7
/proc/320/task/334/stat : 334 (java) S 318 318 28385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95352200 14320615424 21722 33554432000 4194304 4196468 140734659976368 139628047444656 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 88272 KiB

[startup+1.50085 s]
/proc/loadavg: 1.72 1.89 1.85 5/217 334
/proc/meminfo: memFree=31259752/32770624 swapFree=67108860/67108860
[pid=318] ppid=315 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/318/stat : 318 (xcsp3-exec) S 315 318 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95352194 9740288 346 33554432000 4194304 5098028 140735162224864 140735162222968 139709913219708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20115456 140735162233972 140735162234176 140735162234176 140735162236907 0
/proc/318/statm: 2378 346 289 221 0 87 0

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

/proc/318/stat : 318 (xcsp3-exec) S 315 318 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95352194 9740288 346 33554432000 4194304 5098028 140735162224864 140735162222968 139709913219708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20115456 140735162233972 140735162234176 140735162234176 140735162236907 0
/proc/318/statm: 2378 346 289 221 0 87 0
[pid=320] ppid=318 vsize=13984976 memory=192716 CPUtime=65.5 cores=1,3,5,7
/proc/320/stat : 320 (java) S 318 318 28385 0 -1 1077944320 54114 0 0 0 6532 18 0 0 20 0 15 0 95352194 14320615424 48179 33554432000 4194304 4196468 140734659976368 140734659958912 139629143764727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
/proc/320/statm: 3496244 48179 3248 1 0 3483478 0
[pid=320/tid=321] ppid=318 vsize=13984976 memory=2416 CPUtime=61.28 cores=1,3,5,7
/proc/320/task/321/stat : 321 (java) R 318 318 28385 0 -1 4202560 9336 0 0 0 6122 6 0 0 20 0 15 0 95352195 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629148003536 139628735784226 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=322] ppid=318 vsize=13984976 memory=6947385649911455296 CPUtime=0.11 cores=1,3,5,7
/proc/320/task/322/stat : 322 (java) S 318 318 28385 0 -1 1077944384 1235 0 0 0 9 2 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629058833552 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=323] ppid=318 vsize=13984976 memory=53 CPUtime=0.11 cores=1,3,5,7
/proc/320/task/323/stat : 323 (java) S 318 318 28385 0 -1 1077944384 528 0 0 0 10 1 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629057780752 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=324] ppid=318 vsize=13984976 memory=6490 CPUtime=0.12 cores=1,3,5,7
/proc/320/task/324/stat : 324 (java) S 318 318 28385 0 -1 1077944384 819 0 0 0 11 1 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629056727952 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=325] ppid=318 vsize=13984976 memory=1 CPUtime=0.12 cores=1,3,5,7
/proc/320/task/325/stat : 325 (java) S 318 318 28385 0 -1 1077944384 686 0 0 0 10 2 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629055675152 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=326] ppid=318 vsize=13984976 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/320/task/326/stat : 326 (java) S 318 318 28385 0 -1 1077944384 1149 0 0 0 10 0 0 0 20 0 15 0 95352197 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628055865712 139629143775874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=327] ppid=318 vsize=13984976 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/320/task/327/stat : 327 (java) S 318 318 28385 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 95352197 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628054811680 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=328] ppid=318 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/320/task/328/stat : 328 (java) S 318 318 28385 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 95352198 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628053758832 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=329] ppid=318 vsize=13984976 memory=192716 CPUtime=0 cores=1,3,5,7
/proc/320/task/329/stat : 329 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628052707152 139629143783323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=330] ppid=318 vsize=13984976 memory=1156 CPUtime=1.62 cores=1,3,5,7
/proc/320/task/330/stat : 330 (java) S 318 318 28385 0 -1 1077944384 21590 0 0 0 161 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628051655536 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=331] ppid=318 vsize=13984976 memory=2504 CPUtime=1.63 cores=1,3,5,7
/proc/320/task/331/stat : 331 (java) S 318 318 28385 0 -1 1077944384 13548 0 0 0 162 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628050602736 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=332] ppid=318 vsize=13984976 memory=1728 CPUtime=0.3 cores=1,3,5,7
/proc/320/task/332/stat : 332 (java) S 318 318 28385 0 -1 1077944384 3527 0 0 0 30 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628049549936 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=333] ppid=318 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/320/task/333/stat : 333 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628048497376 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=334] ppid=318 vsize=13984976 memory=1716 CPUtime=0.02 cores=1,3,5,7
/proc/320/task/334/stat : 334 (java) S 318 318 28385 0 -1 1077944384 349 0 0 0 1 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628047444656 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
Current children cumulated CPU time: 65.5 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 194100 KiB

[startup+62.4008 s]
/proc/loadavg: 1.59 1.84 1.83 3/217 412
/proc/meminfo: memFree=31218500/32770624 swapFree=67108860/67108860
[pid=318] ppid=315 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/318/stat : 318 (xcsp3-exec) S 315 318 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95352194 9740288 346 33554432000 4194304 5098028 140735162224864 140735162222968 139709913219708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20115456 140735162233972 140735162234176 140735162234176 140735162236907 0
/proc/318/statm: 2378 346 289 221 0 87 0
[pid=320] ppid=318 vsize=13984976 memory=192716 CPUtime=66.3 cores=1,3,5,7
/proc/320/stat : 320 (java) S 318 318 28385 0 -1 1077944320 54123 0 0 0 6612 18 0 0 20 0 15 0 95352194 14320615424 48179 33554432000 4194304 4196468 140734659976368 140734659958912 139629143764727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
/proc/320/statm: 3496244 48179 3248 1 0 3483478 0
[pid=320/tid=321] ppid=318 vsize=13984976 memory=192716 CPUtime=62.08 cores=1,3,5,7
/proc/320/task/321/stat : 321 (java) R 318 318 28385 0 -1 4202560 9339 0 0 0 6202 6 0 0 20 0 15 0 95352195 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629148003536 139629129708824 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=322] ppid=318 vsize=13984976 memory=1228 CPUtime=0.11 cores=1,3,5,7
/proc/320/task/322/stat : 322 (java) S 318 318 28385 0 -1 1077944384 1237 0 0 0 9 2 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629058833552 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=323] ppid=318 vsize=13984976 memory=6947385649911455296 CPUtime=0.11 cores=1,3,5,7
/proc/320/task/323/stat : 323 (java) S 318 318 28385 0 -1 1077944384 529 0 0 0 10 1 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629057780752 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=324] ppid=318 vsize=13984976 memory=1296 CPUtime=0.12 cores=1,3,5,7
/proc/320/task/324/stat : 324 (java) S 318 318 28385 0 -1 1077944384 822 0 0 0 11 1 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629056727952 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=325] ppid=318 vsize=13984976 memory=2416 CPUtime=0.12 cores=1,3,5,7
/proc/320/task/325/stat : 325 (java) S 318 318 28385 0 -1 1077944384 686 0 0 0 10 2 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629055675152 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=326] ppid=318 vsize=13984976 memory=1728 CPUtime=0.1 cores=1,3,5,7
/proc/320/task/326/stat : 326 (java) S 318 318 28385 0 -1 1077944384 1149 0 0 0 10 0 0 0 20 0 15 0 95352197 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628055865712 139629143775874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=327] ppid=318 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/320/task/327/stat : 327 (java) S 318 318 28385 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 95352197 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628054811680 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=328] ppid=318 vsize=13984976 memory=192716 CPUtime=0 cores=1,3,5,7
/proc/320/task/328/stat : 328 (java) S 318 318 28385 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 95352198 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628053758832 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=329] ppid=318 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/320/task/329/stat : 329 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628052707152 139629143783323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=330] ppid=318 vsize=13984976 memory=21 CPUtime=1.62 cores=1,3,5,7
/proc/320/task/330/stat : 330 (java) S 318 318 28385 0 -1 1077944384 21590 0 0 0 161 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628051655536 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=331] ppid=318 vsize=13984976 memory=2832 CPUtime=1.63 cores=1,3,5,7
/proc/320/task/331/stat : 331 (java) S 318 318 28385 0 -1 1077944384 13548 0 0 0 162 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628050602736 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=332] ppid=318 vsize=13984976 memory=1384 CPUtime=0.3 cores=1,3,5,7
/proc/320/task/332/stat : 332 (java) S 318 318 28385 0 -1 1077944384 3527 0 0 0 30 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628049549936 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=333] ppid=318 vsize=13984976 memory=192480 CPUtime=0 cores=1,3,5,7
/proc/320/task/333/stat : 333 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628048497376 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=334] ppid=318 vsize=13984976 memory=1156 CPUtime=0.02 cores=1,3,5,7
/proc/320/task/334/stat : 334 (java) S 318 318 28385 0 -1 1077944384 349 0 0 0 1 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628047444656 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
Current children cumulated CPU time: 66.3 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 194100 KiB

[startup+62.8007 s]
/proc/loadavg: 1.59 1.84 1.83 3/217 412
/proc/meminfo: memFree=31218500/32770624 swapFree=67108860/67108860
[pid=318] ppid=315 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/318/stat : 318 (xcsp3-exec) S 315 318 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95352194 9740288 346 33554432000 4194304 5098028 140735162224864 140735162222968 139709913219708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20115456 140735162233972 140735162234176 140735162234176 140735162236907 0
/proc/318/statm: 2378 346 289 221 0 87 0
[pid=320] ppid=318 vsize=13984976 memory=192716 CPUtime=66.7 cores=1,3,5,7
/proc/320/stat : 320 (java) S 318 318 28385 0 -1 1077944320 54126 0 0 0 6652 18 0 0 20 0 15 0 95352194 14320615424 48179 33554432000 4194304 4196468 140734659976368 140734659958912 139629143764727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
/proc/320/statm: 3496244 48179 3248 1 0 3483478 0
[pid=320/tid=321] ppid=318 vsize=13984976 memory=1204 CPUtime=62.48 cores=1,3,5,7
/proc/320/task/321/stat : 321 (java) R 318 318 28385 0 -1 4202560 9340 0 0 0 6242 6 0 0 20 0 15 0 95352195 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629148003424 139628735786369 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=322] ppid=318 vsize=13984976 memory=15876 CPUtime=0.11 cores=1,3,5,7
/proc/320/task/322/stat : 322 (java) S 318 318 28385 0 -1 1077944384 1237 0 0 0 9 2 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629058833552 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=323] ppid=318 vsize=13984976 memory=5668 CPUtime=0.11 cores=1,3,5,7
/proc/320/task/323/stat : 323 (java) S 318 318 28385 0 -1 1077944384 529 0 0 0 10 1 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629057780752 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=324] ppid=318 vsize=13984976 memory=1008 CPUtime=0.12 cores=1,3,5,7
/proc/320/task/324/stat : 324 (java) S 318 318 28385 0 -1 1077944384 823 0 0 0 11 1 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629056727952 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=325] ppid=318 vsize=13984976 memory=4612 CPUtime=0.12 cores=1,3,5,7
/proc/320/task/325/stat : 325 (java) S 318 318 28385 0 -1 1077944384 687 0 0 0 10 2 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629055675152 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=326] ppid=318 vsize=13984976 memory=1428 CPUtime=0.1 cores=1,3,5,7
/proc/320/task/326/stat : 326 (java) S 318 318 28385 0 -1 1077944384 1149 0 0 0 10 0 0 0 20 0 15 0 95352197 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628055865712 139629143775874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=327] ppid=318 vsize=13984976 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/320/task/327/stat : 327 (java) S 318 318 28385 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 95352197 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628054811680 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=328] ppid=318 vsize=13984976 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/320/task/328/stat : 328 (java) S 318 318 28385 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 95352198 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628053758832 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=329] ppid=318 vsize=13984976 memory=17668 CPUtime=0 cores=1,3,5,7
/proc/320/task/329/stat : 329 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628052707152 139629143783323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=330] ppid=318 vsize=13984976 memory=6947385649911455296 CPUtime=1.62 cores=1,3,5,7
/proc/320/task/330/stat : 330 (java) S 318 318 28385 0 -1 1077944384 21590 0 0 0 161 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628051655536 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=331] ppid=318 vsize=13984976 memory=4048 CPUtime=1.63 cores=1,3,5,7
/proc/320/task/331/stat : 331 (java) S 318 318 28385 0 -1 1077944384 13548 0 0 0 162 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628050602736 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=332] ppid=318 vsize=13984976 memory=18488 CPUtime=0.3 cores=1,3,5,7
/proc/320/task/332/stat : 332 (java) S 318 318 28385 0 -1 1077944384 3527 0 0 0 30 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628049549936 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=333] ppid=318 vsize=13984976 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/320/task/333/stat : 333 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628048497376 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=334] ppid=318 vsize=13984976 memory=1236 CPUtime=0.02 cores=1,3,5,7
/proc/320/task/334/stat : 334 (java) S 318 318 28385 0 -1 1077944384 349 0 0 0 1 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628047444656 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
Current children cumulated CPU time: 66.7 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 194100 KiB

[startup+62.9008 s]
/proc/loadavg: 1.59 1.84 1.83 3/217 412
/proc/meminfo: memFree=31218500/32770624 swapFree=67108860/67108860
[pid=318] ppid=315 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/318/stat : 318 (xcsp3-exec) S 315 318 28385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 95352194 9740288 346 33554432000 4194304 5098028 140735162224864 140735162222968 139709913219708 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20115456 140735162233972 140735162234176 140735162234176 140735162236907 0
/proc/318/statm: 2378 346 289 221 0 87 0
[pid=320] ppid=318 vsize=13984976 memory=192716 CPUtime=66.8 cores=1,3,5,7
/proc/320/stat : 320 (java) S 318 318 28385 0 -1 1077944320 54126 0 0 0 6662 18 0 0 20 0 15 0 95352194 14320615424 48179 33554432000 4194304 4196468 140734659976368 140734659958912 139629143764727 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
/proc/320/statm: 3496244 48179 3248 1 0 3483478 0
[pid=320/tid=321] ppid=318 vsize=13984976 memory=192716 CPUtime=62.58 cores=1,3,5,7
/proc/320/task/321/stat : 321 (java) R 318 318 28385 0 -1 4202560 9340 0 0 0 6252 6 0 0 20 0 15 0 95352195 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629148003424 139628735786945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=322] ppid=318 vsize=13984976 memory=1384 CPUtime=0.11 cores=1,3,5,7
/proc/320/task/322/stat : 322 (java) S 318 318 28385 0 -1 1077944384 1237 0 0 0 9 2 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629058833552 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=323] ppid=318 vsize=13984976 memory=1384 CPUtime=0.11 cores=1,3,5,7
/proc/320/task/323/stat : 323 (java) S 318 318 28385 0 -1 1077944384 529 0 0 0 10 1 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629057780752 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=324] ppid=318 vsize=13984976 memory=192716 CPUtime=0.12 cores=1,3,5,7
/proc/320/task/324/stat : 324 (java) S 318 318 28385 0 -1 1077944384 823 0 0 0 11 1 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629056727952 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=325] ppid=318 vsize=13984976 memory=192480 CPUtime=0.12 cores=1,3,5,7
/proc/320/task/325/stat : 325 (java) S 318 318 28385 0 -1 1077944384 687 0 0 0 10 2 0 0 20 0 15 0 95352196 14320615424 48179 33554432000 4194304 4196468 140734659976368 139629055675152 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=326] ppid=318 vsize=13984976 memory=192716 CPUtime=0.1 cores=1,3,5,7
/proc/320/task/326/stat : 326 (java) S 318 318 28385 0 -1 1077944384 1149 0 0 0 10 0 0 0 20 0 15 0 95352197 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628055865712 139629143775874 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=327] ppid=318 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/320/task/327/stat : 327 (java) S 318 318 28385 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 95352197 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628054811680 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=328] ppid=318 vsize=13984976 memory=192716 CPUtime=0 cores=1,3,5,7
/proc/320/task/328/stat : 328 (java) S 318 318 28385 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 95352198 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628053758832 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=329] ppid=318 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/320/task/329/stat : 329 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628052707152 139629143783323 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=330] ppid=318 vsize=13984976 memory=2496 CPUtime=1.62 cores=1,3,5,7
/proc/320/task/330/stat : 330 (java) S 318 318 28385 0 -1 1077944384 21590 0 0 0 161 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628051655536 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=331] ppid=318 vsize=13984976 memory=1156 CPUtime=1.63 cores=1,3,5,7
/proc/320/task/331/stat : 331 (java) S 318 318 28385 0 -1 1077944384 13548 0 0 0 162 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628050602736 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=332] ppid=318 vsize=13984976 memory=2796 CPUtime=0.3 cores=1,3,5,7
/proc/320/task/332/stat : 332 (java) S 318 318 28385 0 -1 1077944384 3527 0 0 0 30 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628049549936 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=333] ppid=318 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/320/task/333/stat : 333 (java) S 318 318 28385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628048497376 139629143774933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
[pid=320/tid=334] ppid=318 vsize=13984976 memory=193368 CPUtime=0.02 cores=1,3,5,7
/proc/320/task/334/stat : 334 (java) S 318 318 28385 0 -1 1077944384 349 0 0 0 1 1 0 0 20 0 15 0 95352200 14320615424 48179 33554432000 4194304 4196468 140734659976368 139628047444656 139629143775874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 37183488 140734659982493 140734659982668 140734659982668 140734659985359 0
Current children cumulated CPU time: 66.8 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 194100 KiB

Child status: 0
Real time (s): 62.9886
CPU time (s): 66.9022
CPU user time (s): 66.7087
CPU system time (s): 0.193489
CPU usage (%): 106.213
Max. virtual memory (cumulated for all children) (KiB): 13998848
Max. memory (cumulated for all children) (KiB): 228748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.7087
system time used= 0.193489
maximum resident set size= 229416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5775
involuntary context switches= 140


# summary of solver processes directly reported to runsolver:
#   pid: 318
#   total CPU time (s): 66.9022
#   total CPU user time (s): 66.7087
#   total CPU system time (s): 0.193489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.388718 second user time and 0.667505 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-13 12:56:26
IDJOB=4270117
IDBENCH=133519
IDSOLVER=2661
FILE ID=node106/4270117-1502622644
RUNJOBID= node106-1502620090-31366
PBS_JOBID= 20628302
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-16.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-4270117-1502622644/watcher-4270117-1502622644 -o /tmp/evaluation-result-4270117-1502622644/solver-4270117-1502622644 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node106-1502620090-31366 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1001189682 HOME/instance-4270117-1502622644.xml

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

MD5SUM BENCH= b96279f92050ffb29891facc982b592e
RANDOM SEED=1001189682

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:        31361992 kB
MemAvailable:   31770872 kB
Buffers:           98976 kB
Cached:           597316 kB
SwapCached:            0 kB
Active:           606860 kB
Inactive:         365676 kB
Active(anon):     231424 kB
Inactive(anon):    72092 kB
Active(file):     375436 kB
Inactive(file):   293584 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7980 kB
Writeback:             0 kB
AnonPages:        284020 kB
Mapped:            55456 kB
Shmem:             25228 kB
Slab:             137148 kB
SReclaimable:     111392 kB
SUnreclaim:        25756 kB
KernelStack:        3616 kB
PageTables:         6188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1269752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 61756 MiB
End job on node106 at 2017-08-13 12:57:29