Trace number 4393702

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-06-14 parallel? (TO) 20059.1 2520.11

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-27-083.xml
MD5SUMd1662e28cf77722711a0da36cf655d3c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints351
Number of domains27
Minimum domain size57
Maximum domain size83
Distribution of domain sizes[{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2}]
Minimum variable degree26
Maximum variable degree26
Distribution of variable degrees[{"degree":26,"count":54}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":351}]
Number of extensional constraints0
Number of intensional constraints351
Distribution of constraint types[{"type":"intension","count":351}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393702-1568450191.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393702-1568450191.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
4.87/1.44	c solve instance...
20058.44/2520.07	s UNKNOWN
20058.44/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 (14837 MiB free)
  memory of node 1: 16384 MiB (15034 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393702-1568450191/watcher-4393702-1568450191 -o /tmp/evaluation-result-4393702-1568450191/solver-4393702-1568450191 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1568447416-2308 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2010856579 HOME/instance-4393702-1568450191.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
solver pid=3072, runsolver pid=3069
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 8.01 8.12 8.22 2/211 3093
/proc/meminfo: memFree=30572624/32770624 swapFree=66927268/67108860
[pid=3072] ppid=3069 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3072/stat : 3072 (xcsp3-exec) S 3069 3072 2281 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421266453 115843072 364 33554432000 4194304 5098028 140730565523184 140730565521288 140353948873340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10776576 140730565530485 140730565530729 140730565530729 140730565533642 0
/proc/3072/statm: 28282 364 305 221 0 87 0
[pid=3074] ppid=3072 vsize=28227388 memory=28760 CPUtime=0.12 cores=0-7
/proc/3074/stat : 3074 (java) S 3072 3072 2281 0 -1 1077944320 5691 0 0 0 11 1 0 0 20 0 20 0 421266454 28904845312 7190 33554432000 4194304 4196468 140721093284976 140721093267520 139964584132343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
/proc/3074/statm: 7056847 7190 3116 1 0 7019032 0
[pid=3074/tid=3075] ppid=3072 vsize=28227388 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/3074/task/3075/stat : 3075 (java) R 3072 3072 2281 0 -1 4202560 3608 0 0 0 8 0 0 0 20 0 20 0 421266454 28904845312 7190 33554432000 4194304 4196468 140721093284976 139964588358480 139964584144278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3076] ppid=3072 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/3074/task/3076/stat : 3076 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 7190 33554432000 4194304 4196468 140721093284976 139964536753040 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3077] ppid=3072 vsize=28227388 memory=140253129725568 CPUtime=0 cores=0-7
/proc/3074/task/3077/stat : 3077 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 7190 33554432000 4194304 4196468 140721093284976 139964535700240 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3078] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3078/stat : 3078 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 7190 33554432000 4194304 4196468 140721093284976 139964534647952 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3079] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3079/stat : 3079 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 7190 33554432000 4194304 4196468 140721093284976 139964533595152 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3080] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3080/stat : 3080 (java) S 3072 3072 2281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 7190 33554432000 4194304 4196468 140721093284976 139964532541840 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3081] ppid=3072 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/3074/task/3081/stat : 3081 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 7190 33554432000 4194304 4196468 140721093284976 139964531489040 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3082] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3082/stat : 3082 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 7190 33554432000 4194304 4196468 140721093284976 139964530436752 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3083] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3083/stat : 3083 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 7190 33554432000 4194304 4196468 140721093284976 139964127762960 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3084] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3084/stat : 3084 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266456 28904845312 7190 33554432000 4194304 4196468 140721093284976 139963767097968 139964584143490 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3085] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3085/stat : 3085 (java) S 3072 3072 2281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421266457 28904845312 7190 33554432000 4194304 4196468 140721093284976 139963766043936 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3086] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3086/stat : 3086 (java) S 3072 3072 2281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421266457 28904845312 7190 33554432000 4194304 4196468 140721093284976 139963764991600 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3087] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3087/stat : 3087 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266459 28904845312 7190 33554432000 4194304 4196468 140721093284976 139963763939920 139964584150939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3088] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3088/stat : 3088 (java) S 3072 3072 2281 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 421266459 28904845312 7190 33554432000 4194304 4196468 140721093284976 139963762886768 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3089] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3089/stat : 3089 (java) S 3072 3072 2281 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 421266459 28904845312 7190 33554432000 4194304 4196468 140721093284976 139963761833968 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3090] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3090/stat : 3090 (java) S 3072 3072 2281 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421266459 28904845312 7190 33554432000 4194304 4196468 140721093284976 139963760781680 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3091] ppid=3072 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/3074/task/3091/stat : 3091 (java) R 3072 3072 2281 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 20 0 421266459 28904845312 7190 33554432000 4194304 4196468 140721093284976 139963759728880 139964562817203 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3092] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3092/stat : 3092 (java) S 3072 3072 2281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421266460 28904845312 7190 33554432000 4194304 4196468 140721093284976 139963758676832 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3093] ppid=3072 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/3074/task/3093/stat : 3093 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266460 28904845312 7190 33554432000 4194304 4196468 140721093284976 139963757624112 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30216 KiB

[startup+0.210435 s]*
/proc/loadavg: 8.01 8.12 8.22 3/211 3093
/proc/meminfo: memFree=30560300/32770624 swapFree=66927268/67108860
[pid=3072] ppid=3069 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3072/stat : 3072 (xcsp3-exec) S 3069 3072 2281 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421266453 115843072 364 33554432000 4194304 5098028 140730565523184 140730565521288 140353948873340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10776576 140730565530485 140730565530729 140730565530729 140730565533642 0
/proc/3072/statm: 28282 364 305 221 0 87 0
[pid=3074] ppid=3072 vsize=28227388 memory=41032 CPUtime=0.33 cores=0-7
/proc/3074/stat : 3074 (java) S 3072 3072 2281 0 -1 1077944320 9515 0 0 0 30 3 0 0 20 0 20 0 421266454 28904845312 10258 33554432000 4194304 4196468 140721093284976 140721093267520 139964584132343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
/proc/3074/statm: 7056847 10258 3294 1 0 7019032 0
[pid=3074/tid=3075] ppid=3072 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/3074/task/3075/stat : 3075 (java) R 3072 3072 2281 0 -1 4202560 6632 0 0 0 18 2 0 0 20 0 20 0 421266454 28904845312 10258 33554432000 4194304 4196468 140721093284976 139964588366464 139964568212830 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3076] ppid=3072 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/3074/task/3076/stat : 3076 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 10258 33554432000 4194304 4196468 140721093284976 139964536753040 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3077] ppid=3072 vsize=28227388 memory=140253129744188 CPUtime=0 cores=0-7
/proc/3074/task/3077/stat : 3077 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 10258 33554432000 4194304 4196468 140721093284976 139964535700240 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3078] ppid=3072 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/3074/task/3078/stat : 3078 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 10258 33554432000 4194304 4196468 140721093284976 139964534647952 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3079] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3079/stat : 3079 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 10258 33554432000 4194304 4196468 140721093284976 139964533595152 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3080] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3080/stat : 3080 (java) S 3072 3072 2281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 10258 33554432000 4194304 4196468 140721093284976 139964532541840 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3081] ppid=3072 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/3074/task/3081/stat : 3081 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 10258 33554432000 4194304 4196468 140721093284976 139964531489040 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3082] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3082/stat : 3082 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 10258 33554432000 4194304 4196468 140721093284976 139964530436752 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3083] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3083/stat : 3083 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28904845312 10258 33554432000 4194304 4196468 140721093284976 139964127762960 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3084] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3084/stat : 3084 (java) S 3072 3072 2281 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421266456 28904845312 10258 33554432000 4194304 4196468 140721093284976 139963767097968 139964584143490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3085] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3085/stat : 3085 (java) S 3072 3072 2281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421266457 28904845312 10258 33554432000 4194304 4196468 140721093284976 139963766043936 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3086] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3086/stat : 3086 (java) S 3072 3072 2281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421266457 28904845312 10258 33554432000 4194304 4196468 140721093284976 139963764991600 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3087] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3087/stat : 3087 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266459 28904845312 10258 33554432000 4194304 4196468 140721093284976 139963763939920 139964584150939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3088] ppid=3072 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/3074/task/3088/stat : 3088 (java) S 3072 3072 2281 0 -1 1077944384 601 0 0 0 2 0 0 0 20 0 20 0 421266459 28904845312 10258 33554432000 4194304 4196468 140721093284976 139963762886768 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3089] ppid=3072 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/3074/task/3089/stat : 3089 (java) S 3072 3072 2281 0 -1 1077944384 178 0 0 0 1 0 0 0 20 0 20 0 421266459 28904845312 10258 33554432000 4194304 4196468 140721093284976 139963761833968 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3090] ppid=3072 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/3074/task/3090/stat : 3090 (java) S 3072 3072 2281 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 20 0 421266459 28904845312 10258 33554432000 4194304 4196468 140721093284976 139963760781680 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3091] ppid=3072 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/3074/task/3091/stat : 3091 (java) R 3072 3072 2281 0 -1 4202560 763 0 0 0 8 0 0 0 20 0 20 0 421266459 28904845312 10258 33554432000 4194304 4196468 140721093284976 139963759728880 139964562935567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3092] ppid=3072 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3092/stat : 3092 (java) S 3072 3072 2281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421266460 28904845312 10258 33554432000 4194304 4196468 140721093284976 139963758676832 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3093] ppid=3072 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/3074/task/3093/stat : 3093 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266460 28904845312 10258 33554432000 4194304 4196468 140721093284976 139963757624112 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42488 KiB

[startup+0.310368 s]*
/proc/loadavg: 8.01 8.12 8.22 5/211 3093
/proc/meminfo: memFree=30553784/32770624 swapFree=66927268/67108860
[pid=3072] ppid=3069 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3072/stat : 3072 (xcsp3-exec) S 3069 3072 2281 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421266453 115843072 364 33554432000 4194304 5098028 140730565523184 140730565521288 140353948873340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10776576 140730565530485 140730565530729 140730565530729 140730565533642 0
/proc/3072/statm: 28282 364 305 221 0 87 0
[pid=3074] ppid=3072 vsize=28231644 memory=49808 CPUtime=0.52 cores=0-7
/proc/3074/stat : 3074 (java) S 3072 3072 2281 0 -1 1077944320 10846 0 0 0 48 4 0 0 20 0 20 0 421266454 28909203456 12452 33554432000 4194304 4196468 140721093284976 140721093267520 139964584132343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
/proc/3074/statm: 7057911 12452 3344 1 0 7019032 0
[pid=3074/tid=3075] ppid=3072 vsize=28231644 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/3074/task/3075/stat : 3075 (java) R 3072 3072 2281 0 -1 4202560 7756 0 0 0 27 3 0 0 20 0 20 0 421266454 28909203456 12452 33554432000 4194304 4196468 140721093284976 139964588364672 139964568212830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3076] ppid=3072 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3076/stat : 3076 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266455 28909203456 12452 33554432000 4194304 4196468 140721093284976 139964536753040 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3077] ppid=3072 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3077/stat : 3077 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266455 28909203456 12452 33554432000 4194304 4196468 140721093284976 139964535700240 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3078] ppid=3072 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3078/stat : 3078 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28909203456 12452 33554432000 4194304 4196468 140721093284976 139964534647952 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3079] ppid=3072 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3079/stat : 3079 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28909203456 12452 33554432000 4194304 4196468 140721093284976 139964533595152 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3080] ppid=3072 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/3074/task/3080/stat : 3080 (java) S 3072 3072 2281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421266455 28909203456 12452 33554432000 4194304 4196468 140721093284976 139964532541840 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3081] ppid=3072 vsize=28231644 memory=140253029561263 CPUtime=0 cores=0-7
/proc/3074/task/3081/stat : 3081 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266455 28909203456 12452 33554432000 4194304 4196468 140721093284976 139964531489040 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3082] ppid=3072 vsize=28231644 memory=140253029563568 CPUtime=0 cores=0-7
/proc/3074/task/3082/stat : 3082 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28909203456 12452 33554432000 4194304 4196468 140721093284976 139964530436752 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3083] ppid=3072 vsize=28231644 memory=140253029565872 CPUtime=0 cores=0-7
/proc/3074/task/3083/stat : 3083 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28909203456 12452 33554432000 4194304 4196468 140721093284976 139964127762960 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3084] ppid=3072 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3084/stat : 3084 (java) S 3072 3072 2281 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421266456 28909203456 12481 33554432000 4194304 4196468 140721093284976 139963767097968 139964584143490 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3085] ppid=3072 vsize=28231644 memory=280506059138704 CPUtime=0 cores=0-7
/proc/3074/task/3085/stat : 3085 (java) S 3072 3072 2281 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421266457 28909203456 12481 33554432000 4194304 4196468 140721093284976 139963766043936 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3086] ppid=3072 vsize=28231644 memory=280506059145616 CPUtime=0 cores=0-7
/proc/3074/task/3086/stat : 3086 (java) S 3072 3072 2281 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421266457 28909203456 12481 33554432000 4194304 4196468 140721093284976 139963764991600 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3087] ppid=3072 vsize=28231644 memory=280506059086896 CPUtime=0 cores=0-7
/proc/3074/task/3087/stat : 3087 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266459 28909203456 12481 33554432000 4194304 4196468 140721093284976 139963763939920 139964584150939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3088] ppid=3072 vsize=28231644 memory=280506059159440 CPUtime=0.03 cores=0-7
/proc/3074/task/3088/stat : 3088 (java) R 3072 3072 2281 0 -1 4202560 707 0 0 0 3 0 0 0 20 0 20 0 421266459 28909203456 12481 33554432000 4194304 4196468 140721093284976 139963762872720 139964567687587 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3089] ppid=3072 vsize=28231644 memory=280506059166352 CPUtime=0.03 cores=0-7
/proc/3074/task/3089/stat : 3089 (java) S 3072 3072 2281 0 -1 1077944384 193 0 0 0 3 0 0 0 20 0 20 0 421266459 28909203456 12481 33554432000 4194304 4196468 140721093284976 139963761833968 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3090] ppid=3072 vsize=28231644 memory=280506059164048 CPUtime=0.01 cores=0-7
/proc/3074/task/3090/stat : 3090 (java) S 3072 3072 2281 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 20 0 421266459 28909203456 12481 33554432000 4194304 4196468 140721093284976 139963760781680 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3091] ppid=3072 vsize=28231644 memory=280506059180208 CPUtime=0.12 cores=0-7
/proc/3074/task/3091/stat : 3091 (java) S 3072 3072 2281 0 -1 1077944384 859 0 0 0 12 0 0 0 20 0 20 0 421266459 28909203456 12481 33554432000 4194304 4196468 140721093284976 139963759728880 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3092] ppid=3072 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3092/stat : 3092 (java) S 3072 3072 2281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421266460 28909203456 12481 33554432000 4194304 4196468 140721093284976 139963758676832 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3093] ppid=3072 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/3074/task/3093/stat : 3093 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266460 28909203456 12481 33554432000 4194304 4196468 140721093284976 139963757624112 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51264 KiB

[startup+0.700998 s]
/proc/loadavg: 8.01 8.12 8.22 5/211 3093
/proc/meminfo: memFree=30537844/32770624 swapFree=66927268/67108860
[pid=3072] ppid=3069 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3072/stat : 3072 (xcsp3-exec) S 3069 3072 2281 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421266453 115843072 364 33554432000 4194304 5098028 140730565523184 140730565521288 140353948873340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10776576 140730565530485 140730565530729 140730565530729 140730565533642 0
/proc/3072/statm: 28282 364 305 221 0 87 0
[pid=3074] ppid=3072 vsize=28233768 memory=94168 CPUtime=1.77 cores=0-7
/proc/3074/stat : 3074 (java) S 3072 3072 2281 0 -1 1077944320 16208 0 0 0 170 7 0 0 20 0 20 0 421266454 28911378432 23542 33554432000 4194304 4196468 140721093284976 140721093267520 139964584132343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
/proc/3074/statm: 7058442 23542 3451 1 0 7019544 0
[pid=3074/tid=3075] ppid=3072 vsize=28233768 memory=280506059538096 CPUtime=0.67 cores=0-7
/proc/3074/task/3075/stat : 3075 (java) R 3072 3072 2281 0 -1 4202560 9266 0 0 0 63 4 0 0 20 0 20 0 421266454 28911378432 23542 33554432000 4194304 4196468 140721093284976 139964588370384 139964209769754 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3076] ppid=3072 vsize=28233768 memory=140253029770096 CPUtime=0 cores=0-7
/proc/3074/task/3076/stat : 3076 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266455 28911378432 23542 33554432000 4194304 4196468 140721093284976 139964536753040 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3077] ppid=3072 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/3074/task/3077/stat : 3077 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421266455 28911378432 23542 33554432000 4194304 4196468 140721093284976 139964535700240 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3078] ppid=3072 vsize=28233768 memory=1124 CPUtime=0 cores=0-7
/proc/3074/task/3078/stat : 3078 (java) S 3072 3072 2281 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421266455 28911378432 23542 33554432000 4194304 4196468 140721093284976 139964534647952 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0

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

[pid=3074/tid=3101] ppid=3072 vsize=28768328 memory=1456 CPUtime=2417.25 cores=0-7
/proc/3074/task/3101/stat : 3101 (java) R 3072 3072 2281 0 -1 4202560 16490 0 0 0 241711 14 0 0 20 0 28 0 421266603 29458767872 248749 33554432000 4194304 4196468 140721093284976 139963739185200 139964217359272 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
Current children cumulated CPU time: 19439.4 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 996452 KiB

[startup+2502.3 s]
/proc/loadavg: 8.78 8.40 8.36 9/219 3312
/proc/meminfo: memFree=29662100/32770624 swapFree=66927268/67108860
[pid=3072] ppid=3069 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3072/stat : 3072 (xcsp3-exec) S 3069 3072 2281 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421266453 115843072 364 33554432000 4194304 5098028 140730565523184 140730565521288 140353948873340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10776576 140730565530485 140730565530729 140730565530729 140730565533642 0
/proc/3072/statm: 28282 364 305 221 0 87 0
[pid=3074] ppid=3072 vsize=28768328 memory=934580 CPUtime=19917.3 cores=0-7
/proc/3074/stat : 3074 (java) S 3072 3072 2281 0 -1 1077944320 766679 0 0 0 1990833 895 0 0 20 0 28 0 421266454 29458767872 233645 33554432000 4194304 4196468 140721093284976 140721093267520 139964584132343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
/proc/3074/statm: 7192082 233645 3563 1 0 7153184 0
[pid=3074/tid=3075] ppid=3072 vsize=28768328 memory=949456 CPUtime=1.41 cores=0-7
/proc/3074/task/3075/stat : 3075 (java) S 3072 3072 2281 0 -1 1077944384 10500 0 0 0 135 6 0 0 20 0 28 0 421266454 29458767872 233645 33554432000 4194304 4196468 140721093284976 139964588373120 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3076] ppid=3072 vsize=28768328 memory=980236 CPUtime=11.34 cores=0-7
/proc/3074/task/3076/stat : 3076 (java) S 3072 3072 2281 0 -1 1077944384 29722 0 0 0 1084 50 0 0 20 0 28 0 421266455 29458767872 233645 33554432000 4194304 4196468 140721093284976 139964536753040 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3077] ppid=3072 vsize=28768328 memory=1456 CPUtime=11.27 cores=0-7
/proc/3074/task/3077/stat : 3077 (java) S 3072 3072 2281 0 -1 1077944384 22376 0 0 0 1078 49 0 0 20 0 28 0 421266455 29458767872 233645 33554432000 4194304 4196468 140721093284976 139964535700240 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3078] ppid=3072 vsize=28768328 memory=939712 CPUtime=11.31 cores=0-7
/proc/3074/task/3078/stat : 3078 (java) S 3072 3072 2281 0 -1 1077944384 30695 0 0 0 1083 48 0 0 20 0 28 0 421266455 29458767872 233645 33554432000 4194304 4196468 140721093284976 139964534647952 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3079] ppid=3072 vsize=28768328 memory=936120 CPUtime=11.19 cores=0-7
/proc/3074/task/3079/stat : 3079 (java) S 3072 3072 2281 0 -1 1077944384 30567 0 0 0 1070 49 0 0 20 0 28 0 421266455 29458767872 233645 33554432000 4194304 4196468 140721093284976 139964533595152 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3080] ppid=3072 vsize=28768328 memory=934580 CPUtime=11.44 cores=0-7
/proc/3074/task/3080/stat : 3080 (java) S 3072 3072 2281 0 -1 1077944384 35118 0 0 0 1095 49 0 0 20 0 28 0 421266455 29458767872 233645 33554432000 4194304 4196468 140721093284976 139964532541840 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3081] ppid=3072 vsize=28768328 memory=3820 CPUtime=11.31 cores=0-7
/proc/3074/task/3081/stat : 3081 (java) S 3072 3072 2281 0 -1 1077944384 31650 0 0 0 1082 49 0 0 20 0 28 0 421266455 29458767872 233645 33554432000 4194304 4196468 140721093284976 139964531489040 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3082] ppid=3072 vsize=28768328 memory=0 CPUtime=11.36 cores=0-7
/proc/3074/task/3082/stat : 3082 (java) S 3072 3072 2281 0 -1 1077944384 27930 0 0 0 1090 46 0 0 20 0 28 0 421266455 29458767872 233645 33554432000 4194304 4196468 140721093284976 139964530436752 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3083] ppid=3072 vsize=28768328 memory=280506061590384 CPUtime=11.27 cores=0-7
/proc/3074/task/3083/stat : 3083 (java) S 3072 3072 2281 0 -1 1077944384 29707 0 0 0 1079 48 0 0 20 0 28 0 421266455 29458767872 233645 33554432000 4194304 4196468 140721093284976 139964127762960 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3084] ppid=3072 vsize=28768328 memory=936120 CPUtime=2.75 cores=0-7
/proc/3074/task/3084/stat : 3084 (java) S 3072 3072 2281 0 -1 1077944384 123316 0 0 0 180 95 0 0 20 0 28 0 421266456 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963767097968 139964584143490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3085] ppid=3072 vsize=28768328 memory=4152 CPUtime=0 cores=0-7
/proc/3074/task/3085/stat : 3085 (java) S 3072 3072 2281 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 421266457 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963766044000 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3086] ppid=3072 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/3074/task/3086/stat : 3086 (java) S 3072 3072 2281 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 421266457 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963764991616 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3087] ppid=3072 vsize=28768328 memory=939712 CPUtime=0 cores=0-7
/proc/3074/task/3087/stat : 3087 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421266459 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963763939920 139964584150939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3088] ppid=3072 vsize=28768328 memory=1980 CPUtime=4.97 cores=0-7
/proc/3074/task/3088/stat : 3088 (java) S 3072 3072 2281 0 -1 1077944384 29074 0 0 0 492 5 0 0 20 0 28 0 421266459 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963762886768 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3089] ppid=3072 vsize=28768328 memory=2496 CPUtime=5.13 cores=0-7
/proc/3074/task/3089/stat : 3089 (java) S 3072 3072 2281 0 -1 1077944384 31681 0 0 0 507 6 0 0 20 0 28 0 421266459 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963761833968 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3090] ppid=3072 vsize=28768328 memory=0 CPUtime=4.68 cores=0-7
/proc/3074/task/3090/stat : 3090 (java) S 3072 3072 2281 0 -1 1077944384 23065 0 0 0 463 5 0 0 20 0 28 0 421266459 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963760781680 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3091] ppid=3072 vsize=28768328 memory=14695184180970908 CPUtime=1.24 cores=0-7
/proc/3074/task/3091/stat : 3091 (java) S 3072 3072 2281 0 -1 1077944384 20396 0 0 0 120 4 0 0 20 0 28 0 421266459 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963759728880 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3092] ppid=3072 vsize=28768328 memory=1456 CPUtime=0 cores=0-7
/proc/3074/task/3092/stat : 3092 (java) S 3072 3072 2281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421266460 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963758676832 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3093] ppid=3072 vsize=28768328 memory=3580 CPUtime=1.46 cores=0-7
/proc/3074/task/3093/stat : 3093 (java) S 3072 3072 2281 0 -1 1077944384 6262 0 0 0 73 73 0 0 20 0 28 0 421266460 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963757624112 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3094] ppid=3072 vsize=28768328 memory=41640 CPUtime=2479.02 cores=0-7
/proc/3074/task/3094/stat : 3094 (java) R 3072 3072 2281 0 -1 4202560 18956 0 0 0 247886 16 0 0 20 0 28 0 421266602 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963746553256 139964219622760 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3095] ppid=3072 vsize=28768328 memory=692 CPUtime=2477.65 cores=0-7
/proc/3074/task/3095/stat : 3095 (java) R 3072 3072 2281 0 -1 4202560 16241 0 0 0 247751 14 0 0 20 0 28 0 421266602 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963745501736 139964222795087 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3096] ppid=3072 vsize=28768328 memory=4152 CPUtime=2473.66 cores=0-7
/proc/3074/task/3096/stat : 3096 (java) R 3072 3072 2281 0 -1 4202560 99091 0 0 0 247234 132 0 0 20 0 28 0 421266602 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963744451184 139964212544814 0 4 0 16800975 0 0 0 -1 7 0 0 12 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3097] ppid=3072 vsize=28768328 memory=1060 CPUtime=2476.98 cores=0-7
/proc/3074/task/3097/stat : 3097 (java) R 3072 3072 2281 0 -1 4202560 49477 0 0 0 247606 92 0 0 20 0 28 0 421266602 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963743395520 139964218000235 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3098] ppid=3072 vsize=28768328 memory=8112282956445269571 CPUtime=2471.2 cores=0-7
/proc/3074/task/3098/stat : 3098 (java) R 3072 3072 2281 0 -1 4202560 28075 0 0 0 247089 31 0 0 20 0 28 0 421266602 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963742343336 139964218634906 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3099] ppid=3072 vsize=28768328 memory=4760 CPUtime=2478.27 cores=0-7
/proc/3074/task/3099/stat : 3099 (java) R 3072 3072 2281 0 -1 4202560 25136 0 0 0 247789 38 0 0 20 0 28 0 421266602 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963741290464 139964222795379 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3100] ppid=3072 vsize=28768328 memory=1456 CPUtime=2472.12 cores=0-7
/proc/3074/task/3100/stat : 3100 (java) R 3072 3072 2281 0 -1 4202560 29294 0 0 0 247159 53 0 0 20 0 28 0 421266602 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963740238168 139964218318127 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3101] ppid=3072 vsize=28768328 memory=1456 CPUtime=2476.53 cores=0-7
/proc/3074/task/3101/stat : 3101 (java) R 3072 3072 2281 0 -1 4202560 16968 0 0 0 247639 14 0 0 20 0 28 0 421266603 29458767872 233645 33554432000 4194304 4196468 140721093284976 139963739185368 139964218634832 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
Current children cumulated CPU time: 19917.3 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 936036 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.69 8.41 8.36 9/219 3312
/proc/meminfo: memFree=29670460/32770624 swapFree=66927268/67108860
[pid=3072] ppid=3069 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/3072/stat : 3072 (xcsp3-exec) S 3069 3072 2281 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 421266453 115843072 364 33554432000 4194304 5098028 140730565523184 140730565521288 140353948873340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10776576 140730565530485 140730565530729 140730565530729 140730565533642 0
/proc/3072/statm: 28282 364 305 221 0 87 0
[pid=3074] ppid=3072 vsize=28768328 memory=926372 CPUtime=20058.4 cores=0-7
/proc/3074/stat : 3074 (java) S 3072 3072 2281 0 -1 1077944320 767443 0 0 0 2004947 897 0 0 20 0 28 0 421266454 29458767872 231593 33554432000 4194304 4196468 140721093284976 140721093267520 139964584132343 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
/proc/3074/statm: 7192082 231593 3563 1 0 7153184 0
[pid=3074/tid=3075] ppid=3072 vsize=28768328 memory=8112282956445269571 CPUtime=1.41 cores=0-7
/proc/3074/task/3075/stat : 3075 (java) S 3072 3072 2281 0 -1 1077944384 10500 0 0 0 135 6 0 0 20 0 28 0 421266454 29458767872 231593 33554432000 4194304 4196468 140721093284976 139964588373120 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3076] ppid=3072 vsize=28768328 memory=4872558044660077418 CPUtime=11.36 cores=0-7
/proc/3074/task/3076/stat : 3076 (java) S 3072 3072 2281 0 -1 1077944384 29731 0 0 0 1086 50 0 0 20 0 28 0 421266455 29458767872 231593 33554432000 4194304 4196468 140721093284976 139964536753040 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3077] ppid=3072 vsize=28768328 memory=1456 CPUtime=11.29 cores=0-7
/proc/3074/task/3077/stat : 3077 (java) S 3072 3072 2281 0 -1 1077944384 22391 0 0 0 1080 49 0 0 20 0 28 0 421266455 29458767872 231593 33554432000 4194304 4196468 140721093284976 139964535700240 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3078] ppid=3072 vsize=28768328 memory=927912 CPUtime=11.34 cores=0-7
/proc/3074/task/3078/stat : 3078 (java) S 3072 3072 2281 0 -1 1077944384 30706 0 0 0 1086 48 0 0 20 0 28 0 421266455 29458767872 231593 33554432000 4194304 4196468 140721093284976 139964534647952 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3079] ppid=3072 vsize=28768328 memory=1716 CPUtime=11.21 cores=0-7
/proc/3074/task/3079/stat : 3079 (java) S 3072 3072 2281 0 -1 1077944384 30578 0 0 0 1072 49 0 0 20 0 28 0 421266455 29458767872 231593 33554432000 4194304 4196468 140721093284976 139964533595152 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3080] ppid=3072 vsize=28768328 memory=1124 CPUtime=11.47 cores=0-7
/proc/3074/task/3080/stat : 3080 (java) S 3072 3072 2281 0 -1 1077944384 35457 0 0 0 1098 49 0 0 20 0 28 0 421266455 29458767872 231593 33554432000 4194304 4196468 140721093284976 139964532541840 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3081] ppid=3072 vsize=28768328 memory=949456 CPUtime=11.34 cores=0-7
/proc/3074/task/3081/stat : 3081 (java) S 3072 3072 2281 0 -1 1077944384 31665 0 0 0 1085 49 0 0 20 0 28 0 421266455 29458767872 231593 33554432000 4194304 4196468 140721093284976 139964531489040 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3082] ppid=3072 vsize=28768328 memory=7643295301215600736 CPUtime=11.38 cores=0-7
/proc/3074/task/3082/stat : 3082 (java) S 3072 3072 2281 0 -1 1077944384 27939 0 0 0 1092 46 0 0 20 0 28 0 421266455 29458767872 231593 33554432000 4194304 4196468 140721093284976 139964530436752 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3083] ppid=3072 vsize=28768328 memory=1716 CPUtime=11.3 cores=0-7
/proc/3074/task/3083/stat : 3083 (java) S 3072 3072 2281 0 -1 1077944384 29732 0 0 0 1082 48 0 0 20 0 28 0 421266455 29458767872 231593 33554432000 4194304 4196468 140721093284976 139964127762960 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3084] ppid=3072 vsize=28768328 memory=1124 CPUtime=2.77 cores=0-7
/proc/3074/task/3084/stat : 3084 (java) S 3072 3072 2281 0 -1 1077944384 123337 0 0 0 181 96 0 0 20 0 28 0 421266456 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963767097968 139964584143490 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3085] ppid=3072 vsize=28768328 memory=5968 CPUtime=0 cores=0-7
/proc/3074/task/3085/stat : 3085 (java) S 3072 3072 2281 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 28 0 421266457 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963766044000 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3086] ppid=3072 vsize=28768328 memory=916 CPUtime=0 cores=0-7
/proc/3074/task/3086/stat : 3086 (java) S 3072 3072 2281 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 28 0 421266457 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963764991616 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3087] ppid=3072 vsize=28768328 memory=1656 CPUtime=0 cores=0-7
/proc/3074/task/3087/stat : 3087 (java) S 3072 3072 2281 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421266459 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963763939920 139964584150939 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3088] ppid=3072 vsize=28768328 memory=14004 CPUtime=4.97 cores=0-7
/proc/3074/task/3088/stat : 3088 (java) S 3072 3072 2281 0 -1 1077944384 29076 0 0 0 492 5 0 0 20 0 28 0 421266459 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963762886768 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3089] ppid=3072 vsize=28768328 memory=2120 CPUtime=5.13 cores=0-7
/proc/3074/task/3089/stat : 3089 (java) S 3072 3072 2281 0 -1 1077944384 31683 0 0 0 507 6 0 0 20 0 28 0 421266459 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963761833968 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3090] ppid=3072 vsize=28768328 memory=3580 CPUtime=4.68 cores=0-7
/proc/3074/task/3090/stat : 3090 (java) S 3072 3072 2281 0 -1 1077944384 23067 0 0 0 463 5 0 0 20 0 28 0 421266459 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963760781680 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3091] ppid=3072 vsize=28768328 memory=41640 CPUtime=1.24 cores=0-7
/proc/3074/task/3091/stat : 3091 (java) S 3072 3072 2281 0 -1 1077944384 20398 0 0 0 120 4 0 0 20 0 28 0 421266459 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963759728880 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3092] ppid=3072 vsize=28768328 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/3074/task/3092/stat : 3092 (java) S 3072 3072 2281 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421266460 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963758676832 139964584142549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3093] ppid=3072 vsize=28768328 memory=2496 CPUtime=1.46 cores=0-7
/proc/3074/task/3093/stat : 3093 (java) S 3072 3072 2281 0 -1 1077944384 6266 0 0 0 73 73 0 0 20 0 28 0 421266460 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963757624112 139964584143490 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3094] ppid=3072 vsize=28768328 memory=1808 CPUtime=2496.69 cores=0-7
/proc/3074/task/3094/stat : 3094 (java) R 3072 3072 2281 0 -1 4202560 18973 0 0 0 249653 16 0 0 20 0 28 0 421266602 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963746553240 139964210824364 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3095] ppid=3072 vsize=28768328 memory=924 CPUtime=2495 cores=0-7
/proc/3074/task/3095/stat : 3095 (java) R 3072 3072 2281 0 -1 4202560 16259 0 0 0 249485 15 0 0 20 0 28 0 421266602 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963745501656 139964216135133 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3096] ppid=3072 vsize=28768328 memory=4760 CPUtime=2491.27 cores=0-7
/proc/3074/task/3096/stat : 3096 (java) R 3072 3072 2281 0 -1 4202560 99106 0 0 0 248995 132 0 0 20 0 28 0 421266602 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963744448208 139964212544791 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3097] ppid=3072 vsize=28768328 memory=1764 CPUtime=2494.65 cores=0-7
/proc/3074/task/3097/stat : 3097 (java) R 3072 3072 2281 0 -1 4202560 49508 0 0 0 249373 92 0 0 20 0 28 0 421266602 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963743395496 139964217832382 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3098] ppid=3072 vsize=28768328 memory=111632 CPUtime=2488.87 cores=0-7
/proc/3074/task/3098/stat : 3098 (java) R 3072 3072 2281 0 -1 4202560 28106 0 0 0 248856 31 0 0 20 0 28 0 421266602 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963742343256 139964218317945 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3099] ppid=3072 vsize=28768328 memory=804 CPUtime=2495.94 cores=0-7
/proc/3074/task/3099/stat : 3099 (java) R 3072 3072 2281 0 -1 4202560 25190 0 0 0 249556 38 0 0 20 0 28 0 421266602 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963741293200 139964215577088 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3100] ppid=3072 vsize=28768328 memory=1412 CPUtime=2489.79 cores=0-7
/proc/3074/task/3100/stat : 3100 (java) R 3072 3072 2281 0 -1 4202560 29407 0 0 0 248926 53 0 0 20 0 28 0 421266602 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963740238168 139964219621180 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
[pid=3074/tid=3101] ppid=3072 vsize=28768328 memory=3820 CPUtime=2494.19 cores=0-7
/proc/3074/task/3101/stat : 3101 (java) R 3072 3072 2281 0 -1 4202560 16986 0 0 0 249404 15 0 0 20 0 28 0 421266603 29458767872 231593 33554432000 4194304 4196468 140721093284976 139963739185320 139964218686403 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 31023104 140721093293034 140721093293206 140721093293206 140721093296079 0
Current children cumulated CPU time: 20058.4 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 927828 KiB

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

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

[startup+2520.11 s]
# the end of solver process 3074 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20050.1 s, system=8.98285 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.11
CPU time (s): 20059.1
CPU user time (s): 20050.1
CPU system time (s): 8.98285
CPU usage (%): 795.964
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 2609332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20050.1
system time used= 8.98285
maximum resident set size= 2608900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 768269
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135970
involuntary context switches= 228758


# summary of solver processes directly reported to runsolver:
#   pid: 3072,3074
#   total CPU time (s): 20059.1
#   total CPU user time (s): 20050.1
#   total CPU system time (s): 8.98285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.7159 second user time and 32.1319 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-14 10:35:49
IDJOB=4393702
IDBENCH=141729
IDSOLVER=2841
FILE ID=node137/4393702-1568450191
RUNJOBID= node137-1568447416-2308
PBS_JOBID= 21702354
Free space on /tmp= 61428 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-27-083.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-4393702-1568450191/watcher-4393702-1568450191 -o /tmp/evaluation-result-4393702-1568450191/solver-4393702-1568450191 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1568447416-2308 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2010856579 HOME/instance-4393702-1568450191.xml

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

MD5SUM BENCH= d1662e28cf77722711a0da36cf655d3c
RANDOM SEED=2010856579

node137.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	: 5334.00
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	: 5334.00
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	: 5334.00
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	: 5334.00
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:        30589016 kB
MemAvailable:   31816908 kB
Buffers:           99592 kB
Cached:          1407828 kB
SwapCached:        77540 kB
Active:          1432792 kB
Inactive:         156716 kB
Active(anon):       4724 kB
Inactive(anon):   118296 kB
Active(file):    1428068 kB
Inactive(file):    38420 kB
Unevictable:      108700 kB
Mlocked:          108700 kB
SwapTotal:      67108860 kB
SwapFree:       66927268 kB
Dirty:             25872 kB
Writeback:             0 kB
AnonPages:        173368 kB
Mapped:            45132 kB
Shmem:             32780 kB
Slab:             183504 kB
SReclaimable:     154476 kB
SUnreclaim:        29028 kB
KernelStack:        3712 kB
PageTables:         5172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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= 61400 MiB
End job on node137 at 2019-09-14 11:17:49