Trace number 4292379

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.7 seq (493a269)? (TO) 2400.06 2387.22

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-3-2_c18.xml
MD5SUM0a472228e3943087b3ac347f10dd57c9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":20,"count":111},{"size":43,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292379-1532587433.xml"  -tl '2400s' -p 1 -x 0
0.11/0.17	c Choco 493a269
0.11/0.18	c [HOME/instance-4292379-1532587433.xml, -tl, 2400s, -p, 1, -x, 0]
0.11/0.21	c simple solver
0.34/0.28	c parse instance...
10.72/4.08	c solve instance...
2400.04/2387.20	s UNKNOWN
2400.04/2387.20	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292379-1532587433/watcher-4292379-1532587433 -o /tmp/evaluation-result-4292379-1532587433/solver-4292379-1532587433 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532582652-2837 --watchdog 2560 HOME/xcsp3-exec -seed 856062211 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292379-1532587433.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=3362, runsolver pid=3359

[startup+0.100125 s]*
/proc/loadavg: 1.72 1.76 1.77 3/198 3379
/proc/meminfo: memFree=21745596/32770624 swapFree=67108860/67108860
[pid=3362] ppid=3359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3362/stat : 3362 (xcsp3-exec) S 3359 3362 2805 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306550 115843072 363 33554432000 4194304 5098028 140720896430848 140720896428952 140404604179068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40382464 140720896435259 140720896435460 140720896435460 140720896438218 0
/proc/3362/statm: 28282 363 305 221 0 87 0
[pid=3364] ppid=3362 vsize=14082840 memory=28612 CPUtime=0.11 cores=1,3,5,7
/proc/3364/stat : 3364 (java) S 3362 3362 2805 0 -1 1077944320 5486 0 0 0 10 1 0 0 20 0 15 0 76306550 14420828160 7153 33554432000 4194304 4196468 140733369034736 140733369017280 139965575352055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
/proc/3364/statm: 3520710 7153 3013 1 0 3483008 0
[pid=3364/tid=3365] ppid=3362 vsize=14082840 memory=8325818968683490714 CPUtime=0.09 cores=1,3,5,7
/proc/3364/task/3365/stat : 3365 (java) R 3362 3362 2805 0 -1 4202560 3510 0 0 0 8 1 0 0 20 0 15 0 76306550 14420828160 7153 33554432000 4194304 4196468 140733369034736 139965579585328 139965575373981 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3366] ppid=3362 vsize=14082840 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3366/stat : 3366 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14420828160 7153 33554432000 4194304 4196468 140733369034736 139965536311952 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3367] ppid=3362 vsize=14082840 memory=140374289798784 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3367/stat : 3367 (java) S 3362 3362 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306551 14420828160 7153 33554432000 4194304 4196468 140733369034736 139965170428432 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3368] ppid=3362 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3368/stat : 3368 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14420828160 7153 33554432000 4194304 4196468 140733369034736 139965169375632 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3369] ppid=3362 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3369/stat : 3369 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14420828160 7153 33554432000 4194304 4196468 140733369034736 139965168322832 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3370] ppid=3362 vsize=14082840 memory=140374289798784 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3370/stat : 3370 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306553 14420828160 7153 33554432000 4194304 4196468 140733369034736 139964756323184 139965575363202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3371] ppid=3362 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3371/stat : 3371 (java) S 3362 3362 2805 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76306553 14420828160 7153 33554432000 4194304 4196468 140733369034736 139964755269152 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3372] ppid=3362 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3372/stat : 3372 (java) S 3362 3362 2805 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76306553 14420828160 7153 33554432000 4194304 4196468 140733369034736 139964754216304 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3373] ppid=3362 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3373/stat : 3373 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14420828160 7153 33554432000 4194304 4196468 140733369034736 139964753164624 139965575370651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3374] ppid=3362 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3374/stat : 3374 (java) R 3362 3362 2805 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 76306556 14420828160 7153 33554432000 4194304 4196468 140733369034736 139964752111984 139965575363202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3375] ppid=3362 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3375/stat : 3375 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14420828160 7153 33554432000 4194304 4196468 140733369034736 139964751059184 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3376] ppid=3362 vsize=14082840 memory=140374289798784 CPUtime=0.01 cores=1,3,5,7
/proc/3364/task/3376/stat : 3376 (java) R 3362 3362 2805 0 -1 4202560 264 0 0 0 1 0 0 0 20 0 15 0 76306556 14420828160 7153 33554432000 4194304 4196468 140733369034736 139964750006384 139965575373402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3377] ppid=3362 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3377/stat : 3377 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14420828160 7153 33554432000 4194304 4196468 140733369034736 139964748953824 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3378] ppid=3362 vsize=14082840 memory=140374289798784 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3378/stat : 3378 (java) S 3362 3362 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306556 14420828160 7153 33554432000 4194304 4196468 140733369034736 139964747902128 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30064 KiB

[startup+0.211164 s]*
/proc/loadavg: 1.72 1.76 1.77 4/216 3407
/proc/meminfo: memFree=21722544/32770624 swapFree=67108860/67108860
[pid=3362] ppid=3359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3362/stat : 3362 (xcsp3-exec) S 3359 3362 2805 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306550 115843072 363 33554432000 4194304 5098028 140720896430848 140720896428952 140404604179068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40382464 140720896435259 140720896435460 140720896435460 140720896438218 0
/proc/3362/statm: 28282 363 305 221 0 87 0
[pid=3364] ppid=3362 vsize=14082840 memory=40604 CPUtime=0.34 cores=1,3,5,7
/proc/3364/stat : 3364 (java) S 3362 3362 2805 0 -1 1077944320 8204 0 0 0 32 2 0 0 20 0 15 0 76306550 14420828160 10151 33554432000 4194304 4196468 140733369034736 140733369017280 139965575352055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
/proc/3364/statm: 3520710 10151 3168 1 0 3483008 0
[pid=3364/tid=3365] ppid=3362 vsize=14082840 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/3364/task/3365/stat : 3365 (java) D 3362 3362 2805 0 -1 1077944384 5425 0 0 0 18 2 0 0 20 0 15 0 76306550 14420828160 10151 33554432000 4194304 4196468 140733369034736 139965579576224 139965568031277 0 4 0 16800975 18446744072101756452 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3366] ppid=3362 vsize=14082840 memory=8950 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3366/stat : 3366 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14420828160 10151 33554432000 4194304 4196468 140733369034736 139965536311952 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3367] ppid=3362 vsize=14082840 memory=288370750441510528 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3367/stat : 3367 (java) S 3362 3362 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306551 14420828160 10151 33554432000 4194304 4196468 140733369034736 139965170428432 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3368] ppid=3362 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3368/stat : 3368 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14420828160 10151 33554432000 4194304 4196468 140733369034736 139965169375632 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3369] ppid=3362 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3369/stat : 3369 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14420828160 10151 33554432000 4194304 4196468 140733369034736 139965168322832 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3370] ppid=3362 vsize=14082872 memory=140374289798784 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3370/stat : 3370 (java) S 3362 3362 2805 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76306553 14420860928 10151 33554432000 4194304 4196468 140733369034736 139964756323184 139965575363202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3371] ppid=3362 vsize=14082872 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3371/stat : 3371 (java) S 3362 3362 2805 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76306553 14420860928 10151 33554432000 4194304 4196468 140733369034736 139964755269152 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3372] ppid=3362 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3372/stat : 3372 (java) S 3362 3362 2805 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76306553 14420828160 10205 33554432000 4194304 4196468 140733369034736 139964754216304 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3373] ppid=3362 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3373/stat : 3373 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14420828160 10205 33554432000 4194304 4196468 140733369034736 139964753164624 139965575370651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3374] ppid=3362 vsize=14082840 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3364/task/3374/stat : 3374 (java) S 3362 3362 2805 0 -1 1077944384 587 0 0 0 3 0 0 0 20 0 15 0 76306556 14420828160 10205 33554432000 4194304 4196468 140733369034736 139964752111984 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3375] ppid=3362 vsize=14082840 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/3364/task/3375/stat : 3375 (java) S 3362 3362 2805 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 15 0 76306556 14420828160 10205 33554432000 4194304 4196468 140733369034736 139964751059184 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3376] ppid=3362 vsize=14082840 memory=140374289798784 CPUtime=0.08 cores=1,3,5,7
/proc/3364/task/3376/stat : 3376 (java) S 3362 3362 2805 0 -1 1077944384 800 0 0 0 8 0 0 0 20 0 15 0 76306556 14420828160 10205 33554432000 4194304 4196468 140733369034736 139964750006384 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3377] ppid=3362 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3377/stat : 3377 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14420828160 10205 33554432000 4194304 4196468 140733369034736 139964748953824 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3378] ppid=3362 vsize=14084956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3378/stat : 3378 (java) S 3362 3362 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306556 14422994944 10205 33554432000 4194304 4196468 140733369034736 139964747902128 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42056 KiB

[startup+0.310792 s]*
/proc/loadavg: 1.72 1.76 1.77 5/216 3407
/proc/meminfo: memFree=21703128/32770624 swapFree=67108860/67108860
[pid=3362] ppid=3359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3362/stat : 3362 (xcsp3-exec) S 3359 3362 2805 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306550 115843072 363 33554432000 4194304 5098028 140720896430848 140720896428952 140404604179068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40382464 140720896435259 140720896435460 140720896435460 140720896438218 0
/proc/3362/statm: 28282 363 305 221 0 87 0
[pid=3364] ppid=3362 vsize=14087096 memory=47184 CPUtime=0.5 cores=1,3,5,7
/proc/3364/stat : 3364 (java) S 3362 3362 2805 0 -1 1077944320 9075 0 0 0 47 3 0 0 20 0 15 0 76306550 14425186304 11796 33554432000 4194304 4196468 140733369034736 140733369017280 139965575352055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
/proc/3364/statm: 3521774 11796 3200 1 0 3483008 0
[pid=3364/tid=3365] ppid=3362 vsize=14087096 memory=8112282956445269571 CPUtime=0.3 cores=1,3,5,7
/proc/3364/task/3365/stat : 3365 (java) R 3362 3362 2805 0 -1 4202560 6144 0 0 0 27 3 0 0 20 0 15 0 76306550 14425186304 11861 33554432000 4194304 4196468 140733369034736 139965579589216 139965559432542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3366] ppid=3362 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3366/stat : 3366 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14425186304 11861 33554432000 4194304 4196468 140733369034736 139965536311952 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3367] ppid=3362 vsize=14087096 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3367/stat : 3367 (java) S 3362 3362 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306551 14425186304 11861 33554432000 4194304 4196468 140733369034736 139965170428432 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3368] ppid=3362 vsize=14087096 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3368/stat : 3368 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14425186304 11861 33554432000 4194304 4196468 140733369034736 139965169375632 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3369] ppid=3362 vsize=14087096 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3369/stat : 3369 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14425186304 11861 33554432000 4194304 4196468 140733369034736 139965168322832 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3370] ppid=3362 vsize=14087096 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3370/stat : 3370 (java) S 3362 3362 2805 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76306553 14425186304 11861 33554432000 4194304 4196468 140733369034736 139964756323184 139965575363202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3371] ppid=3362 vsize=14087096 memory=7379517710693473142 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3371/stat : 3371 (java) S 3362 3362 2805 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76306553 14425186304 11861 33554432000 4194304 4196468 140733369034736 139964755269152 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3372] ppid=3362 vsize=14087096 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3372/stat : 3372 (java) S 3362 3362 2805 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76306553 14425186304 11861 33554432000 4194304 4196468 140733369034736 139964754216304 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3373] ppid=3362 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3373/stat : 3373 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14425186304 11861 33554432000 4194304 4196468 140733369034736 139964753164624 139965575370651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3374] ppid=3362 vsize=14087096 memory=3047711566422646390 CPUtime=0.04 cores=1,3,5,7
/proc/3364/task/3374/stat : 3374 (java) S 3362 3362 2805 0 -1 1077944384 590 0 0 0 4 0 0 0 20 0 15 0 76306556 14425186304 11870 33554432000 4194304 4196468 140733369034736 139964752111984 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3375] ppid=3362 vsize=14087096 memory=8982046290584177472 CPUtime=0.03 cores=1,3,5,7
/proc/3364/task/3375/stat : 3375 (java) S 3362 3362 2805 0 -1 1077944384 110 0 0 0 3 0 0 0 20 0 15 0 76306556 14425186304 11870 33554432000 4194304 4196468 140733369034736 139964751059184 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3376] ppid=3362 vsize=14087096 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/3364/task/3376/stat : 3376 (java) S 3362 3362 2805 0 -1 1077944384 945 0 0 0 12 0 0 0 20 0 15 0 76306556 14425186304 11870 33554432000 4194304 4196468 140733369034736 139964750006384 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3377] ppid=3362 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3377/stat : 3377 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14425186304 11870 33554432000 4194304 4196468 140733369034736 139964748953824 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3378] ppid=3362 vsize=14087096 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3378/stat : 3378 (java) S 3362 3362 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306556 14425186304 11870 33554432000 4194304 4196468 140733369034736 139964747902128 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48636 KiB

[startup+0.70082 s]
/proc/loadavg: 1.72 1.76 1.77 4/197 3424
/proc/meminfo: memFree=21710620/32770624 swapFree=67108860/67108860
[pid=3362] ppid=3359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3362/stat : 3362 (xcsp3-exec) S 3359 3362 2805 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306550 115843072 363 33554432000 4194304 5098028 140720896430848 140720896428952 140404604179068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40382464 140720896435259 140720896435460 140720896435460 140720896438218 0
/proc/3362/statm: 28282 363 305 221 0 87 0
[pid=3364] ppid=3362 vsize=14089220 memory=120672 CPUtime=1.73 cores=1,3,5,7
/proc/3364/stat : 3364 (java) S 3362 3362 2805 0 -1 1077944320 12488 0 0 0 168 5 0 0 20 0 15 0 76306550 14427361280 30168 33554432000 4194304 4196468 140733369034736 140733369017280 139965575352055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
/proc/3364/statm: 3522305 30168 3327 1 0 3483520 0
[pid=3364/tid=3365] ppid=3362 vsize=14089220 memory=4140 CPUtime=0.68 cores=1,3,5,7
/proc/3364/task/3365/stat : 3365 (java) R 3362 3362 2805 0 -1 4202560 6560 0 0 0 64 4 0 0 20 0 15 0 76306550 14427361280 30168 33554432000 4194304 4196468 140733369034736 139965579588608 139965215108566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3366] ppid=3362 vsize=14089220 memory=22936 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3366/stat : 3366 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14427361280 30168 33554432000 4194304 4196468 140733369034736 139965536311952 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3367] ppid=3362 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3367/stat : 3367 (java) S 3362 3362 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306551 14427361280 30168 33554432000 4194304 4196468 140733369034736 139965170428432 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3368] ppid=3362 vsize=14089220 memory=54 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3368/stat : 3368 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14427361280 30168 33554432000 4194304 4196468 140733369034736 139965169375632 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3369] ppid=3362 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3369/stat : 3369 (java) S 3362 3362 2805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76306551 14427361280 30168 33554432000 4194304 4196468 140733369034736 139965168322832 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3370] ppid=3362 vsize=14089220 memory=22936 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3370/stat : 3370 (java) S 3362 3362 2805 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76306553 14427361280 30168 33554432000 4194304 4196468 140733369034736 139964756323184 139965575363202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3371] ppid=3362 vsize=14089220 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3371/stat : 3371 (java) S 3362 3362 2805 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76306553 14427361280 30168 33554432000 4194304 4196468 140733369034736 139964755269152 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3372] ppid=3362 vsize=14089220 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3372/stat : 3372 (java) S 3362 3362 2805 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76306553 14427361280 30168 33554432000 4194304 4196468 140733369034736 139964754216304 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3373] ppid=3362 vsize=14089220 memory=1840 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3373/stat : 3373 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14427361280 30168 33554432000 4194304 4196468 140733369034736 139964753164624 139965575370651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3374] ppid=3362 vsize=14089220 memory=1004 CPUtime=0.38 cores=1,3,5,7
/proc/3364/task/3374/stat : 3374 (java) R 3362 3362 2805 0 -1 4202560 1664 0 0 0 38 0 0 0 20 0 15 0 76306556 14427361280 30168 33554432000 4194304 4196468 140733369034736 139964752102816 139965556873446 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3375] ppid=3362 vsize=14089220 memory=14080 CPUtime=0.36 cores=1,3,5,7
/proc/3364/task/3375/stat : 3375 (java) R 3362 3362 2805 0 -1 4202560 1302 0 0 0 36 0 0 0 20 0 15 0 76306556 14427361280 30168 33554432000 4194304 4196468 140733369034736 139964751045480 139965556873875 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3376] ppid=3362 vsize=14089220 memory=796 CPUtime=0.29 cores=1,3,5,7
/proc/3364/task/3376/stat : 3376 (java) R 3362 3362 2805 0 -1 1077944384 1653 0 0 0 29 0 0 0 20 0 15 0 76306556 14427361280 30168 33554432000 4194304 4196468 140733369034736 139964750006384 139965575363202 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3377] ppid=3362 vsize=14089220 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3377/stat : 3377 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14427361280 30168 33554432000 4194304 4196468 140733369034736 139964748953824 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3378] ppid=3362 vsize=14089220 memory=1956 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3378/stat : 3378 (java) S 3362 3362 2805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76306556 14427361280 30168 33554432000 4194304 4196468 140733369034736 139964747902128 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 122124 KiB

[startup+1.50175 s]
/proc/loadavg: 1.72 1.76 1.77 6/218 3454
/proc/meminfo: memFree=21533856/32770624 swapFree=67108860/67108860
[pid=3362] ppid=3359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3362/stat : 3362 (xcsp3-exec) S 3359 3362 2805 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306550 115843072 363 33554432000 4194304 5098028 140720896430848 140720896428952 140404604179068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40382464 140720896435259 140720896435460 140720896435460 140720896438218 0
/proc/3362/statm: 28282 363 305 221 0 87 0

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

/proc/3364/task/3372/stat : 3372 (java) S 3362 3362 2805 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 76306553 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964754216320 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3373] ppid=3362 vsize=14091268 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3373/stat : 3373 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964753164624 139965575370651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3374] ppid=3362 vsize=14091268 memory=1452 CPUtime=4.79 cores=1,3,5,7
/proc/3364/task/3374/stat : 3374 (java) S 3362 3362 2805 0 -1 1077944384 24039 0 0 0 476 3 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964752111984 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3375] ppid=3362 vsize=14091268 memory=1452 CPUtime=4.24 cores=1,3,5,7
/proc/3364/task/3375/stat : 3375 (java) S 3362 3362 2805 0 -1 1077944384 23881 0 0 0 422 2 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964751059184 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3376] ppid=3362 vsize=14091268 memory=1452 CPUtime=0.99 cores=1,3,5,7
/proc/3364/task/3376/stat : 3376 (java) S 3362 3362 2805 0 -1 1077944384 10916 0 0 0 97 2 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964750006384 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3377] ppid=3362 vsize=14091268 memory=1610044 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3377/stat : 3377 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964748953824 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3378] ppid=3362 vsize=14091268 memory=2204 CPUtime=1.21 cores=1,3,5,7
/proc/3364/task/3378/stat : 3378 (java) S 3362 3362 2805 0 -1 1077944384 1793 0 0 0 55 66 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964747902128 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
Current children cumulated CPU time: 2275.06 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1611496 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/219 3626
/proc/meminfo: memFree=18867652/32770624 swapFree=67108860/67108860
[pid=3362] ppid=3359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3362/stat : 3362 (xcsp3-exec) S 3359 3362 2805 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306550 115843072 363 33554432000 4194304 5098028 140720896430848 140720896428952 140404604179068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40382464 140720896435259 140720896435460 140720896435460 140720896438218 0
/proc/3362/statm: 28282 363 305 221 0 87 0
[pid=3364] ppid=3362 vsize=14091268 memory=1610044 CPUtime=2335.1 cores=1,3,5,7
/proc/3364/stat : 3364 (java) S 3362 3362 2805 0 -1 1077944320 101845 0 0 0 233365 145 0 0 20 0 15 0 76306550 14429458432 402511 33554432000 4194304 4196468 140733369034736 140733369017280 139965575352055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
/proc/3364/statm: 3522817 402511 3404 1 0 3484032 0
[pid=3364/tid=3365] ppid=3362 vsize=14091268 memory=1452 CPUtime=2321.81 cores=1,3,5,7
/proc/3364/task/3365/stat : 3365 (java) R 3362 3362 2805 0 -1 4202560 35070 0 0 0 232161 20 0 0 20 0 15 0 76306550 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965579591352 139965215754155 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3366] ppid=3362 vsize=14091268 memory=1610044 CPUtime=0.47 cores=1,3,5,7
/proc/3364/task/3366/stat : 3366 (java) S 3362 3362 2805 0 -1 1077944384 375 0 0 0 34 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965536311952 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3367] ppid=3362 vsize=14091268 memory=1452 CPUtime=0.47 cores=1,3,5,7
/proc/3364/task/3367/stat : 3367 (java) S 3362 3362 2805 0 -1 1077944384 777 0 0 0 34 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965170428432 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3368] ppid=3362 vsize=14091268 memory=1610044 CPUtime=0.47 cores=1,3,5,7
/proc/3364/task/3368/stat : 3368 (java) S 3362 3362 2805 0 -1 1077944384 867 0 0 0 34 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965169375632 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3369] ppid=3362 vsize=14091268 memory=1452 CPUtime=0.46 cores=1,3,5,7
/proc/3364/task/3369/stat : 3369 (java) S 3362 3362 2805 0 -1 1077944384 362 0 0 0 33 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965168322832 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3370] ppid=3362 vsize=14091268 memory=1610044 CPUtime=0.06 cores=1,3,5,7
/proc/3364/task/3370/stat : 3370 (java) S 3362 3362 2805 0 -1 1077944384 2112 0 0 0 3 3 0 0 20 0 15 0 76306553 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964756323184 139965575363202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3371] ppid=3362 vsize=14091268 memory=1610044 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3371/stat : 3371 (java) S 3362 3362 2805 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 76306553 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964755269216 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3372] ppid=3362 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3372/stat : 3372 (java) S 3362 3362 2805 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 76306553 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964754216320 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3373] ppid=3362 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3373/stat : 3373 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964753164624 139965575370651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3374] ppid=3362 vsize=14091268 memory=1610044 CPUtime=4.79 cores=1,3,5,7
/proc/3364/task/3374/stat : 3374 (java) S 3362 3362 2805 0 -1 1077944384 24230 0 0 0 476 3 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964752111984 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3375] ppid=3362 vsize=14091268 memory=1452 CPUtime=4.25 cores=1,3,5,7
/proc/3364/task/3375/stat : 3375 (java) S 3362 3362 2805 0 -1 1077944384 23884 0 0 0 423 2 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964751059184 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3376] ppid=3362 vsize=14091268 memory=1452 CPUtime=0.99 cores=1,3,5,7
/proc/3364/task/3376/stat : 3376 (java) S 3362 3362 2805 0 -1 1077944384 11004 0 0 0 97 2 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964750006384 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3377] ppid=3362 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3377/stat : 3377 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964748953824 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3378] ppid=3362 vsize=14091268 memory=1452 CPUtime=1.24 cores=1,3,5,7
/proc/3364/task/3378/stat : 3378 (java) S 3362 3362 2805 0 -1 1077944384 1831 0 0 0 56 68 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964747902128 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
Current children cumulated CPU time: 2335.1 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1611496 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/219 3627
/proc/meminfo: memFree=18832976/32770624 swapFree=67108860/67108860
[pid=3362] ppid=3359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3362/stat : 3362 (xcsp3-exec) S 3359 3362 2805 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306550 115843072 363 33554432000 4194304 5098028 140720896430848 140720896428952 140404604179068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40382464 140720896435259 140720896435460 140720896435460 140720896438218 0
/proc/3362/statm: 28282 363 305 221 0 87 0
[pid=3364] ppid=3362 vsize=14091268 memory=1610044 CPUtime=2395.14 cores=1,3,5,7
/proc/3364/stat : 3364 (java) S 3362 3362 2805 0 -1 1077944320 102299 0 0 0 239367 147 0 0 20 0 15 0 76306550 14429458432 402511 33554432000 4194304 4196468 140733369034736 140733369017280 139965575352055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
/proc/3364/statm: 3522817 402511 3404 1 0 3484032 0
[pid=3364/tid=3365] ppid=3362 vsize=14091268 memory=1610044 CPUtime=2381.81 cores=1,3,5,7
/proc/3364/task/3365/stat : 3365 (java) R 3362 3362 2805 0 -1 4202560 35445 0 0 0 238161 20 0 0 20 0 15 0 76306550 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965579588240 139965215754083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3366] ppid=3362 vsize=14091268 memory=1610044 CPUtime=0.47 cores=1,3,5,7
/proc/3364/task/3366/stat : 3366 (java) S 3362 3362 2805 0 -1 1077944384 375 0 0 0 34 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965536311952 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3367] ppid=3362 vsize=14091268 memory=1610044 CPUtime=0.47 cores=1,3,5,7
/proc/3364/task/3367/stat : 3367 (java) S 3362 3362 2805 0 -1 1077944384 777 0 0 0 34 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965170428432 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3368] ppid=3362 vsize=14091268 memory=1610044 CPUtime=0.47 cores=1,3,5,7
/proc/3364/task/3368/stat : 3368 (java) S 3362 3362 2805 0 -1 1077944384 867 0 0 0 34 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965169375632 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3369] ppid=3362 vsize=14091268 memory=1610044 CPUtime=0.46 cores=1,3,5,7
/proc/3364/task/3369/stat : 3369 (java) S 3362 3362 2805 0 -1 1077944384 362 0 0 0 33 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965168322832 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3370] ppid=3362 vsize=14091268 memory=1610044 CPUtime=0.07 cores=1,3,5,7
/proc/3364/task/3370/stat : 3370 (java) S 3362 3362 2805 0 -1 1077944384 2151 0 0 0 4 3 0 0 20 0 15 0 76306553 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964756323184 139965575363202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3371] ppid=3362 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3371/stat : 3371 (java) S 3362 3362 2805 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 76306553 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964755269216 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3372] ppid=3362 vsize=14091268 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3372/stat : 3372 (java) S 3362 3362 2805 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 76306553 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964754216320 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3373] ppid=3362 vsize=14091268 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3373/stat : 3373 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964753164624 139965575370651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3374] ppid=3362 vsize=14091268 memory=1610044 CPUtime=4.79 cores=1,3,5,7
/proc/3364/task/3374/stat : 3374 (java) S 3362 3362 2805 0 -1 1077944384 24232 0 0 0 476 3 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964752111984 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3375] ppid=3362 vsize=14091268 memory=1452 CPUtime=4.25 cores=1,3,5,7
/proc/3364/task/3375/stat : 3375 (java) S 3362 3362 2805 0 -1 1077944384 23887 0 0 0 423 2 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964751059184 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3376] ppid=3362 vsize=14091268 memory=1296 CPUtime=0.99 cores=1,3,5,7
/proc/3364/task/3376/stat : 3376 (java) S 3362 3362 2805 0 -1 1077944384 11006 0 0 0 97 2 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964750006384 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3377] ppid=3362 vsize=14091268 memory=2324 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3377/stat : 3377 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964748953824 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3378] ppid=3362 vsize=14091268 memory=1840 CPUtime=1.27 cores=1,3,5,7
/proc/3364/task/3378/stat : 3378 (java) S 3362 3362 2805 0 -1 1077944384 1864 0 0 0 58 69 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964747902128 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
Current children cumulated CPU time: 2395.14 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1611496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2387.2 s]
/proc/loadavg: 2.00 2.01 1.97 3/219 3627
/proc/meminfo: memFree=18830928/32770624 swapFree=67108860/67108860
[pid=3362] ppid=3359 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3362/stat : 3362 (xcsp3-exec) S 3359 3362 2805 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76306550 115843072 363 33554432000 4194304 5098028 140720896430848 140720896428952 140404604179068 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 40382464 140720896435259 140720896435460 140720896435460 140720896438218 0
/proc/3362/statm: 28282 363 305 221 0 87 0
[pid=3364] ppid=3362 vsize=14091268 memory=1610044 CPUtime=2400.04 cores=1,3,5,7
/proc/3364/stat : 3364 (java) S 3362 3362 2805 0 -1 1077944320 102299 0 0 0 239857 147 0 0 20 0 15 0 76306550 14429458432 402511 33554432000 4194304 4196468 140733369034736 140733369017280 139965575352055 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
/proc/3364/statm: 3522817 402511 3404 1 0 3484032 0
[pid=3364/tid=3365] ppid=3362 vsize=14091268 memory=1610044 CPUtime=2386.71 cores=1,3,5,7
/proc/3364/task/3365/stat : 3365 (java) R 3362 3362 2805 0 -1 4202560 35445 0 0 0 238651 20 0 0 20 0 15 0 76306550 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965579588240 139965213386272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3366] ppid=3362 vsize=14091268 memory=4140 CPUtime=0.47 cores=1,3,5,7
/proc/3364/task/3366/stat : 3366 (java) S 3362 3362 2805 0 -1 1077944384 375 0 0 0 34 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965536311952 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3367] ppid=3362 vsize=14091268 memory=23004 CPUtime=0.47 cores=1,3,5,7
/proc/3364/task/3367/stat : 3367 (java) S 3362 3362 2805 0 -1 1077944384 777 0 0 0 34 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965170428432 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3368] ppid=3362 vsize=14091268 memory=1296 CPUtime=0.47 cores=1,3,5,7
/proc/3364/task/3368/stat : 3368 (java) S 3362 3362 2805 0 -1 1077944384 867 0 0 0 34 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965169375632 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3369] ppid=3362 vsize=14091268 memory=8112282956445269571 CPUtime=0.46 cores=1,3,5,7
/proc/3364/task/3369/stat : 3369 (java) S 3362 3362 2805 0 -1 1077944384 362 0 0 0 33 13 0 0 20 0 15 0 76306551 14429458432 402511 33554432000 4194304 4196468 140733369034736 139965168322832 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3370] ppid=3362 vsize=14091268 memory=1610044 CPUtime=0.07 cores=1,3,5,7
/proc/3364/task/3370/stat : 3370 (java) S 3362 3362 2805 0 -1 1077944384 2151 0 0 0 4 3 0 0 20 0 15 0 76306553 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964756323184 139965575363202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3371] ppid=3362 vsize=14091268 memory=-7087961436404368800 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3371/stat : 3371 (java) S 3362 3362 2805 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 76306553 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964755269216 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3372] ppid=3362 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3372/stat : 3372 (java) S 3362 3362 2805 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 76306553 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964754216320 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3373] ppid=3362 vsize=14091268 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3373/stat : 3373 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964753164624 139965575370651 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3374] ppid=3362 vsize=14091268 memory=1610044 CPUtime=4.79 cores=1,3,5,7
/proc/3364/task/3374/stat : 3374 (java) S 3362 3362 2805 0 -1 1077944384 24232 0 0 0 476 3 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964752111984 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3375] ppid=3362 vsize=14091268 memory=14188 CPUtime=4.25 cores=1,3,5,7
/proc/3364/task/3375/stat : 3375 (java) S 3362 3362 2805 0 -1 1077944384 23887 0 0 0 423 2 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964751059184 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3376] ppid=3362 vsize=14091268 memory=1240 CPUtime=0.99 cores=1,3,5,7
/proc/3364/task/3376/stat : 3376 (java) S 3362 3362 2805 0 -1 1077944384 11006 0 0 0 97 2 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964750006384 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3377] ppid=3362 vsize=14091268 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/3364/task/3377/stat : 3377 (java) S 3362 3362 2805 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964748953824 139965575362261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
[pid=3364/tid=3378] ppid=3362 vsize=14091268 memory=23004 CPUtime=1.27 cores=1,3,5,7
/proc/3364/task/3378/stat : 3378 (java) S 3362 3362 2805 0 -1 1077944384 1864 0 0 0 58 69 0 0 20 0 15 0 76306556 14429458432 402511 33554432000 4194304 4196468 140733369034736 139964747902128 139965575363202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28078080 140733369042049 140733369042225 140733369042225 140733369044943 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1611496 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2387.21 s]
# the end of solver process 3362 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002268 s, system=0 s

[startup+2387.22 s]
# the end of solver process 3364 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.59 s, system=1.4782 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2387.22
CPU time (s): 2400.06
CPU user time (s): 2398.59
CPU system time (s): 1.4782
CPU usage (%): 100.538
Max. virtual memory (cumulated for all children) (KiB): 14204396
Max. memory (cumulated for all children) (KiB): 1611496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.59
system time used= 1.4782
maximum resident set size= 1610656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55886
involuntary context switches= 670


# summary of solver processes directly reported to runsolver:
#   pid: 3362,3364
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2398.59
#   total CPU system time (s): 1.4782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.126 second user time and 24.5747 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-26 08:43:53
IDJOB=4292379
IDBENCH=141633
IDSOLVER=2747
FILE ID=node149/4292379-1532587433
RUNJOBID= node149-1532582652-2837
PBS_JOBID= 21021960
Free space on /tmp= 43240 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-3-2_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292379-1532587433/watcher-4292379-1532587433 -o /tmp/evaluation-result-4292379-1532587433/solver-4292379-1532587433 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532582652-2837 --watchdog 2560  HOME/xcsp3-exec -seed 856062211 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292379-1532587433.xml

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

MD5SUM BENCH= 0a472228e3943087b3ac347f10dd57c9
RANDOM SEED=856062211

node149.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.60
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.60
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.60
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.60
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:        21518856 kB
MemAvailable:   31685996 kB
Buffers:          142924 kB
Cached:         10167056 kB
SwapCached:            0 kB
Active:          2626440 kB
Inactive:        7980540 kB
Active(anon):     246432 kB
Inactive(anon):    78460 kB
Active(file):    2380008 kB
Inactive(file):  7902080 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21732 kB
Writeback:             0 kB
AnonPages:        259484 kB
Mapped:            43660 kB
Shmem:             25224 kB
Slab:             342348 kB
SReclaimable:     313512 kB
SUnreclaim:        28836 kB
KernelStack:        3552 kB
PageTables:         5516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4607716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 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= 43220 MiB
End job on node149 at 2018-07-26 09:23:41