Trace number 4281219

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)? (TO) 19965.6 2520.1201

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-8.xml
MD5SUM9893704bf12390d346d425cfade6032e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1620
Number of constraints1260
Number of domains22
Minimum domain size16
Maximum domain size1422
Distribution of domain sizes[{"size":16,"count":20},{"size":17,"count":100},{"size":18,"count":100},{"size":19,"count":100},{"size":20,"count":480},{"size":1422,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281219-1503111824.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4281219-1503111824.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
4.19/1.25	c solve instance...
19964.74/2520.09	s UNKNOWN
19964.74/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 (11258 MiB free)
  memory of node 1: 16384 MiB (11220 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281219-1503111824/watcher-4281219-1503111824 -o /tmp/evaluation-result-4281219-1503111824/solver-4281219-1503111824 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1503105921-1150 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 714654926 HOME/instance-4281219-1503111824.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=1456, runsolver pid=1453

[startup+0.10016 s]*
/proc/loadavg: 7.63 8.11 8.17 2/199 1477
/proc/meminfo: memFree=23002136/32770624 swapFree=67108860/67108860
[pid=1456] ppid=1453 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/1456/stat : 1456 (xcsp3-exec) S 1453 1456 1123 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 144253841 9740288 345 33554432000 4194304 5098028 140732017347472 140732017345576 140206477132412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34148352 140732017349733 140732017349943 140732017349943 140732017352683 0
/proc/1456/statm: 2378 345 289 221 0 87 0
[pid=1458] ppid=1456 vsize=25999808 memory=27172 CPUtime=0.11 cores=0-7
/proc/1458/stat : 1458 (java) S 1456 1456 1123 0 -1 1077944320 5214 0 0 0 10 1 0 0 20 0 20 0 144253841 26623803392 6793 33554432000 4194304 4196468 140736443767232 140736443749776 140015077867255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
/proc/1458/statm: 6499952 6793 2849 1 0 6488269 0
[pid=1458/tid=1459] ppid=1456 vsize=25999808 memory=1400242874264906928 CPUtime=0.08 cores=0-7
/proc/1458/task/1459/stat : 1459 (java) R 1456 1456 1123 0 -1 4202560 3222 0 0 0 8 0 0 0 20 0 20 0 144253842 26623803392 6793 33554432000 4194304 4196468 140736443767232 140015082099248 140015077879190 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1460] ppid=1456 vsize=25999808 memory=664954298551644168 CPUtime=0 cores=0-7
/proc/1458/task/1460/stat : 1460 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26623803392 6793 33554432000 4194304 4196468 140736443767232 140015000447888 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1461] ppid=1456 vsize=25999808 memory=140397542246016 CPUtime=0 cores=0-7
/proc/1458/task/1461/stat : 1461 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253843 26623803392 6793 33554432000 4194304 4196468 140736443767232 140014999395088 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1462] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1462/stat : 1462 (java) S 1456 1456 1123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144253843 26623803392 6793 33554432000 4194304 4196468 140736443767232 140014998342800 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1463] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1463/stat : 1463 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26623803392 6793 33554432000 4194304 4196468 140736443767232 140014997290000 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1464] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1464/stat : 1464 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253843 26623803392 6793 33554432000 4194304 4196468 140736443767232 140014996236688 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1465] ppid=1456 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1458/task/1465/stat : 1465 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26623803392 6793 33554432000 4194304 4196468 140736443767232 140014630492432 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1466] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1466/stat : 1466 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26623803392 6793 33554432000 4194304 4196468 140736443767232 140014629440144 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1467] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1467/stat : 1467 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26623803392 6793 33554432000 4194304 4196468 140736443767232 140014628387344 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1468] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1468/stat : 1468 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253844 26623803392 6793 33554432000 4194304 4196468 140736443767232 140013484378736 140015077878402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1469] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1469/stat : 1469 (java) S 1456 1456 1123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144253844 26623803392 6793 33554432000 4194304 4196468 140736443767232 140013483324704 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1470] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1470/stat : 1470 (java) S 1456 1456 1123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144253845 26623803392 6793 33554432000 4194304 4196468 140736443767232 140013482272368 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1471] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1471/stat : 1471 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253847 26623803392 6793 33554432000 4194304 4196468 140736443767232 140013481220688 140015077885851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1472] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1472/stat : 1472 (java) S 1456 1456 1123 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 144253847 26623803392 6793 33554432000 4194304 4196468 140736443767232 140013480167536 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1473] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1473/stat : 1473 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253847 26623803392 6793 33554432000 4194304 4196468 140736443767232 140013479114736 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1474] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1474/stat : 1474 (java) S 1456 1456 1123 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 144253847 26623803392 6793 33554432000 4194304 4196468 140736443767232 140013478062448 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1475] ppid=1456 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/1458/task/1475/stat : 1475 (java) R 1456 1456 1123 0 -1 4202560 243 0 0 0 1 0 0 0 20 0 20 0 144253847 26623803392 6793 33554432000 4194304 4196468 140736443767232 140013477009648 140015057003193 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1476] ppid=1456 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1476/stat : 1476 (java) S 1456 1456 1123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144253847 26623803392 6793 33554432000 4194304 4196468 140736443767232 140013475957600 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1477] ppid=1456 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/1458/task/1477/stat : 1477 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253848 26623803392 6793 33554432000 4194304 4196468 140736443767232 140013474904880 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28552 KiB

[startup+0.210126 s]*
/proc/loadavg: 7.63 8.11 8.17 2/199 1477
/proc/meminfo: memFree=22991724/32770624 swapFree=67108860/67108860
[pid=1456] ppid=1453 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/1456/stat : 1456 (xcsp3-exec) S 1453 1456 1123 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 144253841 9740288 345 33554432000 4194304 5098028 140732017347472 140732017345576 140206477132412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34148352 140732017349733 140732017349943 140732017349943 140732017352683 0
/proc/1456/statm: 2378 345 289 221 0 87 0
[pid=1458] ppid=1456 vsize=26004064 memory=39364 CPUtime=0.33 cores=0-7
/proc/1458/stat : 1458 (java) S 1456 1456 1123 0 -1 1077944320 7853 0 0 0 30 3 0 0 20 0 20 0 144253841 26628161536 9841 33554432000 4194304 4196468 140736443767232 140736443749776 140015077867255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
/proc/1458/statm: 6501016 9841 3076 1 0 6488269 0
[pid=1458/tid=1459] ppid=1456 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/1458/task/1459/stat : 1459 (java) R 1456 1456 1123 0 -1 4202560 4948 0 0 0 18 1 0 0 20 0 20 0 144253842 26628161536 9841 33554432000 4194304 4196468 140736443767232 140015082080320 140015061947742 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1460] ppid=1456 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/1458/task/1460/stat : 1460 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 9841 33554432000 4194304 4196468 140736443767232 140015000447888 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1461] ppid=1456 vsize=26004064 memory=140397542249900 CPUtime=0 cores=0-7
/proc/1458/task/1461/stat : 1461 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 9841 33554432000 4194304 4196468 140736443767232 140014999395088 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1462] ppid=1456 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1458/task/1462/stat : 1462 (java) S 1456 1456 1123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 9841 33554432000 4194304 4196468 140736443767232 140014998342800 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1463] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1463/stat : 1463 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 9841 33554432000 4194304 4196468 140736443767232 140014997290000 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1464] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1464/stat : 1464 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 9841 33554432000 4194304 4196468 140736443767232 140014996236688 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1465] ppid=1456 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1458/task/1465/stat : 1465 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 9841 33554432000 4194304 4196468 140736443767232 140014630492432 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1466] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1466/stat : 1466 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 9841 33554432000 4194304 4196468 140736443767232 140014629440144 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1467] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1467/stat : 1467 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 9841 33554432000 4194304 4196468 140736443767232 140014628387344 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1468] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1468/stat : 1468 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253844 26628161536 9841 33554432000 4194304 4196468 140736443767232 140013484378736 140015077878402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1469] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1469/stat : 1469 (java) S 1456 1456 1123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144253844 26628161536 9841 33554432000 4194304 4196468 140736443767232 140013483324704 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1470] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1470/stat : 1470 (java) S 1456 1456 1123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144253845 26628161536 9841 33554432000 4194304 4196468 140736443767232 140013482272368 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1471] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1471/stat : 1471 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253847 26628161536 9841 33554432000 4194304 4196468 140736443767232 140013481220688 140015077885851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1472] ppid=1456 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/1458/task/1472/stat : 1472 (java) S 1456 1456 1123 0 -1 1077944384 539 0 0 0 1 0 0 0 20 0 20 0 144253847 26628161536 9841 33554432000 4194304 4196468 140736443767232 140013480167536 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1473] ppid=1456 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/1458/task/1473/stat : 1473 (java) S 1456 1456 1123 0 -1 1077944384 198 0 0 0 2 0 0 0 20 0 20 0 144253847 26628161536 9841 33554432000 4194304 4196468 140736443767232 140013479114736 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1474] ppid=1456 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/1458/task/1474/stat : 1474 (java) S 1456 1456 1123 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 20 0 144253847 26628161536 9841 33554432000 4194304 4196468 140736443767232 140013478062448 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1475] ppid=1456 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/1458/task/1475/stat : 1475 (java) R 1456 1456 1123 0 -1 4202560 700 0 0 0 7 0 0 0 20 0 20 0 144253847 26628161536 9841 33554432000 4194304 4196468 140736443767232 140013477009648 140015077879190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1476] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1476/stat : 1476 (java) S 1456 1456 1123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144253847 26628161536 9841 33554432000 4194304 4196468 140736443767232 140013475957600 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1477] ppid=1456 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/1458/task/1477/stat : 1477 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253848 26628161536 9841 33554432000 4194304 4196468 140736443767232 140013474904880 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40744 KiB

[startup+0.309443 s]*
/proc/loadavg: 7.63 8.11 8.17 3/199 1477
/proc/meminfo: memFree=22987612/32770624 swapFree=67108860/67108860
[pid=1456] ppid=1453 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/1456/stat : 1456 (xcsp3-exec) S 1453 1456 1123 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 144253841 9740288 345 33554432000 4194304 5098028 140732017347472 140732017345576 140206477132412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34148352 140732017349733 140732017349943 140732017349943 140732017352683 0
/proc/1456/statm: 2378 345 289 221 0 87 0
[pid=1458] ppid=1456 vsize=26004064 memory=44236 CPUtime=0.49 cores=0-7
/proc/1458/stat : 1458 (java) S 1456 1456 1123 0 -1 1077944320 8723 0 0 0 45 4 0 0 20 0 20 0 144253841 26628161536 11059 33554432000 4194304 4196468 140736443767232 140736443749776 140015077867255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
/proc/1458/statm: 6501016 11059 3113 1 0 6488269 0
[pid=1458/tid=1459] ppid=1456 vsize=26004064 memory=1399051139730258233 CPUtime=0.28 cores=0-7
/proc/1458/task/1459/stat : 1459 (java) R 1456 1456 1123 0 -1 4202560 5604 0 0 0 26 2 0 0 20 0 20 0 144253842 26628161536 11059 33554432000 4194304 4196468 140736443767232 140015082104976 140015077879190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1460] ppid=1456 vsize=26004064 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/1458/task/1460/stat : 1460 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 11059 33554432000 4194304 4196468 140736443767232 140015000447888 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1461] ppid=1456 vsize=26004064 memory=1196 CPUtime=0 cores=0-7
/proc/1458/task/1461/stat : 1461 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 11059 33554432000 4194304 4196468 140736443767232 140014999395088 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1462] ppid=1456 vsize=26004064 memory=10684 CPUtime=0 cores=0-7
/proc/1458/task/1462/stat : 1462 (java) S 1456 1456 1123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 11059 33554432000 4194304 4196468 140736443767232 140014998342800 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1463] ppid=1456 vsize=26004064 memory=15880 CPUtime=0 cores=0-7
/proc/1458/task/1463/stat : 1463 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 11059 33554432000 4194304 4196468 140736443767232 140014997290000 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1464] ppid=1456 vsize=26004064 memory=22024 CPUtime=0 cores=0-7
/proc/1458/task/1464/stat : 1464 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 11059 33554432000 4194304 4196468 140736443767232 140014996236688 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1465] ppid=1456 vsize=26004064 memory=16432 CPUtime=0 cores=0-7
/proc/1458/task/1465/stat : 1465 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 11059 33554432000 4194304 4196468 140736443767232 140014630492432 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1466] ppid=1456 vsize=26004064 memory=4040 CPUtime=0 cores=0-7
/proc/1458/task/1466/stat : 1466 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 11059 33554432000 4194304 4196468 140736443767232 140014629440144 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1467] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1467/stat : 1467 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26628161536 11059 33554432000 4194304 4196468 140736443767232 140014628387344 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1468] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1468/stat : 1468 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253844 26628161536 11059 33554432000 4194304 4196468 140736443767232 140013484378736 140015077878402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1469] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1469/stat : 1469 (java) S 1456 1456 1123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144253844 26628161536 11059 33554432000 4194304 4196468 140736443767232 140013483324704 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1470] ppid=1456 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1470/stat : 1470 (java) S 1456 1456 1123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144253845 26628161536 11059 33554432000 4194304 4196468 140736443767232 140013482272368 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1471] ppid=1456 vsize=26004064 memory=140397380732367 CPUtime=0 cores=0-7
/proc/1458/task/1471/stat : 1471 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253847 26628161536 11059 33554432000 4194304 4196468 140736443767232 140013481220688 140015077885851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1472] ppid=1456 vsize=26004064 memory=67 CPUtime=0.01 cores=0-7
/proc/1458/task/1472/stat : 1472 (java) S 1456 1456 1123 0 -1 1077944384 560 0 0 0 1 0 0 0 20 0 20 0 144253847 26628161536 11059 33554432000 4194304 4196468 140736443767232 140013480167536 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1473] ppid=1456 vsize=26004064 memory=51172 CPUtime=0.02 cores=0-7
/proc/1458/task/1473/stat : 1473 (java) S 1456 1456 1123 0 -1 1077944384 199 0 0 0 2 0 0 0 20 0 20 0 144253847 26628161536 11059 33554432000 4194304 4196468 140736443767232 140013479114736 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1474] ppid=1456 vsize=26004064 memory=53476 CPUtime=0.02 cores=0-7
/proc/1458/task/1474/stat : 1474 (java) S 1456 1456 1123 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 20 0 144253847 26628161536 11059 33554432000 4194304 4196468 140736443767232 140013478062448 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1475] ppid=1456 vsize=26004064 memory=55780 CPUtime=0.12 cores=0-7
/proc/1458/task/1475/stat : 1475 (java) R 1456 1456 1123 0 -1 4202560 829 0 0 0 12 0 0 0 20 0 20 0 144253847 26628161536 11059 33554432000 4194304 4196468 140736443767232 140013477009648 140015070104382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1476] ppid=1456 vsize=26004064 memory=110297088 CPUtime=0 cores=0-7
/proc/1458/task/1476/stat : 1476 (java) S 1456 1456 1123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144253847 26628161536 11059 33554432000 4194304 4196468 140736443767232 140013475957600 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1477] ppid=1456 vsize=26004064 memory=9740287 CPUtime=0 cores=0-7
/proc/1458/task/1477/stat : 1477 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253848 26628161536 11059 33554432000 4194304 4196468 140736443767232 140013474904880 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45616 KiB

[startup+0.700888 s]
/proc/loadavg: 7.63 8.11 8.17 5/199 1477
/proc/meminfo: memFree=22960124/32770624 swapFree=67108860/67108860
[pid=1456] ppid=1453 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/1456/stat : 1456 (xcsp3-exec) S 1453 1456 1123 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 144253841 9740288 345 33554432000 4194304 5098028 140732017347472 140732017345576 140206477132412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34148352 140732017349733 140732017349943 140732017349943 140732017352683 0
/proc/1456/statm: 2378 345 289 221 0 87 0
[pid=1458] ppid=1456 vsize=26006188 memory=90152 CPUtime=2 cores=0-7
/proc/1458/stat : 1458 (java) S 1456 1456 1123 0 -1 1077944320 13152 0 0 0 193 7 0 0 20 0 20 0 144253841 26630336512 22538 33554432000 4194304 4196468 140736443767232 140736443749776 140015077867255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
/proc/1458/statm: 6501547 22538 3211 1 0 6488781 0
[pid=1458/tid=1459] ppid=1456 vsize=26006188 memory=280794761514848 CPUtime=0.67 cores=0-7
/proc/1458/task/1459/stat : 1459 (java) R 1456 1456 1123 0 -1 4202560 6357 0 0 0 63 4 0 0 20 0 20 0 144253842 26630336512 22538 33554432000 4194304 4196468 140736443767232 140015082103216 140015061947742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1460] ppid=1456 vsize=26006188 memory=140397380936560 CPUtime=0 cores=0-7
/proc/1458/task/1460/stat : 1460 (java) S 1456 1456 1123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144253843 26630336512 22538 33554432000 4194304 4196468 140736443767232 140015000447888 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1461] ppid=1456 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/1458/task/1461/stat : 1461 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144253843 26630336512 22538 33554432000 4194304 4196468 140736443767232 140014999395088 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1462] ppid=1456 vsize=26006188 memory=1928 CPUtime=0 cores=0-7
/proc/1458/task/1462/stat : 1462 (java) S 1456 1456 1123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144253843 26630336512 22538 33554432000 4194304 4196468 140736443767232 140014998342800 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0

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

[pid=1458/tid=1485] ppid=1456 vsize=26540748 memory=1236 CPUtime=2413.16 cores=0-7
/proc/1458/task/1485/stat : 1485 (java) R 1456 1456 1123 0 -1 4202560 22282 0 0 0 241303 13 0 0 20 0 28 0 144253969 27177725952 113989 33554432000 4194304 4196468 140736443767232 140013459526408 140014684956906 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
Current children cumulated CPU time: 19349.1 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 457336 KiB

[startup+2502.3 s]
/proc/loadavg: 8.38 8.33 8.27 9/208 1549
/proc/meminfo: memFree=22573616/32770624 swapFree=67108860/67108860
[pid=1456] ppid=1453 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/1456/stat : 1456 (xcsp3-exec) S 1453 1456 1123 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 144253841 9740288 345 33554432000 4194304 5098028 140732017347472 140732017345576 140206477132412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34148352 140732017349733 140732017349943 140732017349943 140732017352683 0
/proc/1456/statm: 2378 345 289 221 0 87 0
[pid=1458] ppid=1456 vsize=26540748 memory=456200 CPUtime=19824.1 cores=0-7
/proc/1458/stat : 1458 (java) S 1456 1456 1123 0 -1 1077944320 583737 0 0 0 1980677 1728 0 0 20 0 28 0 144253841 27177725952 114050 33554432000 4194304 4196468 140736443767232 140736443749776 140015077867255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
/proc/1458/statm: 6635187 114050 3304 1 0 6622421 0
[pid=1458/tid=1459] ppid=1456 vsize=26540748 memory=456200 CPUtime=1.21 cores=0-7
/proc/1458/task/1459/stat : 1459 (java) S 1456 1456 1123 0 -1 1077944384 6651 0 0 0 115 6 0 0 20 0 28 0 144253842 27177725952 114050 33554432000 4194304 4196468 140736443767232 140015082108032 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1460] ppid=1456 vsize=26540748 memory=1380 CPUtime=3.19 cores=0-7
/proc/1458/task/1460/stat : 1460 (java) S 1456 1456 1123 0 -1 1077944384 17659 0 0 0 289 30 0 0 20 0 28 0 144253843 27177725952 114050 33554432000 4194304 4196468 140736443767232 140015000447888 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1461] ppid=1456 vsize=26540748 memory=456200 CPUtime=3.21 cores=0-7
/proc/1458/task/1461/stat : 1461 (java) S 1456 1456 1123 0 -1 1077944384 18883 0 0 0 292 29 0 0 20 0 28 0 144253843 27177725952 114050 33554432000 4194304 4196468 140736443767232 140014999395088 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1462] ppid=1456 vsize=26540748 memory=1380 CPUtime=3.19 cores=0-7
/proc/1458/task/1462/stat : 1462 (java) S 1456 1456 1123 0 -1 1077944384 19308 0 0 0 291 28 0 0 20 0 28 0 144253843 27177725952 114050 33554432000 4194304 4196468 140736443767232 140014998342800 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1463] ppid=1456 vsize=26540748 memory=280794762877920 CPUtime=3.18 cores=0-7
/proc/1458/task/1463/stat : 1463 (java) S 1456 1456 1123 0 -1 1077944384 15787 0 0 0 288 30 0 0 20 0 28 0 144253843 27177725952 114050 33554432000 4194304 4196468 140736443767232 140014997290000 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1464] ppid=1456 vsize=26540748 memory=6944652177228980320 CPUtime=3.22 cores=0-7
/proc/1458/task/1464/stat : 1464 (java) S 1456 1456 1123 0 -1 1077944384 19758 0 0 0 290 32 0 0 20 0 28 0 144253843 27177725952 114050 33554432000 4194304 4196468 140736443767232 140014996236688 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1465] ppid=1456 vsize=26540748 memory=456200 CPUtime=3.19 cores=0-7
/proc/1458/task/1465/stat : 1465 (java) S 1456 1456 1123 0 -1 1077944384 18450 0 0 0 287 32 0 0 20 0 28 0 144253843 27177725952 114050 33554432000 4194304 4196468 140736443767232 140014630492432 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1466] ppid=1456 vsize=26540748 memory=1380 CPUtime=3.2 cores=0-7
/proc/1458/task/1466/stat : 1466 (java) S 1456 1456 1123 0 -1 1077944384 18210 0 0 0 289 31 0 0 20 0 28 0 144253843 27177725952 114050 33554432000 4194304 4196468 140736443767232 140014629440144 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1467] ppid=1456 vsize=26540748 memory=1296 CPUtime=3.24 cores=0-7
/proc/1458/task/1467/stat : 1467 (java) S 1456 1456 1123 0 -1 1077944384 21201 0 0 0 291 33 0 0 20 0 28 0 144253843 27177725952 114050 33554432000 4194304 4196468 140736443767232 140014628387344 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1468] ppid=1456 vsize=26540748 memory=2400 CPUtime=19.17 cores=0-7
/proc/1458/task/1468/stat : 1468 (java) S 1456 1456 1123 0 -1 1077944384 48315 0 0 0 605 1312 0 0 20 0 28 0 144253844 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013484378736 140015077878402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1469] ppid=1456 vsize=26540748 memory=1380 CPUtime=0 cores=0-7
/proc/1458/task/1469/stat : 1469 (java) S 1456 1456 1123 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 144253844 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013483324768 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1470] ppid=1456 vsize=26540748 memory=456200 CPUtime=0 cores=0-7
/proc/1458/task/1470/stat : 1470 (java) S 1456 1456 1123 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 144253845 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013482272384 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1471] ppid=1456 vsize=26540748 memory=1380 CPUtime=0 cores=0-7
/proc/1458/task/1471/stat : 1471 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 144253847 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013481220688 140015077885851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1472] ppid=1456 vsize=26540748 memory=456200 CPUtime=3.74 cores=0-7
/proc/1458/task/1472/stat : 1472 (java) S 1456 1456 1123 0 -1 1077944384 25437 0 0 0 368 6 0 0 20 0 28 0 144253847 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013480167536 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1473] ppid=1456 vsize=26540748 memory=456028 CPUtime=3.85 cores=0-7
/proc/1458/task/1473/stat : 1473 (java) S 1456 1456 1123 0 -1 1077944384 21904 0 0 0 380 5 0 0 20 0 28 0 144253847 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013479114736 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1474] ppid=1456 vsize=26540748 memory=4012 CPUtime=4.29 cores=0-7
/proc/1458/task/1474/stat : 1474 (java) S 1456 1456 1123 0 -1 1077944384 24648 0 0 0 423 6 0 0 20 0 28 0 144253847 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013478062448 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1475] ppid=1456 vsize=26540748 memory=4012 CPUtime=1.17 cores=0-7
/proc/1458/task/1475/stat : 1475 (java) S 1456 1456 1123 0 -1 1077944384 14062 0 0 0 114 3 0 0 20 0 28 0 144253847 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013477009648 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1476] ppid=1456 vsize=26540748 memory=1380 CPUtime=0 cores=0-7
/proc/1458/task/1476/stat : 1476 (java) S 1456 1456 1123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 144253847 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013475957600 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1477] ppid=1456 vsize=26540748 memory=1380 CPUtime=0.58 cores=0-7
/proc/1458/task/1477/stat : 1477 (java) S 1456 1456 1123 0 -1 1077944384 3695 0 0 0 41 17 0 0 20 0 28 0 144253848 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013474904880 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1478] ppid=1456 vsize=26540748 memory=1380 CPUtime=2473.42 cores=0-7
/proc/1458/task/1478/stat : 1478 (java) R 1456 1456 1123 0 -1 4202560 26647 0 0 0 247322 20 0 0 20 0 28 0 144253968 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013466893496 140014684056378 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1479] ppid=1456 vsize=26540748 memory=40060 CPUtime=2473.19 cores=0-7
/proc/1458/task/1479/stat : 1479 (java) R 1456 1456 1123 0 -1 4202560 23872 0 0 0 247304 15 0 0 20 0 28 0 144253969 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013465842696 140014687167465 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1480] ppid=1456 vsize=26540748 memory=1296 CPUtime=2467.79 cores=0-7
/proc/1458/task/1480/stat : 1480 (java) R 1456 1456 1123 0 -1 4202560 23763 0 0 0 246762 17 0 0 20 0 28 0 144253969 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013464789352 140014685868795 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1481] ppid=1456 vsize=26540748 memory=1380 CPUtime=2478.03 cores=0-7
/proc/1458/task/1481/stat : 1481 (java) R 1456 1456 1123 0 -1 4202560 24449 0 0 0 247779 24 0 0 20 0 28 0 144253969 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013463735552 140014689188586 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1482] ppid=1456 vsize=26540748 memory=456200 CPUtime=2467.2 cores=0-7
/proc/1458/task/1482/stat : 1482 (java) R 1456 1456 1123 0 -1 4202560 16356 0 0 0 246706 14 0 0 20 0 28 0 144253969 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013462683928 140014685868667 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1483] ppid=1456 vsize=26540748 memory=0 CPUtime=2467.47 cores=0-7
/proc/1458/task/1483/stat : 1483 (java) R 1456 1456 1123 0 -1 4202560 27473 0 0 0 246729 18 0 0 20 0 28 0 144253969 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013461630952 140014688813301 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1484] ppid=1456 vsize=26540748 memory=36884 CPUtime=2464.56 cores=0-7
/proc/1458/task/1484/stat : 1484 (java) R 1456 1456 1123 0 -1 4202560 123468 0 0 0 246410 46 0 0 20 0 28 0 144253969 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013460581104 140014688813032 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1485] ppid=1456 vsize=26540748 memory=6081923857164900267 CPUtime=2472.54 cores=0-7
/proc/1458/task/1485/stat : 1485 (java) R 1456 1456 1123 0 -1 4202560 22382 0 0 0 247241 13 0 0 20 0 28 0 144253969 27177725952 114050 33554432000 4194304 4196468 140736443767232 140013459526408 140014683688294 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
Current children cumulated CPU time: 19824 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 457580 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.36 8.33 8.27 9/208 1549
/proc/meminfo: memFree=22574008/32770624 swapFree=67108860/67108860
[pid=1456] ppid=1453 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/1456/stat : 1456 (xcsp3-exec) S 1453 1456 1123 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 144253841 9740288 345 33554432000 4194304 5098028 140732017347472 140732017345576 140206477132412 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34148352 140732017349733 140732017349943 140732017349943 140732017352683 0
/proc/1456/statm: 2378 345 289 221 0 87 0
[pid=1458] ppid=1456 vsize=26540748 memory=455912 CPUtime=19964.7 cores=0-7
/proc/1458/stat : 1458 (java) S 1456 1456 1123 0 -1 1077944320 583909 0 0 0 1994740 1734 0 0 20 0 28 0 144253841 27177725952 113978 33554432000 4194304 4196468 140736443767232 140736443749776 140015077867255 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
/proc/1458/statm: 6635187 113978 3304 1 0 6622421 0
[pid=1458/tid=1459] ppid=1456 vsize=26540748 memory=1399051139730258233 CPUtime=1.21 cores=0-7
/proc/1458/task/1459/stat : 1459 (java) S 1456 1456 1123 0 -1 1077944384 6651 0 0 0 115 6 0 0 20 0 28 0 144253842 27177725952 113978 33554432000 4194304 4196468 140736443767232 140015082108032 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1460] ppid=1456 vsize=26540748 memory=4872558044660077418 CPUtime=3.2 cores=0-7
/proc/1458/task/1460/stat : 1460 (java) S 1456 1456 1123 0 -1 1077944384 17659 0 0 0 290 30 0 0 20 0 28 0 144253843 27177725952 113978 33554432000 4194304 4196468 140736443767232 140015000447888 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1461] ppid=1456 vsize=26540748 memory=10684 CPUtime=3.22 cores=0-7
/proc/1458/task/1461/stat : 1461 (java) S 1456 1456 1123 0 -1 1077944384 18883 0 0 0 293 29 0 0 20 0 28 0 144253843 27177725952 113978 33554432000 4194304 4196468 140736443767232 140014999395088 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1462] ppid=1456 vsize=26540748 memory=15880 CPUtime=3.19 cores=0-7
/proc/1458/task/1462/stat : 1462 (java) S 1456 1456 1123 0 -1 1077944384 19313 0 0 0 291 28 0 0 20 0 28 0 144253843 27177725952 113978 33554432000 4194304 4196468 140736443767232 140014998342800 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1463] ppid=1456 vsize=26540748 memory=22064 CPUtime=3.19 cores=0-7
/proc/1458/task/1463/stat : 1463 (java) S 1456 1456 1123 0 -1 1077944384 15812 0 0 0 289 30 0 0 20 0 28 0 144253843 27177725952 113978 33554432000 4194304 4196468 140736443767232 140014997290000 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1464] ppid=1456 vsize=26540748 memory=16432 CPUtime=3.23 cores=0-7
/proc/1458/task/1464/stat : 1464 (java) S 1456 1456 1123 0 -1 1077944384 19759 0 0 0 291 32 0 0 20 0 28 0 144253843 27177725952 113978 33554432000 4194304 4196468 140736443767232 140014996236688 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1465] ppid=1456 vsize=26540748 memory=4040 CPUtime=3.2 cores=0-7
/proc/1458/task/1465/stat : 1465 (java) S 1456 1456 1123 0 -1 1077944384 18472 0 0 0 288 32 0 0 20 0 28 0 144253843 27177725952 113978 33554432000 4194304 4196468 140736443767232 140014630492432 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1466] ppid=1456 vsize=26540748 memory=1792 CPUtime=3.22 cores=0-7
/proc/1458/task/1466/stat : 1466 (java) S 1456 1456 1123 0 -1 1077944384 18219 0 0 0 290 32 0 0 20 0 28 0 144253843 27177725952 113978 33554432000 4194304 4196468 140736443767232 140014629440144 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1467] ppid=1456 vsize=26540748 memory=8112282956445269571 CPUtime=3.24 cores=0-7
/proc/1458/task/1467/stat : 1467 (java) S 1456 1456 1123 0 -1 1077944384 21287 0 0 0 291 33 0 0 20 0 28 0 144253843 27177725952 113978 33554432000 4194304 4196468 140736443767232 140014628387344 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1468] ppid=1456 vsize=26540748 memory=1708 CPUtime=19.26 cores=0-7
/proc/1458/task/1468/stat : 1468 (java) S 1456 1456 1123 0 -1 1077944384 48318 0 0 0 608 1318 0 0 20 0 28 0 144253844 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013484378736 140015077878402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1469] ppid=1456 vsize=26540748 memory=1012 CPUtime=0 cores=0-7
/proc/1458/task/1469/stat : 1469 (java) S 1456 1456 1123 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 144253844 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013483324768 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1470] ppid=1456 vsize=26540748 memory=796 CPUtime=0 cores=0-7
/proc/1458/task/1470/stat : 1470 (java) S 1456 1456 1123 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 144253845 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013482272384 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1471] ppid=1456 vsize=26540748 memory=1228 CPUtime=0 cores=0-7
/proc/1458/task/1471/stat : 1471 (java) S 1456 1456 1123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 144253847 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013481220688 140015077885851 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1472] ppid=1456 vsize=26540748 memory=5784 CPUtime=3.74 cores=0-7
/proc/1458/task/1472/stat : 1472 (java) S 1456 1456 1123 0 -1 1077944384 25438 0 0 0 368 6 0 0 20 0 28 0 144253847 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013480167536 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1473] ppid=1456 vsize=26540748 memory=4616 CPUtime=3.85 cores=0-7
/proc/1458/task/1473/stat : 1473 (java) S 1456 1456 1123 0 -1 1077944384 21904 0 0 0 380 5 0 0 20 0 28 0 144253847 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013479114736 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1474] ppid=1456 vsize=26540748 memory=280794763883584 CPUtime=4.29 cores=0-7
/proc/1458/task/1474/stat : 1474 (java) S 1456 1456 1123 0 -1 1077944384 24648 0 0 0 423 6 0 0 20 0 28 0 144253847 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013478062448 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1475] ppid=1456 vsize=26540748 memory=146647363357561 CPUtime=1.17 cores=0-7
/proc/1458/task/1475/stat : 1475 (java) S 1456 1456 1123 0 -1 1077944384 14062 0 0 0 114 3 0 0 20 0 28 0 144253847 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013477009648 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1476] ppid=1456 vsize=26540748 memory=146647363357562 CPUtime=0 cores=0-7
/proc/1458/task/1476/stat : 1476 (java) S 1456 1456 1123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 144253847 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013475957600 140015077877461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1477] ppid=1456 vsize=26540748 memory=3652 CPUtime=0.58 cores=0-7
/proc/1458/task/1477/stat : 1477 (java) S 1456 1456 1123 0 -1 1077944384 3695 0 0 0 41 17 0 0 20 0 28 0 144253848 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013474904880 140015077878402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1478] ppid=1456 vsize=26540748 memory=1380 CPUtime=2490.9 cores=0-7
/proc/1458/task/1478/stat : 1478 (java) R 1456 1456 1123 0 -1 4202560 26648 0 0 0 249070 20 0 0 20 0 28 0 144253968 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013466893496 140014689001967 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1479] ppid=1456 vsize=26540748 memory=455904 CPUtime=2490.79 cores=0-7
/proc/1458/task/1479/stat : 1479 (java) R 1456 1456 1123 0 -1 4202560 23872 0 0 0 249064 15 0 0 20 0 28 0 144253969 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013465842760 140014684956360 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1480] ppid=1456 vsize=26540748 memory=2428 CPUtime=2485.39 cores=0-7
/proc/1458/task/1480/stat : 1480 (java) R 1456 1456 1123 0 -1 4202560 23769 0 0 0 248522 17 0 0 20 0 28 0 144253969 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013464789384 140014688813521 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1481] ppid=1456 vsize=26540748 memory=1576 CPUtime=2495.57 cores=0-7
/proc/1458/task/1481/stat : 1481 (java) R 1456 1456 1123 0 -1 4202560 24450 0 0 0 249533 24 0 0 20 0 28 0 144253969 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013463738528 140014689188583 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1482] ppid=1456 vsize=26540748 memory=928 CPUtime=2484.8 cores=0-7
/proc/1458/task/1482/stat : 1482 (java) R 1456 1456 1123 0 -1 4202560 16359 0 0 0 248466 14 0 0 20 0 28 0 144253969 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013462683752 140014688812203 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1483] ppid=1456 vsize=26540748 memory=2240 CPUtime=2485.06 cores=0-7
/proc/1458/task/1483/stat : 1483 (java) R 1456 1456 1123 0 -1 4202560 27477 0 0 0 248488 18 0 0 20 0 28 0 144253969 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013461630176 140014688813596 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1484] ppid=1456 vsize=26540748 memory=4128 CPUtime=2482.09 cores=0-7
/proc/1458/task/1484/stat : 1484 (java) R 1456 1456 1123 0 -1 4202560 123469 0 0 0 248163 46 0 0 20 0 28 0 144253969 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013460578312 140014688813348 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
[pid=1458/tid=1485] ppid=1456 vsize=26540748 memory=2200 CPUtime=2490.14 cores=0-7
/proc/1458/task/1485/stat : 1485 (java) R 1456 1456 1123 0 -1 4202560 22386 0 0 0 249001 13 0 0 20 0 28 0 144253969 27177725952 113978 33554432000 4194304 4196468 140736443767232 140013459526408 140014685868861 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 8638464 140736443770002 140736443770179 140736443770179 140736443772879 0
Current children cumulated CPU time: 19964.7 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 457292 KiB

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

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

[startup+2520.12 s]
# the end of solver process 1458 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19948.2 s, system=17.3566 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.12
CPU time (s): 19965.6
CPU user time (s): 19948.2
CPU system time (s): 17.3566
CPU usage (%): 792.246
Max. virtual memory (cumulated for all children) (KiB): 26552868
Max. memory (cumulated for all children) (KiB): 768672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19948.2
system time used= 17.3566
maximum resident set size= 776664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 584793
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155138
involuntary context switches= 209040


# summary of solver processes directly reported to runsolver:
#   pid: 1456,1458
#   total CPU time (s): 19965.6
#   total CPU user time (s): 19948.2
#   total CPU system time (s): 17.3566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.5756 second user time and 29.8179 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-19 04:49:24
IDJOB=4281219
IDBENCH=115837
IDSOLVER=2675
FILE ID=node105/4281219-1503111824
RUNJOBID= node105-1503105921-1150
PBS_JOBID= 20630751
Free space on /tmp= 61848 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-8.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-4281219-1503111824/watcher-4281219-1503111824 -o /tmp/evaluation-result-4281219-1503111824/solver-4281219-1503111824 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1503105921-1150 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 714654926 HOME/instance-4281219-1503111824.xml

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

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=714654926

node105.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.17
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.17
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.17
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.17
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:        23018312 kB
MemAvailable:   31973148 kB
Buffers:          276104 kB
Cached:          8969404 kB
SwapCached:            0 kB
Active:          1052444 kB
Inactive:        8247260 kB
Active(anon):      56848 kB
Inactive(anon):    33200 kB
Active(file):     995596 kB
Inactive(file):  8214060 kB
Unevictable:        7324 kB
Mlocked:            7324 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:         61444 kB
Mapped:            50536 kB
Shmem:             33420 kB
Slab:             148228 kB
SReclaimable:     122028 kB
SUnreclaim:        26200 kB
KernelStack:        3184 kB
PageTables:         5160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61840 MiB
End job on node105 at 2017-08-19 05:31:24