Trace number 4283342

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)OPT885 31.822599 23.753099

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-16.xml
MD5SUM60579ec9e2bea81c12df486d2ee437df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark885
Best CPU time to get the best result obtained on this benchmark0.28092
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"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-4283342-1503216163.xml"  -tl '2520s' -p 1 -x 3
0.11/0.15	c [HOME/instance-4283342-1503216163.xml, -tl, 2520s, -p, 1, -x, 3]
0.11/0.20	c simple solver
0.33/0.27	c parse instance...
0.48/0.42	c solve instance...
0.72/0.43	o 469 
0.72/0.44	o 489 
0.72/0.45	o 529 
0.72/0.46	o 540 
0.72/0.46	o 595 
0.72/0.48	o 596 
0.72/0.48	o 607 
0.72/0.51	o 631 
1.04/0.52	o 653 
1.04/0.54	o 676 
1.04/0.57	o 692 
1.66/0.78	o 703 
1.66/0.79	o 712 
1.99/0.86	o 759 
1.99/0.86	o 766 
1.99/0.87	o 768 
1.99/0.90	o 773 
4.15/1.54	o 788 
4.15/1.54	o 790 
4.15/1.54	o 794 
4.15/1.54	o 799 
4.15/1.54	o 839 
11.86/4.94	o 840 
11.86/4.94	o 846 
11.86/4.96	o 847 
11.86/4.96	o 862 
11.86/4.98	o 865 
22.86/14.93	o 885 
31.76/23.74	s OPTIMUM FOUND
31.76/23.74	v <instantiation>
31.76/23.74	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] </list>
31.76/23.74	v 	<values>0 1 1 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 1 0 0 0 0 1 1 1 0 </values>
31.76/23.74	v </instantiation>

Verifier Data

OK	885

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283342-1503216163/watcher-4283342-1503216163 -o /tmp/evaluation-result-4283342-1503216163/solver-4283342-1503216163 -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 836896132 HOME/instance-4283342-1503216163.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=11089, runsolver pid=11086

[startup+0.100091 s]*
/proc/loadavg: 1.91 1.97 1.95 4/218 11130
/proc/meminfo: memFree=22618152/32770624 swapFree=67108860/67108860
[pid=11089] ppid=11086 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11089/stat : 11089 (xcsp3-exec) S 11086 11089 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697295 9740288 345 33554432000 4194304 5098028 140735138720784 140735138718888 139838965338748 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 22171648 140735138722927 140735138723131 140735138723131 140735138725867 0
/proc/11089/statm: 2378 345 289 221 0 87 0
[pid=11091] ppid=11089 vsize=13978596 memory=27584 CPUtime=0.11 cores=0,2,4,6
/proc/11091/stat : 11091 (java) S 11089 11089 5085 0 -1 1077944320 5300 0 0 0 10 1 0 0 20 0 15 0 154697295 14314082304 6896 33554432000 4194304 4196468 140727892720048 140727892702592 140613448695543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
/proc/11091/statm: 3494649 6896 2848 1 0 3482966 0
[pid=11091/tid=11092] ppid=11089 vsize=13978596 memory=4351193297950901897 CPUtime=0.08 cores=0,2,4,6
/proc/11091/task/11092/stat : 11092 (java) R 11089 11089 5085 0 -1 4202560 3312 0 0 0 8 0 0 0 20 0 15 0 154697295 14314082304 6896 33554432000 4194304 4196468 140727892720048 140613452919632 140613085431443 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11093] ppid=11089 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11093/stat : 11093 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14314082304 6896 33554432000 4194304 4196468 140727892720048 140613405248272 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11094] ppid=11089 vsize=13978596 memory=140702423656064 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11094/stat : 11094 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14314082304 6896 33554432000 4194304 4196468 140727892720048 140613043809168 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11095] ppid=11089 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11095/stat : 11095 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14314082304 6896 33554432000 4194304 4196468 140727892720048 140613042756624 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11096] ppid=11089 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11096/stat : 11096 (java) S 11089 11089 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697296 14314082304 6896 33554432000 4194304 4196468 140727892720048 140613041704080 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11101] ppid=11089 vsize=13978596 memory=140702423656064 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11101/stat : 11101 (java) S 11089 11089 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697298 14314082304 6896 33554432000 4194304 4196468 140727892720048 140612360943600 140613448706690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11102] ppid=11089 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11102/stat : 11102 (java) S 11089 11089 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154697298 14314082304 6896 33554432000 4194304 4196468 140727892720048 140612359889824 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11104] ppid=11089 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11104/stat : 11104 (java) S 11089 11089 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154697298 14314082304 6896 33554432000 4194304 4196468 140727892720048 140612358837232 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11116] ppid=11089 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11116/stat : 11116 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14314082304 6896 33554432000 4194304 4196468 140727892720048 140612357785808 140613448714139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11117] ppid=11089 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11117/stat : 11117 (java) S 11089 11089 5085 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 154697301 14314082304 6896 33554432000 4194304 4196468 140727892720048 140612356733424 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11118] ppid=11089 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11118/stat : 11118 (java) S 11089 11089 5085 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 154697301 14314082304 6896 33554432000 4194304 4196468 140727892720048 140612355680880 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11119] ppid=11089 vsize=13978596 memory=140702423656064 CPUtime=0.01 cores=0,2,4,6
/proc/11091/task/11119/stat : 11119 (java) R 11089 11089 5085 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 15 0 154697301 14314082304 6896 33554432000 4194304 4196468 140727892720048 140612354628336 140613432776030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11120] ppid=11089 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11120/stat : 11120 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14314082304 6896 33554432000 4194304 4196468 140727892720048 140612353576032 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11121] ppid=11089 vsize=13978596 memory=140702423656064 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11121/stat : 11121 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697301 14314082304 6896 33554432000 4194304 4196468 140727892720048 140612352522544 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28964 KiB

[startup+0.210554 s]*
/proc/loadavg: 1.91 1.97 1.95 7/218 11130
/proc/meminfo: memFree=22592580/32770624 swapFree=67108860/67108860
[pid=11089] ppid=11086 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11089/stat : 11089 (xcsp3-exec) S 11086 11089 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697295 9740288 345 33554432000 4194304 5098028 140735138720784 140735138718888 139838965338748 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 22171648 140735138722927 140735138723131 140735138723131 140735138725867 0
/proc/11089/statm: 2378 345 289 221 0 87 0
[pid=11091] ppid=11089 vsize=13982852 memory=39692 CPUtime=0.33 cores=0,2,4,6
/proc/11091/stat : 11091 (java) S 11089 11089 5085 0 -1 1077944320 7994 0 0 0 31 2 0 0 20 0 15 0 154697295 14318440448 9923 33554432000 4194304 4196468 140727892720048 140727892702592 140613448695543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
/proc/11091/statm: 3495713 9923 3069 1 0 3482966 0
[pid=11091/tid=11092] ppid=11089 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/11091/task/11092/stat : 11092 (java) R 11089 11089 5085 0 -1 4202560 5225 0 0 0 19 1 0 0 20 0 15 0 154697295 14318440448 9923 33554432000 4194304 4196468 140727892720048 140613452916536 140613448717469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11093] ppid=11089 vsize=13982852 memory=9010 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11093/stat : 11093 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14318440448 9923 33554432000 4194304 4196468 140727892720048 140613405248272 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11094] ppid=11089 vsize=13982852 memory=288371078575367808 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11094/stat : 11094 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14318440448 9923 33554432000 4194304 4196468 140727892720048 140613043809168 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11095] ppid=11089 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11095/stat : 11095 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14318440448 9923 33554432000 4194304 4196468 140727892720048 140613042756624 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11096] ppid=11089 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11096/stat : 11096 (java) S 11089 11089 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697296 14318440448 9923 33554432000 4194304 4196468 140727892720048 140613041704080 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11101] ppid=11089 vsize=13982852 memory=140702423656064 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11101/stat : 11101 (java) S 11089 11089 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697298 14318440448 9923 33554432000 4194304 4196468 140727892720048 140612360943600 140613448706690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11102] ppid=11089 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11102/stat : 11102 (java) S 11089 11089 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154697298 14318440448 9923 33554432000 4194304 4196468 140727892720048 140612359889824 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11104] ppid=11089 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11104/stat : 11104 (java) S 11089 11089 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154697298 14318440448 9923 33554432000 4194304 4196468 140727892720048 140612358837232 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11116] ppid=11089 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11116/stat : 11116 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14318440448 9923 33554432000 4194304 4196468 140727892720048 140612357785808 140613448714139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11117] ppid=11089 vsize=13982852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11091/task/11117/stat : 11117 (java) S 11089 11089 5085 0 -1 1077944384 451 0 0 0 1 0 0 0 20 0 15 0 154697301 14318440448 9923 33554432000 4194304 4196468 140727892720048 140612356733424 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11118] ppid=11089 vsize=13982852 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/11091/task/11118/stat : 11118 (java) S 11089 11089 5085 0 -1 1077944384 293 0 0 0 3 0 0 0 20 0 15 0 154697301 14318440448 9923 33554432000 4194304 4196468 140727892720048 140612355680880 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11119] ppid=11089 vsize=13982852 memory=140702423656064 CPUtime=0.07 cores=0,2,4,6
/proc/11091/task/11119/stat : 11119 (java) S 11089 11089 5085 0 -1 1077944384 724 0 0 0 7 0 0 0 20 0 15 0 154697301 14318440448 9923 33554432000 4194304 4196468 140727892720048 140612354628336 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11120] ppid=11089 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11120/stat : 11120 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14318440448 9923 33554432000 4194304 4196468 140727892720048 140612353576032 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11121] ppid=11089 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11121/stat : 11121 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697301 14318440448 9923 33554432000 4194304 4196468 140727892720048 140612352522544 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41072 KiB

[startup+0.311063 s]*
/proc/loadavg: 1.91 1.97 1.95 5/218 11130
/proc/meminfo: memFree=22580420/32770624 swapFree=67108860/67108860
[pid=11089] ppid=11086 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11089/stat : 11089 (xcsp3-exec) S 11086 11089 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697295 9740288 345 33554432000 4194304 5098028 140735138720784 140735138718888 139838965338748 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 22171648 140735138722927 140735138723131 140735138723131 140735138725867 0
/proc/11089/statm: 2378 345 289 221 0 87 0
[pid=11091] ppid=11089 vsize=13982852 memory=46880 CPUtime=0.48 cores=0,2,4,6
/proc/11091/stat : 11091 (java) S 11089 11089 5085 0 -1 1077944320 8965 0 0 0 45 3 0 0 20 0 15 0 154697295 14318440448 11720 33554432000 4194304 4196468 140727892720048 140727892702592 140613448695543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
/proc/11091/statm: 3495713 11720 3094 1 0 3482966 0
[pid=11091/tid=11092] ppid=11089 vsize=13982852 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/11091/task/11092/stat : 11092 (java) R 11089 11089 5085 0 -1 4202560 5953 0 0 0 27 2 0 0 20 0 15 0 154697295 14318440448 11785 33554432000 4194304 4196468 140727892720048 140613452929600 140613448707478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11093] ppid=11089 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11093/stat : 11093 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14318440448 11785 33554432000 4194304 4196468 140727892720048 140613405248272 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11094] ppid=11089 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11094/stat : 11094 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14318440448 11785 33554432000 4194304 4196468 140727892720048 140613043809168 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11095] ppid=11089 vsize=13982852 memory=-2245088631185882904 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11095/stat : 11095 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14318440448 11785 33554432000 4194304 4196468 140727892720048 140613042756624 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11096] ppid=11089 vsize=13982852 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11096/stat : 11096 (java) S 11089 11089 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697296 14318440448 11785 33554432000 4194304 4196468 140727892720048 140613041704080 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11101] ppid=11089 vsize=13982852 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11101/stat : 11101 (java) S 11089 11089 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697298 14318440448 11785 33554432000 4194304 4196468 140727892720048 140612360943600 140613448706690 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11102] ppid=11089 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11102/stat : 11102 (java) S 11089 11089 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154697298 14318440448 11785 33554432000 4194304 4196468 140727892720048 140612359889824 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11104] ppid=11089 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11104/stat : 11104 (java) S 11089 11089 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154697298 14318440448 11785 33554432000 4194304 4196468 140727892720048 140612358837232 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11116] ppid=11089 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11116/stat : 11116 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14318440448 11785 33554432000 4194304 4196468 140727892720048 140612357785808 140613448714139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11117] ppid=11089 vsize=13982852 memory=7016714186490735262 CPUtime=0.02 cores=0,2,4,6
/proc/11091/task/11117/stat : 11117 (java) S 11089 11089 5085 0 -1 1077944384 550 0 0 0 2 0 0 0 20 0 15 0 154697301 14318440448 11785 33554432000 4194304 4196468 140727892720048 140612356733424 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11118] ppid=11089 vsize=13982852 memory=-7522837583045875833 CPUtime=0.04 cores=0,2,4,6
/proc/11091/task/11118/stat : 11118 (java) S 11089 11089 5085 0 -1 1077944384 310 0 0 0 4 0 0 0 20 0 15 0 154697301 14318440448 11785 33554432000 4194304 4196468 140727892720048 140612355680880 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11119] ppid=11089 vsize=13982852 memory=-6519613052471072158 CPUtime=0.11 cores=0,2,4,6
/proc/11091/task/11119/stat : 11119 (java) R 11089 11089 5085 0 -1 4202560 854 0 0 0 11 0 0 0 20 0 15 0 154697301 14318440448 11785 33554432000 4194304 4196468 140727892720048 140612354628336 140613432776030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11120] ppid=11089 vsize=13982852 memory=-8187100386482147110 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11120/stat : 11120 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14318440448 11785 33554432000 4194304 4196468 140727892720048 140612353576032 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11121] ppid=11089 vsize=13982852 memory=4713750055892520310 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11121/stat : 11121 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697301 14318440448 11785 33554432000 4194304 4196468 140727892720048 140612352522544 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48260 KiB

[startup+0.700798 s]
/proc/loadavg: 1.91 1.97 1.95 7/218 11130
/proc/meminfo: memFree=22554848/32770624 swapFree=67108860/67108860
[pid=11089] ppid=11086 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11089/stat : 11089 (xcsp3-exec) S 11086 11089 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697295 9740288 345 33554432000 4194304 5098028 140735138720784 140735138718888 139838965338748 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 22171648 140735138722927 140735138723131 140735138723131 140735138725867 0
/proc/11089/statm: 2378 345 289 221 0 87 0
[pid=11091] ppid=11089 vsize=13984976 memory=74360 CPUtime=1.66 cores=0,2,4,6
/proc/11091/stat : 11091 (java) S 11089 11089 5085 0 -1 1077944320 12786 0 0 0 161 5 0 0 20 0 15 0 154697295 14320615424 18590 33554432000 4194304 4196468 140727892720048 140727892702592 140613448695543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
/proc/11091/statm: 3496244 18590 3202 1 0 3483478 0
[pid=11091/tid=11092] ppid=11089 vsize=13984976 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/11091/task/11092/stat : 11092 (java) R 11089 11089 5085 0 -1 4202560 6563 0 0 0 64 3 0 0 20 0 15 0 154697295 14320615424 18590 33554432000 4194304 4196468 140727892720048 140613452930560 140613088182155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11093] ppid=11089 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11093/stat : 11093 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14320615424 18590 33554432000 4194304 4196468 140727892720048 140613405248272 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11094] ppid=11089 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11094/stat : 11094 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14320615424 18590 33554432000 4194304 4196468 140727892720048 140613043809168 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11095] ppid=11089 vsize=13984976 memory=496 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11095/stat : 11095 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697296 14320615424 18590 33554432000 4194304 4196468 140727892720048 140613042756624 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11096] ppid=11089 vsize=13984976 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11096/stat : 11096 (java) S 11089 11089 5085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154697296 14320615424 18590 33554432000 4194304 4196468 140727892720048 140613041704080 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11101] ppid=11089 vsize=13984976 memory=792 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11101/stat : 11101 (java) S 11089 11089 5085 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 154697298 14320615424 18590 33554432000 4194304 4196468 140727892720048 140612360943600 140613448706690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11102] ppid=11089 vsize=13984976 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11102/stat : 11102 (java) S 11089 11089 5085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154697298 14320615424 18590 33554432000 4194304 4196468 140727892720048 140612359889824 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11104] ppid=11089 vsize=13984976 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11104/stat : 11104 (java) S 11089 11089 5085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154697298 14320615424 18590 33554432000 4194304 4196468 140727892720048 140612358837232 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11116] ppid=11089 vsize=13984976 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11116/stat : 11116 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 18590 33554432000 4194304 4196468 140727892720048 140612357785808 140613448714139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11117] ppid=11089 vsize=13984976 memory=1716 CPUtime=0.31 cores=0,2,4,6
/proc/11091/task/11117/stat : 11117 (java) R 11089 11089 5085 0 -1 4202560 1844 0 0 0 31 0 0 0 20 0 15 0 154697301 14320615424 18590 33554432000 4194304 4196468 140727892720048 140612356719952 140613430216839 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11118] ppid=11089 vsize=13984976 memory=10640 CPUtime=0.33 cores=0,2,4,6
/proc/11091/task/11118/stat : 11118 (java) R 11089 11089 5085 0 -1 4202560 1344 0 0 0 33 0 0 0 20 0 15 0 154697301 14320615424 18590 33554432000 4194304 4196468 140727892720048 140612355668432 140613433087524 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11119] ppid=11089 vsize=13984976 memory=1200 CPUtime=0.31 cores=0,2,4,6
/proc/11091/task/11119/stat : 11119 (java) S 11089 11089 5085 0 -1 1077944384 1727 0 0 0 31 0 0 0 20 0 15 0 154697301 14320615424 18590 33554432000 4194304 4196468 140727892720048 140612354628336 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11120] ppid=11089 vsize=13984976 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11120/stat : 11120 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 18590 33554432000 4194304 4196468 140727892720048 140612353576032 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11121] ppid=11089 vsize=13984976 memory=4044 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11121/stat : 11121 (java) S 11089 11089 5085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 18590 33554432000 4194304 4196468 140727892720048 140612352522544 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 75740 KiB

[startup+1.50082 s]
/proc/loadavg: 1.91 1.97 1.95 7/218 11130
/proc/meminfo: memFree=22468380/32770624 swapFree=67108860/67108860
[pid=11089] ppid=11086 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11089/stat : 11089 (xcsp3-exec) S 11086 11089 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697295 9740288 345 33554432000 4194304 5098028 140735138720784 140735138718888 139838965338748 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 22171648 140735138722927 140735138723131 140735138723131 140735138725867 0
/proc/11089/statm: 2378 345 289 221 0 87 0

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

/proc/11089/stat : 11089 (xcsp3-exec) S 11086 11089 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697295 9740288 345 33554432000 4194304 5098028 140735138720784 140735138718888 139838965338748 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 22171648 140735138722927 140735138723131 140735138723131 140735138725867 0
/proc/11089/statm: 2378 345 289 221 0 87 0
[pid=11091] ppid=11089 vsize=13984976 memory=229352 CPUtime=30.45 cores=0,2,4,6
/proc/11091/stat : 11091 (java) S 11089 11089 5085 0 -1 1077944320 63988 0 0 0 3026 19 0 0 20 0 15 0 154697295 14320615424 57338 33554432000 4194304 4196468 140727892720048 140727892702592 140613448695543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
/proc/11091/statm: 3496244 57338 3264 1 0 3483478 0
[pid=11091/tid=11092] ppid=11089 vsize=13984976 memory=5 CPUtime=22.28 cores=0,2,4,6
/proc/11091/task/11092/stat : 11092 (java) R 11089 11089 5085 0 -1 4202560 9880 0 0 0 2223 5 0 0 20 0 15 0 154697295 14320615424 57338 33554432000 4194304 4196468 140727892720048 140613452934848 140613089240181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11093] ppid=11089 vsize=13984976 memory=1380 CPUtime=0.05 cores=0,2,4,6
/proc/11091/task/11093/stat : 11093 (java) S 11089 11089 5085 0 -1 1077944384 249 0 0 0 4 1 0 0 20 0 15 0 154697296 14320615424 57338 33554432000 4194304 4196468 140727892720048 140613405248272 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11094] ppid=11089 vsize=13984976 memory=239596 CPUtime=0.05 cores=0,2,4,6
/proc/11091/task/11094/stat : 11094 (java) S 11089 11089 5085 0 -1 1077944384 946 0 0 0 4 1 0 0 20 0 15 0 154697296 14320615424 57338 33554432000 4194304 4196468 140727892720048 140613043809168 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11095] ppid=11089 vsize=13984976 memory=1380 CPUtime=0.04 cores=0,2,4,6
/proc/11091/task/11095/stat : 11095 (java) S 11089 11089 5085 0 -1 1077944384 309 0 0 0 4 0 0 0 20 0 15 0 154697296 14320615424 57338 33554432000 4194304 4196468 140727892720048 140613042756624 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11096] ppid=11089 vsize=13984976 memory=1380 CPUtime=0.04 cores=0,2,4,6
/proc/11091/task/11096/stat : 11096 (java) S 11089 11089 5085 0 -1 1077944384 548 0 0 0 4 0 0 0 20 0 15 0 154697296 14320615424 57338 33554432000 4194304 4196468 140727892720048 140613041704080 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11101] ppid=11089 vsize=13984976 memory=238564 CPUtime=0.01 cores=0,2,4,6
/proc/11091/task/11101/stat : 11101 (java) S 11089 11089 5085 0 -1 1077944384 591 0 0 0 1 0 0 0 20 0 15 0 154697298 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612360943600 140613448706690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11102] ppid=11089 vsize=13984976 memory=43116 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11102/stat : 11102 (java) S 11089 11089 5085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154697298 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612359889824 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11104] ppid=11089 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11104/stat : 11104 (java) S 11089 11089 5085 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 154697298 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612358837232 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11116] ppid=11089 vsize=13984976 memory=158 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11116/stat : 11116 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612357785808 140613448714139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11117] ppid=11089 vsize=13984976 memory=176 CPUtime=3.64 cores=0,2,4,6
/proc/11091/task/11117/stat : 11117 (java) S 11089 11089 5085 0 -1 1077944384 30316 0 0 0 359 5 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612356733424 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11118] ppid=11089 vsize=13984976 memory=6791534058613427641 CPUtime=3.7 cores=0,2,4,6
/proc/11091/task/11118/stat : 11118 (java) S 11089 11089 5085 0 -1 1077944384 14821 0 0 0 369 1 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612355680880 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11119] ppid=11089 vsize=13984976 memory=6791534058613427641 CPUtime=0.54 cores=0,2,4,6
/proc/11091/task/11119/stat : 11119 (java) S 11089 11089 5085 0 -1 1077944384 4585 0 0 0 53 1 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612354628336 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11120] ppid=11089 vsize=13984976 memory=243084 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11120/stat : 11120 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612353576032 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11121] ppid=11089 vsize=13984976 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11121/stat : 11121 (java) S 11089 11089 5085 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612352522544 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
Current children cumulated CPU time: 30.45 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 230732 KiB

[startup+23.2008 s]
/proc/loadavg: 1.88 1.97 1.95 3/218 11130
/proc/meminfo: memFree=22211296/32770624 swapFree=67108860/67108860
[pid=11089] ppid=11086 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11089/stat : 11089 (xcsp3-exec) S 11086 11089 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697295 9740288 345 33554432000 4194304 5098028 140735138720784 140735138718888 139838965338748 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 22171648 140735138722927 140735138723131 140735138723131 140735138725867 0
/proc/11089/statm: 2378 345 289 221 0 87 0
[pid=11091] ppid=11089 vsize=13984976 memory=229352 CPUtime=31.25 cores=0,2,4,6
/proc/11091/stat : 11091 (java) S 11089 11089 5085 0 -1 1077944320 63995 0 0 0 3106 19 0 0 20 0 15 0 154697295 14320615424 57338 33554432000 4194304 4196468 140727892720048 140727892702592 140613448695543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
/proc/11091/statm: 3496244 57338 3264 1 0 3483478 0
[pid=11091/tid=11092] ppid=11089 vsize=13984976 memory=229352 CPUtime=23.08 cores=0,2,4,6
/proc/11091/task/11092/stat : 11092 (java) R 11089 11089 5085 0 -1 4202560 9886 0 0 0 2303 5 0 0 20 0 15 0 154697295 14320615424 57338 33554432000 4194304 4196468 140727892720048 140613452932888 140613092277782 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11093] ppid=11089 vsize=13984976 memory=15876 CPUtime=0.05 cores=0,2,4,6
/proc/11091/task/11093/stat : 11093 (java) S 11089 11089 5085 0 -1 1077944384 249 0 0 0 4 1 0 0 20 0 15 0 154697296 14320615424 57338 33554432000 4194304 4196468 140727892720048 140613405248272 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11094] ppid=11089 vsize=13984976 memory=4044 CPUtime=0.05 cores=0,2,4,6
/proc/11091/task/11094/stat : 11094 (java) S 11089 11089 5085 0 -1 1077944384 946 0 0 0 4 1 0 0 20 0 15 0 154697296 14320615424 57338 33554432000 4194304 4196468 140727892720048 140613043809168 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11095] ppid=11089 vsize=13984976 memory=4140 CPUtime=0.04 cores=0,2,4,6
/proc/11091/task/11095/stat : 11095 (java) S 11089 11089 5085 0 -1 1077944384 309 0 0 0 4 0 0 0 20 0 15 0 154697296 14320615424 57338 33554432000 4194304 4196468 140727892720048 140613042756624 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11096] ppid=11089 vsize=13984976 memory=43116 CPUtime=0.04 cores=0,2,4,6
/proc/11091/task/11096/stat : 11096 (java) S 11089 11089 5085 0 -1 1077944384 548 0 0 0 4 0 0 0 20 0 15 0 154697296 14320615424 57338 33554432000 4194304 4196468 140727892720048 140613041704080 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11101] ppid=11089 vsize=13984976 memory=1296 CPUtime=0.01 cores=0,2,4,6
/proc/11091/task/11101/stat : 11101 (java) S 11089 11089 5085 0 -1 1077944384 591 0 0 0 1 0 0 0 20 0 15 0 154697298 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612360943600 140613448706690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11102] ppid=11089 vsize=13984976 memory=2396 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11102/stat : 11102 (java) S 11089 11089 5085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154697298 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612359889824 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11104] ppid=11089 vsize=13984976 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11104/stat : 11104 (java) S 11089 11089 5085 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 154697298 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612358837232 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11116] ppid=11089 vsize=13984976 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11116/stat : 11116 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612357785808 140613448714139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11117] ppid=11089 vsize=13984976 memory=11112 CPUtime=3.64 cores=0,2,4,6
/proc/11091/task/11117/stat : 11117 (java) S 11089 11089 5085 0 -1 1077944384 30316 0 0 0 359 5 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612356733424 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11118] ppid=11089 vsize=13984976 memory=5776 CPUtime=3.7 cores=0,2,4,6
/proc/11091/task/11118/stat : 11118 (java) S 11089 11089 5085 0 -1 1077944384 14821 0 0 0 369 1 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612355680880 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11119] ppid=11089 vsize=13984976 memory=4616 CPUtime=0.54 cores=0,2,4,6
/proc/11091/task/11119/stat : 11119 (java) S 11089 11089 5085 0 -1 1077944384 4586 0 0 0 53 1 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612354628336 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11120] ppid=11089 vsize=13984976 memory=792 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11120/stat : 11120 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612353576032 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11121] ppid=11089 vsize=13984976 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11121/stat : 11121 (java) S 11089 11089 5085 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 57338 33554432000 4194304 4196468 140727892720048 140612352522544 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
Current children cumulated CPU time: 31.25 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 230732 KiB

[startup+23.6008 s]
/proc/loadavg: 1.88 1.97 1.95 3/218 11130
/proc/meminfo: memFree=22211296/32770624 swapFree=67108860/67108860
[pid=11089] ppid=11086 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11089/stat : 11089 (xcsp3-exec) S 11086 11089 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697295 9740288 345 33554432000 4194304 5098028 140735138720784 140735138718888 139838965338748 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 22171648 140735138722927 140735138723131 140735138723131 140735138725867 0
/proc/11089/statm: 2378 345 289 221 0 87 0
[pid=11091] ppid=11089 vsize=13984976 memory=224736 CPUtime=31.66 cores=0,2,4,6
/proc/11091/stat : 11091 (java) S 11089 11089 5085 0 -1 1077944320 64004 0 0 0 3147 19 0 0 20 0 15 0 154697295 14320615424 56184 33554432000 4194304 4196468 140727892720048 140727892702592 140613448695543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
/proc/11091/statm: 3496244 56184 3264 1 0 3483478 0
[pid=11091/tid=11092] ppid=11089 vsize=13984976 memory=6791534058613427641 CPUtime=23.47 cores=0,2,4,6
/proc/11091/task/11092/stat : 11092 (java) R 11089 11089 5085 0 -1 4202560 9887 0 0 0 2342 5 0 0 20 0 15 0 154697295 14320615424 56184 33554432000 4194304 4196468 140727892720048 140613452935104 140613089240288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11093] ppid=11089 vsize=13984976 memory=4044 CPUtime=0.05 cores=0,2,4,6
/proc/11091/task/11093/stat : 11093 (java) S 11089 11089 5085 0 -1 1077944384 249 0 0 0 4 1 0 0 20 0 15 0 154697296 14320615424 56184 33554432000 4194304 4196468 140727892720048 140613405248272 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11094] ppid=11089 vsize=13984976 memory=16444 CPUtime=0.05 cores=0,2,4,6
/proc/11091/task/11094/stat : 11094 (java) S 11089 11089 5085 0 -1 1077944384 948 0 0 0 4 1 0 0 20 0 15 0 154697296 14320615424 56184 33554432000 4194304 4196468 140727892720048 140613043809168 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11095] ppid=11089 vsize=13984976 memory=24836 CPUtime=0.04 cores=0,2,4,6
/proc/11091/task/11095/stat : 11095 (java) S 11089 11089 5085 0 -1 1077944384 310 0 0 0 4 0 0 0 20 0 15 0 154697296 14320615424 56184 33554432000 4194304 4196468 140727892720048 140613042756624 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11096] ppid=11089 vsize=13984976 memory=1796 CPUtime=0.04 cores=0,2,4,6
/proc/11091/task/11096/stat : 11096 (java) S 11089 11089 5085 0 -1 1077944384 553 0 0 0 4 0 0 0 20 0 15 0 154697296 14320615424 56184 33554432000 4194304 4196468 140727892720048 140613041704080 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11101] ppid=11089 vsize=13984976 memory=636 CPUtime=0.01 cores=0,2,4,6
/proc/11091/task/11101/stat : 11101 (java) S 11089 11089 5085 0 -1 1077944384 591 0 0 0 1 0 0 0 20 0 15 0 154697298 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612360943600 140613448706690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11102] ppid=11089 vsize=13984976 memory=960 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11102/stat : 11102 (java) S 11089 11089 5085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154697298 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612359889824 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11104] ppid=11089 vsize=13984976 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11104/stat : 11104 (java) S 11089 11089 5085 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 154697298 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612358837232 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11116] ppid=11089 vsize=13984976 memory=2464 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11116/stat : 11116 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612357785808 140613448714139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11117] ppid=11089 vsize=13984976 memory=1580 CPUtime=3.64 cores=0,2,4,6
/proc/11091/task/11117/stat : 11117 (java) S 11089 11089 5085 0 -1 1077944384 30316 0 0 0 359 5 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612356733424 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11118] ppid=11089 vsize=13984976 memory=928 CPUtime=3.7 cores=0,2,4,6
/proc/11091/task/11118/stat : 11118 (java) S 11089 11089 5085 0 -1 1077944384 14821 0 0 0 369 1 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612355680880 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11119] ppid=11089 vsize=13984976 memory=2244 CPUtime=0.54 cores=0,2,4,6
/proc/11091/task/11119/stat : 11119 (java) S 11089 11089 5085 0 -1 1077944384 4586 0 0 0 53 1 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612354628336 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11120] ppid=11089 vsize=13984976 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11120/stat : 11120 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612353576032 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11121] ppid=11089 vsize=13984976 memory=2196 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11121/stat : 11121 (java) S 11089 11089 5085 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612352522544 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
Current children cumulated CPU time: 31.66 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 226116 KiB

[startup+23.7008 s]
/proc/loadavg: 1.88 1.97 1.95 3/218 11130
/proc/meminfo: memFree=22211296/32770624 swapFree=67108860/67108860
[pid=11089] ppid=11086 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/11089/stat : 11089 (xcsp3-exec) S 11086 11089 5085 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154697295 9740288 345 33554432000 4194304 5098028 140735138720784 140735138718888 139838965338748 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 22171648 140735138722927 140735138723131 140735138723131 140735138725867 0
/proc/11089/statm: 2378 345 289 221 0 87 0
[pid=11091] ppid=11089 vsize=13984976 memory=224736 CPUtime=31.76 cores=0,2,4,6
/proc/11091/stat : 11091 (java) S 11089 11089 5085 0 -1 1077944320 64004 0 0 0 3157 19 0 0 20 0 15 0 154697295 14320615424 56184 33554432000 4194304 4196468 140727892720048 140727892702592 140613448695543 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
/proc/11091/statm: 3496244 56184 3264 1 0 3483478 0
[pid=11091/tid=11092] ppid=11089 vsize=13984976 memory=224736 CPUtime=23.57 cores=0,2,4,6
/proc/11091/task/11092/stat : 11092 (java) R 11089 11089 5085 0 -1 4202560 9887 0 0 0 2352 5 0 0 20 0 15 0 154697295 14320615424 56184 33554432000 4194304 4196468 140727892720048 140613452935104 140613091179281 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11093] ppid=11089 vsize=13984976 memory=1380 CPUtime=0.05 cores=0,2,4,6
/proc/11091/task/11093/stat : 11093 (java) S 11089 11089 5085 0 -1 1077944384 249 0 0 0 4 1 0 0 20 0 15 0 154697296 14320615424 56184 33554432000 4194304 4196468 140727892720048 140613405248272 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11094] ppid=11089 vsize=13984976 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/11091/task/11094/stat : 11094 (java) S 11089 11089 5085 0 -1 1077944384 948 0 0 0 4 1 0 0 20 0 15 0 154697296 14320615424 56184 33554432000 4194304 4196468 140727892720048 140613043809168 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11095] ppid=11089 vsize=13984976 memory=238564 CPUtime=0.04 cores=0,2,4,6
/proc/11091/task/11095/stat : 11095 (java) S 11089 11089 5085 0 -1 1077944384 310 0 0 0 4 0 0 0 20 0 15 0 154697296 14320615424 56184 33554432000 4194304 4196468 140727892720048 140613042756624 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11096] ppid=11089 vsize=13984976 memory=246160 CPUtime=0.04 cores=0,2,4,6
/proc/11091/task/11096/stat : 11096 (java) S 11089 11089 5085 0 -1 1077944384 553 0 0 0 4 0 0 0 20 0 15 0 154697296 14320615424 56184 33554432000 4194304 4196468 140727892720048 140613041704080 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11101] ppid=11089 vsize=13984976 memory=249036 CPUtime=0.01 cores=0,2,4,6
/proc/11091/task/11101/stat : 11101 (java) S 11089 11089 5085 0 -1 1077944384 591 0 0 0 1 0 0 0 20 0 15 0 154697298 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612360943600 140613448706690 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11102] ppid=11089 vsize=13984976 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11102/stat : 11102 (java) S 11089 11089 5085 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 154697298 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612359889824 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11104] ppid=11089 vsize=13984976 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11104/stat : 11104 (java) S 11089 11089 5085 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 154697298 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612358837232 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11116] ppid=11089 vsize=13984976 memory=239592 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11116/stat : 11116 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612357785808 140613448714139 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11117] ppid=11089 vsize=13984976 memory=243664 CPUtime=3.64 cores=0,2,4,6
/proc/11091/task/11117/stat : 11117 (java) S 11089 11089 5085 0 -1 1077944384 30316 0 0 0 359 5 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612356733424 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11118] ppid=11089 vsize=13984976 memory=1384 CPUtime=3.7 cores=0,2,4,6
/proc/11091/task/11118/stat : 11118 (java) S 11089 11089 5085 0 -1 1077944384 14821 0 0 0 369 1 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612355680880 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11119] ppid=11089 vsize=13984976 memory=228792 CPUtime=0.54 cores=0,2,4,6
/proc/11091/task/11119/stat : 11119 (java) S 11089 11089 5085 0 -1 1077944384 4586 0 0 0 53 1 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612354628336 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11120] ppid=11089 vsize=13984976 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11120/stat : 11120 (java) S 11089 11089 5085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612353576032 140613448705749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
[pid=11091/tid=11121] ppid=11089 vsize=13984976 memory=43116 CPUtime=0 cores=0,2,4,6
/proc/11091/task/11121/stat : 11121 (java) S 11089 11089 5085 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 15 0 154697301 14320615424 56184 33554432000 4194304 4196468 140727892720048 140612352522544 140613448706690 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 16990208 140727892726935 140727892727111 140727892727111 140727892729807 0
Current children cumulated CPU time: 31.76 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 226116 KiB

Child status: 0
Real time (s): 23.7531
CPU time (s): 31.8226
CPU user time (s): 31.6167
CPU system time (s): 0.205887
CPU usage (%): 133.972
Max. virtual memory (cumulated for all children) (KiB): 13996408
Max. memory (cumulated for all children) (KiB): 267168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.6167
system time used= 0.205887
maximum resident set size= 265788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65068
page faults= 0
swaps= 0
block input operations= 168
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3151
involuntary context switches= 66


# summary of solver processes directly reported to runsolver:
#   pid: 11089
#   total CPU time (s): 31.8226
#   total CPU user time (s): 31.6167
#   total CPU system time (s): 0.205887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.171178 second user time and 0.273513 second system time

The end

Launcher Data

Begin job on node150 at 2017-08-20 09:48:23
IDJOB=4283342
IDBENCH=133475
IDSOLVER=2679
FILE ID=node150/4283342-1503216163
RUNJOBID= node150-1503215303-11068
PBS_JOBID= 20630864
Free space on /tmp= 61772 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-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-4283342-1503216163/watcher-4283342-1503216163 -o /tmp/evaluation-result-4283342-1503216163/solver-4283342-1503216163 -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 836896132 HOME/instance-4283342-1503216163.xml

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

MD5SUM BENCH= 60579ec9e2bea81c12df486d2ee437df
RANDOM SEED=836896132

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:        22654328 kB
MemAvailable:   31964388 kB
Buffers:          302744 kB
Cached:          9285652 kB
SwapCached:            0 kB
Active:          2769752 kB
Inactive:        6871828 kB
Active(anon):       3536 kB
Inactive(anon):    85796 kB
Active(file):    2766216 kB
Inactive(file):  6786032 kB
Unevictable:        7260 kB
Mlocked:            7260 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7828 kB
Writeback:             4 kB
AnonPages:         60292 kB
Mapped:            52188 kB
Shmem:             33416 kB
Slab:             174340 kB
SReclaimable:     147292 kB
SUnreclaim:        27048 kB
KernelStack:        3216 kB
PageTables:         5068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     335116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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 09:48:47