Trace number 4292401

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)? (TO) 2400.04 2388.04

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-magazine_c18.xml
MD5SUM22697061c475ce526fb64da13536656d
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 variables5100
Number of constraints2701
Number of domains27
Minimum domain size2
Maximum domain size445
Distribution of domain sizes[{"size":2,"count":50},{"size":41,"count":2500},{"size":55,"count":50},{"size":58,"count":50},{"size":60,"count":50},{"size":66,"count":50},{"size":93,"count":50},{"size":99,"count":50},{"size":110,"count":100},{"size":115,"count":50},{"size":121,"count":50},{"size":150,"count":50},{"size":154,"count":150},{"size":165,"count":400},{"size":184,"count":50},{"size":187,"count":100},{"size":214,"count":100},{"size":220,"count":150},{"size":231,"count":100},{"size":247,"count":50},{"size":253,"count":150},{"size":275,"count":400},{"size":291,"count":50},{"size":297,"count":100},{"size":406,"count":50},{"size":412,"count":100},{"size":445,"count":50}]
Minimum variable degree2
Maximum variable degree52
Distribution of variable degrees[{"degree":2,"count":4950},{"degree":3,"count":100},{"degree":52,"count":50}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":2500},{"arity":50,"count":101}]
Number of extensional constraints0
Number of intensional constraints2600
Distribution of constraint types[{"type":"intension","count":2600},{"type":"ordered","count":1},{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292401-1532349890.xml"  -tl '2400s' -p 1 -x 0
0.11/0.17	c Choco 493a269
0.11/0.17	c [HOME/instance-4292401-1532349890.xml, -tl, 2400s, -p, 1, -x, 0]
0.11/0.21	c simple solver
0.34/0.28	c parse instance...
3.20/1.16	c solve instance...
2400.01/2388.01	s UNKNOWN
2400.01/2388.01	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11025 MiB free)
  memory of node 1: 16384 MiB (11580 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292401-1532349890/watcher-4292401-1532349890 -o /tmp/evaluation-result-4292401-1532349890/solver-4292401-1532349890 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532328173-11338 --watchdog 2560 HOME/xcsp3-exec -seed 1262241154 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292401-1532349890.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=14699, runsolver pid=14696

[startup+0.100174 s]*
/proc/loadavg: 1.81 1.84 1.86 4/219 14715
/proc/meminfo: memFree=23131368/32770624 swapFree=67108860/67108860
[pid=14699] ppid=14696 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14699/stat : 14699 (xcsp3-exec) S 14696 14699 11307 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 52552170 115843072 363 33554432000 4194304 5098028 140734229568432 140734229566536 140142765675132 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31932416 140734229570618 140734229570820 140734229570820 140734229573578 0
/proc/14699/statm: 28282 363 306 221 0 87 0
[pid=14701] ppid=14699 vsize=14082840 memory=28464 CPUtime=0.11 cores=0,2,4,6
/proc/14701/stat : 14701 (java) S 14699 14699 11307 0 -1 1077944320 5544 0 0 0 11 0 0 0 20 0 15 0 52552170 14420828160 7116 33554432000 4194304 4196468 140737392674464 140737392657008 139883721572087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
/proc/14701/statm: 3520710 7116 2973 1 0 3483008 0
[pid=14701/tid=14702] ppid=14699 vsize=14082840 memory=8514701219880730789 CPUtime=0.09 cores=0,2,4,6
/proc/14701/task/14702/stat : 14702 (java) R 14699 14699 11307 0 -1 4202560 3553 0 0 0 9 0 0 0 20 0 15 0 52552170 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883725801264 139883721584022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14703] ppid=14699 vsize=14082840 memory=3472468172589864144 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14703/stat : 14703 (java) S 14699 14699 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52552171 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883674192400 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14704] ppid=14699 vsize=14082840 memory=140043694712448 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14704/stat : 14704 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552171 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883673139856 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14705] ppid=14699 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14705/stat : 14705 (java) S 14699 14699 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52552171 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883672086800 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14706] ppid=14699 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14706/stat : 14706 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552171 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883671034256 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14707] ppid=14699 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14707/stat : 14707 (java) S 14699 14699 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52552172 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883262917360 139883721583234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14708] ppid=14699 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14708/stat : 14708 (java) S 14699 14699 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52552173 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883261863584 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14709] ppid=14699 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14709/stat : 14709 (java) S 14699 14699 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52552173 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883260810480 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14710] ppid=14699 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14710/stat : 14710 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552175 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883192510928 139883721590683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14711] ppid=14699 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14711/stat : 14711 (java) S 14699 14699 11307 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 52552175 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883191458032 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14712] ppid=14699 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14712/stat : 14712 (java) S 14699 14699 11307 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 52552175 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883190405488 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14713] ppid=14699 vsize=14082840 memory=140043694712448 CPUtime=0.01 cores=0,2,4,6
/proc/14701/task/14713/stat : 14713 (java) R 14699 14699 11307 0 -1 4202560 261 0 0 0 1 0 0 0 20 0 15 0 52552176 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883189352432 139883713526480 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14714] ppid=14699 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14714/stat : 14714 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552176 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883188300128 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14715] ppid=14699 vsize=14082840 memory=140043694712448 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14715/stat : 14715 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552176 14420828160 7116 33554432000 4194304 4196468 140737392674464 139883187248176 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29916 KiB

[startup+0.210769 s]*
/proc/loadavg: 1.81 1.84 1.86 5/219 14715
/proc/meminfo: memFree=23120064/32770624 swapFree=67108860/67108860
[pid=14699] ppid=14696 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14699/stat : 14699 (xcsp3-exec) S 14696 14699 11307 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 52552170 115843072 363 33554432000 4194304 5098028 140734229568432 140734229566536 140142765675132 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31932416 140734229570618 140734229570820 140734229570820 140734229573578 0
/proc/14699/statm: 28282 363 306 221 0 87 0
[pid=14701] ppid=14699 vsize=14082840 memory=40464 CPUtime=0.34 cores=0,2,4,6
/proc/14701/stat : 14701 (java) S 14699 14699 11307 0 -1 1077944320 8218 0 0 0 33 1 0 0 20 0 15 0 52552170 14420828160 10116 33554432000 4194304 4196468 140737392674464 140737392657008 139883721572087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
/proc/14701/statm: 3520718 10116 3177 1 0 3483016 0
[pid=14701/tid=14702] ppid=14699 vsize=14087096 memory=5854518564242424225 CPUtime=0.2 cores=0,2,4,6
/proc/14701/task/14702/stat : 14702 (java) R 14699 14699 11307 0 -1 4202560 5470 0 0 0 19 1 0 0 20 0 15 0 52552170 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883725793080 139883182922528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14703] ppid=14699 vsize=14087096 memory=3472468172589864144 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14703/stat : 14703 (java) S 14699 14699 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52552171 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883674192400 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14704] ppid=14699 vsize=14087096 memory=140043694712448 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14704/stat : 14704 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552171 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883673139856 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14705] ppid=14699 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14705/stat : 14705 (java) S 14699 14699 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52552171 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883672086800 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14706] ppid=14699 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14706/stat : 14706 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552171 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883671034256 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14707] ppid=14699 vsize=14087096 memory=140043694712448 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14707/stat : 14707 (java) S 14699 14699 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 52552172 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883262917360 139883721583234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14708] ppid=14699 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14708/stat : 14708 (java) S 14699 14699 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52552173 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883261863584 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14709] ppid=14699 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14709/stat : 14709 (java) S 14699 14699 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52552173 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883260810480 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14710] ppid=14699 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14710/stat : 14710 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552175 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883192510928 139883721590683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14711] ppid=14699 vsize=14087096 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14701/task/14711/stat : 14711 (java) S 14699 14699 11307 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 15 0 52552175 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883191458032 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14712] ppid=14699 vsize=14087096 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/14701/task/14712/stat : 14712 (java) S 14699 14699 11307 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 15 0 52552175 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883190405488 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14713] ppid=14699 vsize=14087096 memory=140043694712448 CPUtime=0.08 cores=0,2,4,6
/proc/14701/task/14713/stat : 14713 (java) S 14699 14699 11307 0 -1 1077944384 723 0 0 0 8 0 0 0 20 0 15 0 52552176 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883189352432 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14714] ppid=14699 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14714/stat : 14714 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552176 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883188300128 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14715] ppid=14699 vsize=14087096 memory=140043694712448 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14715/stat : 14715 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552176 14425186304 10174 33554432000 4194304 4196468 140737392674464 139883187248176 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41916 KiB

[startup+0.310505 s]*
/proc/loadavg: 1.81 1.84 1.86 3/219 14715
/proc/meminfo: memFree=23113612/32770624 swapFree=67108860/67108860
[pid=14699] ppid=14696 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14699/stat : 14699 (xcsp3-exec) S 14696 14699 11307 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 52552170 115843072 363 33554432000 4194304 5098028 140734229568432 140734229566536 140142765675132 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31932416 140734229570618 140734229570820 140734229570820 140734229573578 0
/proc/14699/statm: 28282 363 306 221 0 87 0
[pid=14701] ppid=14699 vsize=14087096 memory=48052 CPUtime=0.51 cores=0,2,4,6
/proc/14701/stat : 14701 (java) S 14699 14699 11307 0 -1 1077944320 9133 0 0 0 49 2 0 0 20 0 15 0 52552170 14425186304 12013 33554432000 4194304 4196468 140737392674464 140737392657008 139883721572087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
/proc/14701/statm: 3521774 12013 3246 1 0 3483008 0
[pid=14701/tid=14702] ppid=14699 vsize=14087096 memory=8514701219881125277 CPUtime=0.29 cores=0,2,4,6
/proc/14701/task/14702/stat : 14702 (java) R 14699 14699 11307 0 -1 4202560 6174 0 0 0 28 1 0 0 20 0 15 0 52552170 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883725809248 139883705652574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14703] ppid=14699 vsize=14087096 memory=3472468172589864144 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14703/stat : 14703 (java) S 14699 14699 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52552171 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883674192400 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14704] ppid=14699 vsize=14087096 memory=140043694712448 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14704/stat : 14704 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552171 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883673139856 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14705] ppid=14699 vsize=14087096 memory=14 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14705/stat : 14705 (java) S 14699 14699 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52552171 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883672086800 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14706] ppid=14699 vsize=14087096 memory=140043582842911 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14706/stat : 14706 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552171 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883671034256 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14707] ppid=14699 vsize=14087096 memory=280087165646592 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14707/stat : 14707 (java) S 14699 14699 11307 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 52552172 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883262917360 139883721583234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14708] ppid=14699 vsize=14087096 memory=140043582819855 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14708/stat : 14708 (java) S 14699 14699 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52552173 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883261863584 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14709] ppid=14699 vsize=14087096 memory=280087277541472 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14709/stat : 14709 (java) S 14699 14699 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52552173 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883260810480 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14710] ppid=14699 vsize=14087096 memory=140043582824463 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14710/stat : 14710 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552175 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883192510928 139883721590683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14711] ppid=14699 vsize=14087096 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/14701/task/14711/stat : 14711 (java) S 14699 14699 11307 0 -1 1077944384 490 0 0 0 4 0 0 0 20 0 15 0 52552175 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883191458032 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14712] ppid=14699 vsize=14087096 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/14701/task/14712/stat : 14712 (java) S 14699 14699 11307 0 -1 1077944384 292 0 0 0 4 0 0 0 20 0 15 0 52552175 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883190405488 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14713] ppid=14699 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/14701/task/14713/stat : 14713 (java) R 14699 14699 11307 0 -1 4202560 874 0 0 0 12 0 0 0 20 0 15 0 52552176 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883189352432 139883721593434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14714] ppid=14699 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14714/stat : 14714 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552176 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883188300128 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14715] ppid=14699 vsize=14087096 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14715/stat : 14715 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552176 14425186304 12023 33554432000 4194304 4196468 140737392674464 139883187248176 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49504 KiB

[startup+0.70162 s]
/proc/loadavg: 1.81 1.84 1.86 6/219 14715
/proc/meminfo: memFree=23086876/32770624 swapFree=67108860/67108860
[pid=14699] ppid=14696 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14699/stat : 14699 (xcsp3-exec) S 14696 14699 11307 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 52552170 115843072 363 33554432000 4194304 5098028 140734229568432 140734229566536 140142765675132 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31932416 140734229570618 140734229570820 140734229570820 140734229573578 0
/proc/14699/statm: 28282 363 306 221 0 87 0
[pid=14701] ppid=14699 vsize=14089220 memory=104672 CPUtime=1.81 cores=0,2,4,6
/proc/14701/stat : 14701 (java) S 14699 14699 11307 0 -1 1077944320 13230 0 0 0 177 4 0 0 20 0 15 0 52552170 14427361280 26168 33554432000 4194304 4196468 140737392674464 140737392657008 139883721572087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
/proc/14701/statm: 3522305 26168 3333 1 0 3483520 0
[pid=14701/tid=14702] ppid=14699 vsize=14089220 memory=54 CPUtime=0.67 cores=0,2,4,6
/proc/14701/task/14702/stat : 14702 (java) R 14699 14699 11307 0 -1 4202560 6943 0 0 0 64 3 0 0 20 0 15 0 52552170 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883725793056 139883721594013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14703] ppid=14699 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14703/stat : 14703 (java) S 14699 14699 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52552171 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883674192400 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14704] ppid=14699 vsize=14089220 memory=8174711894690903605 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14704/stat : 14704 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552171 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883673139856 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14705] ppid=14699 vsize=14089220 memory=7012755875661107289 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14705/stat : 14705 (java) S 14699 14699 11307 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52552171 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883672086800 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14706] ppid=14699 vsize=14089220 memory=7666364995466192728 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14706/stat : 14706 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552171 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883671034256 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14707] ppid=14699 vsize=14089220 memory=2867664571609120 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14707/stat : 14707 (java) S 14699 14699 11307 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 52552172 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883262917360 139883721583234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14708] ppid=14699 vsize=14089220 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14708/stat : 14708 (java) S 14699 14699 11307 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52552173 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883261863584 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14709] ppid=14699 vsize=14089220 memory=11960 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14709/stat : 14709 (java) S 14699 14699 11307 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52552173 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883260810480 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14710] ppid=14699 vsize=14089220 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14710/stat : 14710 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552175 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883192510928 139883721590683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14711] ppid=14699 vsize=14089220 memory=792 CPUtime=0.37 cores=0,2,4,6
/proc/14701/task/14711/stat : 14711 (java) S 14699 14699 11307 0 -1 1077944384 1671 0 0 0 37 0 0 0 20 0 15 0 52552175 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883191458032 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14712] ppid=14699 vsize=14089220 memory=1716 CPUtime=0.37 cores=0,2,4,6
/proc/14701/task/14712/stat : 14712 (java) S 14699 14699 11307 0 -1 1077944384 1335 0 0 0 37 0 0 0 20 0 15 0 52552175 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883190405488 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14713] ppid=14699 vsize=14089220 memory=1952 CPUtime=0.38 cores=0,2,4,6
/proc/14701/task/14713/stat : 14713 (java) R 14699 14699 11307 0 -1 4202560 1972 0 0 0 38 0 0 0 20 0 15 0 52552176 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883189352432 139883700228300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14714] ppid=14699 vsize=14089220 memory=8392 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14714/stat : 14714 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552176 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883188300128 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14715] ppid=14699 vsize=14089220 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14715/stat : 14715 (java) S 14699 14699 11307 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52552176 14427361280 26168 33554432000 4194304 4196468 140737392674464 139883187248176 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 106124 KiB

[startup+1.5068 s]
/proc/loadavg: 1.81 1.84 1.86 5/219 14715
/proc/meminfo: memFree=22985244/32770624 swapFree=67108860/67108860
[pid=14699] ppid=14696 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14699/stat : 14699 (xcsp3-exec) S 14696 14699 11307 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 52552170 115843072 363 33554432000 4194304 5098028 140734229568432 140734229566536 140142765675132 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31932416 140734229570618 140734229570820 140734229570820 140734229573578 0
/proc/14699/statm: 28282 363 306 221 0 87 0

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

/proc/14701/task/14709/stat : 14709 (java) S 14699 14699 11307 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 52552173 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883260810496 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14710] ppid=14699 vsize=14091268 memory=123 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14710/stat : 14710 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883192510928 139883721590683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14711] ppid=14699 vsize=14091268 memory=0 CPUtime=3.22 cores=0,2,4,6
/proc/14701/task/14711/stat : 14711 (java) S 14699 14699 11307 0 -1 1077944384 25710 0 0 0 320 2 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883191458032 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14712] ppid=14699 vsize=14091268 memory=4128 CPUtime=3.29 cores=0,2,4,6
/proc/14701/task/14712/stat : 14712 (java) S 14699 14699 11307 0 -1 1077944384 25486 0 0 0 328 1 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883190405488 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14713] ppid=14699 vsize=14091268 memory=2200 CPUtime=0.87 cores=0,2,4,6
/proc/14701/task/14713/stat : 14713 (java) S 14699 14699 11307 0 -1 1077944384 13994 0 0 0 84 3 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883189352432 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14714] ppid=14699 vsize=14091268 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14714/stat : 14714 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883188300128 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14715] ppid=14699 vsize=14091268 memory=4140 CPUtime=0.85 cores=0,2,4,6
/proc/14701/task/14715/stat : 14715 (java) S 14699 14699 11307 0 -1 1077944384 1843 0 0 0 40 45 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883187248176 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
Current children cumulated CPU time: 2274.26 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1540372 KiB

[startup+2322.3 s]
/proc/loadavg: 1.66 1.66 1.72 4/218 15041
/proc/meminfo: memFree=21603288/32770624 swapFree=67108860/67108860
[pid=14699] ppid=14696 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14699/stat : 14699 (xcsp3-exec) S 14696 14699 11307 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 52552170 115843072 363 33554432000 4194304 5098028 140734229568432 140734229566536 140142765675132 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31932416 140734229570618 140734229570820 140734229570820 140734229573578 0
/proc/14699/statm: 28282 363 306 221 0 87 0
[pid=14701] ppid=14699 vsize=14091268 memory=1538920 CPUtime=2334.27 cores=0,2,4,6
/proc/14701/stat : 14701 (java) S 14699 14699 11307 0 -1 1077944320 131095 0 0 0 233274 153 0 0 20 0 15 0 52552170 14429458432 384730 33554432000 4194304 4196468 140737392674464 140737392657008 139883721572087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
/proc/14701/statm: 3522817 384730 3423 1 0 3484032 0
[pid=14701/tid=14702] ppid=14699 vsize=14091268 memory=1538920 CPUtime=2320.61 cores=0,2,4,6
/proc/14701/task/14702/stat : 14702 (java) R 14699 14699 11307 0 -1 4202560 51367 0 0 0 232046 15 0 0 20 0 15 0 52552170 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883725811616 139883350603713 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14703] ppid=14699 vsize=14091268 memory=1538920 CPUtime=1.23 cores=0,2,4,6
/proc/14701/task/14703/stat : 14703 (java) S 14699 14699 11307 0 -1 1077944384 1261 0 0 0 99 24 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883674192400 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14704] ppid=14699 vsize=14091268 memory=1538920 CPUtime=1.23 cores=0,2,4,6
/proc/14701/task/14704/stat : 14704 (java) S 14699 14699 11307 0 -1 1077944384 1305 0 0 0 99 24 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883673139856 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14705] ppid=14699 vsize=14091268 memory=1452 CPUtime=1.22 cores=0,2,4,6
/proc/14701/task/14705/stat : 14705 (java) S 14699 14699 11307 0 -1 1077944384 2628 0 0 0 97 25 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883672086800 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14706] ppid=14699 vsize=14091268 memory=1538920 CPUtime=1.21 cores=0,2,4,6
/proc/14701/task/14706/stat : 14706 (java) S 14699 14699 11307 0 -1 1077944384 2276 0 0 0 98 23 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883671034256 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14707] ppid=14699 vsize=14091268 memory=1452 CPUtime=0.42 cores=0,2,4,6
/proc/14701/task/14707/stat : 14707 (java) S 14699 14699 11307 0 -1 1077944384 3797 0 0 0 41 1 0 0 20 0 15 0 52552172 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883262917360 139883721583234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14708] ppid=14699 vsize=14091268 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14708/stat : 14708 (java) S 14699 14699 11307 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 52552173 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883261863648 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14709] ppid=14699 vsize=14091268 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14709/stat : 14709 (java) S 14699 14699 11307 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 52552173 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883260810496 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14710] ppid=14699 vsize=14091268 memory=1538920 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14710/stat : 14710 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883192510928 139883721590683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14711] ppid=14699 vsize=14091268 memory=1452 CPUtime=3.22 cores=0,2,4,6
/proc/14701/task/14711/stat : 14711 (java) S 14699 14699 11307 0 -1 1077944384 25713 0 0 0 320 2 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883191458032 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14712] ppid=14699 vsize=14091268 memory=7392 CPUtime=3.29 cores=0,2,4,6
/proc/14701/task/14712/stat : 14712 (java) S 14699 14699 11307 0 -1 1077944384 25488 0 0 0 328 1 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883190405488 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14713] ppid=14699 vsize=14091268 memory=840 CPUtime=0.87 cores=0,2,4,6
/proc/14701/task/14713/stat : 14713 (java) S 14699 14699 11307 0 -1 1077944384 13996 0 0 0 84 3 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883189352432 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14714] ppid=14699 vsize=14091268 memory=1538920 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14714/stat : 14714 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883188300128 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14715] ppid=14699 vsize=14091268 memory=1538920 CPUtime=0.88 cores=0,2,4,6
/proc/14701/task/14715/stat : 14715 (java) S 14699 14699 11307 0 -1 1077944384 1865 0 0 0 41 47 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883187248176 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
Current children cumulated CPU time: 2334.27 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1540372 KiB

[startup+2382.3 s]
/proc/loadavg: 1.65 1.65 1.71 5/218 15042
/proc/meminfo: memFree=21601004/32770624 swapFree=67108860/67108860
[pid=14699] ppid=14696 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14699/stat : 14699 (xcsp3-exec) S 14696 14699 11307 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 52552170 115843072 363 33554432000 4194304 5098028 140734229568432 140734229566536 140142765675132 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31932416 140734229570618 140734229570820 140734229570820 140734229573578 0
/proc/14699/statm: 28282 363 306 221 0 87 0
[pid=14701] ppid=14699 vsize=14091268 memory=1538920 CPUtime=2394.3 cores=0,2,4,6
/proc/14701/stat : 14701 (java) S 14699 14699 11307 0 -1 1077944320 132000 0 0 0 239276 154 0 0 20 0 15 0 52552170 14429458432 384730 33554432000 4194304 4196468 140737392674464 140737392657008 139883721572087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
/proc/14701/statm: 3522817 384730 3423 1 0 3484032 0
[pid=14701/tid=14702] ppid=14699 vsize=14091268 memory=1538920 CPUtime=2380.61 cores=0,2,4,6
/proc/14701/task/14702/stat : 14702 (java) R 14699 14699 11307 0 -1 4202560 52226 0 0 0 238046 15 0 0 20 0 15 0 52552170 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883725811616 139883351828811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14703] ppid=14699 vsize=14091268 memory=1538920 CPUtime=1.23 cores=0,2,4,6
/proc/14701/task/14703/stat : 14703 (java) S 14699 14699 11307 0 -1 1077944384 1261 0 0 0 99 24 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883674192400 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14704] ppid=14699 vsize=14091268 memory=1538920 CPUtime=1.23 cores=0,2,4,6
/proc/14701/task/14704/stat : 14704 (java) S 14699 14699 11307 0 -1 1077944384 1305 0 0 0 99 24 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883673139856 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14705] ppid=14699 vsize=14091268 memory=1538920 CPUtime=1.22 cores=0,2,4,6
/proc/14701/task/14705/stat : 14705 (java) S 14699 14699 11307 0 -1 1077944384 2628 0 0 0 97 25 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883672086800 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14706] ppid=14699 vsize=14091268 memory=1452 CPUtime=1.21 cores=0,2,4,6
/proc/14701/task/14706/stat : 14706 (java) S 14699 14699 11307 0 -1 1077944384 2276 0 0 0 98 23 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883671034256 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14707] ppid=14699 vsize=14091268 memory=1538920 CPUtime=0.42 cores=0,2,4,6
/proc/14701/task/14707/stat : 14707 (java) S 14699 14699 11307 0 -1 1077944384 3804 0 0 0 41 1 0 0 20 0 15 0 52552172 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883262917360 139883721583234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14708] ppid=14699 vsize=14091268 memory=1538920 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14708/stat : 14708 (java) S 14699 14699 11307 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 52552173 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883261863648 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14709] ppid=14699 vsize=14091268 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14709/stat : 14709 (java) S 14699 14699 11307 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 52552173 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883260810496 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14710] ppid=14699 vsize=14091268 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14710/stat : 14710 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883192510928 139883721590683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14711] ppid=14699 vsize=14091268 memory=1452 CPUtime=3.22 cores=0,2,4,6
/proc/14701/task/14711/stat : 14711 (java) S 14699 14699 11307 0 -1 1077944384 25715 0 0 0 320 2 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883191458032 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14712] ppid=14699 vsize=14091268 memory=17012 CPUtime=3.29 cores=0,2,4,6
/proc/14701/task/14712/stat : 14712 (java) S 14699 14699 11307 0 -1 1077944384 25491 0 0 0 328 1 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883190405488 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14713] ppid=14699 vsize=14091268 memory=1296 CPUtime=0.87 cores=0,2,4,6
/proc/14701/task/14713/stat : 14713 (java) S 14699 14699 11307 0 -1 1077944384 13998 0 0 0 84 3 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883189352432 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14714] ppid=14699 vsize=14091268 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14714/stat : 14714 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883188300128 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14715] ppid=14699 vsize=14091268 memory=17012 CPUtime=0.9 cores=0,2,4,6
/proc/14701/task/14715/stat : 14715 (java) S 14699 14699 11307 0 -1 1077944384 1897 0 0 0 42 48 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883187248176 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
Current children cumulated CPU time: 2394.3 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1540372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388 s]*
/proc/loadavg: 1.68 1.65 1.71 4/218 15042
/proc/meminfo: memFree=21601004/32770624 swapFree=67108860/67108860
[pid=14699] ppid=14696 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/14699/stat : 14699 (xcsp3-exec) S 14696 14699 11307 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 52552170 115843072 363 33554432000 4194304 5098028 140734229568432 140734229566536 140142765675132 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 31932416 140734229570618 140734229570820 140734229570820 140734229573578 0
/proc/14699/statm: 28282 363 306 221 0 87 0
[pid=14701] ppid=14699 vsize=14091268 memory=1538920 CPUtime=2400.01 cores=0,2,4,6
/proc/14701/stat : 14701 (java) S 14699 14699 11307 0 -1 1077944320 132006 0 0 0 239847 154 0 0 20 0 15 0 52552170 14429458432 384730 33554432000 4194304 4196468 140737392674464 140737392657008 139883721572087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
/proc/14701/statm: 3522817 384730 3423 1 0 3484032 0
[pid=14701/tid=14702] ppid=14699 vsize=14091268 memory=6791534058613427641 CPUtime=2386.32 cores=0,2,4,6
/proc/14701/task/14702/stat : 14702 (java) R 14699 14699 11307 0 -1 4202560 52232 0 0 0 238617 15 0 0 20 0 15 0 52552170 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883725811616 139883353170389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14703] ppid=14699 vsize=14091268 memory=-7003737579269690708 CPUtime=1.23 cores=0,2,4,6
/proc/14701/task/14703/stat : 14703 (java) S 14699 14699 11307 0 -1 1077944384 1261 0 0 0 99 24 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883674192400 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14704] ppid=14699 vsize=14091268 memory=18484 CPUtime=1.23 cores=0,2,4,6
/proc/14701/task/14704/stat : 14704 (java) S 14699 14699 11307 0 -1 1077944384 1305 0 0 0 99 24 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883673139856 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14705] ppid=14699 vsize=14091268 memory=644 CPUtime=1.22 cores=0,2,4,6
/proc/14701/task/14705/stat : 14705 (java) S 14699 14699 11307 0 -1 1077944384 2628 0 0 0 97 25 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883672086800 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14706] ppid=14699 vsize=14091268 memory=1788 CPUtime=1.21 cores=0,2,4,6
/proc/14701/task/14706/stat : 14706 (java) S 14699 14699 11307 0 -1 1077944384 2276 0 0 0 98 23 0 0 20 0 15 0 52552171 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883671034256 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14707] ppid=14699 vsize=14091268 memory=952 CPUtime=0.42 cores=0,2,4,6
/proc/14701/task/14707/stat : 14707 (java) S 14699 14699 11307 0 -1 1077944384 3804 0 0 0 41 1 0 0 20 0 15 0 52552172 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883262917360 139883721583234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14708] ppid=14699 vsize=14091268 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14708/stat : 14708 (java) S 14699 14699 11307 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 52552173 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883261863648 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14709] ppid=14699 vsize=14091268 memory=2340 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14709/stat : 14709 (java) S 14699 14699 11307 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 52552173 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883260810496 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14710] ppid=14699 vsize=14091268 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14710/stat : 14710 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883192510928 139883721590683 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14711] ppid=14699 vsize=14091268 memory=928 CPUtime=3.22 cores=0,2,4,6
/proc/14701/task/14711/stat : 14711 (java) S 14699 14699 11307 0 -1 1077944384 25715 0 0 0 320 2 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883191458032 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14712] ppid=14699 vsize=14091268 memory=2240 CPUtime=3.29 cores=0,2,4,6
/proc/14701/task/14712/stat : 14712 (java) S 14699 14699 11307 0 -1 1077944384 25491 0 0 0 328 1 0 0 20 0 15 0 52552175 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883190405488 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14713] ppid=14699 vsize=14091268 memory=4128 CPUtime=0.87 cores=0,2,4,6
/proc/14701/task/14713/stat : 14713 (java) S 14699 14699 11307 0 -1 1077944384 13998 0 0 0 84 3 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883189352432 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14714] ppid=14699 vsize=14091268 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/14701/task/14714/stat : 14714 (java) S 14699 14699 11307 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883188300128 139883721582293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
[pid=14701/tid=14715] ppid=14699 vsize=14091268 memory=7392 CPUtime=0.9 cores=0,2,4,6
/proc/14701/task/14715/stat : 14715 (java) S 14699 14699 11307 0 -1 1077944384 1897 0 0 0 42 48 0 0 20 0 15 0 52552176 14429458432 384730 33554432000 4194304 4196468 140737392674464 139883187248176 139883721583234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 11747328 140737392678017 140737392678193 140737392678193 140737392680911 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14204396 KiB
Current children cumulated memory: 1540372 KiB

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

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

[startup+2388.04 s]
# the end of solver process 14701 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.48 s, system=1.55646 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): 2388.04
CPU time (s): 2400.04
CPU user time (s): 2398.48
CPU system time (s): 1.55646
CPU usage (%): 100.503
Max. virtual memory (cumulated for all children) (KiB): 14204396
Max. memory (cumulated for all children) (KiB): 1540372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.48
system time used= 1.55646
maximum resident set size= 1539272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132906
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55191
involuntary context switches= 2163


# summary of solver processes directly reported to runsolver:
#   pid: 14699,14701
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2398.48
#   total CPU system time (s): 1.55646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7631 second user time and 22.8434 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-23 14:44:50
IDJOB=4292401
IDBENCH=141361
IDSOLVER=2747
FILE ID=node103/4292401-1532349890
RUNJOBID= node103-1532328173-11338
PBS_JOBID= 21018996
Free space on /tmp= 56832 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-magazine_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292401-1532349890/watcher-4292401-1532349890 -o /tmp/evaluation-result-4292401-1532349890/solver-4292401-1532349890 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532328173-11338 --watchdog 2560  HOME/xcsp3-exec -seed 1262241154 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292401-1532349890.xml

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

MD5SUM BENCH= 22697061c475ce526fb64da13536656d
RANDOM SEED=1262241154

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.48
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.48
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.48
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.48
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:        23148496 kB
MemAvailable:   31739860 kB
Buffers:          259736 kB
Cached:          8530564 kB
SwapCached:            0 kB
Active:          1737760 kB
Inactive:        7306596 kB
Active(anon):     256636 kB
Inactive(anon):    16976 kB
Active(file):    1481124 kB
Inactive(file):  7289620 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20560 kB
Writeback:             0 kB
AnonPages:        278556 kB
Mapped:            49512 kB
Shmem:             17036 kB
Slab:             276916 kB
SReclaimable:     249080 kB
SUnreclaim:        27836 kB
KernelStack:        3872 kB
PageTables:         5912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1163572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56812 MiB
End job on node103 at 2018-07-23 15:24:38