Trace number 4283345

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)OPT887 1113.61 1083.99

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-08.xml
MD5SUMa0dd3b11b1f6edde9967a93afac168fd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark887
Best CPU time to get the best result obtained on this benchmark3.7602501
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-4283345-1503216188.xml"  -tl '2520s' -p 1 -x 3
0.11/0.14	c [HOME/instance-4283345-1503216188.xml, -tl, 2520s, -p, 1, -x, 3]
0.11/0.19	c simple solver
0.33/0.26	c parse instance...
0.49/0.40	c solve instance...
0.73/0.42	o 510 
0.73/0.43	o 534 
0.73/0.44	o 544 
0.73/0.44	o 566 
0.73/0.44	o 583 
0.73/0.45	o 597 
0.73/0.45	o 622 
0.73/0.46	o 639 
0.73/0.47	o 649 
1.65/0.79	o 680 
1.98/0.80	o 717 
1.98/0.81	o 758 
1.98/0.85	o 774 
1.98/0.87	o 776 
2.30/0.90	o 782 
2.64/1.01	o 810 
13.22/5.92	o 829 
16.61/8.99	o 840 
79.96/71.01	o 841 
107.65/98.14	o 856 
139.04/128.96	o 857 
139.04/128.96	o 864 
141.18/131.08	o 869 
142.30/132.13	o 872 
142.30/132.13	o 886 
744.59/722.37	o 887 
1113.50/1083.98	s OPTIMUM FOUND
1113.50/1083.98	v <instantiation>
1113.50/1083.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>
1113.50/1083.98	v 	<values>1 0 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 </values>
1113.50/1083.98	v </instantiation>

Verifier Data

OK	887

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283345-1503216188/watcher-4283345-1503216188 -o /tmp/evaluation-result-4283345-1503216188/solver-4283345-1503216188 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503215303-11068 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1506486391 HOME/instance-4283345-1503216188.xml 

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

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

solver pid=11190, runsolver pid=11187

[startup+0.100131 s]*
/proc/loadavg: 1.88 1.97 1.95 3/218 11206
/proc/meminfo: memFree=22415724/32770624 swapFree=67108860/67108860
[pid=11190] ppid=11187 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11190/stat : 11190 (xcsp3-exec) S 11187 11190 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154699767 9740288 346 33554432000 4194304 5098028 140721680795728 140721680793832 139729425433212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40611840 140721680798830 140721680799035 140721680799035 140721680801771 0
/proc/11190/statm: 2378 346 289 221 0 87 0
[pid=11192] ppid=11190 vsize=13978596 memory=28840 CPUtime=0.11 cores=0,2,4,6
/proc/11192/stat : 11192 (java) S 11190 11190 5085 0 -1 1077944320 5108 0 0 0 11 0 0 0 20 0 15 0 154699767 14314082304 7210 33554432000 4194304 4196468 140721460007040 140721459989584 140618731798263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
/proc/11192/statm: 3494649 7210 2862 1 0 3482966 0
[pid=11192/tid=11193] ppid=11190 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/11192/task/11193/stat : 11193 (java) R 11190 11190 5085 0 -1 4202560 3071 0 0 0 9 0 0 0 20 0 15 0 154699767 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618736030368 140618319823561 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11194] ppid=11190 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11194/stat : 11194 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618646867088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11195] ppid=11190 vsize=13978596 memory=140141703538304 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11195/stat : 11195 (java) S 11190 11190 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154699768 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618645814288 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11196] ppid=11190 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11196/stat : 11196 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618644761488 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11197] ppid=11190 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11197/stat : 11197 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618643708688 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11198] ppid=11190 vsize=13978596 memory=140141703538304 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11198/stat : 11198 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699769 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618070731120 140618731809410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11199] ppid=11190 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11199/stat : 11199 (java) S 11190 11190 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154699770 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618069677088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11200] ppid=11190 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11200/stat : 11200 (java) S 11190 11190 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154699770 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618068624240 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11201] ppid=11190 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11201/stat : 11201 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699772 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618067572560 140618731816859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11202] ppid=11190 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11202/stat : 11202 (java) S 11190 11190 5085 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 154699772 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618066520944 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11203] ppid=11190 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11203/stat : 11203 (java) S 11190 11190 5085 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 154699772 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618065468144 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11204] ppid=11190 vsize=13978596 memory=140141703538304 CPUtime=0.01 cores=0,2,4,6
/proc/11192/task/11204/stat : 11204 (java) R 11190 11190 5085 0 -1 4202560 337 0 0 0 1 0 0 0 20 0 15 0 154699772 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618064415344 140618710765160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11205] ppid=11190 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11205/stat : 11205 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699773 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618063362784 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11206] ppid=11190 vsize=13978596 memory=140141703538304 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11206/stat : 11206 (java) S 11190 11190 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154699773 14314082304 7276 33554432000 4194304 4196468 140721460007040 140618062310064 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 30224 KiB

[startup+0.210751 s]*
/proc/loadavg: 1.88 1.97 1.95 4/218 11206
/proc/meminfo: memFree=22406332/32770624 swapFree=67108860/67108860
[pid=11190] ppid=11187 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11190/stat : 11190 (xcsp3-exec) S 11187 11190 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154699767 9740288 346 33554432000 4194304 5098028 140721680795728 140721680793832 139729425433212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40611840 140721680798830 140721680799035 140721680799035 140721680801771 0
/proc/11190/statm: 2378 346 289 221 0 87 0
[pid=11192] ppid=11190 vsize=13982852 memory=40288 CPUtime=0.33 cores=0,2,4,6
/proc/11192/stat : 11192 (java) S 11190 11190 5085 0 -1 1077944320 7692 0 0 0 31 2 0 0 20 0 15 0 154699767 14318440448 10072 33554432000 4194304 4196468 140721460007040 140721459989584 140618731798263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
/proc/11192/statm: 3495713 10072 3070 1 0 3482966 0
[pid=11192/tid=11193] ppid=11190 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/11192/task/11193/stat : 11193 (java) R 11190 11190 5085 0 -1 4202560 4915 0 0 0 18 1 0 0 20 0 15 0 154699767 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618736009168 140618715878750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11194] ppid=11190 vsize=13982852 memory=9010 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11194/stat : 11194 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618646867088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11195] ppid=11190 vsize=13982852 memory=288370517855250048 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11195/stat : 11195 (java) S 11190 11190 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154699768 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618645814288 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11196] ppid=11190 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11196/stat : 11196 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618644761488 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11197] ppid=11190 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11197/stat : 11197 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618643708688 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11198] ppid=11190 vsize=13982852 memory=140141703538304 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11198/stat : 11198 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699769 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618070731120 140618731809410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11199] ppid=11190 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11199/stat : 11199 (java) S 11190 11190 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154699770 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618069677088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11200] ppid=11190 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11200/stat : 11200 (java) S 11190 11190 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154699770 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618068624240 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11201] ppid=11190 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11201/stat : 11201 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699772 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618067572560 140618731816859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11202] ppid=11190 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11192/task/11202/stat : 11202 (java) S 11190 11190 5085 0 -1 1077944384 402 0 0 0 2 0 0 0 20 0 15 0 154699772 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618066520944 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11203] ppid=11190 vsize=13982852 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11192/task/11203/stat : 11203 (java) S 11190 11190 5085 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 154699772 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618065468144 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11204] ppid=11190 vsize=13982852 memory=140141703538304 CPUtime=0.08 cores=0,2,4,6
/proc/11192/task/11204/stat : 11204 (java) R 11190 11190 5085 0 -1 4202560 707 0 0 0 8 0 0 0 20 0 15 0 154699772 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618064415344 140618731810198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11205] ppid=11190 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11205/stat : 11205 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699773 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618063362784 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11206] ppid=11190 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11206/stat : 11206 (java) S 11190 11190 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154699773 14318440448 10072 33554432000 4194304 4196468 140721460007040 140618062310064 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41672 KiB

[startup+0.310692 s]*
/proc/loadavg: 1.88 1.97 1.95 3/218 11206
/proc/meminfo: memFree=22399756/32770624 swapFree=67108860/67108860
[pid=11190] ppid=11187 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11190/stat : 11190 (xcsp3-exec) S 11187 11190 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154699767 9740288 346 33554432000 4194304 5098028 140721680795728 140721680793832 139729425433212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40611840 140721680798830 140721680799035 140721680799035 140721680801771 0
/proc/11190/statm: 2378 346 289 221 0 87 0
[pid=11192] ppid=11190 vsize=13982928 memory=47520 CPUtime=0.49 cores=0,2,4,6
/proc/11192/stat : 11192 (java) S 11190 11190 5085 0 -1 1077944320 8558 0 0 0 47 2 0 0 20 0 15 0 154699767 14318518272 11880 33554432000 4194304 4196468 140721460007040 140721459989584 140618731798263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
/proc/11192/statm: 3495732 11880 3126 1 0 3482966 0
[pid=11192/tid=11193] ppid=11190 vsize=13982928 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/11192/task/11193/stat : 11193 (java) R 11190 11190 5085 0 -1 4202560 5617 0 0 0 28 2 0 0 20 0 15 0 154699767 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618736033456 140618715878750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11194] ppid=11190 vsize=13982928 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11194/stat : 11194 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618646867088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11195] ppid=11190 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11195/stat : 11195 (java) S 11190 11190 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154699768 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618645814288 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11196] ppid=11190 vsize=13982928 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11196/stat : 11196 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618644761488 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11197] ppid=11190 vsize=13982928 memory=7307460116655545206 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11197/stat : 11197 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618643708688 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11198] ppid=11190 vsize=13982928 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11198/stat : 11198 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699769 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618070731120 140618731809410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11199] ppid=11190 vsize=13982928 memory=-7522837583045875833 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11199/stat : 11199 (java) S 11190 11190 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154699770 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618069677088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11200] ppid=11190 vsize=13982928 memory=-6519613052471072158 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11200/stat : 11200 (java) S 11190 11190 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154699770 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618068624240 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11201] ppid=11190 vsize=13982928 memory=-8187100386482147110 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11201/stat : 11201 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699772 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618067572560 140618731816859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11202] ppid=11190 vsize=13982928 memory=4713750055892520310 CPUtime=0.03 cores=0,2,4,6
/proc/11192/task/11202/stat : 11202 (java) S 11190 11190 5085 0 -1 1077944384 419 0 0 0 3 0 0 0 20 0 15 0 154699772 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618066520944 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11203] ppid=11190 vsize=13982928 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/11192/task/11203/stat : 11203 (java) S 11190 11190 5085 0 -1 1077944384 431 0 0 0 3 0 0 0 20 0 15 0 154699772 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618065468144 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11204] ppid=11190 vsize=13982928 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/11192/task/11204/stat : 11204 (java) S 11190 11190 5085 0 -1 1077944384 788 0 0 0 12 0 0 0 20 0 15 0 154699772 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618064415344 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11205] ppid=11190 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11205/stat : 11205 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699773 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618063362784 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11206] ppid=11190 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11206/stat : 11206 (java) S 11190 11190 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154699773 14318518272 11880 33554432000 4194304 4196468 140721460007040 140618062310064 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48904 KiB

[startup+0.702652 s]
/proc/loadavg: 1.88 1.97 1.95 6/218 11206
/proc/meminfo: memFree=22386296/32770624 swapFree=67108860/67108860
[pid=11190] ppid=11187 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11190/stat : 11190 (xcsp3-exec) S 11187 11190 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154699767 9740288 346 33554432000 4194304 5098028 140721680795728 140721680793832 139729425433212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40611840 140721680798830 140721680799035 140721680799035 140721680801771 0
/proc/11190/statm: 2378 346 289 221 0 87 0
[pid=11192] ppid=11190 vsize=13984976 memory=79936 CPUtime=1.65 cores=0,2,4,6
/proc/11192/stat : 11192 (java) S 11190 11190 5085 0 -1 1077944320 13155 0 0 0 162 3 0 0 20 0 15 0 154699767 14320615424 19984 33554432000 4194304 4196468 140721460007040 140721459989584 140618731798263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
/proc/11192/statm: 3496244 19984 3202 1 0 3483478 0
[pid=11192/tid=11193] ppid=11190 vsize=13984976 memory=3472328296227679313 CPUtime=0.67 cores=0,2,4,6
/proc/11192/task/11193/stat : 11193 (java) R 11190 11190 5085 0 -1 4202560 6109 0 0 0 65 2 0 0 20 0 15 0 154699767 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618736032064 140618322327138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11194] ppid=11190 vsize=13984976 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11194/stat : 11194 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618646867088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11195] ppid=11190 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11195/stat : 11195 (java) S 11190 11190 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154699768 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618645814288 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11196] ppid=11190 vsize=13984976 memory=43116 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11196/stat : 11196 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618644761488 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11197] ppid=11190 vsize=13984976 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11197/stat : 11197 (java) S 11190 11190 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154699768 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618643708688 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11198] ppid=11190 vsize=13984976 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11198/stat : 11198 (java) S 11190 11190 5085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154699769 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618070731120 140618731809410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11199] ppid=11190 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11199/stat : 11199 (java) S 11190 11190 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154699770 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618069677088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11200] ppid=11190 vsize=13984976 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11200/stat : 11200 (java) S 11190 11190 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154699770 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618068624240 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11201] ppid=11190 vsize=13984976 memory=11112 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11201/stat : 11201 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699772 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618067572560 140618731816859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11202] ppid=11190 vsize=13984976 memory=5776 CPUtime=0.34 cores=0,2,4,6
/proc/11192/task/11202/stat : 11202 (java) R 11190 11190 5085 0 -1 4202560 1829 0 0 0 34 0 0 0 20 0 15 0 154699772 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618066508304 140618716720066 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11203] ppid=11190 vsize=13984976 memory=4616 CPUtime=0.3 cores=0,2,4,6
/proc/11192/task/11203/stat : 11203 (java) R 11190 11190 5085 0 -1 4202560 1916 0 0 0 30 0 0 0 20 0 15 0 154699772 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618065459600 140618712499927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11204] ppid=11190 vsize=13984976 memory=792 CPUtime=0.31 cores=0,2,4,6
/proc/11192/task/11204/stat : 11204 (java) S 11190 11190 5085 0 -1 1077944384 1998 0 0 0 31 0 0 0 20 0 15 0 154699772 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618064415344 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11205] ppid=11190 vsize=13984976 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11205/stat : 11205 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699773 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618063362784 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11206] ppid=11190 vsize=13984976 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11206/stat : 11206 (java) S 11190 11190 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154699773 14320615424 19984 33554432000 4194304 4196468 140721460007040 140618062310064 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 81320 KiB

[startup+1.50083 s]
/proc/loadavg: 1.88 1.97 1.95 5/218 11206
/proc/meminfo: memFree=22337852/32770624 swapFree=67108860/67108860
[pid=11190] ppid=11187 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11190/stat : 11190 (xcsp3-exec) S 11187 11190 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154699767 9740288 346 33554432000 4194304 5098028 140721680795728 140721680793832 139729425433212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40611840 140721680798830 140721680799035 140721680799035 140721680801771 0
/proc/11190/statm: 2378 346 289 221 0 87 0

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

/proc/11190/stat : 11190 (xcsp3-exec) S 11187 11190 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154699767 9740288 346 33554432000 4194304 5098028 140721680795728 140721680793832 139729425433212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40611840 140721680798830 140721680799035 140721680799035 140721680801771 0
/proc/11190/statm: 2378 346 289 221 0 87 0
[pid=11192] ppid=11190 vsize=13984976 memory=352244 CPUtime=1112.79 cores=0,2,4,6
/proc/11192/stat : 11192 (java) S 11190 11190 5085 0 -1 1077944320 168142 0 0 0 111131 148 0 0 20 0 15 0 154699767 14320615424 88061 33554432000 4194304 4196468 140721460007040 140721459989584 140618731798263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
/proc/11192/statm: 3496244 88061 3280 1 0 3483478 0
[pid=11192/tid=11193] ppid=11190 vsize=13984976 memory=1936 CPUtime=1073.71 cores=0,2,4,6
/proc/11192/task/11193/stat : 11193 (java) R 11190 11190 5085 0 -1 4202560 31963 0 0 0 107359 12 0 0 20 0 15 0 154699767 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618736037680 140618324600501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11194] ppid=11190 vsize=13984976 memory=1224 CPUtime=7.06 cores=0,2,4,6
/proc/11192/task/11194/stat : 11194 (java) S 11190 11190 5085 0 -1 1077944384 8919 0 0 0 682 24 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618646867088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11195] ppid=11190 vsize=13984976 memory=1384 CPUtime=7.04 cores=0,2,4,6
/proc/11192/task/11195/stat : 11195 (java) S 11190 11190 5085 0 -1 1077944384 6476 0 0 0 680 24 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618645814288 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11196] ppid=11190 vsize=13984976 memory=355320 CPUtime=7.05 cores=0,2,4,6
/proc/11192/task/11196/stat : 11196 (java) S 11190 11190 5085 0 -1 1077944384 8637 0 0 0 682 23 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618644761488 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11197] ppid=11190 vsize=13984976 memory=355320 CPUtime=7.04 cores=0,2,4,6
/proc/11192/task/11197/stat : 11197 (java) S 11190 11190 5085 0 -1 1077944384 8371 0 0 0 684 20 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618643708688 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11198] ppid=11190 vsize=13984976 memory=1200 CPUtime=1.37 cores=0,2,4,6
/proc/11192/task/11198/stat : 11198 (java) S 11190 11190 5085 0 -1 1077944384 17970 0 0 0 121 16 0 0 20 0 15 0 154699769 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618070731120 140618731809410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11199] ppid=11190 vsize=13984976 memory=7540 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11199/stat : 11199 (java) S 11190 11190 5085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154699770 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618069677088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11200] ppid=11190 vsize=13984976 memory=840 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11200/stat : 11200 (java) S 11190 11190 5085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154699770 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618068624240 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11201] ppid=11190 vsize=13984976 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11201/stat : 11201 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618067572560 140618731816859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11202] ppid=11190 vsize=13984976 memory=6791534058613427641 CPUtime=4.09 cores=0,2,4,6
/proc/11192/task/11202/stat : 11202 (java) S 11190 11190 5085 0 -1 1077944384 36048 0 0 0 405 4 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618066520944 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11203] ppid=11190 vsize=13984976 memory=295228 CPUtime=4.23 cores=0,2,4,6
/proc/11192/task/11203/stat : 11203 (java) S 11190 11190 5085 0 -1 1077944384 35862 0 0 0 419 4 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618065468144 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11204] ppid=11190 vsize=13984976 memory=1156 CPUtime=0.63 cores=0,2,4,6
/proc/11192/task/11204/stat : 11204 (java) S 11190 11190 5085 0 -1 1077944384 11751 0 0 0 61 2 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618064415344 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11205] ppid=11190 vsize=13984976 memory=3240 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11205/stat : 11205 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699773 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618063362784 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11206] ppid=11190 vsize=13984976 memory=1296 CPUtime=0.49 cores=0,2,4,6
/proc/11192/task/11206/stat : 11206 (java) S 11190 11190 5085 0 -1 1077944384 802 0 0 0 24 25 0 0 20 0 15 0 154699773 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618062310064 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
Current children cumulated CPU time: 1112.79 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 353628 KiB

[startup+1083.6 s]
/proc/loadavg: 1.16 1.30 1.53 3/217 11264
/proc/meminfo: memFree=21999156/32770624 swapFree=67108860/67108860
[pid=11190] ppid=11187 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11190/stat : 11190 (xcsp3-exec) S 11187 11190 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154699767 9740288 346 33554432000 4194304 5098028 140721680795728 140721680793832 139729425433212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40611840 140721680798830 140721680799035 140721680799035 140721680801771 0
/proc/11190/statm: 2378 346 289 221 0 87 0
[pid=11192] ppid=11190 vsize=13984976 memory=352244 CPUtime=1113.19 cores=0,2,4,6
/proc/11192/stat : 11192 (java) S 11190 11190 5085 0 -1 1077944320 168142 0 0 0 111171 148 0 0 20 0 15 0 154699767 14320615424 88061 33554432000 4194304 4196468 140721460007040 140721459989584 140618731798263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
/proc/11192/statm: 3496244 88061 3280 1 0 3483478 0
[pid=11192/tid=11193] ppid=11190 vsize=13984976 memory=636 CPUtime=1074.11 cores=0,2,4,6
/proc/11192/task/11193/stat : 11193 (java) R 11190 11190 5085 0 -1 4202560 31963 0 0 0 107399 12 0 0 20 0 15 0 154699767 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618736037680 140618323621274 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11194] ppid=11190 vsize=13984976 memory=960 CPUtime=7.06 cores=0,2,4,6
/proc/11192/task/11194/stat : 11194 (java) S 11190 11190 5085 0 -1 1077944384 8919 0 0 0 682 24 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618646867088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11195] ppid=11190 vsize=13984976 memory=1232 CPUtime=7.04 cores=0,2,4,6
/proc/11192/task/11195/stat : 11195 (java) S 11190 11190 5085 0 -1 1077944384 6476 0 0 0 680 24 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618645814288 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11196] ppid=11190 vsize=13984976 memory=6791534058613427641 CPUtime=7.05 cores=0,2,4,6
/proc/11192/task/11196/stat : 11196 (java) S 11190 11190 5085 0 -1 1077944384 8637 0 0 0 682 23 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618644761488 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11197] ppid=11190 vsize=13984976 memory=1580 CPUtime=7.04 cores=0,2,4,6
/proc/11192/task/11197/stat : 11197 (java) S 11190 11190 5085 0 -1 1077944384 8371 0 0 0 684 20 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618643708688 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11198] ppid=11190 vsize=13984976 memory=928 CPUtime=1.37 cores=0,2,4,6
/proc/11192/task/11198/stat : 11198 (java) S 11190 11190 5085 0 -1 1077944384 17970 0 0 0 121 16 0 0 20 0 15 0 154699769 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618070731120 140618731809410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11199] ppid=11190 vsize=13984976 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11199/stat : 11199 (java) S 11190 11190 5085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154699770 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618069677088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11200] ppid=11190 vsize=13984976 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11200/stat : 11200 (java) S 11190 11190 5085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154699770 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618068624240 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11201] ppid=11190 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11201/stat : 11201 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618067572560 140618731816859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11202] ppid=11190 vsize=13984976 memory=1384 CPUtime=4.09 cores=0,2,4,6
/proc/11192/task/11202/stat : 11202 (java) S 11190 11190 5085 0 -1 1077944384 36048 0 0 0 405 4 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618066520944 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11203] ppid=11190 vsize=13984976 memory=352244 CPUtime=4.23 cores=0,2,4,6
/proc/11192/task/11203/stat : 11203 (java) S 11190 11190 5085 0 -1 1077944384 35862 0 0 0 419 4 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618065468144 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11204] ppid=11190 vsize=13984976 memory=636 CPUtime=0.63 cores=0,2,4,6
/proc/11192/task/11204/stat : 11204 (java) S 11190 11190 5085 0 -1 1077944384 11751 0 0 0 61 2 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618064415344 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11205] ppid=11190 vsize=13984976 memory=960 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11205/stat : 11205 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699773 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618063362784 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11206] ppid=11190 vsize=13984976 memory=1232 CPUtime=0.49 cores=0,2,4,6
/proc/11192/task/11206/stat : 11206 (java) S 11190 11190 5085 0 -1 1077944384 802 0 0 0 24 25 0 0 20 0 15 0 154699773 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618062310064 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
Current children cumulated CPU time: 1113.19 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 353628 KiB

[startup+1083.8 s]
/proc/loadavg: 1.16 1.30 1.53 3/217 11264
/proc/meminfo: memFree=21999156/32770624 swapFree=67108860/67108860
[pid=11190] ppid=11187 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11190/stat : 11190 (xcsp3-exec) S 11187 11190 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154699767 9740288 346 33554432000 4194304 5098028 140721680795728 140721680793832 139729425433212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40611840 140721680798830 140721680799035 140721680799035 140721680801771 0
/proc/11190/statm: 2378 346 289 221 0 87 0
[pid=11192] ppid=11190 vsize=13984976 memory=352244 CPUtime=1113.4 cores=0,2,4,6
/proc/11192/stat : 11192 (java) S 11190 11190 5085 0 -1 1077944320 168143 0 0 0 111192 148 0 0 20 0 15 0 154699767 14320615424 88061 33554432000 4194304 4196468 140721460007040 140721459989584 140618731798263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
/proc/11192/statm: 3496244 88061 3280 1 0 3483478 0
[pid=11192/tid=11193] ppid=11190 vsize=13984976 memory=43160 CPUtime=1074.31 cores=0,2,4,6
/proc/11192/task/11193/stat : 11193 (java) R 11190 11190 5085 0 -1 4202560 31964 0 0 0 107419 12 0 0 20 0 15 0 154699767 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618736037520 140618323232377 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11194] ppid=11190 vsize=13984976 memory=1296 CPUtime=7.06 cores=0,2,4,6
/proc/11192/task/11194/stat : 11194 (java) S 11190 11190 5085 0 -1 1077944384 8919 0 0 0 682 24 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618646867088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11195] ppid=11190 vsize=13984976 memory=2396 CPUtime=7.04 cores=0,2,4,6
/proc/11192/task/11195/stat : 11195 (java) S 11190 11190 5085 0 -1 1077944384 6476 0 0 0 680 24 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618645814288 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11196] ppid=11190 vsize=13984976 memory=1728 CPUtime=7.06 cores=0,2,4,6
/proc/11192/task/11196/stat : 11196 (java) S 11190 11190 5085 0 -1 1077944384 8637 0 0 0 683 23 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618644761488 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11197] ppid=11190 vsize=13984976 memory=1004 CPUtime=7.04 cores=0,2,4,6
/proc/11192/task/11197/stat : 11197 (java) S 11190 11190 5085 0 -1 1077944384 8371 0 0 0 684 20 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618643708688 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11198] ppid=11190 vsize=13984976 memory=11112 CPUtime=1.37 cores=0,2,4,6
/proc/11192/task/11198/stat : 11198 (java) S 11190 11190 5085 0 -1 1077944384 17970 0 0 0 121 16 0 0 20 0 15 0 154699769 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618070731120 140618731809410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11199] ppid=11190 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11199/stat : 11199 (java) S 11190 11190 5085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154699770 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618069677088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11200] ppid=11190 vsize=13984976 memory=24860 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11200/stat : 11200 (java) S 11190 11190 5085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154699770 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618068624240 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11201] ppid=11190 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11201/stat : 11201 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618067572560 140618731816859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11202] ppid=11190 vsize=13984976 memory=0 CPUtime=4.09 cores=0,2,4,6
/proc/11192/task/11202/stat : 11202 (java) S 11190 11190 5085 0 -1 1077944384 36048 0 0 0 405 4 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618066520944 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11203] ppid=11190 vsize=13984976 memory=0 CPUtime=4.23 cores=0,2,4,6
/proc/11192/task/11203/stat : 11203 (java) S 11190 11190 5085 0 -1 1077944384 35862 0 0 0 419 4 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618065468144 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11204] ppid=11190 vsize=13984976 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/11192/task/11204/stat : 11204 (java) S 11190 11190 5085 0 -1 1077944384 11751 0 0 0 61 2 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618064415344 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11205] ppid=11190 vsize=13984976 memory=280283123512768 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11205/stat : 11205 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699773 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618063362784 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11206] ppid=11190 vsize=13984976 memory=2464 CPUtime=0.49 cores=0,2,4,6
/proc/11192/task/11206/stat : 11206 (java) S 11190 11190 5085 0 -1 1077944384 802 0 0 0 24 25 0 0 20 0 15 0 154699773 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618062310064 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
Current children cumulated CPU time: 1113.4 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 353628 KiB

[startup+1083.9 s]
/proc/loadavg: 1.16 1.30 1.53 3/217 11264
/proc/meminfo: memFree=21999156/32770624 swapFree=67108860/67108860
[pid=11190] ppid=11187 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11190/stat : 11190 (xcsp3-exec) S 11187 11190 5085 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 154699767 9740288 346 33554432000 4194304 5098028 140721680795728 140721680793832 139729425433212 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40611840 140721680798830 140721680799035 140721680799035 140721680801771 0
/proc/11190/statm: 2378 346 289 221 0 87 0
[pid=11192] ppid=11190 vsize=13984976 memory=352244 CPUtime=1113.5 cores=0,2,4,6
/proc/11192/stat : 11192 (java) S 11190 11190 5085 0 -1 1077944320 168143 0 0 0 111202 148 0 0 20 0 15 0 154699767 14320615424 88061 33554432000 4194304 4196468 140721460007040 140721459989584 140618731798263 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
/proc/11192/statm: 3496244 88061 3280 1 0 3483478 0
[pid=11192/tid=11193] ppid=11190 vsize=13984976 memory=2464 CPUtime=1074.41 cores=0,2,4,6
/proc/11192/task/11193/stat : 11193 (java) R 11190 11190 5085 0 -1 4202560 31964 0 0 0 107429 12 0 0 20 0 15 0 154699767 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618736037520 140618322309528 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11194] ppid=11190 vsize=13984976 memory=1384 CPUtime=7.06 cores=0,2,4,6
/proc/11192/task/11194/stat : 11194 (java) S 11190 11190 5085 0 -1 1077944384 8919 0 0 0 682 24 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618646867088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11195] ppid=11190 vsize=13984976 memory=352244 CPUtime=7.04 cores=0,2,4,6
/proc/11192/task/11195/stat : 11195 (java) S 11190 11190 5085 0 -1 1077944384 6476 0 0 0 680 24 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618645814288 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11196] ppid=11190 vsize=13984976 memory=353784 CPUtime=7.06 cores=0,2,4,6
/proc/11192/task/11196/stat : 11196 (java) S 11190 11190 5085 0 -1 1077944384 8637 0 0 0 683 23 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618644761488 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11197] ppid=11190 vsize=13984976 memory=364044 CPUtime=7.04 cores=0,2,4,6
/proc/11192/task/11197/stat : 11197 (java) S 11190 11190 5085 0 -1 1077944384 8371 0 0 0 684 20 0 0 20 0 15 0 154699768 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618643708688 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11198] ppid=11190 vsize=13984976 memory=359940 CPUtime=1.37 cores=0,2,4,6
/proc/11192/task/11198/stat : 11198 (java) S 11190 11190 5085 0 -1 1077944384 17970 0 0 0 121 16 0 0 20 0 15 0 154699769 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618070731120 140618731809410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11199] ppid=11190 vsize=13984976 memory=352244 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11199/stat : 11199 (java) S 11190 11190 5085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154699770 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618069677088 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11200] ppid=11190 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11200/stat : 11200 (java) S 11190 11190 5085 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 154699770 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618068624240 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11201] ppid=11190 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11201/stat : 11201 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618067572560 140618731816859 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11202] ppid=11190 vsize=13984976 memory=-3622645143214314312 CPUtime=4.09 cores=0,2,4,6
/proc/11192/task/11202/stat : 11202 (java) S 11190 11190 5085 0 -1 1077944384 36048 0 0 0 405 4 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618066520944 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11203] ppid=11190 vsize=13984976 memory=1716 CPUtime=4.23 cores=0,2,4,6
/proc/11192/task/11203/stat : 11203 (java) S 11190 11190 5085 0 -1 1077944384 35862 0 0 0 419 4 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618065468144 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11204] ppid=11190 vsize=13984976 memory=1384 CPUtime=0.63 cores=0,2,4,6
/proc/11192/task/11204/stat : 11204 (java) S 11190 11190 5085 0 -1 1077944384 11751 0 0 0 61 2 0 0 20 0 15 0 154699772 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618064415344 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11205] ppid=11190 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/11192/task/11205/stat : 11205 (java) S 11190 11190 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154699773 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618063362784 140618731808469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
[pid=11192/tid=11206] ppid=11190 vsize=13984976 memory=1384 CPUtime=0.49 cores=0,2,4,6
/proc/11192/task/11206/stat : 11206 (java) S 11190 11190 5085 0 -1 1077944384 802 0 0 0 24 25 0 0 20 0 15 0 154699773 14320615424 88061 33554432000 4194304 4196468 140721460007040 140618062310064 140618731809410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 33882112 140721460008087 140721460008263 140721460008263 140721460010959 0
Current children cumulated CPU time: 1113.5 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 353628 KiB

Child status: 0
Real time (s): 1083.99
CPU time (s): 1113.61
CPU user time (s): 1112.12
CPU system time (s): 1.49326
CPU usage (%): 102.732
Max. virtual memory (cumulated for all children) (KiB): 13996384
Max. memory (cumulated for all children) (KiB): 492188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1112.12
system time used= 1.49326
maximum resident set size= 510716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168733
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58876
involuntary context switches= 2542


# summary of solver processes directly reported to runsolver:
#   pid: 11190
#   total CPU time (s): 1113.61
#   total CPU user time (s): 1112.12
#   total CPU system time (s): 1.49326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.60535 second user time and 10.9307 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-20 09:48:48
IDJOB=4283345
IDBENCH=133505
IDSOLVER=2679
FILE ID=node150/4283345-1503216188
RUNJOBID= node150-1503215303-11068
PBS_JOBID= 20630864
Free space on /tmp= 61764 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-08.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-4283345-1503216188/watcher-4283345-1503216188 -o /tmp/evaluation-result-4283345-1503216188/solver-4283345-1503216188 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1503215303-11068 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1506486391 HOME/instance-4283345-1503216188.xml

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

MD5SUM BENCH= a0dd3b11b1f6edde9967a93afac168fd
RANDOM SEED=1506486391

node150.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	: 5332.89
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	: 5332.89
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	: 5332.89
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	: 5332.89
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:        22432608 kB
MemAvailable:   31751004 kB
Buffers:          302752 kB
Cached:          9293764 kB
SwapCached:            0 kB
Active:          2997968 kB
Inactive:        6864116 kB
Active(anon):     215720 kB
Inactive(anon):    85796 kB
Active(file):    2782248 kB
Inactive(file):  6778320 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8020 kB
Writeback:             0 kB
AnonPages:        273916 kB
Mapped:            64308 kB
Shmem:             33416 kB
Slab:             174348 kB
SReclaimable:     147324 kB
SUnreclaim:        27024 kB
KernelStack:        3584 kB
PageTables:         5584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1248660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61756 MiB
End job on node150 at 2017-08-20 10:06:52