Trace number 4270875

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 4.0.5 par (2017-08-09)? (TO) 20092.199 2520.1101

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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270875-1502743379.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4270875-1502743379.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.19	c 8 solvers in parallel
0.34/0.26	c parse instance...
4.59/1.31	c solve instance...
20091.44/2520.09	s UNKNOWN
20091.44/2520.09	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 (15280 MiB free)
  memory of node 1: 16384 MiB (15408 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270875-1502743379/watcher-4270875-1502743379 -o /tmp/evaluation-result-4270875-1502743379/solver-4270875-1502743379 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502734620-24065 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 692383967 HOME/instance-4270875-1502743379.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=25111, runsolver pid=25108


[startup+0.100134 s]*
/proc/loadavg: 8.41 8.51 8.63 2/199 25132
/proc/meminfo: memFree=31410696/32770624 swapFree=67108860/67108860
[pid=25111] ppid=25108 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/25111/stat : 25111 (xcsp3-exec) S 25108 25111 24038 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107426180 9740288 345 33554432000 4194304 5098028 140731686333936 140731686332040 139947235574396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16875520 140731686335589 140731686335799 140731686335799 140731686338539 0
/proc/25111/statm: 2378 345 289 221 0 87 0
[pid=25113] ppid=25111 vsize=25999808 memory=26488 CPUtime=0.12 cores=0-7
/proc/25113/stat : 25113 (java) S 25111 25111 24038 0 -1 1077944320 5534 0 0 0 11 1 0 0 20 0 20 0 107426180 26623803392 6622 33554432000 4194304 4196468 140737059260144 140737059242688 139696705695479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
/proc/25113/statm: 6499952 6622 2864 1 0 6488269 0
[pid=25113/tid=25114] ppid=25111 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/25113/task/25114/stat : 25114 (java) R 25111 25111 24038 0 -1 4202560 3482 0 0 0 9 0 0 0 20 0 20 0 107426181 26623803392 6622 33554432000 4194304 4196468 140737059260144 139696709927408 139696687101743 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25115] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25115/stat : 25115 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26623803392 6622 33554432000 4194304 4196468 140737059260144 139696658316304 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25116] ppid=25111 vsize=25999808 memory=139828595435136 CPUtime=0 cores=0-7
/proc/25113/task/25116/stat : 25116 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26623803392 6622 33554432000 4194304 4196468 140737059260144 139696657263760 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25117] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25117/stat : 25117 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26623803392 6622 33554432000 4194304 4196468 140737059260144 139696656210704 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25118] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25118/stat : 25118 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26623803392 6622 33554432000 4194304 4196468 140737059260144 139696655158160 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25119] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25119/stat : 25119 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26623803392 6622 33554432000 4194304 4196468 140737059260144 139696654105104 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25120] ppid=25111 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/25113/task/25120/stat : 25120 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26623803392 6622 33554432000 4194304 4196468 140737059260144 139696653052560 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25121] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25121/stat : 25121 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26623803392 6622 33554432000 4194304 4196468 140737059260144 139696651999504 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25122] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25122/stat : 25122 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26623803392 6622 33554432000 4194304 4196468 140737059260144 139696650946960 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25123] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25123/stat : 25123 (java) S 25111 25111 24038 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 107426183 26623803392 6622 33554432000 4194304 4196468 140737059260144 139695492836080 139696705706626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25124] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25124/stat : 25124 (java) S 25111 25111 24038 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107426183 26623803392 6688 33554432000 4194304 4196468 140737059260144 139695491782304 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25125] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25125/stat : 25125 (java) S 25111 25111 24038 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107426184 26623803392 6688 33554432000 4194304 4196468 140737059260144 139695490729200 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25126] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25126/stat : 25126 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426186 26623803392 6688 33554432000 4194304 4196468 140737059260144 139695242635728 139696705714075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25127] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25127/stat : 25127 (java) S 25111 25111 24038 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 107426186 26623803392 6688 33554432000 4194304 4196468 140737059260144 139695241582832 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25128] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25128/stat : 25128 (java) S 25111 25111 24038 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 107426186 26623803392 6688 33554432000 4194304 4196468 140737059260144 139695240530288 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25129] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25129/stat : 25129 (java) S 25111 25111 24038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107426186 26623803392 6688 33554432000 4194304 4196468 140737059260144 139695239477232 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25130] ppid=25111 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/25113/task/25130/stat : 25130 (java) R 25111 25111 24038 0 -1 4202560 335 0 0 0 1 0 0 0 20 0 20 0 107426186 26623803392 6688 33554432000 4194304 4196468 140737059260144 139695238424688 139696684491648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25131] ppid=25111 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25131/stat : 25131 (java) S 25111 25111 24038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107426186 26623803392 6688 33554432000 4194304 4196468 140737059260144 139695237372896 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25132] ppid=25111 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/25113/task/25132/stat : 25132 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426186 26623803392 6688 33554432000 4194304 4196468 140737059260144 139695236320432 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27868 KiB

[startup+0.210611 s]*
/proc/loadavg: 8.41 8.51 8.63 2/199 25132
/proc/meminfo: memFree=31398400/32770624 swapFree=67108860/67108860
[pid=25111] ppid=25108 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/25111/stat : 25111 (xcsp3-exec) S 25108 25111 24038 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107426180 9740288 345 33554432000 4194304 5098028 140731686333936 140731686332040 139947235574396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16875520 140731686335589 140731686335799 140731686335799 140731686338539 0
/proc/25111/statm: 2378 345 289 221 0 87 0
[pid=25113] ppid=25111 vsize=26004064 memory=39172 CPUtime=0.34 cores=0-7
/proc/25113/stat : 25113 (java) S 25111 25111 24038 0 -1 1077944320 8412 0 0 0 31 3 0 0 20 0 20 0 107426180 26628161536 9793 33554432000 4194304 4196468 140737059260144 140737059242688 139696705695479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
/proc/25113/statm: 6501016 9793 3069 1 0 6488269 0
[pid=25113/tid=25114] ppid=25111 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/25113/task/25114/stat : 25114 (java) D 25111 25111 24038 0 -1 1077944384 5480 0 0 0 18 1 0 0 20 0 20 0 107426181 26628161536 9793 33554432000 4194304 4196468 140737059260144 139696709897200 139696698374701 0 4 0 16800975 18446744072101568036 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25115] ppid=25111 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/25113/task/25115/stat : 25115 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 9793 33554432000 4194304 4196468 140737059260144 139696658316304 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25116] ppid=25111 vsize=26004064 memory=139828595908970 CPUtime=0 cores=0-7
/proc/25113/task/25116/stat : 25116 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 9793 33554432000 4194304 4196468 140737059260144 139696657263760 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25117] ppid=25111 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25113/task/25117/stat : 25117 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 9793 33554432000 4194304 4196468 140737059260144 139696656210704 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25118] ppid=25111 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25118/stat : 25118 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26628194304 9793 33554432000 4194304 4196468 140737059260144 139696655158160 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25119] ppid=25111 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25119/stat : 25119 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26628194304 9793 33554432000 4194304 4196468 140737059260144 139696654105104 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25120] ppid=25111 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25113/task/25120/stat : 25120 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 9793 33554432000 4194304 4196468 140737059260144 139696653052560 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25121] ppid=25111 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25121/stat : 25121 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 9793 33554432000 4194304 4196468 140737059260144 139696651999504 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25122] ppid=25111 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25122/stat : 25122 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 9793 33554432000 4194304 4196468 140737059260144 139696650946960 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25123] ppid=25111 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25123/stat : 25123 (java) S 25111 25111 24038 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 107426183 26628161536 9793 33554432000 4194304 4196468 140737059260144 139695492836080 139696705706626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25124] ppid=25111 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25124/stat : 25124 (java) S 25111 25111 24038 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107426183 26628194304 9793 33554432000 4194304 4196468 140737059260144 139695491782304 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25125] ppid=25111 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25125/stat : 25125 (java) S 25111 25111 24038 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107426184 26628194304 9793 33554432000 4194304 4196468 140737059260144 139695490729200 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25126] ppid=25111 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25126/stat : 25126 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426186 26628161536 9793 33554432000 4194304 4196468 140737059260144 139695242635728 139696705714075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25127] ppid=25111 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/25113/task/25127/stat : 25127 (java) S 25111 25111 24038 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 20 0 107426186 26628161536 9793 33554432000 4194304 4196468 140737059260144 139695241582832 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25128] ppid=25111 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/25113/task/25128/stat : 25128 (java) S 25111 25111 24038 0 -1 1077944384 228 0 0 0 1 0 0 0 20 0 20 0 107426186 26628161536 9793 33554432000 4194304 4196468 140737059260144 139695240530288 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25129] ppid=25111 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/25113/task/25129/stat : 25129 (java) S 25111 25111 24038 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 20 0 107426186 26628161536 9793 33554432000 4194304 4196468 140737059260144 139695239477232 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25130] ppid=25111 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/25113/task/25130/stat : 25130 (java) S 25111 25111 24038 0 -1 1077944384 760 0 0 0 7 0 0 0 20 0 20 0 107426186 26628161536 9793 33554432000 4194304 4196468 140737059260144 139695238424688 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25131] ppid=25111 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25131/stat : 25131 (java) S 25111 25111 24038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107426186 26628161536 9793 33554432000 4194304 4196468 140737059260144 139695237372896 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25132] ppid=25111 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/25113/task/25132/stat : 25132 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426186 26628194304 9793 33554432000 4194304 4196468 140737059260144 139695236320432 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40552 KiB

[startup+0.310406 s]*
/proc/loadavg: 8.41 8.51 8.63 4/199 25132
/proc/meminfo: memFree=31393996/32770624 swapFree=67108860/67108860
[pid=25111] ppid=25108 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/25111/stat : 25111 (xcsp3-exec) S 25108 25111 24038 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107426180 9740288 345 33554432000 4194304 5098028 140731686333936 140731686332040 139947235574396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16875520 140731686335589 140731686335799 140731686335799 140731686338539 0
/proc/25111/statm: 2378 345 289 221 0 87 0
[pid=25113] ppid=25111 vsize=26004064 memory=46296 CPUtime=0.52 cores=0-7
/proc/25113/stat : 25113 (java) S 25111 25111 24038 0 -1 1077944320 9223 0 0 0 49 3 0 0 20 0 20 0 107426180 26628161536 11574 33554432000 4194304 4196468 140737059260144 140737059242688 139696705695479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
/proc/25113/statm: 6501016 11574 3114 1 0 6488269 0
[pid=25113/tid=25114] ppid=25111 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25113/task/25114/stat : 25114 (java) R 25111 25111 24038 0 -1 4202560 6067 0 0 0 27 2 0 0 20 0 20 0 107426181 26628161536 11574 33554432000 4194304 4196468 140737059260144 139696709933392 139696705716826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25115] ppid=25111 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25115/stat : 25115 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 11574 33554432000 4194304 4196468 140737059260144 139696658316304 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25116] ppid=25111 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25116/stat : 25116 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 11574 33554432000 4194304 4196468 140737059260144 139696657263760 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25117] ppid=25111 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25117/stat : 25117 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 11574 33554432000 4194304 4196468 140737059260144 139696656210704 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25118] ppid=25111 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25118/stat : 25118 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 11574 33554432000 4194304 4196468 140737059260144 139696655158160 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25119] ppid=25111 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/25113/task/25119/stat : 25119 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 11574 33554432000 4194304 4196468 140737059260144 139696654105104 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25120] ppid=25111 vsize=26004064 memory=139828498887599 CPUtime=0 cores=0-7
/proc/25113/task/25120/stat : 25120 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 11574 33554432000 4194304 4196468 140737059260144 139696653052560 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25121] ppid=25111 vsize=26004064 memory=139828498889904 CPUtime=0 cores=0-7
/proc/25113/task/25121/stat : 25121 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 11574 33554432000 4194304 4196468 140737059260144 139696651999504 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25122] ppid=25111 vsize=26004064 memory=139828498892208 CPUtime=0 cores=0-7
/proc/25113/task/25122/stat : 25122 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26628161536 11574 33554432000 4194304 4196468 140737059260144 139696650946960 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25123] ppid=25111 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25123/stat : 25123 (java) S 25111 25111 24038 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 107426183 26628161536 11574 33554432000 4194304 4196468 140737059260144 139695492836080 139696705706626 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25124] ppid=25111 vsize=26004064 memory=279656997791376 CPUtime=0 cores=0-7
/proc/25113/task/25124/stat : 25124 (java) S 25111 25111 24038 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107426183 26628161536 11574 33554432000 4194304 4196468 140737059260144 139695491782304 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25125] ppid=25111 vsize=26004064 memory=279656997798288 CPUtime=0 cores=0-7
/proc/25113/task/25125/stat : 25125 (java) S 25111 25111 24038 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107426184 26628161536 11574 33554432000 4194304 4196468 140737059260144 139695490729200 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25126] ppid=25111 vsize=26004064 memory=279656997739568 CPUtime=0 cores=0-7
/proc/25113/task/25126/stat : 25126 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426186 26628161536 11574 33554432000 4194304 4196468 140737059260144 139695242635728 139696705714075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25127] ppid=25111 vsize=26004064 memory=279656997812112 CPUtime=0.02 cores=0-7
/proc/25113/task/25127/stat : 25127 (java) S 25111 25111 24038 0 -1 1077944384 400 0 0 0 2 0 0 0 20 0 20 0 107426186 26628161536 11574 33554432000 4194304 4196468 140737059260144 139695241582832 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25128] ppid=25111 vsize=26004064 memory=279656997819024 CPUtime=0.01 cores=0-7
/proc/25113/task/25128/stat : 25128 (java) R 25111 25111 24038 0 -1 4202560 271 0 0 0 1 0 0 0 20 0 20 0 107426186 26628161536 11574 33554432000 4194304 4196468 140737059260144 139695240522240 139696689227039 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25129] ppid=25111 vsize=26004064 memory=279656997816720 CPUtime=0.04 cores=0-7
/proc/25113/task/25129/stat : 25129 (java) S 25111 25111 24038 0 -1 1077944384 308 0 0 0 4 0 0 0 20 0 20 0 107426186 26628161536 11574 33554432000 4194304 4196468 140737059260144 139695239477232 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25130] ppid=25111 vsize=26004064 memory=279656997832880 CPUtime=0.13 cores=0-7
/proc/25113/task/25130/stat : 25130 (java) R 25111 25111 24038 0 -1 4202560 874 0 0 0 13 0 0 0 20 0 20 0 107426186 26628161536 11574 33554432000 4194304 4196468 140737059260144 139695238420416 139696684997246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25131] ppid=25111 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25131/stat : 25131 (java) S 25111 25111 24038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107426186 26628161536 11574 33554432000 4194304 4196468 140737059260144 139695237372896 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25132] ppid=25111 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/25113/task/25132/stat : 25132 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426186 26628161536 11574 33554432000 4194304 4196468 140737059260144 139695236320432 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47676 KiB

[startup+0.700936 s]
/proc/loadavg: 8.41 8.51 8.63 6/199 25132
/proc/meminfo: memFree=31371648/32770624 swapFree=67108860/67108860
[pid=25111] ppid=25108 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/25111/stat : 25111 (xcsp3-exec) S 25108 25111 24038 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107426180 9740288 345 33554432000 4194304 5098028 140731686333936 140731686332040 139947235574396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16875520 140731686335589 140731686335799 140731686335799 140731686338539 0
/proc/25111/statm: 2378 345 289 221 0 87 0
[pid=25113] ppid=25111 vsize=26006188 memory=89892 CPUtime=1.99 cores=0-7
/proc/25113/stat : 25113 (java) S 25111 25111 24038 0 -1 1077944320 13137 0 0 0 194 5 0 0 20 0 20 0 107426180 26630336512 22473 33554432000 4194304 4196468 140737059260144 140737059242688 139696705695479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
/proc/25113/statm: 6501547 22473 3206 1 0 6488781 0
[pid=25113/tid=25114] ppid=25111 vsize=26006188 memory=279656998190768 CPUtime=0.67 cores=0-7
/proc/25113/task/25114/stat : 25114 (java) R 25111 25111 24038 0 -1 4202560 6746 0 0 0 64 3 0 0 20 0 20 0 107426181 26630336512 22473 33554432000 4194304 4196468 140737059260144 139696709919216 139696687345079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25115] ppid=25111 vsize=26006188 memory=139828499096432 CPUtime=0 cores=0-7
/proc/25113/task/25115/stat : 25115 (java) S 25111 25111 24038 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107426182 26630336512 22473 33554432000 4194304 4196468 140737059260144 139696658316304 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25116] ppid=25111 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25116/stat : 25116 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26630336512 22473 33554432000 4194304 4196468 140737059260144 139696657263760 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25117] ppid=25111 vsize=26006188 memory=5792 CPUtime=0 cores=0-7
/proc/25113/task/25117/stat : 25117 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107426182 26630336512 22473 33554432000 4194304 4196468 140737059260144 139696656210704 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0

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

[pid=25113/tid=25140] ppid=25111 vsize=26538700 memory=825396 CPUtime=2437.41 cores=0-7
/proc/25113/task/25140/stat : 25140 (java) R 25111 25111 24038 0 -1 4202560 3355 0 0 0 243740 1 0 0 20 0 28 0 107426314 27175628800 206350 33554432000 4194304 4196468 140737059260144 139693811290560 139696319426482 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
Current children cumulated CPU time: 19472.1 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 826780 KiB

[startup+2502.3 s]
/proc/loadavg: 8.09 8.18 8.27 9/209 25209
/proc/meminfo: memFree=30621244/32770624 swapFree=67108860/67108860
[pid=25111] ppid=25108 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/25111/stat : 25111 (xcsp3-exec) S 25108 25111 24038 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107426180 9740288 345 33554432000 4194304 5098028 140731686333936 140731686332040 139947235574396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16875520 140731686335589 140731686335799 140731686335799 140731686338539 0
/proc/25111/statm: 2378 345 289 221 0 87 0
[pid=25113] ppid=25111 vsize=26538700 memory=816184 CPUtime=19950.5 cores=0-7
/proc/25113/stat : 25113 (java) S 25111 25111 24038 0 -1 1077944320 185193 0 0 0 1994827 219 0 0 20 0 28 0 107426180 27175628800 204046 33554432000 4194304 4196468 140737059260144 140737059242688 139696705695479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
/proc/25113/statm: 6634675 204046 3301 1 0 6621909 0
[pid=25113/tid=25114] ppid=25111 vsize=26538700 memory=816184 CPUtime=1.27 cores=0-7
/proc/25113/task/25114/stat : 25114 (java) S 25111 25111 24038 0 -1 1077944384 7338 0 0 0 122 5 0 0 20 0 28 0 107426181 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696709936256 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25115] ppid=25111 vsize=26538700 memory=1380 CPUtime=1.1 cores=0-7
/proc/25113/task/25115/stat : 25115 (java) S 25111 25111 24038 0 -1 1077944384 4211 0 0 0 100 10 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696658316304 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25116] ppid=25111 vsize=26538700 memory=816184 CPUtime=1.09 cores=0-7
/proc/25113/task/25116/stat : 25116 (java) S 25111 25111 24038 0 -1 1077944384 4656 0 0 0 100 9 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696657263760 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25117] ppid=25111 vsize=26538700 memory=0 CPUtime=1.11 cores=0-7
/proc/25113/task/25117/stat : 25117 (java) S 25111 25111 24038 0 -1 1077944384 5274 0 0 0 101 10 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696656210704 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25118] ppid=25111 vsize=26538700 memory=0 CPUtime=1.08 cores=0-7
/proc/25113/task/25118/stat : 25118 (java) S 25111 25111 24038 0 -1 1077944384 3403 0 0 0 100 8 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696655158160 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25119] ppid=25111 vsize=26538700 memory=1796204 CPUtime=1.1 cores=0-7
/proc/25113/task/25119/stat : 25119 (java) S 25111 25111 24038 0 -1 1077944384 3923 0 0 0 100 10 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696654105104 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25120] ppid=25111 vsize=26538700 memory=56 CPUtime=1.1 cores=0-7
/proc/25113/task/25120/stat : 25120 (java) S 25111 25111 24038 0 -1 1077944384 4337 0 0 0 101 9 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696653052560 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25121] ppid=25111 vsize=26538700 memory=304556131781706020 CPUtime=1.1 cores=0-7
/proc/25113/task/25121/stat : 25121 (java) S 25111 25111 24038 0 -1 1077944384 7175 0 0 0 101 9 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696651999504 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25122] ppid=25111 vsize=26538700 memory=222281 CPUtime=1.08 cores=0-7
/proc/25113/task/25122/stat : 25122 (java) S 25111 25111 24038 0 -1 1077944384 3031 0 0 0 99 9 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696650946960 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25123] ppid=25111 vsize=26538700 memory=825416 CPUtime=0.58 cores=0-7
/proc/25113/task/25123/stat : 25123 (java) S 25111 25111 24038 0 -1 1077944384 12127 0 0 0 40 18 0 0 20 0 28 0 107426183 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695492836080 139696705706626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25124] ppid=25111 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/25113/task/25124/stat : 25124 (java) S 25111 25111 24038 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 107426183 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695491782368 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25125] ppid=25111 vsize=26538700 memory=75 CPUtime=0 cores=0-7
/proc/25113/task/25125/stat : 25125 (java) S 25111 25111 24038 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 107426184 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695490729216 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25126] ppid=25111 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/25113/task/25126/stat : 25126 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695242635728 139696705714075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25127] ppid=25111 vsize=26538700 memory=820800 CPUtime=2.63 cores=0-7
/proc/25113/task/25127/stat : 25127 (java) S 25111 25111 24038 0 -1 1077944384 13595 0 0 0 260 3 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695241582832 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25128] ppid=25111 vsize=26538700 memory=27081 CPUtime=2.29 cores=0-7
/proc/25113/task/25128/stat : 25128 (java) S 25111 25111 24038 0 -1 1077944384 11399 0 0 0 226 3 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695240530288 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25129] ppid=25111 vsize=26538700 memory=-1161699032756214878 CPUtime=3.37 cores=0-7
/proc/25113/task/25129/stat : 25129 (java) S 25111 25111 24038 0 -1 1077944384 19447 0 0 0 334 3 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695239477232 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25130] ppid=25111 vsize=26538700 memory=816184 CPUtime=0.9 cores=0-7
/proc/25113/task/25130/stat : 25130 (java) S 25111 25111 24038 0 -1 1077944384 15128 0 0 0 86 4 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695238424688 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25131] ppid=25111 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/25113/task/25131/stat : 25131 (java) S 25111 25111 24038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695237372896 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25132] ppid=25111 vsize=26538700 memory=816184 CPUtime=0.77 cores=0-7
/proc/25113/task/25132/stat : 25132 (java) S 25111 25111 24038 0 -1 1077944384 1634 0 0 0 0 77 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695236320432 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25133] ppid=25111 vsize=26538700 memory=288230574492221466 CPUtime=2495.68 cores=0-7
/proc/25113/task/25133/stat : 25133 (java) R 25111 25111 24038 0 -1 4202560 3864 0 0 0 249566 2 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695228804056 139696318672484 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25134] ppid=25111 vsize=26538700 memory=288230621803970871 CPUtime=2496.99 cores=0-7
/proc/25113/task/25134/stat : 25134 (java) R 25111 25111 24038 0 -1 4202560 3294 0 0 0 249697 2 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695227752968 139696318672616 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25135] ppid=25111 vsize=26538700 memory=15255943717849665 CPUtime=2490.06 cores=0-7
/proc/25113/task/25135/stat : 25135 (java) R 25111 25111 24038 0 -1 4202560 18959 0 0 0 248962 44 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695226700168 139696320500300 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25136] ppid=25111 vsize=26538700 memory=4044 CPUtime=2488.96 cores=0-7
/proc/25113/task/25136/stat : 25136 (java) R 25111 25111 24038 0 -1 4202560 7091 0 0 0 248886 10 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695225647368 139696318496363 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25137] ppid=25111 vsize=26538700 memory=17964 CPUtime=2487.9 cores=0-7
/proc/25113/task/25137/stat : 25137 (java) R 25111 25111 24038 0 -1 4202560 2918 0 0 0 248789 1 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695224594312 139696318868238 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25138] ppid=25111 vsize=26538700 memory=816184 CPUtime=2483.73 cores=0-7
/proc/25113/task/25138/stat : 25138 (java) R 25111 25111 24038 0 -1 4202560 8399 0 0 0 248355 18 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695223541320 139696318672585 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25139] ppid=25111 vsize=26538700 memory=4136 CPUtime=2489.03 cores=0-7
/proc/25113/task/25139/stat : 25139 (java) R 25111 25111 24038 0 -1 4202560 19304 0 0 0 248876 27 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695222492384 139696321831968 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25140] ppid=25111 vsize=26538700 memory=1380 CPUtime=2497.32 cores=0-7
/proc/25113/task/25140/stat : 25140 (java) R 25111 25111 24038 0 -1 4202560 3391 0 0 0 249731 1 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139693811290488 139696318490542 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
Current children cumulated CPU time: 19950.5 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 817564 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.13 8.18 8.27 9/209 25209
/proc/meminfo: memFree=30621260/32770624 swapFree=67108860/67108860
[pid=25111] ppid=25108 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/25111/stat : 25111 (xcsp3-exec) S 25108 25111 24038 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 107426180 9740288 345 33554432000 4194304 5098028 140731686333936 140731686332040 139947235574396 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16875520 140731686335589 140731686335799 140731686335799 140731686338539 0
/proc/25111/statm: 2378 345 289 221 0 87 0
[pid=25113] ppid=25111 vsize=26538700 memory=816184 CPUtime=20091.4 cores=0-7
/proc/25113/stat : 25113 (java) S 25111 25111 24038 0 -1 1077944320 185569 0 0 0 2008924 220 0 0 20 0 28 0 107426180 27175628800 204046 33554432000 4194304 4196468 140737059260144 140737059242688 139696705695479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
/proc/25113/statm: 6634675 204046 3301 1 0 6621909 0
[pid=25113/tid=25114] ppid=25111 vsize=26538700 memory=1398720917958146503 CPUtime=1.27 cores=0-7
/proc/25113/task/25114/stat : 25114 (java) S 25111 25111 24038 0 -1 1077944384 7338 0 0 0 122 5 0 0 20 0 28 0 107426181 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696709936256 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25115] ppid=25111 vsize=26538700 memory=4126316290023845779 CPUtime=1.11 cores=0-7
/proc/25113/task/25115/stat : 25115 (java) S 25111 25111 24038 0 -1 1077944384 4211 0 0 0 101 10 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696658316304 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25116] ppid=25111 vsize=26538700 memory=16236 CPUtime=1.1 cores=0-7
/proc/25113/task/25116/stat : 25116 (java) S 25111 25111 24038 0 -1 1077944384 4658 0 0 0 101 9 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696657263760 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25117] ppid=25111 vsize=26538700 memory=4044 CPUtime=1.13 cores=0-7
/proc/25113/task/25117/stat : 25117 (java) S 25111 25111 24038 0 -1 1077944384 5274 0 0 0 103 10 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696656210704 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25118] ppid=25111 vsize=26538700 memory=8568 CPUtime=1.09 cores=0-7
/proc/25113/task/25118/stat : 25118 (java) S 25111 25111 24038 0 -1 1077944384 3404 0 0 0 101 8 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696655158160 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25119] ppid=25111 vsize=26538700 memory=1724 CPUtime=1.12 cores=0-7
/proc/25113/task/25119/stat : 25119 (java) S 25111 25111 24038 0 -1 1077944384 3924 0 0 0 102 10 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696654105104 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25120] ppid=25111 vsize=26538700 memory=1380 CPUtime=1.11 cores=0-7
/proc/25113/task/25120/stat : 25120 (java) S 25111 25111 24038 0 -1 1077944384 4339 0 0 0 102 9 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696653052560 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25121] ppid=25111 vsize=26538700 memory=816184 CPUtime=1.12 cores=0-7
/proc/25113/task/25121/stat : 25121 (java) S 25111 25111 24038 0 -1 1077944384 7175 0 0 0 102 10 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696651999504 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25122] ppid=25111 vsize=26538700 memory=832 CPUtime=1.1 cores=0-7
/proc/25113/task/25122/stat : 25122 (java) S 25111 25111 24038 0 -1 1077944384 3032 0 0 0 101 9 0 0 20 0 28 0 107426182 27175628800 204046 33554432000 4194304 4196468 140737059260144 139696650946960 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25123] ppid=25111 vsize=26538700 memory=1696 CPUtime=0.58 cores=0-7
/proc/25113/task/25123/stat : 25123 (java) S 25111 25111 24038 0 -1 1077944384 12129 0 0 0 40 18 0 0 20 0 28 0 107426183 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695492836080 139696705706626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25124] ppid=25111 vsize=26538700 memory=832 CPUtime=0 cores=0-7
/proc/25113/task/25124/stat : 25124 (java) S 25111 25111 24038 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 107426183 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695491782368 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25125] ppid=25111 vsize=26538700 memory=1696 CPUtime=0 cores=0-7
/proc/25113/task/25125/stat : 25125 (java) S 25111 25111 24038 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 107426184 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695490729216 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25126] ppid=25111 vsize=26538700 memory=920 CPUtime=0 cores=0-7
/proc/25113/task/25126/stat : 25126 (java) S 25111 25111 24038 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695242635728 139696705714075 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25127] ppid=25111 vsize=26538700 memory=4120 CPUtime=2.63 cores=0-7
/proc/25113/task/25127/stat : 25127 (java) S 25111 25111 24038 0 -1 1077944384 13595 0 0 0 260 3 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695241582832 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25128] ppid=25111 vsize=26538700 memory=1152 CPUtime=2.29 cores=0-7
/proc/25113/task/25128/stat : 25128 (java) S 25111 25111 24038 0 -1 1077944384 11399 0 0 0 226 3 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695240530288 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25129] ppid=25111 vsize=26538700 memory=3800 CPUtime=3.37 cores=0-7
/proc/25113/task/25129/stat : 25129 (java) S 25111 25111 24038 0 -1 1077944384 19447 0 0 0 334 3 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695239477232 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25130] ppid=25111 vsize=26538700 memory=1380 CPUtime=0.9 cores=0-7
/proc/25113/task/25130/stat : 25130 (java) S 25111 25111 24038 0 -1 1077944384 15128 0 0 0 86 4 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695238424688 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25131] ppid=25111 vsize=26538700 memory=816184 CPUtime=0 cores=0-7
/proc/25113/task/25131/stat : 25131 (java) S 25111 25111 24038 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695237372896 139696705705685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25132] ppid=25111 vsize=26538700 memory=1380 CPUtime=0.78 cores=0-7
/proc/25113/task/25132/stat : 25132 (java) S 25111 25111 24038 0 -1 1077944384 1636 0 0 0 0 78 0 0 20 0 28 0 107426186 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695236320432 139696705706626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25133] ppid=25111 vsize=26538700 memory=1380 CPUtime=2513.36 cores=0-7
/proc/25113/task/25133/stat : 25133 (java) R 25111 25111 24038 0 -1 4202560 3869 0 0 0 251334 2 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695228804168 139696320500192 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25134] ppid=25111 vsize=26538700 memory=816184 CPUtime=2514.51 cores=0-7
/proc/25113/task/25134/stat : 25134 (java) R 25111 25111 24038 0 -1 4202560 3302 0 0 0 251449 2 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695227752720 139696318672484 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25135] ppid=25111 vsize=26538700 memory=1232 CPUtime=2507.75 cores=0-7
/proc/25113/task/25135/stat : 25135 (java) R 25111 25111 24038 0 -1 4202560 18974 0 0 0 250730 45 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695226699784 139696318672878 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25136] ppid=25111 vsize=26538700 memory=648 CPUtime=2506.55 cores=0-7
/proc/25113/task/25136/stat : 25136 (java) R 25111 25111 24038 0 -1 4202560 7101 0 0 0 250645 10 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695225647368 139696320378478 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25137] ppid=25111 vsize=26538700 memory=1796 CPUtime=2505.53 cores=0-7
/proc/25113/task/25137/stat : 25137 (java) R 25111 25111 24038 0 -1 4202560 2925 0 0 0 250552 1 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695224594184 139696320378447 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25138] ppid=25111 vsize=26538700 memory=956 CPUtime=2501.29 cores=0-7
/proc/25113/task/25138/stat : 25138 (java) R 25111 25111 24038 0 -1 4202560 8420 0 0 0 250111 18 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695223541752 139696315341696 0 4 0 16800975 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25139] ppid=25111 vsize=26538700 memory=1004 CPUtime=2506.62 cores=0-7
/proc/25113/task/25139/stat : 25139 (java) R 25111 25111 24038 0 -1 4202560 19594 0 0 0 250635 27 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139695222492416 139696318397660 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
[pid=25113/tid=25140] ppid=25111 vsize=26538700 memory=1936 CPUtime=2514.92 cores=0-7
/proc/25113/task/25140/stat : 25140 (java) R 25111 25111 24038 0 -1 4202560 3400 0 0 0 251491 1 0 0 20 0 28 0 107426314 27175628800 204046 33554432000 4194304 4196468 140737059260144 139693811290840 139696318672557 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 12181504 140737059267730 140737059267907 140737059267907 140737059270607 0
Current children cumulated CPU time: 20091.4 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 817564 KiB

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

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

[startup+2520.11 s]
# the end of solver process 25113 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20090 s, system=2.21151 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): 2520.11
CPU time (s): 20092.2
CPU user time (s): 20090
CPU system time (s): 2.21151
CPU usage (%): 797.274
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1199944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20090
system time used= 2.21151
maximum resident set size= 1202660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186326
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84803
involuntary context switches= 215686


# summary of solver processes directly reported to runsolver:
#   pid: 25111,25113
#   total CPU time (s): 20092.2
#   total CPU user time (s): 20090
#   total CPU system time (s): 2.21151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.2626 second user time and 25.9435 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-14 22:28:40
IDJOB=4270875
IDBENCH=128150
IDSOLVER=2662
FILE ID=node102/4270875-1502743379
RUNJOBID= node102-1502734620-24065
PBS_JOBID= 20629052
Free space on /tmp= 61912 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-gagne/CarSequencing-200-01.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270875-1502743379/watcher-4270875-1502743379 -o /tmp/evaluation-result-4270875-1502743379/solver-4270875-1502743379 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502734620-24065 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 692383967 HOME/instance-4270875-1502743379.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 10e5a0c89239e5196f6239a5150462fc
RANDOM SEED=692383967

node102.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.35
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.35
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.35
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.35
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:        31425876 kB
MemAvailable:   31983480 kB
Buffers:          158472 kB
Cached:           682120 kB
SwapCached:            0 kB
Active:           671908 kB
Inactive:         219468 kB
Active(anon):       3852 kB
Inactive(anon):    75040 kB
Active(file):     668056 kB
Inactive(file):   144428 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7896 kB
Writeback:             0 kB
AnonPages:         57596 kB
Mapped:            44968 kB
Shmem:             25228 kB
Slab:             149036 kB
SReclaimable:     121912 kB
SUnreclaim:        27124 kB
KernelStack:        3248 kB
PageTables:         4800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61904 MiB
End job on node102 at 2017-08-14 23:10:40