Trace number 4272345

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 NameAnswerCPU timeWall clock time
choco-solver 5a (2017-07-26)? (TO) 2520.1201 2453.02

General information on the benchmark

NameCarSequencing/CarSequencing-m1-gagne/
CarSequencing-200-01.xml
MD5SUM10e5a0c89239e5196f6239a5150462fc
Bench CategoryCSP (decision 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 variables1200
Number of constraints1481
Number of domains2
Minimum domain size2
Maximum domain size25
Distribution of domain sizes[{"size":2,"count":1000},{"size":25,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":8}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":8,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":14,"count":2},{"arity":15,"count":1},{"arity":17,"count":2},{"arity":20,"count":3},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":3},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":3},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":4},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":3},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1280},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272345-1502795516.xml"  -tl '2520s' -p 1 -x 3
0.12/0.14	c [HOME/instance-4272345-1502795516.xml, -tl, 2520s, -p, 1, -x, 3]
0.12/0.19	c simple solver
0.34/0.26	c parse instance...
1.82/0.77	c solve instance...
2520.09/2453.01	s UNKNOWN
2520.09/2453.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 (12581 MiB free)
  memory of node 1: 16384 MiB (14946 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272345-1502795516/watcher-4272345-1502795516 -o /tmp/evaluation-result-4272345-1502795516/solver-4272345-1502795516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502789706-445 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 457547190 HOME/instance-4272345-1502795516.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=1021, runsolver pid=1018

[startup+0.100137 s]*
/proc/loadavg: 1.74 1.68 1.74 3/217 1037
/proc/meminfo: memFree=28171904/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/1021/stat : 1021 (xcsp3-exec) S 1018 1021 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112639429 9740288 346 33554432000 4194304 5098028 140729517605968 140729517604072 140166923088508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17465344 140729517614191 140729517614395 140729517614395 140729517617131 0
/proc/1021/statm: 2378 346 289 221 0 87 0
[pid=1023] ppid=1021 vsize=13978596 memory=27836 CPUtime=0.12 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1021 1021 410 0 -1 1077944320 5307 0 0 0 11 1 0 0 20 0 15 0 112639429 14314082304 6959 33554432000 4194304 4196468 140729630441840 140729630424384 140479636250359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
/proc/1023/statm: 3494649 6959 2872 1 0 3482966 0
[pid=1023/tid=1024] ppid=1021 vsize=13978596 memory=7022364632946311227 CPUtime=0.08 cores=1,3,5,7
/proc/1023/task/1024/stat : 1024 (java) R 1021 1021 410 0 -1 4202560 3319 0 0 0 8 0 0 0 20 0 15 0 112639429 14314082304 7090 33554432000 4194304 4196468 140729630441840 140479640482464 140479636262294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1025] ppid=1021 vsize=13978596 memory=4294976240 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1025/stat : 1025 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14314082304 7090 33554432000 4194304 4196468 140729630441840 140479592802576 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1026] ppid=1021 vsize=13978596 memory=139650880579521 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1026/stat : 1026 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14314082304 7090 33554432000 4194304 4196468 140729630441840 140479591750032 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1027] ppid=1021 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1027/stat : 1027 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14314082304 7090 33554432000 4194304 4196468 140729630441840 140479590697488 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1028] ppid=1021 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1028/stat : 1028 (java) S 1021 1021 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112639430 14314082304 7090 33554432000 4194304 4196468 140729630441840 140479228734096 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1029] ppid=1021 vsize=13978596 memory=139650880554624 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1029/stat : 1029 (java) S 1021 1021 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112639431 14314082304 7090 33554432000 4194304 4196468 140729630441840 140478548621808 140479636261506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1030] ppid=1021 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1030/stat : 1030 (java) S 1021 1021 410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112639432 14314082304 7090 33554432000 4194304 4196468 140729630441840 140478547568032 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1031] ppid=1021 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1031/stat : 1031 (java) S 1021 1021 410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112639432 14314082304 7090 33554432000 4194304 4196468 140729630441840 140478546515440 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1032] ppid=1021 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1032/stat : 1032 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14314082304 7090 33554432000 4194304 4196468 140729630441840 140478545464016 140479636268955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1033] ppid=1021 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1033/stat : 1033 (java) S 1021 1021 410 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 112639434 14314082304 7090 33554432000 4194304 4196468 140729630441840 140478544410608 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1034] ppid=1021 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1034/stat : 1034 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14314082304 7090 33554432000 4194304 4196468 140729630441840 140478543358064 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1035] ppid=1021 vsize=13978596 memory=139650880554624 CPUtime=0.01 cores=1,3,5,7
/proc/1023/task/1035/stat : 1035 (java) R 1021 1021 410 0 -1 4202560 335 0 0 0 1 0 0 0 20 0 15 0 112639434 14314082304 7090 33554432000 4194304 4196468 140729630441840 140478542305520 140479614807264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1036] ppid=1021 vsize=13978596 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1036/stat : 1036 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14314082304 7090 33554432000 4194304 4196468 140729630441840 140478541253216 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1037] ppid=1021 vsize=13978596 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1037/stat : 1037 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639435 14314082304 7090 33554432000 4194304 4196468 140729630441840 140478540200752 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 29220 KiB

[startup+0.210715 s]*
/proc/loadavg: 1.74 1.68 1.74 4/217 1037
/proc/meminfo: memFree=28159996/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/1021/stat : 1021 (xcsp3-exec) S 1018 1021 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112639429 9740288 346 33554432000 4194304 5098028 140729517605968 140729517604072 140166923088508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17465344 140729517614191 140729517614395 140729517614395 140729517617131 0
/proc/1021/statm: 2378 346 289 221 0 87 0
[pid=1023] ppid=1021 vsize=13982852 memory=39932 CPUtime=0.34 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1021 1021 410 0 -1 1077944320 8074 0 0 0 32 2 0 0 20 0 15 0 112639429 14318440448 9983 33554432000 4194304 4196468 140729630441840 140729630424384 140479636250359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
/proc/1023/statm: 3495713 9983 3032 1 0 3482966 0
[pid=1023/tid=1024] ppid=1021 vsize=13982852 memory=7022364632946311227 CPUtime=0.19 cores=1,3,5,7
/proc/1023/task/1024/stat : 1024 (java) R 1021 1021 410 0 -1 4202560 5249 0 0 0 18 1 0 0 20 0 15 0 112639429 14318440448 9983 33554432000 4194304 4196468 140729630441840 140479640471352 140479620330876 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1025] ppid=1021 vsize=13982852 memory=4294976240 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1025/stat : 1025 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14318440448 9983 33554432000 4194304 4196468 140729630441840 140479592802576 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1026] ppid=1021 vsize=13982852 memory=139650880579521 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1026/stat : 1026 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14318440448 9983 33554432000 4194304 4196468 140729630441840 140479591750032 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1027] ppid=1021 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1027/stat : 1027 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14318440448 9983 33554432000 4194304 4196468 140729630441840 140479590697488 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1028] ppid=1021 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1028/stat : 1028 (java) S 1021 1021 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112639430 14318440448 9983 33554432000 4194304 4196468 140729630441840 140479228734096 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1029] ppid=1021 vsize=13982852 memory=139650880554624 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1029/stat : 1029 (java) S 1021 1021 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112639431 14318440448 9983 33554432000 4194304 4196468 140729630441840 140478548621808 140479636261506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1030] ppid=1021 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1030/stat : 1030 (java) S 1021 1021 410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112639432 14318440448 9983 33554432000 4194304 4196468 140729630441840 140478547568032 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1031] ppid=1021 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1031/stat : 1031 (java) S 1021 1021 410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112639432 14318440448 9983 33554432000 4194304 4196468 140729630441840 140478546515440 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1032] ppid=1021 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1032/stat : 1032 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14318440448 9983 33554432000 4194304 4196468 140729630441840 140478545464016 140479636268955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1033] ppid=1021 vsize=13982852 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1023/task/1033/stat : 1033 (java) S 1021 1021 410 0 -1 1077944384 656 0 0 0 2 0 0 0 20 0 15 0 112639434 14318440448 9983 33554432000 4194304 4196468 140729630441840 140478544410608 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1034] ppid=1021 vsize=13982852 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1023/task/1034/stat : 1034 (java) S 1021 1021 410 0 -1 1077944384 125 0 0 0 2 0 0 0 20 0 15 0 112639434 14318440448 9983 33554432000 4194304 4196468 140729630441840 140478543358064 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1035] ppid=1021 vsize=13982852 memory=139650880554624 CPUtime=0.08 cores=1,3,5,7
/proc/1023/task/1035/stat : 1035 (java) S 1021 1021 410 0 -1 1077944384 749 0 0 0 8 0 0 0 20 0 15 0 112639434 14318440448 9983 33554432000 4194304 4196468 140729630441840 140478542305520 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1036] ppid=1021 vsize=13982852 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1036/stat : 1036 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14318440448 9983 33554432000 4194304 4196468 140729630441840 140478541253216 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1037] ppid=1021 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1037/stat : 1037 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639435 14318440448 9983 33554432000 4194304 4196468 140729630441840 140478540200752 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 41316 KiB

[startup+0.310432 s]*
/proc/loadavg: 1.74 1.68 1.74 5/217 1037
/proc/meminfo: memFree=28152552/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/1021/stat : 1021 (xcsp3-exec) S 1018 1021 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112639429 9740288 346 33554432000 4194304 5098028 140729517605968 140729517604072 140166923088508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17465344 140729517614191 140729517614395 140729517614395 140729517617131 0
/proc/1021/statm: 2378 346 289 221 0 87 0
[pid=1023] ppid=1021 vsize=13982852 memory=47564 CPUtime=0.52 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1021 1021 410 0 -1 1077944320 9021 0 0 0 49 3 0 0 20 0 15 0 112639429 14318440448 11891 33554432000 4194304 4196468 140729630441840 140729630424384 140479636250359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
/proc/1023/statm: 3495713 11891 3124 1 0 3482966 0
[pid=1023/tid=1024] ppid=1021 vsize=13982852 memory=1399051139730258233 CPUtime=0.3 cores=1,3,5,7
/proc/1023/task/1024/stat : 1024 (java) R 1021 1021 410 0 -1 4202560 5898 0 0 0 28 2 0 0 20 0 15 0 112639429 14318440448 11891 33554432000 4194304 4196468 140729630441840 140479640488272 140479272340438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1025] ppid=1021 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1025/stat : 1025 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14318440448 11891 33554432000 4194304 4196468 140729630441840 140479592802576 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1026] ppid=1021 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1026/stat : 1026 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14318440448 11891 33554432000 4194304 4196468 140729630441840 140479591750032 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1027] ppid=1021 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1027/stat : 1027 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14318440448 11891 33554432000 4194304 4196468 140729630441840 140479590697488 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1028] ppid=1021 vsize=13982852 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1028/stat : 1028 (java) S 1021 1021 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112639430 14318440448 11891 33554432000 4194304 4196468 140729630441840 140479228734096 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1029] ppid=1021 vsize=13982852 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1029/stat : 1029 (java) S 1021 1021 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112639431 14318440448 11891 33554432000 4194304 4196468 140729630441840 140478548621808 140479636261506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1030] ppid=1021 vsize=13982852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1030/stat : 1030 (java) S 1021 1021 410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112639432 14318440448 11891 33554432000 4194304 4196468 140729630441840 140478547568032 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1031] ppid=1021 vsize=13982852 memory=-3395018508454991405 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1031/stat : 1031 (java) S 1021 1021 410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112639432 14318440448 11891 33554432000 4194304 4196468 140729630441840 140478546515440 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1032] ppid=1021 vsize=13982852 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1032/stat : 1032 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14318440448 11891 33554432000 4194304 4196468 140729630441840 140478545464016 140479636268955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1033] ppid=1021 vsize=13982852 memory=6944656575208382560 CPUtime=0.03 cores=1,3,5,7
/proc/1023/task/1033/stat : 1033 (java) R 1021 1021 410 0 -1 4202560 669 0 0 0 3 0 0 0 20 0 15 0 112639434 14318440448 11891 33554432000 4194304 4196468 140729630441840 140478544410608 140479636264263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1034] ppid=1021 vsize=13982852 memory=6944656592455097440 CPUtime=0.04 cores=1,3,5,7
/proc/1023/task/1034/stat : 1034 (java) R 1021 1021 410 0 -1 1077944384 264 0 0 0 4 0 0 0 20 0 15 0 112639434 14318440448 11891 33554432000 4194304 4196468 140729630441840 140478543358064 140479636261506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1035] ppid=1021 vsize=13982852 memory=-3284643825843719562 CPUtime=0.13 cores=1,3,5,7
/proc/1023/task/1035/stat : 1035 (java) R 1021 1021 410 0 -1 4202560 894 0 0 0 13 0 0 0 20 0 15 0 112639434 14318440448 11891 33554432000 4194304 4196468 140729630441840 140478542301888 140479629350206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1036] ppid=1021 vsize=13982852 memory=-7966001734536614954 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1036/stat : 1036 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14318440448 11891 33554432000 4194304 4196468 140729630441840 140478541253216 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1037] ppid=1021 vsize=13982852 memory=7016714185839647644 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1037/stat : 1037 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639435 14318440448 11891 33554432000 4194304 4196468 140729630441840 140478540200752 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 48948 KiB

[startup+0.70083 s]
/proc/loadavg: 1.74 1.68 1.74 5/217 1037
/proc/meminfo: memFree=28130856/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/1021/stat : 1021 (xcsp3-exec) S 1018 1021 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112639429 9740288 346 33554432000 4194304 5098028 140729517605968 140729517604072 140166923088508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17465344 140729517614191 140729517614395 140729517614395 140729517617131 0
/proc/1021/statm: 2378 346 289 221 0 87 0
[pid=1023] ppid=1021 vsize=13984976 memory=87588 CPUtime=1.82 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1021 1021 410 0 -1 1077944320 12514 0 0 0 178 4 0 0 20 0 15 0 112639429 14320615424 21897 33554432000 4194304 4196468 140729630441840 140729630424384 140479636250359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
/proc/1023/statm: 3496244 21897 3204 1 0 3483478 0
[pid=1023/tid=1024] ppid=1021 vsize=13984976 memory=7523375749964392810 CPUtime=0.67 cores=1,3,5,7
/proc/1023/task/1024/stat : 1024 (java) R 1021 1021 410 0 -1 4202560 6574 0 0 0 65 2 0 0 20 0 15 0 112639429 14320615424 21897 33554432000 4194304 4196468 140729630441840 140479640487744 140479271255423 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1025] ppid=1021 vsize=13984976 memory=7668338713430483536 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1025/stat : 1025 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14320615424 21897 33554432000 4194304 4196468 140729630441840 140479592802576 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1026] ppid=1021 vsize=13984976 memory=7301550374293618789 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1026/stat : 1026 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14320615424 21897 33554432000 4194304 4196468 140729630441840 140479591750032 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1027] ppid=1021 vsize=13984976 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1027/stat : 1027 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639430 14320615424 21897 33554432000 4194304 4196468 140729630441840 140479590697488 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1028] ppid=1021 vsize=13984976 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1028/stat : 1028 (java) S 1021 1021 410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 112639430 14320615424 21897 33554432000 4194304 4196468 140729630441840 140479228734096 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1029] ppid=1021 vsize=13984976 memory=8568 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1029/stat : 1029 (java) S 1021 1021 410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 112639431 14320615424 21897 33554432000 4194304 4196468 140729630441840 140478548621808 140479636261506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1030] ppid=1021 vsize=13984976 memory=5516 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1030/stat : 1030 (java) S 1021 1021 410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 112639432 14320615424 21897 33554432000 4194304 4196468 140729630441840 140478547568032 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1031] ppid=1021 vsize=13984976 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1031/stat : 1031 (java) S 1021 1021 410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 112639432 14320615424 21897 33554432000 4194304 4196468 140729630441840 140478546515440 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1032] ppid=1021 vsize=13984976 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1032/stat : 1032 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14320615424 21897 33554432000 4194304 4196468 140729630441840 140478545464016 140479636268955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1033] ppid=1021 vsize=13984976 memory=11008 CPUtime=0.34 cores=1,3,5,7
/proc/1023/task/1033/stat : 1033 (java) R 1021 1021 410 0 -1 4202560 1472 0 0 0 34 0 0 0 20 0 15 0 112639434 14320615424 21897 33554432000 4194304 4196468 140729630441840 140478544396480 140479614272954 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1034] ppid=1021 vsize=13984976 memory=1228 CPUtime=0.38 cores=1,3,5,7
/proc/1023/task/1034/stat : 1034 (java) R 1021 1021 410 0 -1 4202560 1113 0 0 0 38 0 0 0 20 0 15 0 112639434 14320615424 21897 33554432000 4194304 4196468 140729630441840 140478543349712 140479619661231 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1035] ppid=1021 vsize=13984976 memory=1420 CPUtime=0.4 cores=1,3,5,7
/proc/1023/task/1035/stat : 1035 (java) S 1021 1021 410 0 -1 1077944384 2048 0 0 0 40 0 0 0 20 0 15 0 112639434 14320615424 21897 33554432000 4194304 4196468 140729630441840 140478542305520 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1036] ppid=1021 vsize=13984976 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1036/stat : 1036 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14320615424 21897 33554432000 4194304 4196468 140729630441840 140478541253216 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1037] ppid=1021 vsize=13984976 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1037/stat : 1037 (java) S 1021 1021 410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 112639435 14320615424 21897 33554432000 4194304 4196468 140729630441840 140478540200752 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 88972 KiB

[startup+1.50178 s]
/proc/loadavg: 1.84 1.70 1.75 6/217 1037
/proc/meminfo: memFree=28083340/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/1021/stat : 1021 (xcsp3-exec) S 1018 1021 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112639429 9740288 346 33554432000 4194304 5098028 140729517605968 140729517604072 140166923088508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17465344 140729517614191 140729517614395 140729517614395 140729517617131 0
/proc/1021/statm: 2378 346 289 221 0 87 0

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

/proc/1023/task/1031/stat : 1031 (java) S 1021 1021 410 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 112639432 14320615424 242695 33554432000 4194304 4196468 140729630441840 140478546515456 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1032] ppid=1021 vsize=13984976 memory=991792 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1032/stat : 1032 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14320615424 242695 33554432000 4194304 4196468 140729630441840 140478545464016 140479636268955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1033] ppid=1021 vsize=13984976 memory=0 CPUtime=6.43 cores=1,3,5,7
/proc/1023/task/1033/stat : 1033 (java) S 1021 1021 410 0 -1 1077944384 37480 0 0 0 639 4 0 0 20 0 15 0 112639434 14320615424 242695 33554432000 4194304 4196468 140729630441840 140478544410608 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1034] ppid=1021 vsize=13984976 memory=3832 CPUtime=7.65 cores=1,3,5,7
/proc/1023/task/1034/stat : 1034 (java) S 1021 1021 410 0 -1 1077944384 47418 0 0 0 760 5 0 0 20 0 15 0 112639434 14320615424 242695 33554432000 4194304 4196468 140729630441840 140478543358064 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1035] ppid=1021 vsize=13984976 memory=2580 CPUtime=1.08 cores=1,3,5,7
/proc/1023/task/1035/stat : 1035 (java) S 1021 1021 410 0 -1 1077944384 15752 0 0 0 105 3 0 0 20 0 15 0 112639434 14320615424 242695 33554432000 4194304 4196468 140729630441840 140478542305520 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1036] ppid=1021 vsize=13984976 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1036/stat : 1036 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14320615424 242695 33554432000 4194304 4196468 140729630441840 140478541253216 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1037] ppid=1021 vsize=13984976 memory=1728 CPUtime=1.05 cores=1,3,5,7
/proc/1023/task/1037/stat : 1037 (java) S 1021 1021 410 0 -1 1077944384 1082 0 0 0 47 58 0 0 20 0 15 0 112639435 14320615424 242695 33554432000 4194304 4196468 140729630441840 140478540200752 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
Current children cumulated CPU time: 2386.67 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 972164 KiB

[startup+2382.3 s]
/proc/loadavg: 1.78 1.75 1.71 3/217 1144
/proc/meminfo: memFree=26612932/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/1021/stat : 1021 (xcsp3-exec) S 1018 1021 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112639429 9740288 346 33554432000 4194304 5098028 140729517605968 140729517604072 140166923088508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17465344 140729517614191 140729517614395 140729517614395 140729517617131 0
/proc/1021/statm: 2378 346 289 221 0 87 0
[pid=1023] ppid=1021 vsize=13984976 memory=851252 CPUtime=2447.61 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1021 1021 410 0 -1 1077944320 255611 0 0 0 244365 396 0 0 20 0 15 0 112639429 14320615424 212813 33554432000 4194304 4196468 140729630441840 140729630424384 140479636250359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
/proc/1023/statm: 3496244 212813 3288 1 0 3483478 0
[pid=1023/tid=1024] ppid=1021 vsize=13984976 memory=851252 CPUtime=2364.76 cores=1,3,5,7
/proc/1023/task/1024/stat : 1024 (java) R 1021 1021 410 0 -1 4202560 62971 0 0 0 236462 14 0 0 20 0 15 0 112639429 14320615424 212813 33554432000 4194304 4196468 140729630441840 140479640489760 140479279163868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1025] ppid=1021 vsize=13984976 memory=851252 CPUtime=16.45 cores=1,3,5,7
/proc/1023/task/1025/stat : 1025 (java) S 1021 1021 410 0 -1 1077944384 12485 0 0 0 1568 77 0 0 20 0 15 0 112639430 14320615424 212813 33554432000 4194304 4196468 140729630441840 140479592802576 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1026] ppid=1021 vsize=13984976 memory=1384 CPUtime=16.5 cores=1,3,5,7
/proc/1023/task/1026/stat : 1026 (java) S 1021 1021 410 0 -1 1077944384 11388 0 0 0 1572 78 0 0 20 0 15 0 112639430 14320615424 212813 33554432000 4194304 4196468 140729630441840 140479591750032 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1027] ppid=1021 vsize=13984976 memory=0 CPUtime=16.46 cores=1,3,5,7
/proc/1023/task/1027/stat : 1027 (java) S 1021 1021 410 0 -1 1077944384 12397 0 0 0 1566 80 0 0 20 0 15 0 112639430 14320615424 212813 33554432000 4194304 4196468 140729630441840 140479590697488 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1028] ppid=1021 vsize=13984976 memory=1384 CPUtime=16.43 cores=1,3,5,7
/proc/1023/task/1028/stat : 1028 (java) S 1021 1021 410 0 -1 1077944384 12305 0 0 0 1565 78 0 0 20 0 15 0 112639430 14320615424 212813 33554432000 4194304 4196468 140729630441840 140479228734096 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1029] ppid=1021 vsize=13984976 memory=1384 CPUtime=0.69 cores=1,3,5,7
/proc/1023/task/1029/stat : 1029 (java) S 1021 1021 410 0 -1 1077944384 40932 0 0 0 58 11 0 0 20 0 15 0 112639431 14320615424 212813 33554432000 4194304 4196468 140729630441840 140478548621808 140479636261506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1030] ppid=1021 vsize=13984976 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1030/stat : 1030 (java) S 1021 1021 410 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 112639432 14320615424 212813 33554432000 4194304 4196468 140729630441840 140478547568096 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1031] ppid=1021 vsize=13984976 memory=923584 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1031/stat : 1031 (java) S 1021 1021 410 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 112639432 14320615424 212813 33554432000 4194304 4196468 140729630441840 140478546515456 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1032] ppid=1021 vsize=13984976 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1032/stat : 1032 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14320615424 212813 33554432000 4194304 4196468 140729630441840 140478545464016 140479636268955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1033] ppid=1021 vsize=13984976 memory=857920 CPUtime=6.43 cores=1,3,5,7
/proc/1023/task/1033/stat : 1033 (java) S 1021 1021 410 0 -1 1077944384 37482 0 0 0 639 4 0 0 20 0 15 0 112639434 14320615424 212813 33554432000 4194304 4196468 140729630441840 140478544410608 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1034] ppid=1021 vsize=13984976 memory=1384 CPUtime=7.65 cores=1,3,5,7
/proc/1023/task/1034/stat : 1034 (java) S 1021 1021 410 0 -1 1077944384 47420 0 0 0 760 5 0 0 20 0 15 0 112639434 14320615424 212813 33554432000 4194304 4196468 140729630441840 140478543358064 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1035] ppid=1021 vsize=13984976 memory=1384 CPUtime=1.08 cores=1,3,5,7
/proc/1023/task/1035/stat : 1035 (java) S 1021 1021 410 0 -1 1077944384 15754 0 0 0 105 3 0 0 20 0 15 0 112639434 14320615424 212813 33554432000 4194304 4196468 140729630441840 140478542305520 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1036] ppid=1021 vsize=13984976 memory=851252 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1036/stat : 1036 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14320615424 212813 33554432000 4194304 4196468 140729630441840 140478541253216 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1037] ppid=1021 vsize=13984976 memory=8112282956445269571 CPUtime=1.07 cores=1,3,5,7
/proc/1023/task/1037/stat : 1037 (java) S 1021 1021 410 0 -1 1077944384 1102 0 0 0 48 59 0 0 20 0 15 0 112639435 14320615424 212813 33554432000 4194304 4196468 140729630441840 140478540200752 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
Current children cumulated CPU time: 2447.61 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 852636 KiB

[startup+2442.3 s]
/proc/loadavg: 1.76 1.75 1.71 3/217 1300
/proc/meminfo: memFree=27459248/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/1021/stat : 1021 (xcsp3-exec) S 1018 1021 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112639429 9740288 346 33554432000 4194304 5098028 140729517605968 140729517604072 140166923088508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17465344 140729517614191 140729517614395 140729517614395 140729517617131 0
/proc/1021/statm: 2378 346 289 221 0 87 0
[pid=1023] ppid=1021 vsize=13984976 memory=791732 CPUtime=2509.2 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1021 1021 410 0 -1 1077944320 257872 0 0 0 250522 398 0 0 20 0 15 0 112639429 14320615424 197933 33554432000 4194304 4196468 140729630441840 140729630424384 140479636250359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
/proc/1023/statm: 3496244 197933 3288 1 0 3483478 0
[pid=1023/tid=1024] ppid=1021 vsize=13984976 memory=1384 CPUtime=2424.22 cores=1,3,5,7
/proc/1023/task/1024/stat : 1024 (java) R 1021 1021 410 0 -1 4202560 63669 0 0 0 242408 14 0 0 20 0 15 0 112639429 14320615424 197933 33554432000 4194304 4196468 140729630441840 140479640489872 140479277910596 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1025] ppid=1021 vsize=13984976 memory=791732 CPUtime=16.97 cores=1,3,5,7
/proc/1023/task/1025/stat : 1025 (java) S 1021 1021 410 0 -1 1077944384 12533 0 0 0 1620 77 0 0 20 0 15 0 112639430 14320615424 197933 33554432000 4194304 4196468 140729630441840 140479592802576 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1026] ppid=1021 vsize=13984976 memory=791732 CPUtime=17.02 cores=1,3,5,7
/proc/1023/task/1026/stat : 1026 (java) S 1021 1021 410 0 -1 1077944384 11460 0 0 0 1624 78 0 0 20 0 15 0 112639430 14320615424 197933 33554432000 4194304 4196468 140729630441840 140479591750032 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1027] ppid=1021 vsize=13984976 memory=797372 CPUtime=16.98 cores=1,3,5,7
/proc/1023/task/1027/stat : 1027 (java) S 1021 1021 410 0 -1 1077944384 12706 0 0 0 1618 80 0 0 20 0 15 0 112639430 14320615424 197933 33554432000 4194304 4196468 140729630441840 140479590697488 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1028] ppid=1021 vsize=13984976 memory=797372 CPUtime=16.94 cores=1,3,5,7
/proc/1023/task/1028/stat : 1028 (java) S 1021 1021 410 0 -1 1077944384 12595 0 0 0 1616 78 0 0 20 0 15 0 112639430 14320615424 197933 33554432000 4194304 4196468 140729630441840 140479228734096 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1029] ppid=1021 vsize=13984976 memory=804044 CPUtime=0.71 cores=1,3,5,7
/proc/1023/task/1029/stat : 1029 (java) S 1021 1021 410 0 -1 1077944384 41748 0 0 0 59 12 0 0 20 0 15 0 112639431 14320615424 197933 33554432000 4194304 4196468 140729630441840 140478548621808 140479636261506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1030] ppid=1021 vsize=13984976 memory=817380 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1030/stat : 1030 (java) S 1021 1021 410 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 112639432 14320615424 197933 33554432000 4194304 4196468 140729630441840 140478547568096 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1031] ppid=1021 vsize=13984976 memory=810200 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1031/stat : 1031 (java) S 1021 1021 410 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 112639432 14320615424 197933 33554432000 4194304 4196468 140729630441840 140478546515456 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1032] ppid=1021 vsize=13984976 memory=804044 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1032/stat : 1032 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14320615424 197933 33554432000 4194304 4196468 140729630441840 140478545464016 140479636268955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1033] ppid=1021 vsize=13984976 memory=0 CPUtime=6.44 cores=1,3,5,7
/proc/1023/task/1033/stat : 1033 (java) S 1021 1021 410 0 -1 1077944384 37485 0 0 0 640 4 0 0 20 0 15 0 112639434 14320615424 197933 33554432000 4194304 4196468 140729630441840 140478544410608 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1034] ppid=1021 vsize=13984976 memory=797372 CPUtime=7.65 cores=1,3,5,7
/proc/1023/task/1034/stat : 1034 (java) S 1021 1021 410 0 -1 1077944384 47422 0 0 0 760 5 0 0 20 0 15 0 112639434 14320615424 197933 33554432000 4194304 4196468 140729630441840 140478543358064 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1035] ppid=1021 vsize=13984976 memory=797372 CPUtime=1.08 cores=1,3,5,7
/proc/1023/task/1035/stat : 1035 (java) S 1021 1021 410 0 -1 1077944384 15756 0 0 0 105 3 0 0 20 0 15 0 112639434 14320615424 197933 33554432000 4194304 4196468 140729630441840 140478542305520 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1036] ppid=1021 vsize=13984976 memory=791732 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1036/stat : 1036 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14320615424 197933 33554432000 4194304 4196468 140729630441840 140478541253216 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1037] ppid=1021 vsize=13984976 memory=1384 CPUtime=1.1 cores=1,3,5,7
/proc/1023/task/1037/stat : 1037 (java) S 1021 1021 410 0 -1 1077944384 1123 0 0 0 49 61 0 0 20 0 15 0 112639435 14320615424 197933 33554432000 4194304 4196468 140729630441840 140478540200752 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
Current children cumulated CPU time: 2509.2 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 793116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2453 s]*
/proc/loadavg: 1.72 1.74 1.71 3/217 1300
/proc/meminfo: memFree=27475328/32770624 swapFree=67108860/67108860
[pid=1021] ppid=1018 vsize=9512 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/1021/stat : 1021 (xcsp3-exec) S 1018 1021 410 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 112639429 9740288 346 33554432000 4194304 5098028 140729517605968 140729517604072 140166923088508 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17465344 140729517614191 140729517614395 140729517614395 140729517617131 0
/proc/1021/statm: 2378 346 289 221 0 87 0
[pid=1023] ppid=1021 vsize=13984976 memory=779420 CPUtime=2520.09 cores=1,3,5,7
/proc/1023/stat : 1023 (java) S 1021 1021 410 0 -1 1077944320 257914 0 0 0 251611 398 0 0 20 0 15 0 112639429 14320615424 194855 33554432000 4194304 4196468 140729630441840 140729630424384 140479636250359 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
/proc/1023/statm: 3496244 194855 3288 1 0 3483478 0
[pid=1023/tid=1024] ppid=1021 vsize=13984976 memory=1399051139730258233 CPUtime=2434.86 cores=1,3,5,7
/proc/1023/task/1024/stat : 1024 (java) R 1021 1021 410 0 -1 4202560 63696 0 0 0 243472 14 0 0 20 0 15 0 112639429 14320615424 194855 33554432000 4194304 4196468 140729630441840 140479640490032 140479278266511 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1025] ppid=1021 vsize=13984976 memory=4126316290023845779 CPUtime=17.03 cores=1,3,5,7
/proc/1023/task/1025/stat : 1025 (java) S 1021 1021 410 0 -1 1077944384 12536 0 0 0 1626 77 0 0 20 0 15 0 112639430 14320615424 194855 33554432000 4194304 4196468 140729630441840 140479592802576 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1026] ppid=1021 vsize=13984976 memory=4567366080549967448 CPUtime=17.09 cores=1,3,5,7
/proc/1023/task/1026/stat : 1026 (java) S 1021 1021 410 0 -1 1077944384 11464 0 0 0 1631 78 0 0 20 0 15 0 112639430 14320615424 194855 33554432000 4194304 4196468 140729630441840 140479591750032 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1027] ppid=1021 vsize=13984976 memory=0 CPUtime=17.04 cores=1,3,5,7
/proc/1023/task/1027/stat : 1027 (java) S 1021 1021 410 0 -1 1077944384 12707 0 0 0 1624 80 0 0 20 0 15 0 112639430 14320615424 194855 33554432000 4194304 4196468 140729630441840 140479590697488 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1028] ppid=1021 vsize=13984976 memory=0 CPUtime=17.01 cores=1,3,5,7
/proc/1023/task/1028/stat : 1028 (java) S 1021 1021 410 0 -1 1077944384 12595 0 0 0 1623 78 0 0 20 0 15 0 112639430 14320615424 194855 33554432000 4194304 4196468 140729630441840 140479228734096 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1029] ppid=1021 vsize=13984976 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/1023/task/1029/stat : 1029 (java) S 1021 1021 410 0 -1 1077944384 41753 0 0 0 59 12 0 0 20 0 15 0 112639431 14320615424 194855 33554432000 4194304 4196468 140729630441840 140478548621808 140479636261506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1030] ppid=1021 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1030/stat : 1030 (java) S 1021 1021 410 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 112639432 14320615424 194855 33554432000 4194304 4196468 140729630441840 140478547568096 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1031] ppid=1021 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1031/stat : 1031 (java) S 1021 1021 410 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 112639432 14320615424 194855 33554432000 4194304 4196468 140729630441840 140478546515456 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1032] ppid=1021 vsize=13984976 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1032/stat : 1032 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14320615424 194855 33554432000 4194304 4196468 140729630441840 140478545464016 140479636268955 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1033] ppid=1021 vsize=13984976 memory=0 CPUtime=6.44 cores=1,3,5,7
/proc/1023/task/1033/stat : 1033 (java) S 1021 1021 410 0 -1 1077944384 37485 0 0 0 640 4 0 0 20 0 15 0 112639434 14320615424 194855 33554432000 4194304 4196468 140729630441840 140478544410608 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1034] ppid=1021 vsize=13984976 memory=17704 CPUtime=7.65 cores=1,3,5,7
/proc/1023/task/1034/stat : 1034 (java) S 1021 1021 410 0 -1 1077944384 47422 0 0 0 760 5 0 0 20 0 15 0 112639434 14320615424 194855 33554432000 4194304 4196468 140729630441840 140478543358064 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1035] ppid=1021 vsize=13984976 memory=4048 CPUtime=1.08 cores=1,3,5,7
/proc/1023/task/1035/stat : 1035 (java) S 1021 1021 410 0 -1 1077944384 15756 0 0 0 105 3 0 0 20 0 15 0 112639434 14320615424 194855 33554432000 4194304 4196468 140729630441840 140478542305520 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1036] ppid=1021 vsize=13984976 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/1023/task/1036/stat : 1036 (java) S 1021 1021 410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 112639434 14320615424 194855 33554432000 4194304 4196468 140729630441840 140478541253216 140479636260565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
[pid=1023/tid=1037] ppid=1021 vsize=13984976 memory=644 CPUtime=1.11 cores=1,3,5,7
/proc/1023/task/1037/stat : 1037 (java) S 1021 1021 410 0 -1 1077944384 1125 0 0 0 50 61 0 0 20 0 15 0 112639435 14320615424 194855 33554432000 4194304 4196468 140729630441840 140478540200752 140479636261506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19140608 140729630450839 140729630451015 140729630451015 140729630453711 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 780804 KiB

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

[startup+2453.02 s]
# the end of solver process 1021 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001712 s, system=0.000632 s

[startup+2453.02 s]
# the end of solver process 1023 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.13 s, system=3.99285 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): 2453.02
CPU time (s): 2520.12
CPU user time (s): 2516.13
CPU system time (s): 3.99285
CPU usage (%): 102.735
Max. virtual memory (cumulated for all children) (KiB): 13998344
Max. memory (cumulated for all children) (KiB): 1193024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.13
system time used= 3.99285
maximum resident set size= 1194244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 258592
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64608
involuntary context switches= 2074


# summary of solver processes directly reported to runsolver:
#   pid: 1021,1023
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.13
#   total CPU system time (s): 3.99285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7247 second user time and 23.729 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-15 12:57:37
IDJOB=4272345
IDBENCH=128150
IDSOLVER=2664
FILE ID=node104/4272345-1502795516
RUNJOBID= node104-1502789706-445
PBS_JOBID= 20629126
Free space on /tmp= 61864 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-gagne/CarSequencing-200-01.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-4272345-1502795516/watcher-4272345-1502795516 -o /tmp/evaluation-result-4272345-1502795516/solver-4272345-1502795516 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502789706-445 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 457547190 HOME/instance-4272345-1502795516.xml

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

MD5SUM BENCH= 10e5a0c89239e5196f6239a5150462fc
RANDOM SEED=457547190

node104.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.43
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.43
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.43
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.43
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:        28188256 kB
MemAvailable:   31704480 kB
Buffers:          221344 kB
Cached:          3573396 kB
SwapCached:            0 kB
Active:           718652 kB
Inactive:        3406732 kB
Active(anon):     333284 kB
Inactive(anon):    25024 kB
Active(file):     385368 kB
Inactive(file):  3381708 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7928 kB
Writeback:             0 kB
AnonPages:        164344 kB
Mapped:            58116 kB
Shmem:             25228 kB
Slab:             155748 kB
SReclaimable:     129964 kB
SUnreclaim:        25784 kB
KernelStack:        3808 kB
PageTables:         5964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1294268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61856 MiB
End job on node104 at 2017-08-15 13:38:30