Trace number 4270397

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)? (TO) 253.22 240.019

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-8.xml
MD5SUMf4343428e383d05385b00a8c52a8c02b
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 variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size1051
Distribution of domain sizes[{"size":12,"count":45},{"size":13,"count":15},{"size":14,"count":90},{"size":15,"count":300},{"size":1051,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.06	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270397-1502618635.xml"  -tl '264s' -p 1 -x 0
0.09/0.28	c [HOME/instance-4270397-1502618635.xml, -tl, 264s, -p, 1, -x, 0]
0.28/0.34	c simple solver
0.28/0.40	c parse instance...
1.59/0.81	c solve instance...
253.20/240.01	s UNKNOWN
253.20/240.01	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 (14989 MiB free)
  memory of node 1: 16384 MiB (15429 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270397-1502618635/watcher-4270397-1502618635 -o /tmp/evaluation-result-4270397-1502618635/solver-4270397-1502618635 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502615132-20541 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 188713633 HOME/instance-4270397-1502618635.xml 

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

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

solver pid=22380, runsolver pid=22377

[startup+0.108432 s]*
/proc/loadavg: 1.84 2.00 2.03 4/189 22395
/proc/meminfo: memFree=31140308/32770624 swapFree=67108860/67108860
[pid=22380] ppid=22377 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22380/stat : 22380 (xcsp3-exec) S 22377 22380 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64084213 9740288 345 18446744073709551615 4194304 5098028 140727762586096 140727762584200 139782093980284 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 10067968 140727762588031 140727762588234 140727762588234 140727762591723 0
/proc/22380/statm: 2378 345 289 221 0 87 0
[pid=22387] ppid=22380 vsize=13574484 memory=19984 CPUtime=0.04 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22380 22380 897 0 -1 1077944320 4344 0 0 0 3 1 0 0 20 0 9 0 64084220 13900271616 4996 18446744073709551615 4194304 4196468 140734934745824 140734934728368 140537133706999 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
/proc/22387/statm: 3393621 4996 2137 1 0 3383118 0
[pid=22387/tid=22388] ppid=22380 vsize=13574484 memory=8390339637985935414 CPUtime=0.03 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22380 22380 897 0 -1 4202560 3048 0 0 0 3 0 0 0 20 0 9 0 64084220 13900271616 4996 18446744073709551615 4194304 4196468 140734934745824 140537137942392 140537119389525 0 4 1 16800970 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22389] ppid=22380 vsize=13574484 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64084221 13900271616 4996 18446744073709551615 4194304 4196468 140734934745824 140537103420176 140537133717205 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22390] ppid=22380 vsize=13574484 memory=288370338698790528 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64084221 13900271616 4996 18446744073709551615 4194304 4196468 140734934745824 140537102367632 140537133717205 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22391] ppid=22380 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64084221 13900271616 4996 18446744073709551615 4194304 4196468 140734934745824 140536732216336 140537133717205 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22392] ppid=22380 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22380 22380 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64084221 13900271616 4996 18446744073709551615 4194304 4196468 140734934745824 140536731163792 140537133717205 0 4 1 16800970 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22393] ppid=22380 vsize=13574484 memory=139962547078784 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22380 22380 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64084222 13900271616 4996 18446744073709551615 4194304 4196468 140734934745824 140536478091248 140537133718146 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22394] ppid=22380 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22380 22380 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 64084223 13900271616 4996 18446744073709551615 4194304 4196468 140734934745824 140536477037472 140537133717205 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22395] ppid=22380 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22380 22380 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 64084223 13900271616 4996 18446744073709551615 4194304 4196468 140734934745824 140536475984880 140537133717205 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 21364 KiB

[startup+0.210669 s]*
/proc/loadavg: 1.84 2.00 2.03 2/208 22415
/proc/meminfo: memFree=31124636/32770624 swapFree=67108860/67108860
[pid=22380] ppid=22377 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22380/stat : 22380 (xcsp3-exec) S 22377 22380 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64084213 9740288 345 18446744073709551615 4194304 5098028 140727762586096 140727762584200 139782093980284 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 10067968 140727762588031 140727762588234 140727762588234 140727762591723 0
/proc/22380/statm: 2378 345 289 221 0 87 0
[pid=22387] ppid=22380 vsize=13974352 memory=27840 CPUtime=0.09 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22380 22380 897 0 -1 1077944320 5357 0 0 0 8 1 0 0 20 0 15 0 64084220 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140734934728368 140537133706999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
/proc/22387/statm: 3493588 6960 2752 1 0 3482964 0
[pid=22387/tid=22388] ppid=22380 vsize=13974352 memory=7311146985107750967 CPUtime=0.07 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22380 22380 897 0 -1 4202560 3507 0 0 0 7 0 0 0 20 0 15 0 64084220 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140537137937128 140537126385013 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22389] ppid=22380 vsize=13974352 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140537103420176 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22390] ppid=22380 vsize=13974352 memory=288370338698790528 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140537102367632 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22391] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140536732216336 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22392] ppid=22380 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22380 22380 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64084221 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140536731163792 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22393] ppid=22380 vsize=13974352 memory=139962547078784 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22380 22380 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64084222 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140536478091248 140537133718146 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22394] ppid=22380 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22380 22380 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64084223 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140536477037472 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22395] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22380 22380 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64084223 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140536475984880 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22402] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22402/stat : 22402 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084225 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140536474933456 140537133725595 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22403] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22403/stat : 22403 (java) S 22380 22380 897 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 15 0 64084225 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140536473881072 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22404] ppid=22380 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22404/stat : 22404 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084225 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140536472828528 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22405] ppid=22380 vsize=13974352 memory=139962547078784 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22405/stat : 22405 (java) R 22380 22380 897 0 -1 4202560 226 0 0 0 0 0 0 0 20 0 15 0 64084225 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140536471775984 140537133728346 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22406] ppid=22380 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22406/stat : 22406 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084226 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140536470723680 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22415] ppid=22380 vsize=13974352 memory=139962547078784 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22415/stat : 22415 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084232 14309736448 6960 18446744073709551615 4194304 4196468 140734934745824 140536469670192 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29220 KiB

[startup+0.310121 s]*
/proc/loadavg: 1.84 2.00 2.03 2/193 22416
/proc/meminfo: memFree=31120660/32770624 swapFree=67108860/67108860
[pid=22380] ppid=22377 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22380/stat : 22380 (xcsp3-exec) S 22377 22380 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64084213 9740288 345 18446744073709551615 4194304 5098028 140727762586096 140727762584200 139782093980284 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 10067968 140727762588031 140727762588234 140727762588234 140727762591723 0
/proc/22380/statm: 2378 345 289 221 0 87 0
[pid=22387] ppid=22380 vsize=13974352 memory=37460 CPUtime=0.28 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22380 22380 897 0 -1 1077944320 8921 0 0 0 25 3 0 0 20 0 15 0 64084220 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140734934728368 140537133706999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
/proc/22387/statm: 3493588 9365 2985 1 0 3482964 0
[pid=22387/tid=22388] ppid=22380 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22380 22380 897 0 -1 4202560 6147 0 0 0 15 2 0 0 20 0 15 0 64084220 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140537137921384 140537133718934 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22389] ppid=22380 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140537103420176 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22390] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140537102367632 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22391] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140536732216336 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22392] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22380 22380 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64084221 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140536731163792 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22393] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22380 22380 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64084222 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140536478091248 140537133718146 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22394] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22380 22380 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64084223 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140536477037472 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22395] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22380 22380 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64084223 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140536475984880 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22402] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22402/stat : 22402 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084225 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140536474933456 140537133725595 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22403] ppid=22380 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22403/stat : 22403 (java) S 22380 22380 897 0 -1 1077944384 468 0 0 0 2 0 0 0 20 0 15 0 64084225 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140536473881072 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22404] ppid=22380 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22387/task/22404/stat : 22404 (java) S 22380 22380 897 0 -1 1077944384 310 0 0 0 1 0 0 0 20 0 15 0 64084225 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140536472828528 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22405] ppid=22380 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/22387/task/22405/stat : 22405 (java) R 22380 22380 897 0 -1 4202560 693 0 0 0 5 0 0 0 20 0 15 0 64084225 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140536471775984 140537112248321 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22406] ppid=22380 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22406/stat : 22406 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084226 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140536470723680 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22415] ppid=22380 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22415/stat : 22415 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084232 14309736448 9365 18446744073709551615 4194304 4196468 140734934745824 140536469670192 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38840 KiB

[startup+0.707393 s]
/proc/loadavg: 1.84 2.00 2.03 5/192 22419
/proc/meminfo: memFree=31109464/32770624 swapFree=67108860/67108860
[pid=22380] ppid=22377 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22380/stat : 22380 (xcsp3-exec) S 22377 22380 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64084213 9740288 345 18446744073709551615 4194304 5098028 140727762586096 140727762584200 139782093980284 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 10067968 140727762588031 140727762588234 140727762588234 140727762591723 0
/proc/22380/statm: 2378 345 289 221 0 87 0
[pid=22387] ppid=22380 vsize=13980732 memory=70196 CPUtime=1.3 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22380 22380 897 0 -1 1077944320 13621 0 0 0 125 5 0 0 20 0 15 0 64084220 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140734934728368 140537133706999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
/proc/22387/statm: 3495183 17549 3161 1 0 3483476 0
[pid=22387/tid=22388] ppid=22380 vsize=13980732 memory=1292 CPUtime=0.55 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22380 22380 897 0 -1 4202560 8552 0 0 0 52 3 0 0 20 0 15 0 64084220 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140537137940912 140537117750629 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22389] ppid=22380 vsize=13980732 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140537103420176 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22390] ppid=22380 vsize=13980732 memory=10164 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140537102367632 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22391] ppid=22380 vsize=13980732 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140536732216336 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22392] ppid=22380 vsize=13980732 memory=2000 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22380 22380 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64084221 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140536731163792 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22393] ppid=22380 vsize=13980732 memory=10976 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22380 22380 897 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 64084222 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140536478091248 140537133718146 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22394] ppid=22380 vsize=13980732 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22380 22380 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64084223 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140536477037472 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22395] ppid=22380 vsize=13980732 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22380 22380 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64084223 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140536475984880 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22402] ppid=22380 vsize=13980732 memory=20208 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22402/stat : 22402 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084225 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140536474933456 140537133725595 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22403] ppid=22380 vsize=13980732 memory=4044 CPUtime=0.2 cores=0,2,4,6
/proc/22387/task/22403/stat : 22403 (java) R 22380 22380 897 0 -1 4202560 1242 0 0 0 20 0 0 0 20 0 15 0 64084225 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140536473870544 140537112953219 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22404] ppid=22380 vsize=13980732 memory=2241 CPUtime=0.19 cores=0,2,4,6
/proc/22387/task/22404/stat : 22404 (java) R 22380 22380 897 0 -1 4202560 1001 0 0 0 19 0 0 0 20 0 15 0 64084225 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140536472815072 140537115250789 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22405] ppid=22380 vsize=13980732 memory=2244 CPUtime=0.33 cores=0,2,4,6
/proc/22387/task/22405/stat : 22405 (java) R 22380 22380 897 0 -1 4202560 1518 0 0 0 33 0 0 0 20 0 15 0 64084225 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140536471775984 140537126803835 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22406] ppid=22380 vsize=13980732 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22406/stat : 22406 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084226 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140536470723680 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22415] ppid=22380 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22415/stat : 22415 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084232 14316269568 17549 18446744073709551615 4194304 4196468 140734934745824 140536469670192 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 71576 KiB

[startup+1.50076 s]
/proc/loadavg: 1.84 2.00 2.03 6/191 22438
/proc/meminfo: memFree=31080020/32770624 swapFree=67108860/67108860
[pid=22380] ppid=22377 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22380/stat : 22380 (xcsp3-exec) S 22377 22380 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64084213 9740288 345 18446744073709551615 4194304 5098028 140727762586096 140727762584200 139782093980284 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 10067968 140727762588031 140727762588234 140727762588234 140727762591723 0
/proc/22380/statm: 2378 345 289 221 0 87 0
[pid=22387] ppid=22380 vsize=13980732 memory=114516 CPUtime=3.74 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22380 22380 897 0 -1 1077944320 27651 0 0 0 367 7 0 0 20 0 15 0 64084220 14316269568 28629 18446744073709551615 4194304 4196468 140734934745824 140734934728368 140537133706999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
/proc/22387/statm: 3495183 28629 3197 1 0 3483476 0
[pid=22387/tid=22388] ppid=22380 vsize=13980732 memory=0 CPUtime=1.34 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22380 22380 897 0 -1 4202560 9880 0 0 0 130 4 0 0 20 0 15 0 64084220 14316269568 28629 18446744073709551615 4194304 4196468 140734934745824 140537137942560 140536779819942 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22389] ppid=22380 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14316269568 28629 18446744073709551615 4194304 4196468 140734934745824 140537103420176 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22390] ppid=22380 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14316269568 28629 18446744073709551615 4194304 4196468 140734934745824 140537102367632 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22391] ppid=22380 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22380 22380 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64084221 14316269568 28629 18446744073709551615 4194304 4196468 140734934745824 140536732216336 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22392] ppid=22380 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/22387/task/22395/stat : 22395 (java) S 22380 22380 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 64084223 14316269568 61908 18446744073709551615 4194304 4196468 140734934745824 140536475984880 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22402] ppid=22380 vsize=13980732 memory=288230376990847267 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22402/stat : 22402 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084225 14316269568 61908 18446744073709551615 4194304 4196468 140734934745824 140536474933456 140537133725595 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22403] ppid=22380 vsize=13980732 memory=279924896439824 CPUtime=6.04 cores=0,2,4,6
/proc/22387/task/22403/stat : 22403 (java) S 22380 22380 897 0 -1 1077944384 27569 0 0 0 601 3 0 0 20 0 15 0 64084225 14316269568 61908 18446744073709551615 4194304 4196468 140734934745824 140536473881072 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22404] ppid=22380 vsize=13980732 memory=1853479716097 CPUtime=6.1 cores=0,2,4,6
/proc/22387/task/22404/stat : 22404 (java) S 22380 22380 897 0 -1 1077944384 25591 0 0 0 608 2 0 0 20 0 15 0 64084225 14316269568 61908 18446744073709551615 4194304 4196468 140734934745824 140536472828528 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22405] ppid=22380 vsize=13980732 memory=0 CPUtime=0.77 cores=0,2,4,6
/proc/22387/task/22405/stat : 22405 (java) S 22380 22380 897 0 -1 1077944384 6126 0 0 0 76 1 0 0 20 0 15 0 64084225 14316269568 61908 18446744073709551615 4194304 4196468 140734934745824 140536471775984 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22406] ppid=22380 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22406/stat : 22406 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084226 14316269568 61908 18446744073709551615 4194304 4196468 140734934745824 140536470723680 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22415] ppid=22380 vsize=13980732 memory=1380 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22415/stat : 22415 (java) S 22380 22380 897 0 -1 1077944384 677 0 0 0 1 1 0 0 20 0 15 0 64084232 14316269568 61908 18446744073709551615 4194304 4196468 140734934745824 140536469670192 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
Current children cumulated CPU time: 115.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 249012 KiB

[startup+162.301 s]
/proc/loadavg: 1.79 2.00 2.03 3/212 22562
/proc/meminfo: memFree=30708268/32770624 swapFree=67108860/67108860
[pid=22380] ppid=22377 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22380/stat : 22380 (xcsp3-exec) S 22377 22380 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64084213 9740288 345 18446744073709551615 4194304 5098028 140727762586096 140727762584200 139782093980284 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 10067968 140727762588031 140727762588234 140727762588234 140727762591723 0
/proc/22380/statm: 2378 345 289 221 0 87 0
[pid=22387] ppid=22380 vsize=13980732 memory=263236 CPUtime=175.28 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22380 22380 897 0 -1 1077944320 83566 0 0 0 17509 19 0 0 20 0 15 0 64084220 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140734934728368 140537133706999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
/proc/22387/statm: 3495183 65809 3247 1 0 3483476 0
[pid=22387/tid=22388] ppid=22380 vsize=13980732 memory=263236 CPUtime=162.1 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22380 22380 897 0 -1 4202560 14834 0 0 0 16204 6 0 0 20 0 15 0 64084220 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140537137942992 140536781566904 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22389] ppid=22380 vsize=13980732 memory=263236 CPUtime=0.01 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22380 22380 897 0 -1 1077944384 611 0 0 0 1 0 0 0 20 0 15 0 64084221 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140537103420176 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22390] ppid=22380 vsize=13980732 memory=263236 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22380 22380 897 0 -1 1077944384 1287 0 0 0 2 0 0 0 20 0 15 0 64084221 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140537102367632 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22391] ppid=22380 vsize=13980732 memory=1380 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22380 22380 897 0 -1 1077944384 2910 0 0 0 1 1 0 0 20 0 15 0 64084221 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140536732216336 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22392] ppid=22380 vsize=13980732 memory=263236 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22380 22380 897 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 64084221 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140536731163792 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22393] ppid=22380 vsize=13980732 memory=263236 CPUtime=0.01 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22380 22380 897 0 -1 1077944384 1123 0 0 0 1 0 0 0 20 0 15 0 64084222 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140536478091248 140537133718146 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22394] ppid=22380 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22380 22380 897 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 64084223 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140536477037472 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22395] ppid=22380 vsize=13980732 memory=263236 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22380 22380 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 64084223 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140536475984880 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22402] ppid=22380 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22402/stat : 22402 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084225 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140536474933456 140537133725595 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22403] ppid=22380 vsize=13980732 memory=1380 CPUtime=6.07 cores=0,2,4,6
/proc/22387/task/22403/stat : 22403 (java) S 22380 22380 897 0 -1 1077944384 27992 0 0 0 604 3 0 0 20 0 15 0 64084225 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140536473881072 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22404] ppid=22380 vsize=13980732 memory=1380 CPUtime=6.12 cores=0,2,4,6
/proc/22387/task/22404/stat : 22404 (java) S 22380 22380 897 0 -1 1077944384 25883 0 0 0 610 2 0 0 20 0 15 0 64084225 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140536472828528 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22405] ppid=22380 vsize=13980732 memory=263236 CPUtime=0.77 cores=0,2,4,6
/proc/22387/task/22405/stat : 22405 (java) S 22380 22380 897 0 -1 1077944384 6487 0 0 0 76 1 0 0 20 0 15 0 64084225 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140536471775984 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22406] ppid=22380 vsize=13980732 memory=36268 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22406/stat : 22406 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084226 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140536470723680 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22415] ppid=22380 vsize=13980732 memory=1292 CPUtime=0.03 cores=0,2,4,6
/proc/22387/task/22415/stat : 22415 (java) S 22380 22380 897 0 -1 1077944384 698 0 0 0 1 2 0 0 20 0 15 0 64084232 14316269568 65809 18446744073709551615 4194304 4196468 140734934745824 140536469670192 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
Current children cumulated CPU time: 175.28 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 264616 KiB

[startup+222.301 s]
/proc/loadavg: 1.76 1.95 2.02 3/212 22564
/proc/meminfo: memFree=30712264/32770624 swapFree=67108860/67108860
[pid=22380] ppid=22377 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22380/stat : 22380 (xcsp3-exec) S 22377 22380 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64084213 9740288 345 18446744073709551615 4194304 5098028 140727762586096 140727762584200 139782093980284 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 10067968 140727762588031 140727762588234 140727762588234 140727762591723 0
/proc/22380/statm: 2378 345 289 221 0 87 0
[pid=22387] ppid=22380 vsize=13980732 memory=260200 CPUtime=235.48 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22380 22380 897 0 -1 1077944320 85662 0 0 0 23528 20 0 0 20 0 15 0 64084220 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140734934728368 140537133706999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
/proc/22387/statm: 3495183 65050 3247 1 0 3483476 0
[pid=22387/tid=22388] ppid=22380 vsize=13980732 memory=260200 CPUtime=222.08 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22380 22380 897 0 -1 4202560 15209 0 0 0 22202 6 0 0 20 0 15 0 64084220 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140537137946384 140536784954918 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22389] ppid=22380 vsize=13980732 memory=261228 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22380 22380 897 0 -1 1077944384 688 0 0 0 2 0 0 0 20 0 15 0 64084221 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140537103420176 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22390] ppid=22380 vsize=13980732 memory=1380 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22380 22380 897 0 -1 1077944384 1300 0 0 0 2 0 0 0 20 0 15 0 64084221 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140537102367632 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22391] ppid=22380 vsize=13980732 memory=261228 CPUtime=0.03 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22380 22380 897 0 -1 1077944384 3330 0 0 0 2 1 0 0 20 0 15 0 64084221 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140536732216336 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22392] ppid=22380 vsize=13980732 memory=1380 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22380 22380 897 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 15 0 64084221 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140536731163792 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22393] ppid=22380 vsize=13980732 memory=1380 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22380 22380 897 0 -1 1077944384 1180 0 0 0 2 0 0 0 20 0 15 0 64084222 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140536478091248 140537133718146 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22394] ppid=22380 vsize=13980732 memory=260200 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22380 22380 897 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 64084223 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140536477037472 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22395] ppid=22380 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22380 22380 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 64084223 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140536475984880 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22402] ppid=22380 vsize=13980732 memory=260200 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22402/stat : 22402 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084225 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140536474933456 140537133725595 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22403] ppid=22380 vsize=13980732 memory=1380 CPUtime=6.16 cores=0,2,4,6
/proc/22387/task/22403/stat : 22403 (java) S 22380 22380 897 0 -1 1077944384 28292 0 0 0 613 3 0 0 20 0 15 0 64084225 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140536473881072 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22404] ppid=22380 vsize=13980732 memory=1380 CPUtime=6.18 cores=0,2,4,6
/proc/22387/task/22404/stat : 22404 (java) S 22380 22380 897 0 -1 1077944384 26105 0 0 0 616 2 0 0 20 0 15 0 64084225 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140536472828528 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22405] ppid=22380 vsize=13980732 memory=1380 CPUtime=0.78 cores=0,2,4,6
/proc/22387/task/22405/stat : 22405 (java) S 22380 22380 897 0 -1 1077944384 7105 0 0 0 77 1 0 0 20 0 15 0 64084225 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140536471775984 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22406] ppid=22380 vsize=13980732 memory=260200 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22406/stat : 22406 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084226 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140536470723680 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22415] ppid=22380 vsize=13980732 memory=4116 CPUtime=0.05 cores=0,2,4,6
/proc/22387/task/22415/stat : 22415 (java) S 22380 22380 897 0 -1 1077944384 704 0 0 0 2 3 0 0 20 0 15 0 64084232 14316269568 65050 18446744073709551615 4194304 4196468 140734934745824 140536469670192 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
Current children cumulated CPU time: 235.48 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 261580 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.66 1.92 2.01 3/212 22564
/proc/meminfo: memFree=30710736/32770624 swapFree=67108860/67108860
[pid=22380] ppid=22377 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/22380/stat : 22380 (xcsp3-exec) S 22377 22380 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 64084213 9740288 345 18446744073709551615 4194304 5098028 140727762586096 140727762584200 139782093980284 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 6 0 0 7196144 7232144 10067968 140727762588031 140727762588234 140727762588234 140727762591723 0
/proc/22380/statm: 2378 345 289 221 0 87 0
[pid=22387] ppid=22380 vsize=13980732 memory=259692 CPUtime=253.2 cores=0,2,4,6
/proc/22387/stat : 22387 (java) S 22380 22380 897 0 -1 1077944320 86328 0 0 0 25300 20 0 0 20 0 15 0 64084220 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140734934728368 140537133706999 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
/proc/22387/statm: 3495183 64923 3247 1 0 3483476 0
[pid=22387/tid=22388] ppid=22380 vsize=13980732 memory=-8774313645642428999 CPUtime=239.78 cores=0,2,4,6
/proc/22387/task/22388/stat : 22388 (java) R 22380 22380 897 0 -1 4202560 15393 0 0 0 23972 6 0 0 20 0 15 0 64084220 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140537137946384 140536782538290 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22389] ppid=22380 vsize=13980732 memory=4872558044660077418 CPUtime=0.03 cores=0,2,4,6
/proc/22387/task/22389/stat : 22389 (java) S 22380 22380 897 0 -1 1077944384 717 0 0 0 2 1 0 0 20 0 15 0 64084221 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140537103420176 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22390] ppid=22380 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22390/stat : 22390 (java) S 22380 22380 897 0 -1 1077944384 1563 0 0 0 2 0 0 0 20 0 15 0 64084221 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140537102367632 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22391] ppid=22380 vsize=13980732 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/22387/task/22391/stat : 22391 (java) S 22380 22380 897 0 -1 1077944384 3340 0 0 0 2 1 0 0 20 0 15 0 64084221 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140536732216336 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22392] ppid=22380 vsize=13980732 memory=279924897558016 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22392/stat : 22392 (java) S 22380 22380 897 0 -1 1077944384 405 0 0 0 2 0 0 0 20 0 15 0 64084221 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140536731163792 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22393] ppid=22380 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22387/task/22393/stat : 22393 (java) S 22380 22380 897 0 -1 1077944384 1315 0 0 0 2 0 0 0 20 0 15 0 64084222 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140536478091248 140537133718146 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22394] ppid=22380 vsize=13980732 memory=279924897681680 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22394/stat : 22394 (java) S 22380 22380 897 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 15 0 64084223 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140536477037472 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22395] ppid=22380 vsize=13980732 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22395/stat : 22395 (java) S 22380 22380 897 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 64084223 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140536475984880 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22402] ppid=22380 vsize=13980732 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22402/stat : 22402 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084225 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140536474933456 140537133725595 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22403] ppid=22380 vsize=13980732 memory=1728 CPUtime=6.16 cores=0,2,4,6
/proc/22387/task/22403/stat : 22403 (java) S 22380 22380 897 0 -1 1077944384 28294 0 0 0 613 3 0 0 20 0 15 0 64084225 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140536473881072 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22404] ppid=22380 vsize=13980732 memory=1228 CPUtime=6.18 cores=0,2,4,6
/proc/22387/task/22404/stat : 22404 (java) S 22380 22380 897 0 -1 1077944384 26107 0 0 0 616 2 0 0 20 0 15 0 64084225 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140536472828528 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22405] ppid=22380 vsize=13980732 memory=-8774313645642428999 CPUtime=0.78 cores=0,2,4,6
/proc/22387/task/22405/stat : 22405 (java) S 22380 22380 897 0 -1 1077944384 7107 0 0 0 77 1 0 0 20 0 15 0 64084225 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140536471775984 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22406] ppid=22380 vsize=13980732 memory=260200 CPUtime=0 cores=0,2,4,6
/proc/22387/task/22406/stat : 22406 (java) S 22380 22380 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64084226 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140536470723680 140537133717205 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
[pid=22387/tid=22415] ppid=22380 vsize=13980732 memory=960 CPUtime=0.05 cores=0,2,4,6
/proc/22387/task/22415/stat : 22415 (java) S 22380 22380 897 0 -1 1077944384 704 0 0 0 2 3 0 0 20 0 15 0 64084232 14316269568 64923 18446744073709551615 4194304 4196468 140734934745824 140536469670192 140537133718146 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8978432 140734934749623 140734934749798 140734934749798 140734934753231 0
Current children cumulated CPU time: 253.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 261072 KiB

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

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

[startup+240.019 s]
# the end of solver process 22387 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=253.012 s, system=0.208122 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): 240.019
CPU time (s): 253.22
CPU user time (s): 253.012
CPU system time (s): 0.208122
CPU usage (%): 105.5
Max. virtual memory (cumulated for all children) (KiB): 13993128
Max. memory (cumulated for all children) (KiB): 264636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.012
system time used= 0.208122
maximum resident set size= 267352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87137
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8216
involuntary context switches= 363


# summary of solver processes directly reported to runsolver:
#   pid: 22380,22387
#   total CPU time (s): 253.22
#   total CPU user time (s): 253.012
#   total CPU system time (s): 0.208122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34417 second user time and 2.20587 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 11:49:49
IDJOB=4270397
IDBENCH=115819
IDSOLVER=2661
FILE ID=node125/4270397-1502618635
RUNJOBID= node125-1502615132-20541
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-8.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-4270397-1502618635/watcher-4270397-1502618635 -o /tmp/evaluation-result-4270397-1502618635/solver-4270397-1502618635 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502615132-20541 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 188713633 HOME/instance-4270397-1502618635.xml

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

MD5SUM BENCH= f4343428e383d05385b00a8c52a8c02b
RANDOM SEED=188713633

node125.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.07
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.07
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.07
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.07
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:        31148764 kB
MemAvailable:   31995136 kB
Buffers:          282008 kB
Cached:           860892 kB
SwapCached:            0 kB
Active:           618380 kB
Inactive:         577812 kB
Active(anon):      54092 kB
Inactive(anon):    33100 kB
Active(file):     564288 kB
Inactive(file):   544712 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7960 kB
Writeback:             4 kB
AnonPages:        157168 kB
Mapped:            46764 kB
Shmem:             33444 kB
Slab:             131920 kB
SReclaimable:     106412 kB
SUnreclaim:        25508 kB
KernelStack:        3440 kB
PageTables:         4640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     307312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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 node125 at 2017-08-13 11:53:50