Trace number 4283149

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

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-9.xml
MD5SUM167976addb93ebd5943ef7570ccdd100
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 variables1620
Number of constraints1260
Number of domains22
Minimum domain size15
Maximum domain size1384
Distribution of domain sizes[{"size":15,"count":40},{"size":17,"count":40},{"size":18,"count":140},{"size":19,"count":180},{"size":20,"count":400},{"size":1384,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283149-1503210044.xml"  -tl '264s' -p 1 -x 0
0.09/0.16	c [HOME/instance-4283149-1503210044.xml, -tl, 264s, -p, 1, -x, 0]
0.09/0.21	c simple solver
0.31/0.28	c parse instance...
1.77/0.76	c solve instance...
249.74/240.01	s UNKNOWN
249.74/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 (12987 MiB free)
  memory of node 1: 16384 MiB (12918 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283149-1503210044/watcher-4283149-1503210044 -o /tmp/evaluation-result-4283149-1503210044/solver-4283149-1503210044 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node107-1503208459-21036 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1786102630 HOME/instance-4283149-1503210044.xml 

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

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

solver pid=21565, runsolver pid=21562

[startup+0.100922 s]*
/proc/loadavg: 2.01 1.86 1.23 3/208 21602
/proc/meminfo: memFree=26497988/32770624 swapFree=67108860/67108860
[pid=21565] ppid=21562 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21565/stat : 21565 (xcsp3-exec) S 21562 21565 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154092261 9740288 345 33554432000 4194304 5098028 140727127482208 140727127480312 140504506475132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8245248 140727127483508 140727127483712 140727127483712 140727127486443 0
/proc/21565/statm: 2378 345 289 221 0 87 0
[pid=21568] ppid=21565 vsize=13978596 memory=26964 CPUtime=0.09 cores=1,3,5,7
/proc/21568/stat : 21568 (java) S 21565 21565 21004 0 -1 1077944320 5093 0 0 0 8 1 0 0 20 0 15 0 154092261 14314082304 6741 33554432000 4194304 4196468 140722608114832 140722608097376 140617603305207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
/proc/21568/statm: 3494649 6741 2778 1 0 3482966 0
[pid=21568/tid=21570] ppid=21565 vsize=13978596 memory=5852826437322311072 CPUtime=0.08 cores=1,3,5,7
/proc/21568/task/21570/stat : 21570 (java) R 21565 21565 21004 0 -1 4202560 3238 0 0 0 7 1 0 0 20 0 15 0 154092261 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617607529296 140617587385694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21574] ppid=21565 vsize=13978596 memory=3472468286021211344 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21574/stat : 21574 (java) S 21565 21565 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154092264 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617566411920 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21575] ppid=21565 vsize=13978596 memory=140157126059648 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21575/stat : 21575 (java) S 21565 21565 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154092264 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617198005264 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21576] ppid=21565 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21576/stat : 21576 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092264 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617196952464 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21577] ppid=21565 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21577/stat : 21577 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092264 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617195899664 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21578] ppid=21565 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21578/stat : 21578 (java) S 21565 21565 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154092265 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617077320048 140617603316354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21579] ppid=21565 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21579/stat : 21579 (java) S 21565 21565 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154092266 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617076266016 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21580] ppid=21565 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21580/stat : 21580 (java) S 21565 21565 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154092266 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617075213168 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21585] ppid=21565 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21585/stat : 21585 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617074161488 140617603323803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21586] ppid=21565 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21586/stat : 21586 (java) S 21565 21565 21004 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 154092268 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617073109872 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21587] ppid=21565 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21587/stat : 21587 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617072057072 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21588] ppid=21565 vsize=13978596 memory=140157126059648 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21588/stat : 21588 (java) S 21565 21565 21004 0 -1 1077944384 246 0 0 0 0 0 0 0 20 0 15 0 154092268 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617071004272 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21591] ppid=21565 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21591/stat : 21591 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617069951712 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21592] ppid=21565 vsize=13978596 memory=140157126059648 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21592/stat : 21592 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092269 14314082304 6741 33554432000 4194304 4196468 140722608114832 140617068898992 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 28344 KiB

[startup+0.210407 s]*
/proc/loadavg: 2.01 1.86 1.23 6/217 21611
/proc/meminfo: memFree=26473964/32770624 swapFree=67108860/67108860
[pid=21565] ppid=21562 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21565/stat : 21565 (xcsp3-exec) S 21562 21565 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154092261 9740288 345 33554432000 4194304 5098028 140727127482208 140727127480312 140504506475132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8245248 140727127483508 140727127483712 140727127483712 140727127486443 0
/proc/21565/statm: 2378 345 289 221 0 87 0
[pid=21568] ppid=21565 vsize=13978596 memory=40180 CPUtime=0.31 cores=1,3,5,7
/proc/21568/stat : 21568 (java) S 21565 21565 21004 0 -1 1077944320 8050 0 0 0 29 2 0 0 20 0 15 0 154092261 14314082304 9980 33554432000 4194304 4196468 140722608114832 140722608097376 140617603305207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
/proc/21568/statm: 3494657 9980 3032 1 0 3482974 0
[pid=21568/tid=21570] ppid=21565 vsize=13982852 memory=5855082630820233377 CPUtime=0.18 cores=1,3,5,7
/proc/21568/task/21570/stat : 21570 (java) R 21565 21565 21004 0 -1 4202560 5217 0 0 0 17 1 0 0 20 0 15 0 154092261 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617607526200 140617587385694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21574] ppid=21565 vsize=13982852 memory=3472468286021211344 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21574/stat : 21574 (java) S 21565 21565 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154092264 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617566411920 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21575] ppid=21565 vsize=13982852 memory=140157126059648 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21575/stat : 21575 (java) S 21565 21565 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154092264 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617198005264 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21576] ppid=21565 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21576/stat : 21576 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092264 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617196952464 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21577] ppid=21565 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21577/stat : 21577 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092264 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617195899664 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21578] ppid=21565 vsize=13982852 memory=140157126059648 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21578/stat : 21578 (java) S 21565 21565 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154092265 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617077320048 140617603316354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21579] ppid=21565 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21579/stat : 21579 (java) S 21565 21565 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154092266 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617076266016 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21580] ppid=21565 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21580/stat : 21580 (java) S 21565 21565 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154092266 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617075213168 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21585] ppid=21565 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21585/stat : 21585 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617074161488 140617603323803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21586] ppid=21565 vsize=13982852 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21568/task/21586/stat : 21586 (java) S 21565 21565 21004 0 -1 1077944384 440 0 0 0 3 0 0 0 20 0 15 0 154092268 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617073109872 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21587] ppid=21565 vsize=13982852 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21568/task/21587/stat : 21587 (java) S 21565 21565 21004 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 15 0 154092268 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617072057072 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21588] ppid=21565 vsize=13982852 memory=140157126059648 CPUtime=0.07 cores=1,3,5,7
/proc/21568/task/21588/stat : 21588 (java) S 21565 21565 21004 0 -1 1077944384 763 0 0 0 7 0 0 0 20 0 15 0 154092268 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617071004272 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21591] ppid=21565 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21591/stat : 21591 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617069951712 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21592] ppid=21565 vsize=13982852 memory=140157126059648 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21592/stat : 21592 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092269 14318440448 10041 33554432000 4194304 4196468 140722608114832 140617068898992 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 41560 KiB

[startup+0.311057 s]*
/proc/loadavg: 2.01 1.86 1.23 3/217 21611
/proc/meminfo: memFree=26458332/32770624 swapFree=67108860/67108860
[pid=21565] ppid=21562 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21565/stat : 21565 (xcsp3-exec) S 21562 21565 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154092261 9740288 345 33554432000 4194304 5098028 140727127482208 140727127480312 140504506475132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8245248 140727127483508 140727127483712 140727127483712 140727127486443 0
/proc/21565/statm: 2378 345 289 221 0 87 0
[pid=21568] ppid=21565 vsize=13982852 memory=47080 CPUtime=0.47 cores=1,3,5,7
/proc/21568/stat : 21568 (java) S 21565 21565 21004 0 -1 1077944320 8946 0 0 0 44 3 0 0 20 0 15 0 154092261 14318440448 11770 33554432000 4194304 4196468 140722608114832 140722608097376 140617603305207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
/proc/21568/statm: 3495713 11770 3086 1 0 3482966 0
[pid=21568/tid=21570] ppid=21565 vsize=13982852 memory=2241 CPUtime=0.28 cores=1,3,5,7
/proc/21568/task/21570/stat : 21570 (java) R 21565 21565 21004 0 -1 4202560 5940 0 0 0 26 2 0 0 20 0 15 0 154092261 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617607542576 140617603317142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21574] ppid=21565 vsize=13982852 memory=140156996786127 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21574/stat : 21574 (java) S 21565 21565 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154092264 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617566411920 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21575] ppid=21565 vsize=13982852 memory=140157126059648 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21575/stat : 21575 (java) S 21565 21565 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154092264 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617198005264 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21576] ppid=21565 vsize=13982852 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21576/stat : 21576 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092264 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617196952464 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21577] ppid=21565 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21577/stat : 21577 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092264 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617195899664 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21578] ppid=21565 vsize=13982852 memory=140157126059648 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21578/stat : 21578 (java) S 21565 21565 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154092265 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617077320048 140617603316354 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21579] ppid=21565 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21579/stat : 21579 (java) S 21565 21565 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154092266 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617076266016 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21580] ppid=21565 vsize=13982852 memory=280313993590688 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21580/stat : 21580 (java) S 21565 21565 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154092266 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617075213168 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21585] ppid=21565 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21585/stat : 21585 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617074161488 140617603323803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21586] ppid=21565 vsize=13982852 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/21568/task/21586/stat : 21586 (java) R 21565 21565 21004 0 -1 1077944384 449 0 0 0 4 0 0 0 20 0 15 0 154092268 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617073109872 140617603316354 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21587] ppid=21565 vsize=13982852 memory=140156996823071 CPUtime=0.02 cores=1,3,5,7
/proc/21568/task/21587/stat : 21587 (java) S 21565 21565 21004 0 -1 1077944384 414 0 0 0 2 0 0 0 20 0 15 0 154092268 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617072057072 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21588] ppid=21565 vsize=13982852 memory=140157126059648 CPUtime=0.11 cores=1,3,5,7
/proc/21568/task/21588/stat : 21588 (java) R 21565 21565 21004 0 -1 4202560 839 0 0 0 11 0 0 0 20 0 15 0 154092268 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617071004272 140617587385694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21591] ppid=21565 vsize=13982852 memory=140156996835263 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21591/stat : 21591 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617069951712 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21592] ppid=21565 vsize=13982852 memory=140157280151909 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21592/stat : 21592 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092269 14318440448 11770 33554432000 4194304 4196468 140722608114832 140617068898992 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48460 KiB

[startup+0.702279 s]
/proc/loadavg: 2.01 1.86 1.23 9/217 21611
/proc/meminfo: memFree=26417452/32770624 swapFree=67108860/67108860
[pid=21565] ppid=21562 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21565/stat : 21565 (xcsp3-exec) S 21562 21565 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154092261 9740288 345 33554432000 4194304 5098028 140727127482208 140727127480312 140504506475132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8245248 140727127483508 140727127483712 140727127483712 140727127486443 0
/proc/21565/statm: 2378 345 289 221 0 87 0
[pid=21568] ppid=21565 vsize=13984976 memory=90312 CPUtime=1.77 cores=1,3,5,7
/proc/21568/stat : 21568 (java) S 21565 21565 21004 0 -1 1077944320 12703 0 0 0 173 4 0 0 20 0 15 0 154092261 14320615424 22578 33554432000 4194304 4196468 140722608114832 140722608097376 140617603305207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
/proc/21568/statm: 3496244 22578 3213 1 0 3483478 0
[pid=21568/tid=21570] ppid=21565 vsize=13984976 memory=1 CPUtime=0.66 cores=1,3,5,7
/proc/21568/task/21570/stat : 21570 (java) R 21565 21565 21004 0 -1 4202560 6676 0 0 0 63 3 0 0 20 0 15 0 154092261 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617607533552 140617585768105 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21574] ppid=21565 vsize=13984976 memory=17 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21574/stat : 21574 (java) S 21565 21565 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154092264 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617566411920 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21575] ppid=21565 vsize=13984976 memory=4 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21575/stat : 21575 (java) S 21565 21565 21004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154092264 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617198005264 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21576] ppid=21565 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21576/stat : 21576 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092264 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617196952464 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21577] ppid=21565 vsize=13984976 memory=38 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21577/stat : 21577 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092264 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617195899664 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21578] ppid=21565 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21578/stat : 21578 (java) S 21565 21565 21004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 154092265 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617077320048 140617603316354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21579] ppid=21565 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21579/stat : 21579 (java) S 21565 21565 21004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154092266 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617076266016 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21580] ppid=21565 vsize=13984976 memory=140156996831440 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21580/stat : 21580 (java) S 21565 21565 21004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154092266 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617075213168 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21585] ppid=21565 vsize=13984976 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21585/stat : 21585 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617074161488 140617603323803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21586] ppid=21565 vsize=13984976 memory=1420 CPUtime=0.3 cores=1,3,5,7
/proc/21568/task/21586/stat : 21586 (java) R 21565 21565 21004 0 -1 1077944384 1108 0 0 0 30 0 0 0 20 0 15 0 154092268 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617073086832 140617603315413 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21587] ppid=21565 vsize=13984976 memory=11108 CPUtime=0.36 cores=1,3,5,7
/proc/21568/task/21587/stat : 21587 (java) R 21565 21565 21004 0 -1 4202560 1630 0 0 0 36 0 0 0 20 0 15 0 154092268 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617072046544 140617584829887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21588] ppid=21565 vsize=13984976 memory=1712 CPUtime=0.42 cores=1,3,5,7
/proc/21568/task/21588/stat : 21588 (java) R 21565 21565 21004 0 -1 4202560 1981 0 0 0 42 0 0 0 20 0 15 0 154092268 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617071004272 140617603317142 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21591] ppid=21565 vsize=13984976 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21591/stat : 21591 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617069951712 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21592] ppid=21565 vsize=13984976 memory=8612 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21592/stat : 21592 (java) S 21565 21565 21004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154092269 14320615424 22578 33554432000 4194304 4196468 140722608114832 140617068898992 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 91692 KiB

[startup+1.50087 s]
/proc/loadavg: 2.25 1.91 1.25 7/217 21611
/proc/meminfo: memFree=26353492/32770624 swapFree=67108860/67108860
[pid=21565] ppid=21562 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21565/stat : 21565 (xcsp3-exec) S 21562 21565 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154092261 9740288 345 33554432000 4194304 5098028 140727127482208 140727127480312 140504506475132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8245248 140727127483508 140727127483712 140727127483712 140727127486443 0
/proc/21565/statm: 2378 345 289 221 0 87 0

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

/proc/21568/task/21580/stat : 21580 (java) S 21565 21565 21004 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154092266 14320615424 59744 33554432000 4194304 4196468 140722608114832 140617075213168 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21585] ppid=21565 vsize=13984976 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21585/stat : 21585 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14320615424 59744 33554432000 4194304 4196468 140722608114832 140617074161488 140617603323803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21586] ppid=21565 vsize=13984976 memory=2428 CPUtime=4.38 cores=1,3,5,7
/proc/21568/task/21586/stat : 21586 (java) S 21565 21565 21004 0 -1 1077944384 19682 0 0 0 437 1 0 0 20 0 15 0 154092268 14320615424 59744 33554432000 4194304 4196468 140722608114832 140617073109872 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21587] ppid=21565 vsize=13984976 memory=1728 CPUtime=4.33 cores=1,3,5,7
/proc/21568/task/21587/stat : 21587 (java) S 21565 21565 21004 0 -1 1077944384 18132 0 0 0 432 1 0 0 20 0 15 0 154092268 14320615424 59744 33554432000 4194304 4196468 140722608114832 140617072057072 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21588] ppid=21565 vsize=13984976 memory=1380 CPUtime=0.79 cores=1,3,5,7
/proc/21568/task/21588/stat : 21588 (java) S 21565 21565 21004 0 -1 1077944384 7470 0 0 0 78 1 0 0 20 0 15 0 154092268 14320615424 59744 33554432000 4194304 4196468 140722608114832 140617071004272 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21591] ppid=21565 vsize=13984976 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21591/stat : 21591 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14320615424 59744 33554432000 4194304 4196468 140722608114832 140617069951712 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21592] ppid=21565 vsize=13984976 memory=42804 CPUtime=0.01 cores=1,3,5,7
/proc/21568/task/21592/stat : 21592 (java) S 21565 21565 21004 0 -1 1077944384 608 0 0 0 0 1 0 0 20 0 15 0 154092269 14320615424 59744 33554432000 4194304 4196468 140722608114832 140617068898992 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
Current children cumulated CPU time: 111.86 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 240356 KiB

[startup+162.301 s]
/proc/loadavg: 1.94 1.90 1.35 3/217 21613
/proc/meminfo: memFree=26039672/32770624 swapFree=67108860/67108860
[pid=21565] ppid=21562 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21565/stat : 21565 (xcsp3-exec) S 21562 21565 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154092261 9740288 345 33554432000 4194304 5098028 140727127482208 140727127480312 140504506475132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8245248 140727127483508 140727127483712 140727127483712 140727127486443 0
/proc/21565/statm: 2378 345 289 221 0 87 0
[pid=21568] ppid=21565 vsize=13984976 memory=253304 CPUtime=171.9 cores=1,3,5,7
/proc/21568/stat : 21568 (java) S 21565 21565 21004 0 -1 1077944320 66743 0 0 0 17175 15 0 0 20 0 15 0 154092261 14320615424 63326 33554432000 4194304 4196468 140722608114832 140722608097376 140617603305207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
/proc/21568/statm: 3496244 63326 3267 1 0 3483478 0
[pid=21568/tid=21570] ppid=21565 vsize=13984976 memory=253304 CPUtime=162.19 cores=1,3,5,7
/proc/21568/task/21570/stat : 21570 (java) R 21565 21565 21004 0 -1 4202560 12304 0 0 0 16214 5 0 0 20 0 15 0 154092261 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617607544272 140617247750889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21574] ppid=21565 vsize=13984976 memory=1380 CPUtime=0.01 cores=1,3,5,7
/proc/21568/task/21574/stat : 21574 (java) S 21565 21565 21004 0 -1 1077944384 2218 0 0 0 1 0 0 0 20 0 15 0 154092264 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617566411920 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21575] ppid=21565 vsize=13984976 memory=1004 CPUtime=0.02 cores=1,3,5,7
/proc/21568/task/21575/stat : 21575 (java) S 21565 21565 21004 0 -1 1077944384 1018 0 0 0 2 0 0 0 20 0 15 0 154092264 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617198005264 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21576] ppid=21565 vsize=13984976 memory=253264 CPUtime=0.02 cores=1,3,5,7
/proc/21568/task/21576/stat : 21576 (java) S 21565 21565 21004 0 -1 1077944384 1257 0 0 0 2 0 0 0 20 0 15 0 154092264 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617196952464 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21577] ppid=21565 vsize=13984976 memory=4140 CPUtime=0.02 cores=1,3,5,7
/proc/21568/task/21577/stat : 21577 (java) S 21565 21565 21004 0 -1 1077944384 1391 0 0 0 2 0 0 0 20 0 15 0 154092264 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617195899664 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21578] ppid=21565 vsize=13984976 memory=15319 CPUtime=0.01 cores=1,3,5,7
/proc/21568/task/21578/stat : 21578 (java) S 21565 21565 21004 0 -1 1077944384 1263 0 0 0 1 0 0 0 20 0 15 0 154092265 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617077320048 140617603316354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21579] ppid=21565 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21579/stat : 21579 (java) S 21565 21565 21004 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154092266 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617076266016 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21580] ppid=21565 vsize=13984976 memory=253264 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21580/stat : 21580 (java) S 21565 21565 21004 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154092266 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617075213168 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21585] ppid=21565 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21585/stat : 21585 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617074161488 140617603323803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21586] ppid=21565 vsize=13984976 memory=6791534058613427641 CPUtime=4.38 cores=1,3,5,7
/proc/21568/task/21586/stat : 21586 (java) S 21565 21565 21004 0 -1 1077944384 19690 0 0 0 437 1 0 0 20 0 15 0 154092268 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617073109872 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21587] ppid=21565 vsize=13984976 memory=2544 CPUtime=4.33 cores=1,3,5,7
/proc/21568/task/21587/stat : 21587 (java) S 21565 21565 21004 0 -1 1077944384 18134 0 0 0 432 1 0 0 20 0 15 0 154092268 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617072057072 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21588] ppid=21565 vsize=13984976 memory=8612 CPUtime=0.79 cores=1,3,5,7
/proc/21568/task/21588/stat : 21588 (java) S 21565 21565 21004 0 -1 1077944384 7475 0 0 0 78 1 0 0 20 0 15 0 154092268 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617071004272 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21591] ppid=21565 vsize=13984976 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21591/stat : 21591 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617069951712 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21592] ppid=21565 vsize=13984976 memory=1380 CPUtime=0.03 cores=1,3,5,7
/proc/21568/task/21592/stat : 21592 (java) S 21565 21565 21004 0 -1 1077944384 640 0 0 0 1 2 0 0 20 0 15 0 154092269 14320615424 63326 33554432000 4194304 4196468 140722608114832 140617068898992 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
Current children cumulated CPU time: 171.9 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 254684 KiB

[startup+222.301 s]
/proc/loadavg: 1.77 1.86 1.37 3/218 21622
/proc/meminfo: memFree=26064784/32770624 swapFree=67108860/67108860
[pid=21565] ppid=21562 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21565/stat : 21565 (xcsp3-exec) S 21562 21565 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154092261 9740288 345 33554432000 4194304 5098028 140727127482208 140727127480312 140504506475132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8245248 140727127483508 140727127483712 140727127483712 140727127486443 0
/proc/21565/statm: 2378 345 289 221 0 87 0
[pid=21568] ppid=21565 vsize=13984976 memory=242516 CPUtime=232 cores=1,3,5,7
/proc/21568/stat : 21568 (java) S 21565 21565 21004 0 -1 1077944320 68111 0 0 0 23184 16 0 0 20 0 15 0 154092261 14320615424 60629 33554432000 4194304 4196468 140722608114832 140722608097376 140617603305207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
/proc/21568/statm: 3496244 60629 3267 1 0 3483478 0
[pid=21568/tid=21570] ppid=21565 vsize=13984976 memory=242516 CPUtime=222.18 cores=1,3,5,7
/proc/21568/task/21570/stat : 21570 (java) R 21565 21565 21004 0 -1 4202560 12709 0 0 0 22213 5 0 0 20 0 15 0 154092261 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617607542264 140617248363699 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21574] ppid=21565 vsize=13984976 memory=242516 CPUtime=0.02 cores=1,3,5,7
/proc/21568/task/21574/stat : 21574 (java) S 21565 21565 21004 0 -1 1077944384 2225 0 0 0 2 0 0 0 20 0 15 0 154092264 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617566411920 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21575] ppid=21565 vsize=13984976 memory=242516 CPUtime=0.02 cores=1,3,5,7
/proc/21568/task/21575/stat : 21575 (java) S 21565 21565 21004 0 -1 1077944384 1022 0 0 0 2 0 0 0 20 0 15 0 154092264 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617198005264 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21576] ppid=21565 vsize=13984976 memory=242516 CPUtime=0.02 cores=1,3,5,7
/proc/21568/task/21576/stat : 21576 (java) S 21565 21565 21004 0 -1 1077944384 1257 0 0 0 2 0 0 0 20 0 15 0 154092264 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617196952464 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21577] ppid=21565 vsize=13984976 memory=1380 CPUtime=0.02 cores=1,3,5,7
/proc/21568/task/21577/stat : 21577 (java) S 21565 21565 21004 0 -1 1077944384 1392 0 0 0 2 0 0 0 20 0 15 0 154092264 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617195899664 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21578] ppid=21565 vsize=13984976 memory=242516 CPUtime=0.01 cores=1,3,5,7
/proc/21568/task/21578/stat : 21578 (java) S 21565 21565 21004 0 -1 1077944384 1266 0 0 0 1 0 0 0 20 0 15 0 154092265 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617077320048 140617603316354 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 19 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21579] ppid=21565 vsize=13984976 memory=242516 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21579/stat : 21579 (java) S 21565 21565 21004 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154092266 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617076266016 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21580] ppid=21565 vsize=13984976 memory=242516 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21580/stat : 21580 (java) S 21565 21565 21004 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154092266 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617075213168 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21585] ppid=21565 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21585/stat : 21585 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617074161488 140617603323803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21586] ppid=21565 vsize=13984976 memory=4140 CPUtime=4.39 cores=1,3,5,7
/proc/21568/task/21586/stat : 21586 (java) S 21565 21565 21004 0 -1 1077944384 19821 0 0 0 438 1 0 0 20 0 15 0 154092268 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617073109872 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21587] ppid=21565 vsize=13984976 memory=42816 CPUtime=4.39 cores=1,3,5,7
/proc/21568/task/21587/stat : 21587 (java) S 21565 21565 21004 0 -1 1077944384 18249 0 0 0 437 2 0 0 20 0 15 0 154092268 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617072057072 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21588] ppid=21565 vsize=13984976 memory=1380 CPUtime=0.8 cores=1,3,5,7
/proc/21568/task/21588/stat : 21588 (java) S 21565 21565 21004 0 -1 1077944384 8169 0 0 0 79 1 0 0 20 0 15 0 154092268 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617071004272 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21591] ppid=21565 vsize=13984976 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21591/stat : 21591 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617069951712 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21592] ppid=21565 vsize=13984976 memory=288230574492221466 CPUtime=0.04 cores=1,3,5,7
/proc/21568/task/21592/stat : 21592 (java) S 21565 21565 21004 0 -1 1077944384 648 0 0 0 1 3 0 0 20 0 15 0 154092269 14320615424 60629 33554432000 4194304 4196468 140722608114832 140617068898992 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
Current children cumulated CPU time: 232 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 243896 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 1.82 1.87 1.38 3/218 21622
/proc/meminfo: memFree=26063100/32770624 swapFree=67108860/67108860
[pid=21565] ppid=21562 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/21565/stat : 21565 (xcsp3-exec) S 21562 21565 21004 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 154092261 9740288 345 33554432000 4194304 5098028 140727127482208 140727127480312 140504506475132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8245248 140727127483508 140727127483712 140727127483712 140727127486443 0
/proc/21565/statm: 2378 345 289 221 0 87 0
[pid=21568] ppid=21565 vsize=13984976 memory=249700 CPUtime=249.74 cores=1,3,5,7
/proc/21568/stat : 21568 (java) S 21565 21565 21004 0 -1 1077944320 68817 0 0 0 24957 17 0 0 20 0 15 0 154092261 14320615424 62425 33554432000 4194304 4196468 140722608114832 140722608097376 140617603305207 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
/proc/21568/statm: 3496244 62425 3267 1 0 3483478 0
[pid=21568/tid=21570] ppid=21565 vsize=13984976 memory=6791534058613427641 CPUtime=239.88 cores=1,3,5,7
/proc/21568/task/21570/stat : 21570 (java) R 21565 21565 21004 0 -1 4202560 12939 0 0 0 23983 5 0 0 20 0 15 0 154092261 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617607544272 140617249130711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21574] ppid=21565 vsize=13984976 memory=-7003737579269690708 CPUtime=0.03 cores=1,3,5,7
/proc/21568/task/21574/stat : 21574 (java) S 21565 21565 21004 0 -1 1077944384 2297 0 0 0 3 0 0 0 20 0 15 0 154092264 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617566411920 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21575] ppid=21565 vsize=13984976 memory=5788 CPUtime=0.03 cores=1,3,5,7
/proc/21568/task/21575/stat : 21575 (java) S 21565 21565 21004 0 -1 1077944384 1103 0 0 0 3 0 0 0 20 0 15 0 154092264 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617198005264 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21576] ppid=21565 vsize=13984976 memory=1196 CPUtime=0.03 cores=1,3,5,7
/proc/21568/task/21576/stat : 21576 (java) S 21565 21565 21004 0 -1 1077944384 1358 0 0 0 3 0 0 0 20 0 15 0 154092264 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617196952464 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21577] ppid=21565 vsize=13984976 memory=4612 CPUtime=0.03 cores=1,3,5,7
/proc/21568/task/21577/stat : 21577 (java) S 21565 21565 21004 0 -1 1077944384 1460 0 0 0 3 0 0 0 20 0 15 0 154092264 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617195899664 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21578] ppid=21565 vsize=13984976 memory=2240 CPUtime=0.01 cores=1,3,5,7
/proc/21568/task/21578/stat : 21578 (java) S 21565 21565 21004 0 -1 1077944384 1402 0 0 0 1 0 0 0 20 0 15 0 154092265 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617077320048 140617603316354 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21579] ppid=21565 vsize=13984976 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21579/stat : 21579 (java) S 21565 21565 21004 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 154092266 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617076266016 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21580] ppid=21565 vsize=13984976 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21580/stat : 21580 (java) S 21565 21565 21004 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 154092266 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617075213168 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21585] ppid=21565 vsize=13984976 memory=932 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21585/stat : 21585 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617074161488 140617603323803 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21586] ppid=21565 vsize=13984976 memory=2200 CPUtime=4.39 cores=1,3,5,7
/proc/21568/task/21586/stat : 21586 (java) S 21565 21565 21004 0 -1 1077944384 19822 0 0 0 438 1 0 0 20 0 15 0 154092268 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617073109872 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21587] ppid=21565 vsize=13984976 memory=7792 CPUtime=4.39 cores=1,3,5,7
/proc/21568/task/21587/stat : 21587 (java) S 21565 21565 21004 0 -1 1077944384 18249 0 0 0 437 2 0 0 20 0 15 0 154092268 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617072057072 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21588] ppid=21565 vsize=13984976 memory=840 CPUtime=0.8 cores=1,3,5,7
/proc/21568/task/21588/stat : 21588 (java) S 21565 21565 21004 0 -1 1077944384 8169 0 0 0 79 1 0 0 20 0 15 0 154092268 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617071004272 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21591] ppid=21565 vsize=13984976 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/21568/task/21591/stat : 21591 (java) S 21565 21565 21004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154092268 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617069951712 140617603315413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
[pid=21568/tid=21592] ppid=21565 vsize=13984976 memory=1696 CPUtime=0.04 cores=1,3,5,7
/proc/21568/task/21592/stat : 21592 (java) S 21565 21565 21004 0 -1 1077944384 665 0 0 0 1 3 0 0 20 0 15 0 154092269 14320615424 62425 33554432000 4194304 4196468 140722608114832 140617068898992 140617603316354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 9691136 140722608120989 140722608121164 140722608121164 140722608123855 0
Current children cumulated CPU time: 249.74 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 251080 KiB

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

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

[startup+240.019 s]
# the end of solver process 21568 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.585 s, system=0.176988 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): 249.762
CPU user time (s): 249.585
CPU system time (s): 0.176988
CPU usage (%): 104.059
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 254688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.585
system time used= 0.176988
maximum resident set size= 253308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69584
page faults= 0
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8563
involuntary context switches= 203


# summary of solver processes directly reported to runsolver:
#   pid: 21565,21568
#   total CPU time (s): 249.762
#   total CPU user time (s): 249.585
#   total CPU system time (s): 0.176988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.18891 second user time and 2.29922 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-20 08:06:23
IDJOB=4283149
IDBENCH=115804
IDSOLVER=2678
FILE ID=node107/4283149-1503210044
RUNJOBID= node107-1503208459-21036
PBS_JOBID= 20630867
Free space on /tmp= 61796 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-9.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-4283149-1503210044/watcher-4283149-1503210044 -o /tmp/evaluation-result-4283149-1503210044/solver-4283149-1503210044 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node107-1503208459-21036 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1786102630 HOME/instance-4283149-1503210044.xml

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

MD5SUM BENCH= 167976addb93ebd5943ef7570ccdd100
RANDOM SEED=1786102630

node107.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.84
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.84
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.84
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.84
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:        26528724 kB
MemAvailable:   31978228 kB
Buffers:          270188 kB
Cached:          5471368 kB
SwapCached:            0 kB
Active:           883064 kB
Inactive:        4911716 kB
Active(anon):      55596 kB
Inactive(anon):    33132 kB
Active(file):     827468 kB
Inactive(file):  4878584 kB
Unevictable:        7640 kB
Mlocked:            7640 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7924 kB
Writeback:             0 kB
AnonPages:         63736 kB
Mapped:            51504 kB
Shmem:             33420 kB
Slab:             145192 kB
SReclaimable:     118576 kB
SUnreclaim:        26616 kB
KernelStack:        3584 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61780 MiB
End job on node107 at 2017-08-20 08:10:24