Trace number 4284332

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 30.995899 24.1551

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.28229299
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-4284332-1503213321.xml"  -tl '264s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4284332-1503213321.xml, -tl, 264s, -p, 1, -x, 3]
0.12/0.20	c simple solver
0.34/0.27	c parse instance...
0.73/0.42	c solve instance...
0.73/0.42	o 469 
0.73/0.44	o 489 
0.73/0.45	o 529 
0.73/0.45	o 540 
0.73/0.45	o 595 
0.73/0.47	o 596 
0.73/0.47	o 607 
0.73/0.50	o 631 
0.73/0.51	o 653 
1.06/0.53	o 676 
1.06/0.56	o 692 
1.68/0.78	o 703 
1.68/0.80	o 712 
1.99/0.87	o 759 
1.99/0.88	o 766 
1.99/0.88	o 768 
2.32/0.92	o 773 
4.16/1.60	o 788 
4.46/1.60	o 790 
4.46/1.60	o 794 
4.46/1.60	o 799 
4.46/1.60	o 839 
10.19/4.56	o 840 
10.19/4.56	o 846 
10.19/4.58	o 847 
10.19/4.58	o 862 
10.19/4.59	o 865 
21.56/14.94	o 885 
30.93/24.14	s OPTIMUM FOUND
30.93/24.14	v <instantiation>
30.93/24.14	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>
30.93/24.14	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>
30.93/24.14	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 (10172 MiB free)
  memory of node 1: 16384 MiB (11309 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284332-1503213321/watcher-4284332-1503213321 -o /tmp/evaluation-result-4284332-1503213321/solver-4284332-1503213321 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node105-1503209199-23686 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 403199178 HOME/instance-4284332-1503213321.xml 

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

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

solver pid=26178, runsolver pid=26175

[startup+0.102497 s]*
/proc/loadavg: 2.01 1.97 1.93 3/218 26216
/proc/meminfo: memFree=21978648/32770624 swapFree=67108860/67108860
[pid=26178] ppid=26175 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26178/stat : 26178 (xcsp3-exec) S 26175 26178 23654 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154403576 9740288 346 33554432000 4194304 5098028 140725421393920 140725421392024 140546242769532 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14262272 140725421397109 140725421397312 140725421397312 140725421400043 0
/proc/26178/statm: 2378 346 289 221 0 87 0
[pid=26180] ppid=26178 vsize=13978596 memory=27880 CPUtime=0.12 cores=1,3,5,7
/proc/26180/stat : 26180 (java) S 26178 26178 23654 0 -1 1077944320 5320 0 0 0 11 1 0 0 20 0 15 0 154403576 14314082304 6970 33554432000 4194304 4196468 140733811161744 140733811144288 139955272105719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
/proc/26180/statm: 3494649 6970 2865 1 0 3482966 0
[pid=26180/tid=26181] ppid=26178 vsize=13978596 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/26180/task/26181/stat : 26181 (java) R 26178 26178 23654 0 -1 4202560 3332 0 0 0 9 0 0 0 20 0 15 0 154403576 14314082304 6970 33554432000 4194304 4196468 140733811161744 139955276329520 139955272117654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26183] ppid=26178 vsize=13978596 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26183/stat : 26183 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14314082304 6970 33554432000 4194304 4196468 140733811161744 139955202194064 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26184] ppid=26178 vsize=13978596 memory=139721874724480 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26184/stat : 26184 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954866534928 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26185] ppid=26178 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26185/stat : 26185 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954865482128 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26186] ppid=26178 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26186/stat : 26186 (java) S 26178 26178 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154403577 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954864429328 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26197] ppid=26178 vsize=13978596 memory=139721874724480 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26197/stat : 26197 (java) S 26178 26178 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154403578 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954813520752 139955272116866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26204] ppid=26178 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26204/stat : 26204 (java) S 26178 26178 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154403579 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954812466720 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26205] ppid=26178 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26205/stat : 26205 (java) S 26178 26178 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154403579 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954811413872 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26211] ppid=26178 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26211/stat : 26211 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954810362192 139955272124315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26212] ppid=26178 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26212/stat : 26212 (java) S 26178 26178 23654 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 154403582 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954809309552 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26213] ppid=26178 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26213/stat : 26213 (java) S 26178 26178 23654 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 154403582 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954808256752 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26214] ppid=26178 vsize=13978596 memory=139721874724480 CPUtime=0.01 cores=1,3,5,7
/proc/26180/task/26214/stat : 26214 (java) R 26178 26178 23654 0 -1 4202560 274 0 0 0 1 0 0 0 20 0 15 0 154403582 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954807203952 139955256186206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26215] ppid=26178 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26215/stat : 26215 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954806151392 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26216] ppid=26178 vsize=13978596 memory=139721874724480 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26216/stat : 26216 (java) R 26178 26178 23654 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 15 0 154403582 14314082304 6970 33554432000 4194304 4196468 140733811161744 139954805099696 139955272116866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29264 KiB

[startup+0.210733 s]*
/proc/loadavg: 2.01 1.97 1.93 3/218 26216
/proc/meminfo: memFree=21967444/32770624 swapFree=67108860/67108860
[pid=26178] ppid=26175 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26178/stat : 26178 (xcsp3-exec) S 26175 26178 23654 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154403576 9740288 346 33554432000 4194304 5098028 140725421393920 140725421392024 140546242769532 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14262272 140725421397109 140725421397312 140725421397312 140725421400043 0
/proc/26178/statm: 2378 346 289 221 0 87 0
[pid=26180] ppid=26178 vsize=13982852 memory=40476 CPUtime=0.34 cores=1,3,5,7
/proc/26180/stat : 26180 (java) S 26178 26178 23654 0 -1 1077944320 8119 0 0 0 32 2 0 0 20 0 15 0 154403576 14318440448 10119 33554432000 4194304 4196468 140733811161744 140733811144288 139955272105719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
/proc/26180/statm: 3495713 10119 3081 1 0 3482966 0
[pid=26180/tid=26181] ppid=26178 vsize=13982852 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/26180/task/26181/stat : 26181 (java) R 26178 26178 23654 0 -1 4202560 5231 0 0 0 19 1 0 0 20 0 15 0 154403576 14318440448 10119 33554432000 4194304 4196468 140733811161744 139955276325920 139955272127645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26183] ppid=26178 vsize=13982852 memory=12546 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26183/stat : 26183 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14318440448 10119 33554432000 4194304 4196468 140733811161744 139955202194064 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26184] ppid=26178 vsize=13982852 memory=288370098026436224 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26184/stat : 26184 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954866534928 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26185] ppid=26178 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26185/stat : 26185 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954865482128 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26186] ppid=26178 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26186/stat : 26186 (java) S 26178 26178 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154403577 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954864429328 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26197] ppid=26178 vsize=13982852 memory=139721874724480 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26197/stat : 26197 (java) S 26178 26178 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154403578 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954813520752 139955272116866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26204] ppid=26178 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26204/stat : 26204 (java) S 26178 26178 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154403579 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954812466720 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26205] ppid=26178 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26205/stat : 26205 (java) S 26178 26178 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154403579 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954811413872 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26211] ppid=26178 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26211/stat : 26211 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954810362192 139955272124315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26212] ppid=26178 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26180/task/26212/stat : 26212 (java) R 26178 26178 23654 0 -1 1077944384 667 0 0 0 3 0 0 0 20 0 15 0 154403582 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954809309552 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26213] ppid=26178 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26180/task/26213/stat : 26213 (java) S 26178 26178 23654 0 -1 1077944384 160 0 0 0 1 0 0 0 20 0 15 0 154403582 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954808256752 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26214] ppid=26178 vsize=13982852 memory=139721874724480 CPUtime=0.07 cores=1,3,5,7
/proc/26180/task/26214/stat : 26214 (java) R 26178 26178 23654 0 -1 4202560 757 0 0 0 7 0 0 0 20 0 15 0 154403582 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954807203952 139955250909039 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26215] ppid=26178 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26215/stat : 26215 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954806151392 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26216] ppid=26178 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26216/stat : 26216 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403582 14318440448 10119 33554432000 4194304 4196468 140733811161744 139954805099696 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41860 KiB

[startup+0.310627 s]*
/proc/loadavg: 2.01 1.97 1.93 3/218 26216
/proc/meminfo: memFree=21960372/32770624 swapFree=67108860/67108860
[pid=26178] ppid=26175 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26178/stat : 26178 (xcsp3-exec) S 26175 26178 23654 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154403576 9740288 346 33554432000 4194304 5098028 140725421393920 140725421392024 140546242769532 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14262272 140725421397109 140725421397312 140725421397312 140725421400043 0
/proc/26178/statm: 2378 346 289 221 0 87 0
[pid=26180] ppid=26178 vsize=13982928 memory=47504 CPUtime=0.5 cores=1,3,5,7
/proc/26180/stat : 26180 (java) S 26178 26178 23654 0 -1 1077944320 9096 0 0 0 47 3 0 0 20 0 15 0 154403576 14318518272 11876 33554432000 4194304 4196468 140733811161744 140733811144288 139955272105719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
/proc/26180/statm: 3495732 11876 3104 1 0 3482966 0
[pid=26180/tid=26181] ppid=26178 vsize=13982928 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/26180/task/26181/stat : 26181 (java) R 26178 26178 23654 0 -1 4202560 6020 0 0 0 27 2 0 0 20 0 15 0 154403576 14318518272 11876 33554432000 4194304 4196468 140733811161744 139955276339248 139955264783733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26183] ppid=26178 vsize=13982928 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26183/stat : 26183 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14318518272 11876 33554432000 4194304 4196468 140733811161744 139955202194064 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26184] ppid=26178 vsize=13982928 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26184/stat : 26184 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954866534928 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26185] ppid=26178 vsize=13982928 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26185/stat : 26185 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954865482128 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26186] ppid=26178 vsize=13982928 memory=4500088472188524148 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26186/stat : 26186 (java) S 26178 26178 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154403577 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954864429328 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26197] ppid=26178 vsize=13982928 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26197/stat : 26197 (java) S 26178 26178 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154403578 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954813520752 139955272116866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26204] ppid=26178 vsize=13982928 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26204/stat : 26204 (java) S 26178 26178 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154403579 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954812466720 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26205] ppid=26178 vsize=13982928 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26205/stat : 26205 (java) S 26178 26178 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154403579 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954811413872 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26211] ppid=26178 vsize=13982928 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26211/stat : 26211 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954810362192 139955272124315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26212] ppid=26178 vsize=13982928 memory=4713750055892520310 CPUtime=0.04 cores=1,3,5,7
/proc/26180/task/26212/stat : 26212 (java) S 26178 26178 23654 0 -1 1077944384 673 0 0 0 4 0 0 0 20 0 15 0 154403582 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954809309552 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26213] ppid=26178 vsize=13982928 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26180/task/26213/stat : 26213 (java) S 26178 26178 23654 0 -1 1077944384 255 0 0 0 3 0 0 0 20 0 15 0 154403582 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954808256752 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26214] ppid=26178 vsize=13982928 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/26180/task/26214/stat : 26214 (java) R 26178 26178 23654 0 -1 4202560 845 0 0 0 11 0 0 0 20 0 15 0 154403582 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954807203952 139955272127066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26215] ppid=26178 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26215/stat : 26215 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954806151392 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26216] ppid=26178 vsize=13982928 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26216/stat : 26216 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403582 14318518272 11876 33554432000 4194304 4196468 140733811161744 139954805099696 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 48888 KiB

[startup+0.701539 s]
/proc/loadavg: 2.01 1.97 1.93 6/218 26216
/proc/meminfo: memFree=21947656/32770624 swapFree=67108860/67108860
[pid=26178] ppid=26175 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26178/stat : 26178 (xcsp3-exec) S 26175 26178 23654 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154403576 9740288 346 33554432000 4194304 5098028 140725421393920 140725421392024 140546242769532 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14262272 140725421397109 140725421397312 140725421397312 140725421400043 0
/proc/26178/statm: 2378 346 289 221 0 87 0
[pid=26180] ppid=26178 vsize=13984976 memory=77232 CPUtime=1.68 cores=1,3,5,7
/proc/26180/stat : 26180 (java) S 26178 26178 23654 0 -1 1077944320 13553 0 0 0 163 5 0 0 20 0 15 0 154403576 14320615424 19308 33554432000 4194304 4196468 140733811161744 140733811144288 139955272105719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
/proc/26180/statm: 3496244 19308 3201 1 0 3483478 0
[pid=26180/tid=26181] ppid=26178 vsize=13984976 memory=42760 CPUtime=0.67 cores=1,3,5,7
/proc/26180/task/26181/stat : 26181 (java) R 26178 26178 23654 0 -1 4202560 6577 0 0 0 64 3 0 0 20 0 15 0 154403576 14320615424 19308 33554432000 4194304 4196468 140733811161744 139955276343024 139954885061600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26183] ppid=26178 vsize=13984976 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26183/stat : 26183 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14320615424 19308 33554432000 4194304 4196468 140733811161744 139955202194064 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26184] ppid=26178 vsize=13984976 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26184/stat : 26184 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954866534928 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26185] ppid=26178 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26185/stat : 26185 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403577 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954865482128 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26186] ppid=26178 vsize=13984976 memory=12136 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26186/stat : 26186 (java) S 26178 26178 23654 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154403577 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954864429328 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26197] ppid=26178 vsize=13984976 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26197/stat : 26197 (java) S 26178 26178 23654 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154403578 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954813520752 139955272116866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26204] ppid=26178 vsize=13984976 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26204/stat : 26204 (java) S 26178 26178 23654 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154403579 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954812466720 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26205] ppid=26178 vsize=13984976 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26205/stat : 26205 (java) S 26178 26178 23654 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154403579 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954811413872 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26211] ppid=26178 vsize=13984976 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26211/stat : 26211 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954810362192 139955272124315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26212] ppid=26178 vsize=13984976 memory=5784 CPUtime=0.34 cores=1,3,5,7
/proc/26180/task/26212/stat : 26212 (java) R 26178 26178 23654 0 -1 4202560 2236 0 0 0 34 0 0 0 20 0 15 0 154403582 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954809300384 139955255591760 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26213] ppid=26178 vsize=13984976 memory=4616 CPUtime=0.31 cores=1,3,5,7
/proc/26180/task/26213/stat : 26213 (java) R 26178 26178 23654 0 -1 4202560 1544 0 0 0 31 0 0 0 20 0 15 0 154403582 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954808243256 139955258120028 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26214] ppid=26178 vsize=13984976 memory=1928 CPUtime=0.31 cores=1,3,5,7
/proc/26180/task/26214/stat : 26214 (java) S 26178 26178 23654 0 -1 1077944384 1889 0 0 0 31 0 0 0 20 0 15 0 154403582 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954807203952 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26215] ppid=26178 vsize=13984976 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26215/stat : 26215 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954806151392 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26216] ppid=26178 vsize=13984976 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26216/stat : 26216 (java) S 26178 26178 23654 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 19308 33554432000 4194304 4196468 140733811161744 139954805099696 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 78616 KiB

[startup+1.50088 s]
/proc/loadavg: 2.01 1.97 1.93 6/218 26216
/proc/meminfo: memFree=21906720/32770624 swapFree=67108860/67108860
[pid=26178] ppid=26175 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26178/stat : 26178 (xcsp3-exec) S 26175 26178 23654 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154403576 9740288 346 33554432000 4194304 5098028 140725421393920 140725421392024 140546242769532 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14262272 140725421397109 140725421397312 140725421397312 140725421400043 0
/proc/26178/statm: 2378 346 289 221 0 87 0

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

/proc/26178/stat : 26178 (xcsp3-exec) S 26175 26178 23654 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154403576 9740288 346 33554432000 4194304 5098028 140725421393920 140725421392024 140546242769532 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14262272 140725421397109 140725421397312 140725421397312 140725421400043 0
/proc/26178/statm: 2378 346 289 221 0 87 0
[pid=26180] ppid=26178 vsize=13984976 memory=200792 CPUtime=29.95 cores=1,3,5,7
/proc/26180/stat : 26180 (java) S 26178 26178 23654 0 -1 1077944320 41128 0 0 0 2980 15 0 0 20 0 15 0 154403576 14320615424 50198 33554432000 4194304 4196468 140733811161744 140733811144288 139955272105719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
/proc/26180/statm: 3496244 50198 3263 1 0 3483478 0
[pid=26180/tid=26181] ppid=26178 vsize=13984976 memory=0 CPUtime=23.09 cores=1,3,5,7
/proc/26180/task/26181/stat : 26181 (java) R 26178 26178 23654 0 -1 4202560 9786 0 0 0 2305 4 0 0 20 0 15 0 154403576 14320615424 50198 33554432000 4194304 4196468 140733811161744 139955276345280 139954884938223 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26183] ppid=26178 vsize=13984976 memory=6791534058613427641 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26183/stat : 26183 (java) S 26178 26178 23654 0 -1 1077944384 294 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 50198 33554432000 4194304 4196468 140733811161744 139955202194064 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26184] ppid=26178 vsize=13984976 memory=6944656592387989600 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26184/stat : 26184 (java) S 26178 26178 23654 0 -1 1077944384 1406 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954866534928 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26185] ppid=26178 vsize=13984976 memory=6944656592455360604 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26185/stat : 26185 (java) S 26178 26178 23654 0 -1 1077944384 150 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954865482128 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26186] ppid=26178 vsize=13984976 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26186/stat : 26186 (java) S 26178 26178 23654 0 -1 1077944384 427 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954864429328 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26197] ppid=26178 vsize=13984976 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26180/task/26197/stat : 26197 (java) S 26178 26178 23654 0 -1 1077944384 618 0 0 0 1 0 0 0 20 0 15 0 154403578 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954813520752 139955272116866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26204] ppid=26178 vsize=13984976 memory=139721729006676 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26204/stat : 26204 (java) S 26178 26178 23654 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154403579 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954812466720 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26205] ppid=26178 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26205/stat : 26205 (java) S 26178 26178 23654 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 154403579 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954811413872 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26211] ppid=26178 vsize=13984976 memory=2854 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26211/stat : 26211 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954810362192 139955272124315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26212] ppid=26178 vsize=13984976 memory=2169 CPUtime=2.99 cores=1,3,5,7
/proc/26180/task/26212/stat : 26212 (java) S 26178 26178 23654 0 -1 1077944384 9744 0 0 0 298 1 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954809309552 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26213] ppid=26178 vsize=13984976 memory=5 CPUtime=3.03 cores=1,3,5,7
/proc/26180/task/26213/stat : 26213 (java) S 26178 26178 23654 0 -1 1077944384 11996 0 0 0 302 1 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954808256752 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26214] ppid=26178 vsize=13984976 memory=5 CPUtime=0.55 cores=1,3,5,7
/proc/26180/task/26214/stat : 26214 (java) S 26178 26178 23654 0 -1 1077944384 5070 0 0 0 54 1 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954807203952 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26215] ppid=26178 vsize=13984976 memory=5 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26215/stat : 26215 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954806151392 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26216] ppid=26178 vsize=13984976 memory=5 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26216/stat : 26216 (java) S 26178 26178 23654 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954805099696 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
Current children cumulated CPU time: 29.95 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 202176 KiB

[startup+23.6008 s]
/proc/loadavg: 1.94 1.95 1.92 3/218 26216
/proc/meminfo: memFree=21794656/32770624 swapFree=67108860/67108860
[pid=26178] ppid=26175 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26178/stat : 26178 (xcsp3-exec) S 26175 26178 23654 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154403576 9740288 346 33554432000 4194304 5098028 140725421393920 140725421392024 140546242769532 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14262272 140725421397109 140725421397312 140725421397312 140725421400043 0
/proc/26178/statm: 2378 346 289 221 0 87 0
[pid=26180] ppid=26178 vsize=13984976 memory=200792 CPUtime=30.35 cores=1,3,5,7
/proc/26180/stat : 26180 (java) S 26178 26178 23654 0 -1 1077944320 41493 0 0 0 3020 15 0 0 20 0 15 0 154403576 14320615424 50198 33554432000 4194304 4196468 140733811161744 140733811144288 139955272105719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
/proc/26180/statm: 3496244 50198 3263 1 0 3483478 0
[pid=26180/tid=26181] ppid=26178 vsize=13984976 memory=6791534058613427641 CPUtime=23.49 cores=1,3,5,7
/proc/26180/task/26181/stat : 26181 (java) R 26178 26178 23654 0 -1 4202560 10021 0 0 0 2345 4 0 0 20 0 15 0 154403576 14320615424 50198 33554432000 4194304 4196468 140733811161744 139955276345280 139954888668648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26183] ppid=26178 vsize=13984976 memory=1228 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26183/stat : 26183 (java) S 26178 26178 23654 0 -1 1077944384 294 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 50198 33554432000 4194304 4196468 140733811161744 139955202194064 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26184] ppid=26178 vsize=13984976 memory=5784 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26184/stat : 26184 (java) S 26178 26178 23654 0 -1 1077944384 1406 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954866534928 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26185] ppid=26178 vsize=13984976 memory=4616 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26185/stat : 26185 (java) S 26178 26178 23654 0 -1 1077944384 150 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954865482128 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26186] ppid=26178 vsize=13984976 memory=1928 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26186/stat : 26186 (java) S 26178 26178 23654 0 -1 1077944384 427 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954864429328 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26197] ppid=26178 vsize=13984976 memory=1428 CPUtime=0.01 cores=1,3,5,7
/proc/26180/task/26197/stat : 26197 (java) S 26178 26178 23654 0 -1 1077944384 621 0 0 0 1 0 0 0 20 0 15 0 154403578 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954813520752 139955272116866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26204] ppid=26178 vsize=13984976 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26204/stat : 26204 (java) S 26178 26178 23654 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154403579 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954812466720 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26205] ppid=26178 vsize=13984976 memory=10688 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26205/stat : 26205 (java) S 26178 26178 23654 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 154403579 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954811413872 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26211] ppid=26178 vsize=13984976 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26211/stat : 26211 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954810362192 139955272124315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26212] ppid=26178 vsize=13984976 memory=23564 CPUtime=2.99 cores=1,3,5,7
/proc/26180/task/26212/stat : 26212 (java) S 26178 26178 23654 0 -1 1077944384 9748 0 0 0 298 1 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954809309552 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26213] ppid=26178 vsize=13984976 memory=16432 CPUtime=3.03 cores=1,3,5,7
/proc/26180/task/26213/stat : 26213 (java) S 26178 26178 23654 0 -1 1077944384 11999 0 0 0 302 1 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954808256752 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26214] ppid=26178 vsize=13984976 memory=4040 CPUtime=0.55 cores=1,3,5,7
/proc/26180/task/26214/stat : 26214 (java) S 26178 26178 23654 0 -1 1077944384 5190 0 0 0 54 1 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954807203952 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26215] ppid=26178 vsize=13984976 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26215/stat : 26215 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954806151392 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26216] ppid=26178 vsize=13984976 memory=640 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26216/stat : 26216 (java) S 26178 26178 23654 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 50198 33554432000 4194304 4196468 140733811161744 139954805099696 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
Current children cumulated CPU time: 30.35 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 202176 KiB

[startup+24.0008 s]*
/proc/loadavg: 1.94 1.95 1.92 3/218 26216
/proc/meminfo: memFree=21802972/32770624 swapFree=67108860/67108860
[pid=26178] ppid=26175 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26178/stat : 26178 (xcsp3-exec) S 26175 26178 23654 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154403576 9740288 346 33554432000 4194304 5098028 140725421393920 140725421392024 140546242769532 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14262272 140725421397109 140725421397312 140725421397312 140725421400043 0
/proc/26178/statm: 2378 346 289 221 0 87 0
[pid=26180] ppid=26178 vsize=13984976 memory=196732 CPUtime=30.83 cores=1,3,5,7
/proc/26180/stat : 26180 (java) S 26178 26178 23654 0 -1 1077944320 43941 0 0 0 3068 15 0 0 20 0 15 0 154403576 14320615424 49183 33554432000 4194304 4196468 140733811161744 140733811144288 139955272105719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
/proc/26180/statm: 3496244 49183 3263 1 0 3483478 0
[pid=26180/tid=26181] ppid=26178 vsize=13984976 memory=6791534058613427641 CPUtime=23.89 cores=1,3,5,7
/proc/26180/task/26181/stat : 26181 (java) R 26178 26178 23654 0 -1 4202560 10222 0 0 0 2385 4 0 0 20 0 15 0 154403576 14320615424 49183 33554432000 4194304 4196468 140733811161744 139955276342936 139954888511943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26183] ppid=26178 vsize=13984976 memory=4872558044660077418 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26183/stat : 26183 (java) S 26178 26178 23654 0 -1 1077944384 317 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 49183 33554432000 4194304 4196468 140733811161744 139955202194064 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26184] ppid=26178 vsize=13984976 memory=1380 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26184/stat : 26184 (java) S 26178 26178 23654 0 -1 1077944384 1781 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954866534928 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26185] ppid=26178 vsize=13984976 memory=1166468 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26185/stat : 26185 (java) S 26178 26178 23654 0 -1 1077944384 163 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954865482128 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26186] ppid=26178 vsize=13984976 memory=1160 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26186/stat : 26186 (java) S 26178 26178 23654 0 -1 1077944384 445 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954864429328 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26197] ppid=26178 vsize=13984976 memory=2760 CPUtime=0.01 cores=1,3,5,7
/proc/26180/task/26197/stat : 26197 (java) S 26178 26178 23654 0 -1 1077944384 820 0 0 0 1 0 0 0 20 0 15 0 154403578 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954813520752 139955272116866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26204] ppid=26178 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26204/stat : 26204 (java) S 26178 26178 23654 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154403579 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954812466720 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26205] ppid=26178 vsize=13984976 memory=200792 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26205/stat : 26205 (java) S 26178 26178 23654 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 154403579 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954811413872 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26211] ppid=26178 vsize=13984976 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26211/stat : 26211 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954810362192 139955272124315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26212] ppid=26178 vsize=13984976 memory=0 CPUtime=2.99 cores=1,3,5,7
/proc/26180/task/26212/stat : 26212 (java) S 26178 26178 23654 0 -1 1077944384 9932 0 0 0 298 1 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954809309552 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26213] ppid=26178 vsize=13984976 memory=0 CPUtime=3.09 cores=1,3,5,7
/proc/26180/task/26213/stat : 26213 (java) S 26178 26178 23654 0 -1 1077944384 13219 0 0 0 308 1 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954808256752 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26214] ppid=26178 vsize=13984976 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/26180/task/26214/stat : 26214 (java) S 26178 26178 23654 0 -1 1077944384 5405 0 0 0 54 1 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954807203952 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26215] ppid=26178 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26215/stat : 26215 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954806151392 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26216] ppid=26178 vsize=13984976 memory=2276 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26216/stat : 26216 (java) S 26178 26178 23654 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954805099696 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
Current children cumulated CPU time: 30.83 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 198116 KiB

[startup+24.1104 s]
/proc/loadavg: 1.94 1.95 1.92 3/218 26216
/proc/meminfo: memFree=21802972/32770624 swapFree=67108860/67108860
[pid=26178] ppid=26175 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26178/stat : 26178 (xcsp3-exec) S 26175 26178 23654 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154403576 9740288 346 33554432000 4194304 5098028 140725421393920 140725421392024 140546242769532 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 14262272 140725421397109 140725421397312 140725421397312 140725421400043 0
/proc/26178/statm: 2378 346 289 221 0 87 0
[pid=26180] ppid=26178 vsize=13984976 memory=196732 CPUtime=30.93 cores=1,3,5,7
/proc/26180/stat : 26180 (java) S 26178 26178 23654 0 -1 1077944320 43941 0 0 0 3078 15 0 0 20 0 15 0 154403576 14320615424 49183 33554432000 4194304 4196468 140733811161744 140733811144288 139955272105719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
/proc/26180/statm: 3496244 49183 3263 1 0 3483478 0
[pid=26180/tid=26181] ppid=26178 vsize=13984976 memory=1384 CPUtime=23.99 cores=1,3,5,7
/proc/26180/task/26181/stat : 26181 (java) R 26178 26178 23654 0 -1 4202560 10222 0 0 0 2395 4 0 0 20 0 15 0 154403576 14320615424 49183 33554432000 4194304 4196468 140733811161744 139955276342936 139954888719267 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26183] ppid=26178 vsize=13984976 memory=196692 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26183/stat : 26183 (java) S 26178 26178 23654 0 -1 1077944384 317 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 49183 33554432000 4194304 4196468 140733811161744 139955202194064 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26184] ppid=26178 vsize=13984976 memory=200792 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26184/stat : 26184 (java) S 26178 26178 23654 0 -1 1077944384 1781 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954866534928 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26185] ppid=26178 vsize=13984976 memory=200792 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26185/stat : 26185 (java) S 26178 26178 23654 0 -1 1077944384 163 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954865482128 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26186] ppid=26178 vsize=13984976 memory=196708 CPUtime=0.05 cores=1,3,5,7
/proc/26180/task/26186/stat : 26186 (java) S 26178 26178 23654 0 -1 1077944384 445 0 0 0 4 1 0 0 20 0 15 0 154403577 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954864429328 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26197] ppid=26178 vsize=13984976 memory=1384 CPUtime=0.01 cores=1,3,5,7
/proc/26180/task/26197/stat : 26197 (java) S 26178 26178 23654 0 -1 1077944384 820 0 0 0 1 0 0 0 20 0 15 0 154403578 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954813520752 139955272116866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26204] ppid=26178 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26204/stat : 26204 (java) S 26178 26178 23654 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 154403579 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954812466720 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26205] ppid=26178 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26205/stat : 26205 (java) S 26178 26178 23654 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 154403579 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954811413872 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26211] ppid=26178 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26211/stat : 26211 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954810362192 139955272124315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26212] ppid=26178 vsize=13984976 memory=200792 CPUtime=2.99 cores=1,3,5,7
/proc/26180/task/26212/stat : 26212 (java) S 26178 26178 23654 0 -1 1077944384 9932 0 0 0 298 1 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954809309552 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26213] ppid=26178 vsize=13984976 memory=1384 CPUtime=3.09 cores=1,3,5,7
/proc/26180/task/26213/stat : 26213 (java) S 26178 26178 23654 0 -1 1077944384 13219 0 0 0 308 1 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954808256752 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26214] ppid=26178 vsize=13984976 memory=4012 CPUtime=0.55 cores=1,3,5,7
/proc/26180/task/26214/stat : 26214 (java) S 26178 26178 23654 0 -1 1077944384 5405 0 0 0 54 1 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954807203952 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26215] ppid=26178 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26215/stat : 26215 (java) S 26178 26178 23654 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954806151392 139955272115925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
[pid=26180/tid=26216] ppid=26178 vsize=13984976 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/26180/task/26216/stat : 26216 (java) S 26178 26178 23654 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 154403582 14320615424 49183 33554432000 4194304 4196468 140733811161744 139954805099696 139955272116866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33845248 140733811168413 140733811168588 140733811168588 140733811171279 0
Current children cumulated CPU time: 30.93 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 198116 KiB

Child status: 0
Real time (s): 24.1551
CPU time (s): 30.9959
CPU user time (s): 30.8304
CPU system time (s): 0.165522
CPU usage (%): 128.32
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 221208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.8304
system time used= 0.165522
maximum resident set size= 219824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45090
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3123
involuntary context switches= 64


# summary of solver processes directly reported to runsolver:
#   pid: 26178
#   total CPU time (s): 30.9959
#   total CPU user time (s): 30.8304
#   total CPU system time (s): 0.165522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181522 second user time and 0.282368 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-20 09:01:01
IDJOB=4284332
IDBENCH=133475
IDSOLVER=2680
FILE ID=node105/4284332-1503213321
RUNJOBID= node105-1503209199-23686
PBS_JOBID= 20630876
Free space on /tmp= 61796 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-4284332-1503213321/watcher-4284332-1503213321 -o /tmp/evaluation-result-4284332-1503213321/solver-4284332-1503213321 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node105-1503209199-23686 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 403199178 HOME/instance-4284332-1503213321.xml

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

MD5SUM BENCH= 60579ec9e2bea81c12df486d2ee437df
RANDOM SEED=403199178

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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:        21997884 kB
MemAvailable:   30830260 kB
Buffers:          239424 kB
Cached:          8882652 kB
SwapCached:            0 kB
Active:          2233800 kB
Inactive:        8084208 kB
Active(anon):    1146112 kB
Inactive(anon):    85892 kB
Active(file):    1087688 kB
Inactive(file):  7998316 kB
Unevictable:        7328 kB
Mlocked:            7328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:       1203260 kB
Mapped:            64200 kB
Shmem:             33420 kB
Slab:             151328 kB
SReclaimable:     124416 kB
SUnreclaim:        26912 kB
KernelStack:        3520 kB
PageTables:         7556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2218656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1079296 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= 61788 MiB
End job on node105 at 2017-08-20 09:01:25