Trace number 4404799

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 2019-09-20 parallel? (TO) 19902.7 2520.14

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404799-1568994240.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404799-1568994240.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
3.87/1.21	c solve instance...
19901.99/2520.07	s UNKNOWN
19901.99/2520.07	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 (7311 MiB free)
  memory of node 1: 16384 MiB (9208 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404799-1568994240/watcher-4404799-1568994240 -o /tmp/evaluation-result-4404799-1568994240/solver-4404799-1568994240 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568994181-18427 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 326538210 HOME/instance-4404799-1568994240.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
Starting watchdog thread
solver pid=18444, runsolver pid=18441
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 4.08 5.74 6.75 2/211 18465
/proc/meminfo: memFree=16898612/32770624 swapFree=66999216/67108860
[pid=18444] ppid=18441 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18444/stat : 18444 (xcsp3-exec) S 18441 18444 18400 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475677058 115843072 364 33554432000 4194304 5098028 140733582862480 140733582860584 139944968069756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28348416 140733582869366 140733582869609 140733582869609 140733582872522 0
/proc/18444/statm: 28282 364 305 221 0 87 0
[pid=18446] ppid=18444 vsize=28227396 memory=28956 CPUtime=0.12 cores=0-7
/proc/18446/stat : 18446 (java) S 18444 18444 18400 0 -1 1077944320 5709 0 0 0 11 1 0 0 20 0 20 0 475677058 28904853504 7239 33554432000 4194304 4196468 140736275994944 140736275977488 140560481242871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
/proc/18446/statm: 7056849 7239 3120 1 0 7019032 0
[pid=18446/tid=18447] ppid=18444 vsize=28227396 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/18446/task/18447/stat : 18447 (java) R 18444 18444 18400 0 -1 4202560 3627 0 0 0 8 0 0 0 20 0 20 0 475677058 28904853504 7239 33554432000 4194304 4196468 140736275994944 140560485470896 140560481254806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18448] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18448/stat : 18448 (java) S 18444 18444 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 7239 33554432000 4194304 4196468 140736275994944 140560401095056 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18449] ppid=18444 vsize=28227396 memory=140248904711189 CPUtime=0 cores=0-7
/proc/18446/task/18449/stat : 18449 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 7239 33554432000 4194304 4196468 140736275994944 140560400042256 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18450] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18450/stat : 18450 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 7239 33554432000 4194304 4196468 140736275994944 140560398989968 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18451] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18451/stat : 18451 (java) S 18444 18444 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 7239 33554432000 4194304 4196468 140736275994944 140560397937168 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18452] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18452/stat : 18452 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 7239 33554432000 4194304 4196468 140736275994944 140560396884880 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18453] ppid=18444 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18446/task/18453/stat : 18453 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 7239 33554432000 4194304 4196468 140736275994944 140560395832080 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18454] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18454/stat : 18454 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 7239 33554432000 4194304 4196468 140736275994944 140560394779792 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18455] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18455/stat : 18455 (java) S 18444 18444 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 7239 33554432000 4194304 4196468 140736275994944 140560393726992 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18456] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18456/stat : 18456 (java) S 18444 18444 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475677060 28904853504 7239 33554432000 4194304 4196468 140736275994944 140559865985136 140560481254018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18457] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18457/stat : 18457 (java) S 18444 18444 18400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475677061 28904853504 7239 33554432000 4194304 4196468 140736275994944 140559864931104 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18458] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18458/stat : 18458 (java) S 18444 18444 18400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475677061 28904853504 7239 33554432000 4194304 4196468 140736275994944 140559863878768 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18459] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18459/stat : 18459 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677064 28904853504 7239 33554432000 4194304 4196468 140736275994944 140559862827088 140560481261467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18460] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18460/stat : 18460 (java) S 18444 18444 18400 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 475677064 28904853504 7239 33554432000 4194304 4196468 140736275994944 140559861774960 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18461] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18461/stat : 18461 (java) S 18444 18444 18400 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 475677064 28904853504 7239 33554432000 4194304 4196468 140736275994944 140559860722160 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18462] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18462/stat : 18462 (java) S 18444 18444 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475677064 28904853504 7239 33554432000 4194304 4196468 140736275994944 140559859669872 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18463] ppid=18444 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/18446/task/18463/stat : 18463 (java) R 18444 18444 18400 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 20 0 475677064 28904853504 7239 33554432000 4194304 4196468 140736275994944 140559858617072 140560481264218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18464] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18464/stat : 18464 (java) S 18444 18444 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475677064 28904853504 7239 33554432000 4194304 4196468 140736275994944 140559857564000 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18465] ppid=18444 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18446/task/18465/stat : 18465 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677064 28904853504 7239 33554432000 4194304 4196468 140736275994944 140559856511280 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30412 KiB

[startup+0.210948 s]*
/proc/loadavg: 4.08 5.74 6.75 2/211 18465
/proc/meminfo: memFree=16886676/32770624 swapFree=66999216/67108860
[pid=18444] ppid=18441 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18444/stat : 18444 (xcsp3-exec) S 18441 18444 18400 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475677058 115843072 364 33554432000 4194304 5098028 140733582862480 140733582860584 139944968069756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28348416 140733582869366 140733582869609 140733582869609 140733582872522 0
/proc/18444/statm: 28282 364 305 221 0 87 0
[pid=18446] ppid=18444 vsize=28227396 memory=40708 CPUtime=0.34 cores=0-7
/proc/18446/stat : 18446 (java) S 18444 18444 18400 0 -1 1077944320 9487 0 0 0 30 4 0 0 20 0 20 0 475677058 28904853504 10177 33554432000 4194304 4196468 140736275994944 140736275977488 140560481242871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
/proc/18446/statm: 7056849 10177 3267 1 0 7019032 0
[pid=18446/tid=18447] ppid=18444 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18446/task/18447/stat : 18447 (java) R 18444 18444 18400 0 -1 4202560 6653 0 0 0 17 2 0 0 20 0 20 0 475677058 28904853504 10177 33554432000 4194304 4196468 140736275994944 140560485475600 140560069327540 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18448] ppid=18444 vsize=28227396 memory=288230609019732336 CPUtime=0 cores=0-7
/proc/18446/task/18448/stat : 18448 (java) S 18444 18444 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 10177 33554432000 4194304 4196468 140736275994944 140560401095056 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18449] ppid=18444 vsize=28227396 memory=288370625056405120 CPUtime=0 cores=0-7
/proc/18446/task/18449/stat : 18449 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 10177 33554432000 4194304 4196468 140736275994944 140560400042256 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18450] ppid=18444 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18446/task/18450/stat : 18450 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 10177 33554432000 4194304 4196468 140736275994944 140560398989968 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18451] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18451/stat : 18451 (java) S 18444 18444 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 10177 33554432000 4194304 4196468 140736275994944 140560397937168 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18452] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18452/stat : 18452 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 10177 33554432000 4194304 4196468 140736275994944 140560396884880 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18453] ppid=18444 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18446/task/18453/stat : 18453 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 10177 33554432000 4194304 4196468 140736275994944 140560395832080 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18454] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18454/stat : 18454 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 10177 33554432000 4194304 4196468 140736275994944 140560394779792 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18455] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18455/stat : 18455 (java) S 18444 18444 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475677059 28904853504 10177 33554432000 4194304 4196468 140736275994944 140560393726992 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18456] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18456/stat : 18456 (java) S 18444 18444 18400 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475677060 28904853504 10177 33554432000 4194304 4196468 140736275994944 140559865985136 140560481254018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18457] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18457/stat : 18457 (java) S 18444 18444 18400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475677061 28904853504 10177 33554432000 4194304 4196468 140736275994944 140559864931104 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18458] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18458/stat : 18458 (java) S 18444 18444 18400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475677061 28904853504 10177 33554432000 4194304 4196468 140736275994944 140559863878768 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18459] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18459/stat : 18459 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677064 28904853504 10177 33554432000 4194304 4196468 140736275994944 140559862827088 140560481261467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18460] ppid=18444 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18446/task/18460/stat : 18460 (java) S 18444 18444 18400 0 -1 1077944384 449 0 0 0 1 0 0 0 20 0 20 0 475677064 28904853504 10177 33554432000 4194304 4196468 140736275994944 140559861774960 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18461] ppid=18444 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18446/task/18461/stat : 18461 (java) S 18444 18444 18400 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 20 0 475677064 28904853504 10177 33554432000 4194304 4196468 140736275994944 140559860722160 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18462] ppid=18444 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/18446/task/18462/stat : 18462 (java) S 18444 18444 18400 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 20 0 475677064 28904853504 10177 33554432000 4194304 4196468 140736275994944 140559859669872 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18463] ppid=18444 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/18446/task/18463/stat : 18463 (java) R 18444 18444 18400 0 -1 4202560 784 0 0 0 8 0 0 0 20 0 20 0 475677064 28904853504 10177 33554432000 4194304 4196468 140736275994944 140559858617072 140560481254806 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18464] ppid=18444 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18464/stat : 18464 (java) S 18444 18444 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475677064 28904853504 10177 33554432000 4194304 4196468 140736275994944 140559857564000 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18465] ppid=18444 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18446/task/18465/stat : 18465 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677064 28904853504 10177 33554432000 4194304 4196468 140736275994944 140559856511280 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42164 KiB

[startup+0.311425 s]*
/proc/loadavg: 4.08 5.74 6.75 4/211 18465
/proc/meminfo: memFree=16879384/32770624 swapFree=66999216/67108860
[pid=18444] ppid=18441 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18444/stat : 18444 (xcsp3-exec) S 18441 18444 18400 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475677058 115843072 364 33554432000 4194304 5098028 140733582862480 140733582860584 139944968069756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28348416 140733582869366 140733582869609 140733582869609 140733582872522 0
/proc/18444/statm: 28282 364 305 221 0 87 0
[pid=18446] ppid=18444 vsize=28231652 memory=50184 CPUtime=0.52 cores=0-7
/proc/18446/stat : 18446 (java) S 18444 18444 18400 0 -1 1077944320 10907 0 0 0 48 4 0 0 20 0 20 0 475677058 28909211648 12546 33554432000 4194304 4196468 140736275994944 140736275977488 140560481242871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
/proc/18446/statm: 7057913 12546 3367 1 0 7019032 0
[pid=18446/tid=18447] ppid=18444 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/18446/task/18447/stat : 18447 (java) R 18444 18444 18400 0 -1 4202560 7828 0 0 0 27 3 0 0 20 0 20 0 475677058 28909211648 12546 33554432000 4194304 4196468 140736275994944 140560485473984 140560465323358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18448] ppid=18444 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18448/stat : 18448 (java) S 18444 18444 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475677059 28909211648 12546 33554432000 4194304 4196468 140736275994944 140560401095056 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18449] ppid=18444 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18449/stat : 18449 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28909211648 12546 33554432000 4194304 4196468 140736275994944 140560400042256 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18450] ppid=18444 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18450/stat : 18450 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28909211648 12546 33554432000 4194304 4196468 140736275994944 140560398989968 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18451] ppid=18444 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18451/stat : 18451 (java) S 18444 18444 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475677059 28909211648 12546 33554432000 4194304 4196468 140736275994944 140560397937168 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18452] ppid=18444 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18452/stat : 18452 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28909211648 12546 33554432000 4194304 4196468 140736275994944 140560396884880 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18453] ppid=18444 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18453/stat : 18453 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28909211648 12546 33554432000 4194304 4196468 140736275994944 140560395832080 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18454] ppid=18444 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18454/stat : 18454 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28909211648 12546 33554432000 4194304 4196468 140736275994944 140560394779792 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18455] ppid=18444 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18455/stat : 18455 (java) S 18444 18444 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475677059 28909211648 12546 33554432000 4194304 4196468 140736275994944 140560393726992 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18456] ppid=18444 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18456/stat : 18456 (java) S 18444 18444 18400 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 475677060 28909211648 12546 33554432000 4194304 4196468 140736275994944 140559865985136 140560481254018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18457] ppid=18444 vsize=28231652 memory=280497603419520 CPUtime=0 cores=0-7
/proc/18446/task/18457/stat : 18457 (java) S 18444 18444 18400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 475677061 28909211648 12546 33554432000 4194304 4196468 140736275994944 140559864931104 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18458] ppid=18444 vsize=28231652 memory=280497603424128 CPUtime=0 cores=0-7
/proc/18446/task/18458/stat : 18458 (java) S 18444 18444 18400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 475677061 28909211648 12546 33554432000 4194304 4196468 140736275994944 140559863878768 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18459] ppid=18444 vsize=28231652 memory=280497603428736 CPUtime=0 cores=0-7
/proc/18446/task/18459/stat : 18459 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677064 28909211648 12546 33554432000 4194304 4196468 140736275994944 140559862827088 140560481261467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18460] ppid=18444 vsize=28231652 memory=280497603433344 CPUtime=0.02 cores=0-7
/proc/18446/task/18460/stat : 18460 (java) R 18444 18444 18400 0 -1 4202560 582 0 0 0 2 0 0 0 20 0 20 0 475677064 28909211648 12546 33554432000 4194304 4196468 140736275994944 140559861756072 140560462768167 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18461] ppid=18444 vsize=28231652 memory=280497603437952 CPUtime=0.02 cores=0-7
/proc/18446/task/18461/stat : 18461 (java) S 18444 18444 18400 0 -1 1077944384 202 0 0 0 2 0 0 0 20 0 20 0 475677064 28909211648 12546 33554432000 4194304 4196468 140736275994944 140559860722160 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18462] ppid=18444 vsize=28231652 memory=280497603442560 CPUtime=0.03 cores=0-7
/proc/18446/task/18462/stat : 18462 (java) S 18444 18444 18400 0 -1 1077944384 115 0 0 0 3 0 0 0 20 0 20 0 475677064 28909211648 12546 33554432000 4194304 4196468 140736275994944 140559859669872 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18463] ppid=18444 vsize=28231652 memory=280497603447168 CPUtime=0.12 cores=0-7
/proc/18446/task/18463/stat : 18463 (java) S 18444 18444 18400 0 -1 1077944384 880 0 0 0 12 0 0 0 20 0 20 0 475677064 28909211648 12546 33554432000 4194304 4196468 140736275994944 140559858617072 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18464] ppid=18444 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18464/stat : 18464 (java) S 18444 18444 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 475677064 28909211648 12546 33554432000 4194304 4196468 140736275994944 140559857564000 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18465] ppid=18444 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/18446/task/18465/stat : 18465 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677064 28909211648 12546 33554432000 4194304 4196468 140736275994944 140559856511280 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51640 KiB

[startup+0.701011 s]
/proc/loadavg: 4.08 5.74 6.75 5/211 18465
/proc/meminfo: memFree=16860876/32770624 swapFree=66999216/67108860
[pid=18444] ppid=18441 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18444/stat : 18444 (xcsp3-exec) S 18441 18444 18400 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475677058 115843072 364 33554432000 4194304 5098028 140733582862480 140733582860584 139944968069756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28348416 140733582869366 140733582869609 140733582869609 140733582872522 0
/proc/18444/statm: 28282 364 305 221 0 87 0
[pid=18446] ppid=18444 vsize=28233776 memory=85352 CPUtime=1.65 cores=0-7
/proc/18446/stat : 18446 (java) S 18444 18444 18400 0 -1 1077944320 14612 0 0 0 159 6 0 0 20 0 20 0 475677058 28911386624 21338 33554432000 4194304 4196468 140736275994944 140736275977488 140560481242871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
/proc/18446/statm: 7058444 21338 3457 1 0 7019544 0
[pid=18446/tid=18447] ppid=18444 vsize=28233776 memory=4580 CPUtime=0.68 cores=0-7
/proc/18446/task/18447/stat : 18447 (java) R 18444 18444 18400 0 -1 4202560 8868 0 0 0 64 4 0 0 20 0 20 0 475677058 28911386624 21338 33554432000 4194304 4196468 140736275994944 140560485478800 140560465323358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18448] ppid=18444 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18448/stat : 18448 (java) S 18444 18444 18400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 475677059 28911386624 21338 33554432000 4194304 4196468 140736275994944 140560401095056 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18449] ppid=18444 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18449/stat : 18449 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 475677059 28911386624 21338 33554432000 4194304 4196468 140736275994944 140560400042256 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18450] ppid=18444 vsize=28233776 memory=2828 CPUtime=0 cores=0-7

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

/proc/meminfo: memFree=16557256/32770624 swapFree=66999228/67108860
[pid=18444] ppid=18441 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18444/stat : 18444 (xcsp3-exec) S 18441 18444 18400 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475677058 115843072 364 33554432000 4194304 5098028 140733582862480 140733582860584 139944968069756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28348416 140733582869366 140733582869609 140733582869609 140733582872522 0
/proc/18444/statm: 28282 364 305 221 0 87 0
[pid=18446] ppid=18444 vsize=28768336 memory=371052 CPUtime=19762.6 cores=0-7
/proc/18446/stat : 18446 (java) S 18444 18444 18400 0 -1 1077944320 638718 0 0 0 1974371 1891 0 0 20 0 28 0 475677058 29458776064 92763 33554432000 4194304 4196468 140736275994944 140736275977488 140560481242871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
/proc/18446/statm: 7192084 92763 3554 1 0 7153184 0
[pid=18446/tid=18447] ppid=18444 vsize=28768336 memory=368996 CPUtime=1.17 cores=0-7
/proc/18446/task/18447/stat : 18447 (java) S 18444 18444 18400 0 -1 1077944384 10195 0 0 0 112 5 0 0 20 0 28 0 475677058 29458776064 92763 33554432000 4194304 4196468 140736275994944 140560485483648 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18448] ppid=18444 vsize=28768336 memory=1456 CPUtime=8.03 cores=0-7
/proc/18446/task/18448/stat : 18448 (java) S 18444 18444 18400 0 -1 1077944384 30561 0 0 0 771 32 0 0 20 0 28 0 475677059 29458776064 92763 33554432000 4194304 4196468 140736275994944 140560401095056 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18449] ppid=18444 vsize=28768336 memory=360180 CPUtime=8.08 cores=0-7
/proc/18446/task/18449/stat : 18449 (java) S 18444 18444 18400 0 -1 1077944384 31103 0 0 0 773 35 0 0 20 0 28 0 475677059 29458776064 92763 33554432000 4194304 4196468 140736275994944 140560400042256 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18450] ppid=18444 vsize=28768336 memory=1456 CPUtime=8 cores=0-7
/proc/18446/task/18450/stat : 18450 (java) S 18444 18444 18400 0 -1 1077944384 25334 0 0 0 767 33 0 0 20 0 28 0 475677059 29458776064 92763 33554432000 4194304 4196468 140736275994944 140560398989968 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18451] ppid=18444 vsize=28768336 memory=0 CPUtime=8 cores=0-7
/proc/18446/task/18451/stat : 18451 (java) S 18444 18444 18400 0 -1 1077944384 29963 0 0 0 767 33 0 0 20 0 28 0 475677059 29458776064 92763 33554432000 4194304 4196468 140736275994944 140560397937168 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18452] ppid=18444 vsize=28768336 memory=-2748367524519556131 CPUtime=7.94 cores=0-7
/proc/18446/task/18452/stat : 18452 (java) S 18444 18444 18400 0 -1 1077944384 24684 0 0 0 763 31 0 0 20 0 28 0 475677059 29458776064 92763 33554432000 4194304 4196468 140736275994944 140560396884880 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18453] ppid=18444 vsize=28768336 memory=55996 CPUtime=8.03 cores=0-7
/proc/18446/task/18453/stat : 18453 (java) S 18444 18444 18400 0 -1 1077944384 27488 0 0 0 770 33 0 0 20 0 28 0 475677059 29458776064 92763 33554432000 4194304 4196468 140736275994944 140560395832080 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18454] ppid=18444 vsize=28768336 memory=3028 CPUtime=7.99 cores=0-7
/proc/18446/task/18454/stat : 18454 (java) S 18444 18444 18400 0 -1 1077944384 26028 0 0 0 765 34 0 0 20 0 28 0 475677059 29458776064 92763 33554432000 4194304 4196468 140736275994944 140560394779792 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18455] ppid=18444 vsize=28768336 memory=30556 CPUtime=8.01 cores=0-7
/proc/18446/task/18455/stat : 18455 (java) S 18444 18444 18400 0 -1 1077944384 28857 0 0 0 767 34 0 0 20 0 28 0 475677059 29458776064 92763 33554432000 4194304 4196468 140736275994944 140560393726992 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18456] ppid=18444 vsize=28768336 memory=12024 CPUtime=24.09 cores=0-7
/proc/18446/task/18456/stat : 18456 (java) S 18444 18444 18400 0 -1 1077944384 117062 0 0 0 936 1473 0 0 20 0 28 0 475677060 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559865985136 140560481254018 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18457] ppid=18444 vsize=28768336 memory=1764 CPUtime=0 cores=0-7
/proc/18446/task/18457/stat : 18457 (java) S 18444 18444 18400 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 475677061 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559864931168 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18458] ppid=18444 vsize=28768336 memory=111628 CPUtime=0 cores=0-7
/proc/18446/task/18458/stat : 18458 (java) S 18444 18444 18400 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 28 0 475677061 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559863878784 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18459] ppid=18444 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/18446/task/18459/stat : 18459 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475677064 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559862827088 140560481261467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18460] ppid=18444 vsize=28768336 memory=354944 CPUtime=3.31 cores=0-7
/proc/18446/task/18460/stat : 18460 (java) S 18444 18444 18400 0 -1 1077944384 14981 0 0 0 327 4 0 0 20 0 28 0 475677064 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559861774960 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18461] ppid=18444 vsize=28768336 memory=55996 CPUtime=3.18 cores=0-7
/proc/18446/task/18461/stat : 18461 (java) S 18444 18444 18400 0 -1 1077944384 14162 0 0 0 315 3 0 0 20 0 28 0 475677064 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559860722160 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18462] ppid=18444 vsize=28768336 memory=3028 CPUtime=3.2 cores=0-7
/proc/18446/task/18462/stat : 18462 (java) S 18444 18444 18400 0 -1 1077944384 14042 0 0 0 319 1 0 0 20 0 28 0 475677064 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559859669872 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18463] ppid=18444 vsize=28768336 memory=1456 CPUtime=1.17 cores=0-7
/proc/18446/task/18463/stat : 18463 (java) S 18444 18444 18400 0 -1 1077944384 12733 0 0 0 113 4 0 0 20 0 28 0 475677064 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559858617072 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18464] ppid=18444 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/18446/task/18464/stat : 18464 (java) S 18444 18444 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475677064 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559857564000 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18465] ppid=18444 vsize=28768336 memory=3504 CPUtime=0.65 cores=0-7
/proc/18446/task/18465/stat : 18465 (java) S 18444 18444 18400 0 -1 1077944384 4326 0 0 0 53 12 0 0 20 0 28 0 475677064 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559856511280 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18466] ppid=18444 vsize=28768336 memory=1456 CPUtime=2454.74 cores=0-7
/proc/18446/task/18466/stat : 18466 (java) R 18444 18444 18400 0 -1 4202560 25177 0 0 0 245460 14 0 0 20 0 28 0 475677181 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559777685096 140560077678746 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18467] ppid=18444 vsize=28768336 memory=1456 CPUtime=2455.89 cores=0-7
/proc/18446/task/18467/stat : 18467 (java) R 18444 18444 18400 0 -1 4202560 24547 0 0 0 245576 13 0 0 20 0 28 0 475677181 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559776632432 140560077913332 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18468] ppid=18444 vsize=28768336 memory=353320 CPUtime=2458.03 cores=0-7
/proc/18446/task/18468/stat : 18468 (java) R 18444 18444 18400 0 -1 4202560 25218 0 0 0 245788 15 0 0 20 0 28 0 475677181 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559775584256 140560077914526 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18469] ppid=18444 vsize=28768336 memory=1456 CPUtime=2459.03 cores=0-7
/proc/18446/task/18469/stat : 18469 (java) R 18444 18444 18400 0 -1 4202560 35608 0 0 0 245879 24 0 0 20 0 28 0 475677181 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559774527368 140560079446927 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18470] ppid=18444 vsize=28768336 memory=362324 CPUtime=2470.65 cores=0-7
/proc/18446/task/18470/stat : 18470 (java) R 18444 18444 18400 0 -1 4202560 49966 0 0 0 247012 53 0 0 20 0 28 0 475677181 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559773475136 140560081615003 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18471] ppid=18444 vsize=28768336 memory=3028 CPUtime=2454.51 cores=0-7
/proc/18446/task/18471/stat : 18471 (java) R 18444 18444 18400 0 -1 4202560 21698 0 0 0 245434 17 0 0 20 0 28 0 475677181 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559772422488 140560079384135 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18472] ppid=18444 vsize=28768336 memory=1456 CPUtime=2452.09 cores=0-7
/proc/18446/task/18472/stat : 18472 (java) R 18444 18444 18400 0 -1 4202560 23025 0 0 0 245193 16 0 0 20 0 28 0 475677181 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559771371984 140560077679285 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18473] ppid=18444 vsize=28768336 memory=6791534058613427641 CPUtime=2456.59 cores=0-7
/proc/18446/task/18473/stat : 18473 (java) R 18444 18444 18400 0 -1 4202560 20549 0 0 0 245643 16 0 0 20 0 28 0 475677181 29458776064 92763 33554432000 4194304 4196468 140736275994944 140559770316088 140560080077633 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
Current children cumulated CPU time: 19762.6 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 372508 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 7.70 7.65 7.85 9/220 18682
/proc/meminfo: memFree=16525376/32770624 swapFree=66999228/67108860
[pid=18444] ppid=18441 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/18444/stat : 18444 (xcsp3-exec) S 18441 18444 18400 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475677058 115843072 364 33554432000 4194304 5098028 140733582862480 140733582860584 139944968069756 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28348416 140733582869366 140733582869609 140733582869609 140733582872522 0
/proc/18444/statm: 28282 364 305 221 0 87 0
[pid=18446] ppid=18444 vsize=28768336 memory=403636 CPUtime=19902 cores=0-7
/proc/18446/stat : 18446 (java) S 18444 18444 18400 0 -1 1077944320 648162 0 0 0 1988284 1915 0 0 20 0 28 0 475677058 29458776064 100909 33554432000 4194304 4196468 140736275994944 140736275977488 140560481242871 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
/proc/18446/statm: 7192084 100909 3554 1 0 7153184 0
[pid=18446/tid=18447] ppid=18444 vsize=28768336 memory=30556 CPUtime=1.17 cores=0-7
/proc/18446/task/18447/stat : 18447 (java) S 18444 18444 18400 0 -1 1077944384 10195 0 0 0 112 5 0 0 20 0 28 0 475677058 29458776064 100909 33554432000 4194304 4196468 140736275994944 140560485483648 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18448] ppid=18444 vsize=28768336 memory=12024 CPUtime=8.11 cores=0-7
/proc/18446/task/18448/stat : 18448 (java) S 18444 18444 18400 0 -1 1077944384 30954 0 0 0 778 33 0 0 20 0 28 0 475677059 29458776064 100909 33554432000 4194304 4196468 140736275994944 140560401095056 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18449] ppid=18444 vsize=28768336 memory=8317482817917895235 CPUtime=8.16 cores=0-7
/proc/18446/task/18449/stat : 18449 (java) S 18444 18444 18400 0 -1 1077944384 31314 0 0 0 780 36 0 0 20 0 28 0 475677059 29458776064 100909 33554432000 4194304 4196468 140736275994944 140560400042256 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18450] ppid=18444 vsize=28768336 memory=920 CPUtime=8.08 cores=0-7
/proc/18446/task/18450/stat : 18450 (java) S 18444 18444 18400 0 -1 1077944384 25510 0 0 0 774 34 0 0 20 0 28 0 475677059 29458776064 100909 33554432000 4194304 4196468 140736275994944 140560398989968 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18451] ppid=18444 vsize=28768336 memory=3908 CPUtime=8.07 cores=0-7
/proc/18446/task/18451/stat : 18451 (java) S 18444 18444 18400 0 -1 1077944384 30102 0 0 0 774 33 0 0 20 0 28 0 475677059 29458776064 100909 33554432000 4194304 4196468 140736275994944 140560397937168 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18452] ppid=18444 vsize=28768336 memory=1412 CPUtime=8.02 cores=0-7
/proc/18446/task/18452/stat : 18452 (java) S 18444 18444 18400 0 -1 1077944384 25067 0 0 0 770 32 0 0 20 0 28 0 475677059 29458776064 100909 33554432000 4194304 4196468 140736275994944 140560396884880 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18453] ppid=18444 vsize=28768336 memory=3820 CPUtime=8.09 cores=0-7
/proc/18446/task/18453/stat : 18453 (java) S 18444 18444 18400 0 -1 1077944384 27805 0 0 0 776 33 0 0 20 0 28 0 475677059 29458776064 100909 33554432000 4194304 4196468 140736275994944 140560395832080 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18454] ppid=18444 vsize=28768336 memory=1456 CPUtime=8.06 cores=0-7
/proc/18446/task/18454/stat : 18454 (java) S 18444 18444 18400 0 -1 1077944384 26647 0 0 0 772 34 0 0 20 0 28 0 475677059 29458776064 100909 33554432000 4194304 4196468 140736275994944 140560394779792 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18455] ppid=18444 vsize=28768336 memory=401228 CPUtime=8.09 cores=0-7
/proc/18446/task/18455/stat : 18455 (java) S 18444 18444 18400 0 -1 1077944384 29379 0 0 0 775 34 0 0 20 0 28 0 475677059 29458776064 100909 33554432000 4194304 4196468 140736275994944 140560393726992 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18456] ppid=18444 vsize=28768336 memory=1712 CPUtime=24.36 cores=0-7
/proc/18446/task/18456/stat : 18456 (java) S 18444 18444 18400 0 -1 1077944384 117100 0 0 0 944 1492 0 0 20 0 28 0 475677060 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559865985136 140560481254018 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18457] ppid=18444 vsize=28768336 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/18446/task/18457/stat : 18457 (java) S 18444 18444 18400 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 475677061 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559864931168 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18458] ppid=18444 vsize=28768336 memory=3604 CPUtime=0 cores=0-7
/proc/18446/task/18458/stat : 18458 (java) S 18444 18444 18400 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 28 0 475677061 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559863878784 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18459] ppid=18444 vsize=28768336 memory=2828 CPUtime=0 cores=0-7
/proc/18446/task/18459/stat : 18459 (java) S 18444 18444 18400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 475677064 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559862827088 140560481261467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18460] ppid=18444 vsize=28768336 memory=676 CPUtime=3.31 cores=0-7
/proc/18446/task/18460/stat : 18460 (java) S 18444 18444 18400 0 -1 1077944384 14981 0 0 0 327 4 0 0 20 0 28 0 475677064 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559861774960 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18461] ppid=18444 vsize=28768336 memory=1456 CPUtime=3.18 cores=0-7
/proc/18446/task/18461/stat : 18461 (java) S 18444 18444 18400 0 -1 1077944384 14162 0 0 0 315 3 0 0 20 0 28 0 475677064 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559860722160 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18462] ppid=18444 vsize=28768336 memory=401228 CPUtime=3.2 cores=0-7
/proc/18446/task/18462/stat : 18462 (java) S 18444 18444 18400 0 -1 1077944384 14042 0 0 0 319 1 0 0 20 0 28 0 475677064 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559859669872 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 52 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18463] ppid=18444 vsize=28768336 memory=0 CPUtime=1.17 cores=0-7
/proc/18446/task/18463/stat : 18463 (java) S 18444 18444 18400 0 -1 1077944384 12733 0 0 0 113 4 0 0 20 0 28 0 475677064 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559858617072 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18464] ppid=18444 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/18446/task/18464/stat : 18464 (java) S 18444 18444 18400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 475677064 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559857564000 140560481253077 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18465] ppid=18444 vsize=28768336 memory=0 CPUtime=0.67 cores=0-7
/proc/18446/task/18465/stat : 18465 (java) S 18444 18444 18400 0 -1 1077944384 4337 0 0 0 55 12 0 0 20 0 28 0 475677064 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559856511280 140560481254018 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18466] ppid=18444 vsize=28768336 memory=6791534058613427641 CPUtime=2472.09 cores=0-7
/proc/18446/task/18466/stat : 18466 (java) R 18444 18444 18400 0 -1 4202560 25970 0 0 0 247194 15 0 0 20 0 28 0 475677181 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559777685080 140560081091840 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18467] ppid=18444 vsize=28768336 memory=401728 CPUtime=2473.22 cores=0-7
/proc/18446/task/18467/stat : 18467 (java) R 18444 18444 18400 0 -1 4202560 25092 0 0 0 247308 14 0 0 20 0 28 0 475677181 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559776633432 140560080672643 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18468] ppid=18444 vsize=28768336 memory=0 CPUtime=2475.38 cores=0-7
/proc/18446/task/18468/stat : 18468 (java) R 18444 18444 18400 0 -1 4202560 25802 0 0 0 247523 15 0 0 20 0 28 0 475677181 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559775581160 140560080977704 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18469] ppid=18444 vsize=28768336 memory=0 CPUtime=2476.26 cores=0-7
/proc/18446/task/18469/stat : 18469 (java) R 18444 18444 18400 0 -1 4202560 37713 0 0 0 247602 24 0 0 20 0 28 0 475677181 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559774527312 140560081615000 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18470] ppid=18444 vsize=28768336 memory=0 CPUtime=2488.16 cores=0-7
/proc/18446/task/18470/stat : 18470 (java) R 18444 18444 18400 0 -1 4202560 50715 0 0 0 248763 53 0 0 20 0 28 0 475677181 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559773475272 140560081615106 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18471] ppid=18444 vsize=28768336 memory=0 CPUtime=2471.66 cores=0-7
/proc/18446/task/18471/stat : 18471 (java) R 18444 18444 18400 0 -1 4202560 22210 0 0 0 247149 17 0 0 20 0 28 0 475677181 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559772422184 140560079446828 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18472] ppid=18444 vsize=28768336 memory=0 CPUtime=2469.4 cores=0-7
/proc/18446/task/18472/stat : 18472 (java) R 18444 18444 18400 0 -1 4202560 23519 0 0 0 246924 16 0 0 20 0 28 0 475677181 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559771372224 140560079383128 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
[pid=18446/tid=18473] ppid=18444 vsize=28768336 memory=0 CPUtime=2473.88 cores=0-7
/proc/18446/task/18473/stat : 18473 (java) R 18444 18444 18400 0 -1 4202560 21402 0 0 0 247372 16 0 0 20 0 28 0 475677181 29458776064 100909 33554432000 4194304 4196468 140736275994944 140559770316584 140560075397164 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 14364672 140736276001770 140736276001942 140736276001942 140736276004815 0
Current children cumulated CPU time: 19902 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 405092 KiB

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

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

[startup+2520.14 s]
# the end of solver process 18446 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19883.6 s, system=19.1734 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

[startup+2520.13 s]*
/proc/loadavg: 7.70 7.65 7.85 2/191 18684
/proc/meminfo: memFree=16915504/32770624 swapFree=66999228/67108860
Current cumulated CPU time of completed processes: 0.002351 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.14
CPU time (s): 19902.7
CPU user time (s): 19883.6
CPU system time (s): 19.1734
CPU usage (%): 789.748
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 725008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19883.6
system time used= 19.1734
maximum resident set size= 726116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 648923
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 254180
involuntary context switches= 227890


# summary of solver processes directly reported to runsolver:
#   pid: 18444,18446
#   total CPU time (s): 19902.7
#   total CPU user time (s): 19883.6
#   total CPU system time (s): 19.1734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.3658 second user time and 25.0207 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-20 17:43:01
IDJOB=4404799
IDBENCH=115801
IDSOLVER=2865
FILE ID=node103/4404799-1568994240
RUNJOBID= node103-1568994181-18427
PBS_JOBID= 21704716
Free space on /tmp= 20860 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404799-1568994240/watcher-4404799-1568994240 -o /tmp/evaluation-result-4404799-1568994240/solver-4404799-1568994240 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568994181-18427 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 326538210 HOME/instance-4404799-1568994240.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=326538210

node103.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.74
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.74
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.74
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.74
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:        16916368 kB
MemAvailable:   31864800 kB
Buffers:           65108 kB
Cached:         15155580 kB
SwapCached:         6972 kB
Active:          7577280 kB
Inactive:        7656460 kB
Active(anon):       3020 kB
Inactive(anon):    59884 kB
Active(file):    7574260 kB
Inactive(file):  7596576 kB
Unevictable:      107724 kB
Mlocked:          107724 kB
SwapTotal:      67108860 kB
SwapFree:       66999216 kB
Dirty:             26004 kB
Writeback:             0 kB
AnonPages:        114732 kB
Mapped:            51612 kB
Shmem:             40864 kB
Slab:             215656 kB
SReclaimable:     186864 kB
SUnreclaim:        28792 kB
KernelStack:        3296 kB
PageTables:         5724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 20832 MiB
End job on node103 at 2019-09-20 18:25:01