Trace number 4270182

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)OPT8 47.957802 44.261799

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16d.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark13.3135
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270182-1502621177.xml"  -tl '264s' -p 1 -x 0
0.11/0.26	c [HOME/instance-4270182-1502621177.xml, -tl, 264s, -p, 1, -x, 0]
0.30/0.32	c simple solver
0.30/0.39	c parse instance...
0.69/0.57	c solve instance...
1.57/0.88	o 9 
1.91/0.95	o 8 
47.88/44.25	s OPTIMUM FOUND
47.88/44.25	v <instantiation>
47.88/44.25	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] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13] </list>
47.88/44.25	v 	<values>0 9 15 1 3 14 12 11 5 10 2 4 7 6 13 8 0 1 1 1 2 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 </values>
47.88/44.25	v </instantiation>

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270182-1502621177/watcher-4270182-1502621177 -o /tmp/evaluation-result-4270182-1502621177/solver-4270182-1502621177 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28321 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 476288911 HOME/instance-4270182-1502621177.xml 

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

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


[startup+0.100145 s]*
/proc/loadavg: 2.22 1.82 1.74 5/202 32390
/proc/meminfo: memFree=31479100/32770624 swapFree=67108860/67108860
[pid=32383] ppid=32380 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (xcsp3-exec) S 32380 32383 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64311044 9740288 344 18446744073709551615 4194304 5098028 140726392220544 140726392218648 139898615296636 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23490560 140726392222079 140726392222282 140726392222282 140726392225771 0
/proc/32383/statm: 2378 344 289 221 0 87 0
[pid=32385] ppid=32383 vsize=13507920 memory=17208 CPUtime=0.01 cores=1,3,5,7
/proc/32385/stat : 32385 (java) S 32383 32383 17093 0 -1 1077944320 3563 0 0 0 1 0 0 0 20 0 8 0 64311052 13832110080 4302 18446744073709551615 4194304 4196468 140735313246464 140735313229008 140209692942071 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
/proc/32385/statm: 3376980 4302 2030 1 0 3366477 0
[pid=32385/tid=32386] ppid=32383 vsize=13507920 memory=-8713483618642983514 CPUtime=0.01 cores=1,3,5,7
/proc/32385/task/32386/stat : 32386 (java) R 32383 32383 17093 0 -1 4202560 2320 0 0 0 1 0 0 0 20 0 8 0 64311053 13832110080 4302 18446744073709551615 4194304 4196468 140735313246464 140209697175208 140209692963997 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32387] ppid=32383 vsize=13507920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32387/stat : 32387 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 64311053 13832110080 4302 18446744073709551615 4194304 4196468 140735313246464 140209612356624 140209692952277 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32388] ppid=32383 vsize=13507920 memory=140386744325760 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32388/stat : 32388 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 64311053 13832110080 4302 18446744073709551615 4194304 4196468 140735313246464 140209611304080 140209692952277 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32389] ppid=32383 vsize=13507920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32389/stat : 32389 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 8 0 64311053 13832110080 4302 18446744073709551615 4194304 4196468 140735313246464 140209291258640 140209692952277 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32390] ppid=32383 vsize=13507920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32390/stat : 32390 (java) S 32383 32383 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 64311053 13832110080 4302 18446744073709551615 4194304 4196468 140735313246464 140209290206096 140209692952277 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32391] ppid=32383 vsize=13507920 memory=140386744325760 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32391/stat : 32391 (java) S 32383 32383 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 8 0 64311055 13832110080 4302 18446744073709551615 4194304 4196468 140735313246464 140208676870384 140209692953218 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32392] ppid=32383 vsize=13507920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32392/stat : 32392 (java) S 32383 32383 17093 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 8 0 64311055 13832110080 4302 18446744073709551615 4194304 4196468 140735313246464 140208675815504 140209692952277 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13517432 KiB
Current children cumulated memory: 18584 KiB

[startup+0.210011 s]*
/proc/loadavg: 2.22 1.82 1.74 4/211 32399
/proc/meminfo: memFree=31471520/32770624 swapFree=67108860/67108860
[pid=32383] ppid=32380 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (xcsp3-exec) S 32380 32383 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64311044 9740288 344 18446744073709551615 4194304 5098028 140726392220544 140726392218648 139898615296636 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23490560 140726392222079 140726392222282 140726392222282 140726392225771 0
/proc/32383/statm: 2378 344 289 221 0 87 0
[pid=32385] ppid=32383 vsize=13974352 memory=27188 CPUtime=0.11 cores=1,3,5,7
/proc/32385/stat : 32385 (java) S 32383 32383 17093 0 -1 1077944320 5242 0 0 0 9 2 0 0 20 0 15 0 64311052 14309736448 6797 18446744073709551615 4194304 4196468 140735313246464 140735313229008 140209692942071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
/proc/32385/statm: 3493588 6797 2779 1 0 3482964 0
[pid=32385/tid=32386] ppid=32383 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=1,3,5,7
/proc/32385/task/32386/stat : 32386 (java) R 32383 32383 17093 0 -1 4202560 3330 0 0 0 7 1 0 0 20 0 15 0 64311053 14309736448 6863 18446744073709551615 4194304 4196468 140735313246464 140209697174064 140209685179198 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32387] ppid=32383 vsize=13974352 memory=13729 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32387/stat : 32387 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14309736448 6863 18446744073709551615 4194304 4196468 140735313246464 140209612356624 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32388] ppid=32383 vsize=13974352 memory=140386744353685 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32388/stat : 32388 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14309736448 6863 18446744073709551615 4194304 4196468 140735313246464 140209611304080 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32389] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32389/stat : 32389 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14309736448 6863 18446744073709551615 4194304 4196468 140735313246464 140209291258640 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32390] ppid=32383 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32390/stat : 32390 (java) S 32383 32383 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64311053 14309736448 6929 18446744073709551615 4194304 4196468 140735313246464 140209290206096 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32391] ppid=32383 vsize=13974352 memory=140386744325760 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32391/stat : 32391 (java) S 32383 32383 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64311055 14309736448 6929 18446744073709551615 4194304 4196468 140735313246464 140208676870384 140209692953218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32392] ppid=32383 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32392/stat : 32392 (java) S 32383 32383 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64311055 14309736448 6929 18446744073709551615 4194304 4196468 140735313246464 140208675816608 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32393] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32393/stat : 32393 (java) S 32383 32383 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64311055 14309736448 6929 18446744073709551615 4194304 4196468 140735313246464 140208674763504 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32394] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32394/stat : 32394 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14309736448 6929 18446744073709551615 4194304 4196468 140735313246464 140208673712080 140209692960667 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32395] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32395/stat : 32395 (java) R 32383 32383 17093 0 -1 4202560 422 0 0 0 0 0 0 0 20 0 15 0 64311058 14309736448 6929 18446744073709551615 4194304 4196468 140735313246464 140208672660208 140209670882336 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32396] ppid=32383 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32396/stat : 32396 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14309736448 6929 18446744073709551615 4194304 4196468 140735313246464 140208671607664 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32397] ppid=32383 vsize=13974352 memory=140386744325760 CPUtime=0.01 cores=1,3,5,7
/proc/32385/task/32397/stat : 32397 (java) S 32383 32383 17093 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 15 0 64311058 14309736448 6929 18446744073709551615 4194304 4196468 140735313246464 140208334957040 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32398] ppid=32383 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32398/stat : 32398 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14309736448 6929 18446744073709551615 4194304 4196468 140735313246464 140208333904736 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32399] ppid=32383 vsize=13974352 memory=140386744325760 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32399/stat : 32399 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311062 14309736448 6929 18446744073709551615 4194304 4196468 140735313246464 140208332851760 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28564 KiB

[startup+0.310276 s]*
/proc/loadavg: 2.22 1.82 1.74 5/211 32399
/proc/meminfo: memFree=31459096/32770624 swapFree=67108860/67108860
[pid=32383] ppid=32380 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (xcsp3-exec) S 32380 32383 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64311044 9740288 344 18446744073709551615 4194304 5098028 140726392220544 140726392218648 139898615296636 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23490560 140726392222079 140726392222282 140726392222282 140726392225771 0
/proc/32383/statm: 2378 344 289 221 0 87 0
[pid=32385] ppid=32383 vsize=13974352 memory=39596 CPUtime=0.3 cores=1,3,5,7
/proc/32385/stat : 32385 (java) S 32383 32383 17093 0 -1 1077944320 9119 0 0 0 27 3 0 0 20 0 15 0 64311052 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140735313229008 140209692942071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
/proc/32385/statm: 3493588 9899 2997 1 0 3482964 0
[pid=32385/tid=32386] ppid=32383 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/32385/task/32386/stat : 32386 (java) R 32383 32383 17093 0 -1 4202560 6223 0 0 0 15 3 0 0 20 0 15 0 64311053 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140209697175744 140209677022558 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32387] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32387/stat : 32387 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140209612356624 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32388] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32388/stat : 32388 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140209611304080 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32389] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32389/stat : 32389 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140209291258640 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32390] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32390/stat : 32390 (java) S 32383 32383 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64311053 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140209290206096 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32391] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32391/stat : 32391 (java) S 32383 32383 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64311055 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140208676870384 140209692953218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32392] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32392/stat : 32392 (java) S 32383 32383 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64311055 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140208675816608 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32393] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32393/stat : 32393 (java) S 32383 32383 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64311055 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140208674763504 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32394] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32394/stat : 32394 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140208673712080 140209692960667 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32395] ppid=32383 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32385/task/32395/stat : 32395 (java) S 32383 32383 17093 0 -1 1077944384 591 0 0 0 2 0 0 0 20 0 15 0 64311058 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140208672660208 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32396] ppid=32383 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32385/task/32396/stat : 32396 (java) S 32383 32383 17093 0 -1 1077944384 248 0 0 0 2 0 0 0 20 0 15 0 64311058 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140208671607664 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32397] ppid=32383 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/32385/task/32397/stat : 32397 (java) R 32383 32383 17093 0 -1 4202560 754 0 0 0 6 0 0 0 20 0 15 0 64311058 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140208334957040 140209671582730 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32398] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32398/stat : 32398 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140208333904736 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32399] ppid=32383 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32399/stat : 32399 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311062 14309736448 9899 18446744073709551615 4194304 4196468 140735313246464 140208332851760 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 40972 KiB

[startup+0.700885 s]
/proc/loadavg: 2.22 1.82 1.74 3/211 32399
/proc/meminfo: memFree=31447780/32770624 swapFree=67108860/67108860
[pid=32383] ppid=32380 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (xcsp3-exec) S 32380 32383 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64311044 9740288 344 18446744073709551615 4194304 5098028 140726392220544 140726392218648 139898615296636 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23490560 140726392222079 140726392222282 140726392222282 140726392225771 0
/proc/32383/statm: 2378 344 289 221 0 87 0
[pid=32385] ppid=32383 vsize=13980732 memory=60744 CPUtime=1.26 cores=1,3,5,7
/proc/32385/stat : 32385 (java) S 32383 32383 17093 0 -1 1077944320 12806 0 0 0 121 5 0 0 20 0 15 0 64311052 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140735313229008 140209692942071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
/proc/32385/statm: 3495183 15186 3185 1 0 3483476 0
[pid=32385/tid=32386] ppid=32383 vsize=13980732 memory=2181 CPUtime=0.56 cores=1,3,5,7
/proc/32385/task/32386/stat : 32386 (java) R 32383 32383 17093 0 -1 4202560 8456 0 0 0 52 4 0 0 20 0 15 0 64311053 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140209697181288 140209294611642 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32387] ppid=32383 vsize=13980732 memory=290 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32387/stat : 32387 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140209612356624 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32388] ppid=32383 vsize=13980732 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32388/stat : 32388 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140209611304080 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32389] ppid=32383 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32389/stat : 32389 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140209291258640 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32390] ppid=32383 vsize=13980732 memory=140386643223152 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32390/stat : 32390 (java) S 32383 32383 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140209290206096 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32391] ppid=32383 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32391/stat : 32391 (java) S 32383 32383 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140208676870384 140209692953218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32392] ppid=32383 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32392/stat : 32392 (java) S 32383 32383 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140208675816608 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32393] ppid=32383 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32393/stat : 32393 (java) S 32383 32383 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140208674763504 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32394] ppid=32383 vsize=13980732 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32394/stat : 32394 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140208673712080 140209692960667 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32395] ppid=32383 vsize=13980732 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/32385/task/32395/stat : 32395 (java) R 32383 32383 17093 0 -1 4202560 1036 0 0 0 21 0 0 0 20 0 15 0 64311058 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140208672652160 140209677332189 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32396] ppid=32383 vsize=13980732 memory=-6205556093256753280 CPUtime=0.21 cores=1,3,5,7
/proc/32385/task/32396/stat : 32396 (java) R 32383 32383 17093 0 -1 4202560 726 0 0 0 21 0 0 0 20 0 15 0 64311058 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140208671606848 140209692955953 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32397] ppid=32383 vsize=13980732 memory=6944656592387989600 CPUtime=0.25 cores=1,3,5,7
/proc/32385/task/32397/stat : 32397 (java) S 32383 32383 17093 0 -1 1077944384 1282 0 0 0 25 0 0 0 20 0 15 0 64311058 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140208334957040 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32398] ppid=32383 vsize=13980732 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32398/stat : 32398 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140208333904736 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32399] ppid=32383 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32399/stat : 32399 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311062 14316269568 15186 18446744073709551615 4194304 4196468 140735313246464 140208332851760 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 62120 KiB

[startup+1.50084 s]
/proc/loadavg: 2.22 1.82 1.74 5/211 32399
/proc/meminfo: memFree=31428064/32770624 swapFree=67108860/67108860
[pid=32383] ppid=32380 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (xcsp3-exec) S 32380 32383 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64311044 9740288 344 18446744073709551615 4194304 5098028 140726392220544 140726392218648 139898615296636 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23490560 140726392222079 140726392222282 140726392222282 140726392225771 0
/proc/32383/statm: 2378 344 289 221 0 87 0
[pid=32385] ppid=32383 vsize=13980732 memory=73072 CPUtime=3.72 cores=1,3,5,7
/proc/32385/stat : 32385 (java) S 32383 32383 17093 0 -1 1077944320 19589 0 0 0 366 6 0 0 20 0 15 0 64311052 14316269568 18268 18446744073709551615 4194304 4196468 140735313246464 140735313229008 140209692942071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
/proc/32385/statm: 3495183 18268 3203 1 0 3483476 0
[pid=32385/tid=32386] ppid=32383 vsize=13980732 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/32385/task/32386/stat : 32386 (java) R 32383 32383 17093 0 -1 4202560 8633 0 0 0 132 4 0 0 20 0 15 0 64311053 14316269568 18268 18446744073709551615 4194304 4196468 140735313246464 140209697179344 140209296043404 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32387] ppid=32383 vsize=13980732 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32387/stat : 32387 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 18268 18446744073709551615 4194304 4196468 140735313246464 140209612356624 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32388] ppid=32383 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32388/stat : 32388 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 18268 18446744073709551615 4194304 4196468 140735313246464 140209611304080 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32389] ppid=32383 vsize=13980732 memory=-6948047529741492128 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32389/stat : 32389 (java) S 32383 32383 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 18268 18446744073709551615 4194304 4196468 140735313246464 140209291258640 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32390] ppid=32383 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32390/stat : 32390 (java) S 32383 32383 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 18268 18446744073709551615 4194304 4196468 140735313246464 140209290206096 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32391] ppid=32383 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/32383/stat : 32383 (xcsp3-exec) S 32380 32383 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64311044 9740288 344 18446744073709551615 4194304 5098028 140726392220544 140726392218648 139898615296636 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23490560 140726392222079 140726392222282 140726392222282 140726392225771 0
/proc/32383/statm: 2378 344 289 221 0 87 0
[pid=32385] ppid=32383 vsize=13980732 memory=197984 CPUtime=45.28 cores=1,3,5,7
/proc/32385/stat : 32385 (java) S 32383 32383 17093 0 -1 1077944320 37170 0 0 0 4518 10 0 0 20 0 15 0 64311052 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140735313229008 140209692942071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
/proc/32385/statm: 3495183 49496 3230 1 0 3483476 0
[pid=32385/tid=32386] ppid=32383 vsize=13980732 memory=13563795322702378 CPUtime=41.44 cores=1,3,5,7
/proc/32385/task/32386/stat : 32386 (java) R 32383 32383 17093 0 -1 4202560 11166 0 0 0 4139 5 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209697178504 140209294611754 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32387] ppid=32383 vsize=13980732 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32387/stat : 32387 (java) S 32383 32383 17093 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209612356624 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32388] ppid=32383 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32388/stat : 32388 (java) S 32383 32383 17093 0 -1 1077944384 495 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209611304080 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32389] ppid=32383 vsize=13980732 memory=197976 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32389/stat : 32389 (java) S 32383 32383 17093 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209291258640 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32390] ppid=32383 vsize=13980732 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32390/stat : 32390 (java) S 32383 32383 17093 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209290206096 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32391] ppid=32383 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32391/stat : 32391 (java) S 32383 32383 17093 0 -1 1077944384 602 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208676870384 140209692953218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32392] ppid=32383 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32392/stat : 32392 (java) S 32383 32383 17093 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208675816608 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32393] ppid=32383 vsize=13980732 memory=197984 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32393/stat : 32393 (java) S 32383 32383 17093 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208674763504 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32394] ppid=32383 vsize=13980732 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32394/stat : 32394 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208673712080 140209692960667 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32395] ppid=32383 vsize=13980732 memory=4300 CPUtime=1.71 cores=1,3,5,7
/proc/32385/task/32395/stat : 32395 (java) S 32383 32383 17093 0 -1 1077944384 7766 0 0 0 170 1 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208672660208 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32396] ppid=32383 vsize=13980732 memory=932 CPUtime=1.63 cores=1,3,5,7
/proc/32385/task/32396/stat : 32396 (java) S 32383 32383 17093 0 -1 1077944384 9805 0 0 0 162 1 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208671607664 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32397] ppid=32383 vsize=13980732 memory=1624 CPUtime=0.43 cores=1,3,5,7
/proc/32385/task/32397/stat : 32397 (java) S 32383 32383 17093 0 -1 1077944384 4578 0 0 0 43 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208334957040 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32398] ppid=32383 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32398/stat : 32398 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208333904736 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32399] ppid=32383 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32399/stat : 32399 (java) S 32383 32383 17093 0 -1 1077944384 828 0 0 0 0 0 0 0 20 0 15 0 64311062 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208332851760 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
Current children cumulated CPU time: 45.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199360 KiB

[startup+43.2006 s]
/proc/loadavg: 2.11 1.85 1.75 3/211 32400
/proc/meminfo: memFree=30491780/32770624 swapFree=67108860/67108860
[pid=32383] ppid=32380 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (xcsp3-exec) S 32380 32383 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64311044 9740288 344 18446744073709551615 4194304 5098028 140726392220544 140726392218648 139898615296636 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23490560 140726392222079 140726392222282 140726392222282 140726392225771 0
/proc/32383/statm: 2378 344 289 221 0 87 0
[pid=32385] ppid=32383 vsize=13980732 memory=197984 CPUtime=46.88 cores=1,3,5,7
/proc/32385/stat : 32385 (java) S 32383 32383 17093 0 -1 1077944320 37175 0 0 0 4678 10 0 0 20 0 15 0 64311052 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140735313229008 140209692942071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
/proc/32385/statm: 3495183 49496 3230 1 0 3483476 0
[pid=32385/tid=32386] ppid=32383 vsize=13980732 memory=903196 CPUtime=43.04 cores=1,3,5,7
/proc/32385/task/32386/stat : 32386 (java) R 32383 32383 17093 0 -1 4202560 11171 0 0 0 4299 5 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209697178504 140209294611928 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32387] ppid=32383 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32387/stat : 32387 (java) S 32383 32383 17093 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209612356624 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32388] ppid=32383 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32388/stat : 32388 (java) S 32383 32383 17093 0 -1 1077944384 495 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209611304080 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32389] ppid=32383 vsize=13980732 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32389/stat : 32389 (java) S 32383 32383 17093 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209291258640 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32390] ppid=32383 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32390/stat : 32390 (java) S 32383 32383 17093 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209290206096 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32391] ppid=32383 vsize=13980732 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32391/stat : 32391 (java) S 32383 32383 17093 0 -1 1077944384 602 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208676870384 140209692953218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32392] ppid=32383 vsize=13980732 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32392/stat : 32392 (java) S 32383 32383 17093 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208675816608 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32393] ppid=32383 vsize=13980732 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32393/stat : 32393 (java) S 32383 32383 17093 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208674763504 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32394] ppid=32383 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32394/stat : 32394 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208673712080 140209692960667 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32395] ppid=32383 vsize=13980732 memory=12200 CPUtime=1.71 cores=1,3,5,7
/proc/32385/task/32395/stat : 32395 (java) S 32383 32383 17093 0 -1 1077944384 7766 0 0 0 170 1 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208672660208 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32396] ppid=32383 vsize=13980732 memory=1992 CPUtime=1.63 cores=1,3,5,7
/proc/32385/task/32396/stat : 32396 (java) S 32383 32383 17093 0 -1 1077944384 9805 0 0 0 162 1 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208671607664 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32397] ppid=32383 vsize=13980732 memory=1204 CPUtime=0.43 cores=1,3,5,7
/proc/32385/task/32397/stat : 32397 (java) S 32383 32383 17093 0 -1 1077944384 4578 0 0 0 43 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208334957040 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32398] ppid=32383 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32398/stat : 32398 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208333904736 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32399] ppid=32383 vsize=13980732 memory=197972 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32399/stat : 32399 (java) S 32383 32383 17093 0 -1 1077944384 828 0 0 0 0 0 0 0 20 0 15 0 64311062 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208332851760 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
Current children cumulated CPU time: 46.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199360 KiB

[startup+44.0006 s]*
/proc/loadavg: 2.10 1.85 1.76 3/211 32400
/proc/meminfo: memFree=30491656/32770624 swapFree=67108860/67108860
[pid=32383] ppid=32380 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (xcsp3-exec) S 32380 32383 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64311044 9740288 344 18446744073709551615 4194304 5098028 140726392220544 140726392218648 139898615296636 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23490560 140726392222079 140726392222282 140726392222282 140726392225771 0
/proc/32383/statm: 2378 344 289 221 0 87 0
[pid=32385] ppid=32383 vsize=13980732 memory=197984 CPUtime=47.69 cores=1,3,5,7
/proc/32385/stat : 32385 (java) S 32383 32383 17093 0 -1 1077944320 37192 0 0 0 4759 10 0 0 20 0 15 0 64311052 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140735313229008 140209692942071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
/proc/32385/statm: 3495183 49496 3230 1 0 3483476 0
[pid=32385/tid=32386] ppid=32383 vsize=13980732 memory=-8774313645642428999 CPUtime=43.85 cores=1,3,5,7
/proc/32385/task/32386/stat : 32386 (java) R 32383 32383 17093 0 -1 4202560 11188 0 0 0 4380 5 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209697178504 140209294611806 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32387] ppid=32383 vsize=13980732 memory=36356 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32387/stat : 32387 (java) S 32383 32383 17093 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209612356624 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32388] ppid=32383 vsize=13980732 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32388/stat : 32388 (java) S 32383 32383 17093 0 -1 1077944384 495 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209611304080 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32389] ppid=32383 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32389/stat : 32389 (java) S 32383 32383 17093 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209291258640 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32390] ppid=32383 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32390/stat : 32390 (java) S 32383 32383 17093 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209290206096 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32391] ppid=32383 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32391/stat : 32391 (java) S 32383 32383 17093 0 -1 1077944384 602 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208676870384 140209692953218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32392] ppid=32383 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32392/stat : 32392 (java) S 32383 32383 17093 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208675816608 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32393] ppid=32383 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32393/stat : 32393 (java) S 32383 32383 17093 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208674763504 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32394] ppid=32383 vsize=13980732 memory=5787495302091465536 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32394/stat : 32394 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208673712080 140209692960667 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32395] ppid=32383 vsize=13980732 memory=0 CPUtime=1.71 cores=1,3,5,7
/proc/32385/task/32395/stat : 32395 (java) S 32383 32383 17093 0 -1 1077944384 7766 0 0 0 170 1 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208672660208 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32396] ppid=32383 vsize=13980732 memory=3472592183261933599 CPUtime=1.63 cores=1,3,5,7
/proc/32385/task/32396/stat : 32396 (java) S 32383 32383 17093 0 -1 1077944384 9805 0 0 0 162 1 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208671607664 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32397] ppid=32383 vsize=13980732 memory=3691174769956686264 CPUtime=0.43 cores=1,3,5,7
/proc/32385/task/32397/stat : 32397 (java) S 32383 32383 17093 0 -1 1077944384 4578 0 0 0 43 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208334957040 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32398] ppid=32383 vsize=13980732 memory=3472592183261933599 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32398/stat : 32398 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208333904736 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32399] ppid=32383 vsize=13980732 memory=3691174769956686264 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32399/stat : 32399 (java) S 32383 32383 17093 0 -1 1077944384 828 0 0 0 0 0 0 0 20 0 15 0 64311062 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208332851760 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
Current children cumulated CPU time: 47.69 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199360 KiB

[startup+44.2006 s]
/proc/loadavg: 2.10 1.85 1.76 3/211 32400
/proc/meminfo: memFree=30491656/32770624 swapFree=67108860/67108860
[pid=32383] ppid=32380 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32383/stat : 32383 (xcsp3-exec) S 32380 32383 17093 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 64311044 9740288 344 18446744073709551615 4194304 5098028 140726392220544 140726392218648 139898615296636 0 65536 5 65538 18446744071579417331 0 0 17 7 0 0 8 0 0 7196144 7232144 23490560 140726392222079 140726392222282 140726392222282 140726392225771 0
/proc/32383/statm: 2378 344 289 221 0 87 0
[pid=32385] ppid=32383 vsize=13980732 memory=197984 CPUtime=47.88 cores=1,3,5,7
/proc/32385/stat : 32385 (java) S 32383 32383 17093 0 -1 1077944320 37193 0 0 0 4778 10 0 0 20 0 15 0 64311052 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140735313229008 140209692942071 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
/proc/32385/statm: 3495183 49496 3230 1 0 3483476 0
[pid=32385/tid=32386] ppid=32383 vsize=13980732 memory=302921089359489478 CPUtime=44.04 cores=1,3,5,7
/proc/32385/task/32386/stat : 32386 (java) R 32383 32383 17093 0 -1 4202560 11189 0 0 0 4399 5 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209697178504 140209294611554 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32387] ppid=32383 vsize=13980732 memory=7237963451910613096 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32387/stat : 32387 (java) S 32383 32383 17093 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209612356624 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32388] ppid=32383 vsize=13980732 memory=7378147886602675304 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32388/stat : 32388 (java) S 32383 32383 17093 0 -1 1077944384 495 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209611304080 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32389] ppid=32383 vsize=13980732 memory=7237963451910613096 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32389/stat : 32389 (java) S 32383 32383 17093 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209291258640 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32390] ppid=32383 vsize=13980732 memory=7378147886602675304 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32390/stat : 32390 (java) S 32383 32383 17093 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 15 0 64311053 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140209290206096 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32391] ppid=32383 vsize=13980732 memory=7378147886602675304 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32391/stat : 32391 (java) S 32383 32383 17093 0 -1 1077944384 602 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208676870384 140209692953218 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32392] ppid=32383 vsize=13980732 memory=7594868264164474980 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32392/stat : 32392 (java) S 32383 32383 17093 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208675816608 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32393] ppid=32383 vsize=13980732 memory=7584172172082901604 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32393/stat : 32393 (java) S 32383 32383 17093 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 64311055 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208674763504 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32394] ppid=32383 vsize=13980732 memory=7584172172082901604 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32394/stat : 32394 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208673712080 140209692960667 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32395] ppid=32383 vsize=13980732 memory=7595673046529632114 CPUtime=1.71 cores=1,3,5,7
/proc/32385/task/32395/stat : 32395 (java) S 32383 32383 17093 0 -1 1077944384 7766 0 0 0 170 1 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208672660208 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32396] ppid=32383 vsize=13980732 memory=0 CPUtime=1.63 cores=1,3,5,7
/proc/32385/task/32396/stat : 32396 (java) S 32383 32383 17093 0 -1 1077944384 9805 0 0 0 162 1 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208671607664 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32397] ppid=32383 vsize=13980732 memory=590006946279485457 CPUtime=0.43 cores=1,3,5,7
/proc/32385/task/32397/stat : 32397 (java) S 32383 32383 17093 0 -1 1077944384 4578 0 0 0 43 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208334957040 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32398] ppid=32383 vsize=13980732 memory=3472592183261933599 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32398/stat : 32398 (java) S 32383 32383 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64311058 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208333904736 140209692952277 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
[pid=32385/tid=32399] ppid=32383 vsize=13980732 memory=280773288121280 CPUtime=0 cores=1,3,5,7
/proc/32385/task/32399/stat : 32399 (java) S 32383 32383 17093 0 -1 1077944384 828 0 0 0 0 0 0 0 20 0 15 0 64311062 14316269568 49496 18446744073709551615 4194304 4196468 140735313246464 140208332851760 140209692953218 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37904384 140735313252791 140735313252966 140735313252966 140735313256399 0
Current children cumulated CPU time: 47.88 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199360 KiB

Child status: 0
Real time (s): 44.2618
CPU time (s): 47.9578
CPU user time (s): 47.8496
CPU system time (s): 0.10815
CPU usage (%): 108.35
Max. virtual memory (cumulated for all children) (KiB): 13992016
Max. memory (cumulated for all children) (KiB): 199360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.8496
system time used= 0.10815
maximum resident set size= 198340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38523
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3057
involuntary context switches= 59


# summary of solver processes directly reported to runsolver:
#   pid: 32383
#   total CPU time (s): 47.9578
#   total CPU user time (s): 47.8496
#   total CPU system time (s): 0.10815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.284834 second user time and 0.415873 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 12:32:09
IDJOB=4270182
IDBENCH=123124
IDSOLVER=2661
FILE ID=node127/4270182-1502621177
RUNJOBID= node127-1502615937-28321
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16d.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-4270182-1502621177/watcher-4270182-1502621177 -o /tmp/evaluation-result-4270182-1502621177/solver-4270182-1502621177 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502615937-28321 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 476288911 HOME/instance-4270182-1502621177.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=476288911

node127.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.92
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.92
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.92
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.92
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:        31510504 kB
MemAvailable:   31932608 kB
Buffers:          190180 kB
Cached:           528240 kB
SwapCached:            0 kB
Active:           645676 kB
Inactive:         191516 kB
Active(anon):      68284 kB
Inactive(anon):    83888 kB
Active(file):     577392 kB
Inactive(file):   107628 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15912 kB
Writeback:             8 kB
AnonPages:         84324 kB
Mapped:            57180 kB
Shmem:             33444 kB
Slab:             131288 kB
SReclaimable:     105836 kB
SUnreclaim:        25452 kB
KernelStack:        3216 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1269284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-13 12:32:53