Trace number 4393125

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? (TO) 2520.55 636.58

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-m039.xml
MD5SUMcf7d41cb48e0c265061ebe127338815d
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 variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393125-1568320298.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393125-1568320298.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
1.03/0.60	c solve instance...
2520.25/636.55	s UNKNOWN
2520.25/636.55	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 (15307 MiB free)
  memory of node 1: 16384 MiB (14873 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393125-1568320298/watcher-4393125-1568320298 -o /tmp/evaluation-result-4393125-1568320298/solver-4393125-1568320298 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568308867-14285 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 569005623 HOME/instance-4393125-1568320298.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=26488, runsolver pid=26485

[startup+0.100061 s]*
/proc/loadavg: 7.37 8.07 8.27 6/232 26504
/proc/meminfo: memFree=30888560/32770624 swapFree=66920756/67108860
[pid=26488] ppid=26485 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26488/stat : 26488 (xcsp3-exec) S 26485 26488 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408285920 115843072 362 33554432000 4194304 5098028 140721497891104 140721497889208 140660033086076 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32772096 140721497895803 140721497896045 140721497896045 140721497898954 0
/proc/26488/statm: 28282 362 304 221 0 87 0
[pid=26490] ppid=26488 vsize=15144768 memory=29592 CPUtime=0.13 cores=0,2,4,6
/proc/26490/stat : 26490 (java) S 26488 26488 14254 0 -1 1077944320 5788 0 0 0 12 1 0 0 20 0 15 0 408285921 15508242432 7398 33554432000 4194304 4196468 140735981164896 140735981147440 139817380253431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
/proc/26490/statm: 3786192 7398 3154 1 0 3748377 0
[pid=26490/tid=26491] ppid=26488 vsize=15144768 memory=576460756329955459 CPUtime=0.08 cores=0,2,4,6
/proc/26490/task/26491/stat : 26491 (java) R 26488 26488 14254 0 -1 4202560 3721 0 0 0 8 0 0 0 20 0 15 0 408285921 15508242432 7398 33554432000 4194304 4196468 140735981164896 139817384486704 139817380265366 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26492] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26492/stat : 26492 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408285922 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816972839824 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26493] ppid=26488 vsize=15144768 memory=3472750473697359520 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26493/stat : 26493 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408285922 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816971787024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26494] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26494/stat : 26494 (java) S 26488 26488 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408285922 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816970734736 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26495] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26495/stat : 26495 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408285922 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816969681936 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26496] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26496/stat : 26496 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408285923 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816522868848 139817380264578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26497] ppid=26488 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26497/stat : 26497 (java) S 26488 26488 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408285924 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816521814816 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26498] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26498/stat : 26498 (java) S 26488 26488 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408285924 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816520762480 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26499] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26499/stat : 26499 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408285926 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816519710800 139817380272027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26500] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26500/stat : 26500 (java) R 26488 26488 14254 0 -1 4202560 417 0 0 0 0 0 0 0 20 0 15 0 408285926 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816518658672 139817365069933 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26501] ppid=26488 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26501/stat : 26501 (java) R 26488 26488 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408285926 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816517605872 139817380264578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26502] ppid=26488 vsize=15144768 memory=140676709283456 CPUtime=0.02 cores=0,2,4,6
/proc/26490/task/26502/stat : 26502 (java) R 26488 26488 14254 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 15 0 408285926 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816516553584 139817380265366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26503] ppid=26488 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26503/stat : 26503 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408285927 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816515501024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26504] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26504/stat : 26504 (java) S 26488 26488 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408285927 15508242432 7398 33554432000 4194304 4196468 140735981164896 139816514447792 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31040 KiB

[startup+0.210825 s]*
/proc/loadavg: 7.37 8.07 8.27 7/232 26504
/proc/meminfo: memFree=30875800/32770624 swapFree=66920756/67108860
[pid=26488] ppid=26485 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26488/stat : 26488 (xcsp3-exec) S 26485 26488 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408285920 115843072 362 33554432000 4194304 5098028 140721497891104 140721497889208 140660033086076 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32772096 140721497895803 140721497896045 140721497896045 140721497898954 0
/proc/26488/statm: 28282 362 304 221 0 87 0
[pid=26490] ppid=26488 vsize=15144768 memory=40356 CPUtime=0.35 cores=0,2,4,6
/proc/26490/stat : 26490 (java) S 26488 26488 14254 0 -1 1077944320 9320 0 0 0 32 3 0 0 20 0 15 0 408285921 15508242432 10089 33554432000 4194304 4196468 140735981164896 140735981147440 139817380253431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
/proc/26490/statm: 3786192 10089 3305 1 0 3748377 0
[pid=26490/tid=26491] ppid=26488 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/26490/task/26491/stat : 26491 (java) R 26488 26488 14254 0 -1 4202560 6626 0 0 0 18 2 0 0 20 0 15 0 408285921 15508242432 10089 33554432000 4194304 4196468 140735981164896 139817384486160 139816972982884 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26492] ppid=26488 vsize=15144768 memory=10592 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26492/stat : 26492 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408285922 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816972839824 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26493] ppid=26488 vsize=15144768 memory=140676712136643 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26493/stat : 26493 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408285922 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816971787024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26494] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26494/stat : 26494 (java) S 26488 26488 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408285922 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816970734736 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26495] ppid=26488 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26495/stat : 26495 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408285922 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816969681936 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26496] ppid=26488 vsize=15144768 memory=140676709283456 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26496/stat : 26496 (java) S 26488 26488 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408285923 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816522868848 139817380264578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26497] ppid=26488 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26497/stat : 26497 (java) S 26488 26488 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408285924 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816521814816 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26498] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26498/stat : 26498 (java) S 26488 26488 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408285924 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816520762480 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26499] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26499/stat : 26499 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408285926 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816519710800 139817380272027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26500] ppid=26488 vsize=15144768 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26490/task/26500/stat : 26500 (java) S 26488 26488 14254 0 -1 1077944384 575 0 0 0 3 0 0 0 20 0 15 0 408285926 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816518658672 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26501] ppid=26488 vsize=15144768 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26490/task/26501/stat : 26501 (java) S 26488 26488 14254 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 15 0 408285926 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816517605872 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26502] ppid=26488 vsize=15144768 memory=140676709283456 CPUtime=0.08 cores=0,2,4,6
/proc/26490/task/26502/stat : 26502 (java) R 26488 26488 14254 0 -1 4202560 776 0 0 0 8 0 0 0 20 0 15 0 408285926 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816516553584 139817359183035 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26503] ppid=26488 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26503/stat : 26503 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408285927 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816515501024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26504] ppid=26488 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26504/stat : 26504 (java) S 26488 26488 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408285927 15508242432 10089 33554432000 4194304 4196468 140735981164896 139816514447792 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41804 KiB

[startup+0.310649 s]*
/proc/loadavg: 7.37 8.07 8.27 8/232 26504
/proc/meminfo: memFree=30870712/32770624 swapFree=66920756/67108860
[pid=26488] ppid=26485 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26488/stat : 26488 (xcsp3-exec) S 26485 26488 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408285920 115843072 362 33554432000 4194304 5098028 140721497891104 140721497889208 140660033086076 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32772096 140721497895803 140721497896045 140721497896045 140721497898954 0
/proc/26488/statm: 28282 362 304 221 0 87 0
[pid=26490] ppid=26488 vsize=15149024 memory=49788 CPUtime=0.54 cores=0,2,4,6
/proc/26490/stat : 26490 (java) S 26488 26488 14254 0 -1 1077944320 10823 0 0 0 50 4 0 0 20 0 15 0 408285921 15512600576 12447 33554432000 4194304 4196468 140735981164896 140735981147440 139817380253431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
/proc/26490/statm: 3787256 12447 3372 1 0 3748377 0
[pid=26490/tid=26491] ppid=26488 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/26490/task/26491/stat : 26491 (java) R 26488 26488 14254 0 -1 4202560 7777 0 0 0 27 3 0 0 20 0 15 0 408285921 15512600576 12447 33554432000 4194304 4196468 140735981164896 139817384491024 139817364333918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26492] ppid=26488 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26492/stat : 26492 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408285922 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816972839824 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26493] ppid=26488 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26493/stat : 26493 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408285922 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816971787024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26494] ppid=26488 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26494/stat : 26494 (java) S 26488 26488 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408285922 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816970734736 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26495] ppid=26488 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26495/stat : 26495 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408285922 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816969681936 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26496] ppid=26488 vsize=15149024 memory=-7233513673208676511 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26496/stat : 26496 (java) S 26488 26488 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408285923 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816522868848 139817380264578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26497] ppid=26488 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26497/stat : 26497 (java) S 26488 26488 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408285924 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816521814816 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26498] ppid=26488 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26498/stat : 26498 (java) S 26488 26488 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408285924 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816520762480 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26499] ppid=26488 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26499/stat : 26499 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408285926 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816519710800 139817380272027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26500] ppid=26488 vsize=15149024 memory=7827413994055111515 CPUtime=0.06 cores=0,2,4,6
/proc/26490/task/26500/stat : 26500 (java) R 26488 26488 14254 0 -1 4202560 696 0 0 0 6 0 0 0 20 0 15 0 408285926 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816518639688 139817380274778 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26501] ppid=26488 vsize=15149024 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26490/task/26501/stat : 26501 (java) S 26488 26488 14254 0 -1 1077944384 94 0 0 0 3 0 0 0 20 0 15 0 408285926 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816517605872 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26502] ppid=26488 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/26490/task/26502/stat : 26502 (java) S 26488 26488 14254 0 -1 1077944384 951 0 0 0 12 0 0 0 20 0 15 0 408285926 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816516553584 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26503] ppid=26488 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26503/stat : 26503 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408285927 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816515501024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26504] ppid=26488 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26504/stat : 26504 (java) S 26488 26488 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408285927 15512600576 12447 33554432000 4194304 4196468 140735981164896 139816514447792 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51236 KiB

[startup+0.703037 s]
/proc/loadavg: 7.37 8.07 8.27 8/232 26504
/proc/meminfo: memFree=30853996/32770624 swapFree=66920756/67108860
[pid=26488] ppid=26485 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26488/stat : 26488 (xcsp3-exec) S 26485 26488 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408285920 115843072 362 33554432000 4194304 5098028 140721497891104 140721497889208 140660033086076 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32772096 140721497895803 140721497896045 140721497896045 140721497898954 0
/proc/26488/statm: 28282 362 304 221 0 87 0
[pid=26490] ppid=26488 vsize=15417404 memory=82620 CPUtime=1.63 cores=0,2,4,6
/proc/26490/stat : 26490 (java) S 26488 26488 14254 0 -1 1077944320 14108 0 0 0 158 5 0 0 20 0 19 0 408285921 15787421696 20655 33554432000 4194304 4196468 140735981164896 140735981147440 139817380253431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
/proc/26490/statm: 3854351 20655 3450 1 0 3815453 0
[pid=26490/tid=26491] ppid=26488 vsize=15417404 memory=-3704326594973231466 CPUtime=0.59 cores=0,2,4,6
/proc/26490/task/26491/stat : 26491 (java) S 26488 26488 14254 0 -1 1077944384 8924 0 0 0 55 4 0 0 20 0 19 0 408285921 15787421696 20655 33554432000 4194304 4196468 140735981164896 139817384494208 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26492] ppid=26488 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26492/stat : 26492 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408285922 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816972839824 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26493] ppid=26488 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26493/stat : 26493 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408285922 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816971787024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26494] ppid=26488 vsize=15417404 memory=708 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26494/stat : 26494 (java) S 26488 26488 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408285922 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816970734736 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26495] ppid=26488 vsize=15417404 memory=9364 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26495/stat : 26495 (java) S 26488 26488 14254 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408285922 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816969681936 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26496] ppid=26488 vsize=15417404 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26496/stat : 26496 (java) S 26488 26488 14254 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 408285923 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816522868848 139817380264578 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26497] ppid=26488 vsize=15417404 memory=776 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26497/stat : 26497 (java) S 26488 26488 14254 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408285924 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816521814816 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26498] ppid=26488 vsize=15417404 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26498/stat : 26498 (java) S 26488 26488 14254 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408285924 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816520762480 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26499] ppid=26488 vsize=15417404 memory=7956 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26499/stat : 26499 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408285926 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816519710800 139817380272027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26500] ppid=26488 vsize=15417404 memory=3444 CPUtime=0.23 cores=0,2,4,6
/proc/26490/task/26500/stat : 26500 (java) R 26488 26488 14254 0 -1 4202560 1263 0 0 0 23 0 0 0 20 0 19 0 408285926 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816518658968 139817360105569 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26501] ppid=26488 vsize=15417404 memory=1556 CPUtime=0.19 cores=0,2,4,6
/proc/26490/task/26501/stat : 26501 (java) R 26488 26488 14254 0 -1 4202560 623 0 0 0 19 0 0 0 20 0 19 0 408285926 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816517604944 139817365175262 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26502] ppid=26488 vsize=15417404 memory=2832 CPUtime=0.36 cores=0,2,4,6
/proc/26490/task/26502/stat : 26502 (java) R 26488 26488 14254 0 -1 1077944384 1815 0 0 0 36 0 0 0 20 0 19 0 408285926 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816516553584 139817380264578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26503] ppid=26488 vsize=15417404 memory=984 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26503/stat : 26503 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408285927 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816515501024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26504] ppid=26488 vsize=15417404 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26504/stat : 26504 (java) S 26488 26488 14254 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408285927 15787421696 20655 33554432000 4194304 4196468 140735981164896 139816514447792 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 84068 KiB

[startup+1.50104 s]
/proc/loadavg: 7.37 8.07 8.27 12/236 26508
/proc/meminfo: memFree=30797828/32770624 swapFree=66920756/67108860
[pid=26488] ppid=26485 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26488/stat : 26488 (xcsp3-exec) S 26485 26488 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408285920 115843072 362 33554432000 4194304 5098028 140721497891104 140721497889208 140660033086076 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32772096 140721497895803 140721497896045 140721497896045 140721497898954 0
/proc/26488/statm: 28282 362 304 221 0 87 0

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

/proc/26490/stat : 26490 (java) S 26488 26488 14254 0 -1 1077944320 60138 0 0 0 230365 289 0 0 20 0 19 0 408285921 15787421696 80895 33554432000 4194304 4196468 140735981164896 140735981147440 139817380253431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
/proc/26490/statm: 3854351 80895 3540 1 0 3815453 0
[pid=26490/tid=26491] ppid=26488 vsize=15417404 memory=323580 CPUtime=0.59 cores=0,2,4,6
/proc/26490/task/26491/stat : 26491 (java) S 26488 26488 14254 0 -1 1077944384 8924 0 0 0 55 4 0 0 20 0 19 0 408285921 15787421696 80895 33554432000 4194304 4196468 140735981164896 139817384494208 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26492] ppid=26488 vsize=15417404 memory=323580 CPUtime=0.93 cores=0,2,4,6
/proc/26490/task/26492/stat : 26492 (java) S 26488 26488 14254 0 -1 1077944384 2594 0 0 0 84 9 0 0 20 0 19 0 408285922 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816972839824 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26493] ppid=26488 vsize=15417404 memory=323580 CPUtime=0.91 cores=0,2,4,6
/proc/26490/task/26493/stat : 26493 (java) S 26488 26488 14254 0 -1 1077944384 2735 0 0 0 83 8 0 0 20 0 19 0 408285922 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816971787024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26494] ppid=26488 vsize=15417404 memory=1448 CPUtime=0.92 cores=0,2,4,6
/proc/26490/task/26494/stat : 26494 (java) S 26488 26488 14254 0 -1 1077944384 2160 0 0 0 84 8 0 0 20 0 19 0 408285922 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816970734736 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26495] ppid=26488 vsize=15417404 memory=323580 CPUtime=0.91 cores=0,2,4,6
/proc/26490/task/26495/stat : 26495 (java) S 26488 26488 14254 0 -1 1077944384 2026 0 0 0 84 7 0 0 20 0 19 0 408285922 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816969681936 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26496] ppid=26488 vsize=15417404 memory=164 CPUtime=3.58 cores=0,2,4,6
/proc/26490/task/26496/stat : 26496 (java) S 26488 26488 14254 0 -1 1077944384 6453 0 0 0 114 244 0 0 20 0 19 0 408285923 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816522868848 139817380264578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26497] ppid=26488 vsize=15417404 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26497/stat : 26497 (java) S 26488 26488 14254 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 408285924 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816521814880 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26498] ppid=26488 vsize=15417404 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26498/stat : 26498 (java) S 26488 26488 14254 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 19 0 408285924 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816520762496 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26499] ppid=26488 vsize=15417404 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26499/stat : 26499 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408285926 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816519710800 139817380272027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26500] ppid=26488 vsize=15417404 memory=0 CPUtime=2.17 cores=0,2,4,6
/proc/26490/task/26500/stat : 26500 (java) S 26488 26488 14254 0 -1 1077944384 8804 0 0 0 217 0 0 0 20 0 19 0 408285926 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816518658672 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26501] ppid=26488 vsize=15417404 memory=-4866523618376441967 CPUtime=1.94 cores=0,2,4,6
/proc/26490/task/26501/stat : 26501 (java) S 26488 26488 14254 0 -1 1077944384 8229 0 0 0 193 1 0 0 20 0 19 0 408285926 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816517605872 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26502] ppid=26488 vsize=15417404 memory=3580 CPUtime=0.68 cores=0,2,4,6
/proc/26490/task/26502/stat : 26502 (java) S 26488 26488 14254 0 -1 1077944384 7227 0 0 0 67 1 0 0 20 0 19 0 408285926 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816516553584 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26503] ppid=26488 vsize=15417404 memory=16988 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26503/stat : 26503 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408285927 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816515501024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26504] ppid=26488 vsize=15417404 memory=988 CPUtime=0.17 cores=0,2,4,6
/proc/26490/task/26504/stat : 26504 (java) S 26488 26488 14254 0 -1 1077944384 821 0 0 0 0 17 0 0 20 0 19 0 408285927 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816514447792 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26505] ppid=26488 vsize=15417404 memory=1448 CPUtime=573.35 cores=0,2,4,6
/proc/26490/task/26505/stat : 26505 (java) R 26488 26488 14254 0 -1 4202560 1703 0 0 0 57333 2 0 0 20 0 19 0 408285982 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816505238912 139816978366512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26506] ppid=26488 vsize=15417404 memory=323580 CPUtime=573.06 cores=0,2,4,6
/proc/26490/task/26506/stat : 26506 (java) R 26488 26488 14254 0 -1 4202560 3335 0 0 0 57300 6 0 0 20 0 19 0 408285982 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816504184920 139816980604744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26507] ppid=26488 vsize=15417404 memory=323580 CPUtime=572.73 cores=0,2,4,6
/proc/26490/task/26507/stat : 26507 (java) R 26488 26488 14254 0 -1 4202560 1627 0 0 0 57271 2 0 0 20 0 19 0 408285982 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816503132136 139816978544524 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26508] ppid=26488 vsize=15417404 memory=6791534058613427641 CPUtime=574.46 cores=0,2,4,6
/proc/26490/task/26508/stat : 26508 (java) R 26488 26488 14254 0 -1 4202560 2104 0 0 0 57442 4 0 0 20 0 19 0 408285982 15787421696 80895 33554432000 4194304 4196468 140735981164896 139816502079360 139816980604704 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
Current children cumulated CPU time: 2306.54 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 325028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+636.501 s]
/proc/loadavg: 8.65 8.49 8.39 9/237 26735
/proc/meminfo: memFree=30745984/32770624 swapFree=66920780/67108860
[pid=26488] ppid=26485 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26488/stat : 26488 (xcsp3-exec) S 26485 26488 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408285920 115843072 362 33554432000 4194304 5098028 140721497891104 140721497889208 140660033086076 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32772096 140721497895803 140721497896045 140721497896045 140721497898954 0
/proc/26488/statm: 28282 362 304 221 0 87 0
[pid=26490] ppid=26488 vsize=15417404 memory=314756 CPUtime=2520.25 cores=0,2,4,6
/proc/26490/stat : 26490 (java) S 26488 26488 14254 0 -1 1077944320 62553 0 0 0 251682 343 0 0 20 0 19 0 408285921 15787421696 78689 33554432000 4194304 4196468 140735981164896 140735981147440 139817380253431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
/proc/26490/statm: 3854351 78689 3540 1 0 3815453 0
[pid=26490/tid=26491] ppid=26488 vsize=15417404 memory=314756 CPUtime=0.59 cores=0,2,4,6
/proc/26490/task/26491/stat : 26491 (java) S 26488 26488 14254 0 -1 1077944384 8924 0 0 0 55 4 0 0 20 0 19 0 408285921 15787421696 78689 33554432000 4194304 4196468 140735981164896 139817384494208 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26492] ppid=26488 vsize=15417404 memory=314756 CPUtime=1.09 cores=0,2,4,6
/proc/26490/task/26492/stat : 26492 (java) S 26488 26488 14254 0 -1 1077944384 2738 0 0 0 100 9 0 0 20 0 19 0 408285922 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816972839824 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26493] ppid=26488 vsize=15417404 memory=314756 CPUtime=1.08 cores=0,2,4,6
/proc/26490/task/26493/stat : 26493 (java) S 26488 26488 14254 0 -1 1077944384 2972 0 0 0 100 8 0 0 20 0 19 0 408285922 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816971787024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26494] ppid=26488 vsize=15417404 memory=1448 CPUtime=1.09 cores=0,2,4,6
/proc/26490/task/26494/stat : 26494 (java) S 26488 26488 14254 0 -1 1077944384 2233 0 0 0 100 9 0 0 20 0 19 0 408285922 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816970734736 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26495] ppid=26488 vsize=15417404 memory=1448 CPUtime=1.08 cores=0,2,4,6
/proc/26490/task/26495/stat : 26495 (java) S 26488 26488 14254 0 -1 1077944384 2179 0 0 0 100 8 0 0 20 0 19 0 408285922 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816969681936 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26496] ppid=26488 vsize=15417404 memory=314756 CPUtime=4.36 cores=0,2,4,6
/proc/26490/task/26496/stat : 26496 (java) S 26488 26488 14254 0 -1 1077944384 7366 0 0 0 138 298 0 0 20 0 19 0 408285923 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816522868848 139817380264578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26497] ppid=26488 vsize=15417404 memory=330808 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26497/stat : 26497 (java) S 26488 26488 14254 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 408285924 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816521814880 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26498] ppid=26488 vsize=15417404 memory=243208 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26498/stat : 26498 (java) S 26488 26488 14254 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 19 0 408285924 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816520762496 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26499] ppid=26488 vsize=15417404 memory=330800 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26499/stat : 26499 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408285926 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816519710800 139817380272027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26500] ppid=26488 vsize=15417404 memory=330800 CPUtime=2.17 cores=0,2,4,6
/proc/26490/task/26500/stat : 26500 (java) S 26488 26488 14254 0 -1 1077944384 8829 0 0 0 217 0 0 0 20 0 19 0 408285926 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816518658672 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26501] ppid=26488 vsize=15417404 memory=314756 CPUtime=1.97 cores=0,2,4,6
/proc/26490/task/26501/stat : 26501 (java) S 26488 26488 14254 0 -1 1077944384 8519 0 0 0 196 1 0 0 20 0 19 0 408285926 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816517605872 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26502] ppid=26488 vsize=15417404 memory=314756 CPUtime=0.68 cores=0,2,4,6
/proc/26490/task/26502/stat : 26502 (java) S 26488 26488 14254 0 -1 1077944384 7227 0 0 0 67 1 0 0 20 0 19 0 408285926 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816516553584 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26503] ppid=26488 vsize=15417404 memory=314756 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26503/stat : 26503 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408285927 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816515501024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26504] ppid=26488 vsize=15417404 memory=314756 CPUtime=0.19 cores=0,2,4,6
/proc/26490/task/26504/stat : 26504 (java) R 26488 26488 14254 0 -1 1077944384 838 0 0 0 0 19 0 0 20 0 19 0 408285927 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816514447792 139817380264578 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26505] ppid=26488 vsize=15417404 memory=1448 CPUtime=626.35 cores=0,2,4,6
/proc/26490/task/26505/stat : 26505 (java) R 26488 26488 14254 0 -1 4202560 1821 0 0 0 62633 2 0 0 20 0 19 0 408285982 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816505238912 139816978449040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26506] ppid=26488 vsize=15417404 memory=1448 CPUtime=626.06 cores=0,2,4,6
/proc/26490/task/26506/stat : 26506 (java) R 26488 26488 14254 0 -1 4202560 3593 0 0 0 62599 7 0 0 20 0 19 0 408285982 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816504185544 139816978190508 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26507] ppid=26488 vsize=15417404 memory=496 CPUtime=625.68 cores=0,2,4,6
/proc/26490/task/26507/stat : 26507 (java) R 26488 26488 14254 0 -1 4202560 1718 0 0 0 62566 2 0 0 20 0 19 0 408285982 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816503132008 139816978544382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26508] ppid=26488 vsize=15417404 memory=1448 CPUtime=627.73 cores=0,2,4,6
/proc/26490/task/26508/stat : 26508 (java) R 26488 26488 14254 0 -1 4202560 2200 0 0 0 62769 4 0 0 20 0 19 0 408285982 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816502079472 139816980604878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
Current children cumulated CPU time: 2520.25 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 316204 KiB

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

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

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

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

[startup+636.501 s]
/proc/loadavg: 8.65 8.49 8.39 9/237 26735
/proc/meminfo: memFree=30745984/32770624 swapFree=66920780/67108860
[pid=26488] ppid=26485 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26488/stat : 26488 (xcsp3-exec) S 26485 26488 14254 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408285920 115843072 362 33554432000 4194304 5098028 140721497891104 140721497889208 140660033086076 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32772096 140721497895803 140721497896045 140721497896045 140721497898954 0
/proc/26488/statm: 28282 362 304 221 0 87 0
[pid=26490] ppid=26488 vsize=15417404 memory=314756 CPUtime=2520.25 cores=0,2,4,6
/proc/26490/stat : 26490 (java) S 26488 26488 14254 0 -1 1077944320 62553 0 0 0 251682 343 0 0 20 0 19 0 408285921 15787421696 78689 33554432000 4194304 4196468 140735981164896 140735981147440 139817380253431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
/proc/26490/statm: 3854351 78689 3540 1 0 3815453 0
[pid=26490/tid=26491] ppid=26488 vsize=15417404 memory=314756 CPUtime=0.59 cores=0,2,4,6
/proc/26490/task/26491/stat : 26491 (java) S 26488 26488 14254 0 -1 1077944384 8924 0 0 0 55 4 0 0 20 0 19 0 408285921 15787421696 78689 33554432000 4194304 4196468 140735981164896 139817384494208 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26492] ppid=26488 vsize=15417404 memory=314756 CPUtime=1.09 cores=0,2,4,6
/proc/26490/task/26492/stat : 26492 (java) S 26488 26488 14254 0 -1 1077944384 2738 0 0 0 100 9 0 0 20 0 19 0 408285922 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816972839824 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26493] ppid=26488 vsize=15417404 memory=314756 CPUtime=1.08 cores=0,2,4,6
/proc/26490/task/26493/stat : 26493 (java) S 26488 26488 14254 0 -1 1077944384 2972 0 0 0 100 8 0 0 20 0 19 0 408285922 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816971787024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26494] ppid=26488 vsize=15417404 memory=1448 CPUtime=1.09 cores=0,2,4,6
/proc/26490/task/26494/stat : 26494 (java) S 26488 26488 14254 0 -1 1077944384 2233 0 0 0 100 9 0 0 20 0 19 0 408285922 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816970734736 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26495] ppid=26488 vsize=15417404 memory=1448 CPUtime=1.08 cores=0,2,4,6
/proc/26490/task/26495/stat : 26495 (java) S 26488 26488 14254 0 -1 1077944384 2179 0 0 0 100 8 0 0 20 0 19 0 408285922 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816969681936 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26496] ppid=26488 vsize=15417404 memory=314756 CPUtime=4.36 cores=0,2,4,6
/proc/26490/task/26496/stat : 26496 (java) S 26488 26488 14254 0 -1 1077944384 7366 0 0 0 138 298 0 0 20 0 19 0 408285923 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816522868848 139817380264578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26497] ppid=26488 vsize=15417404 memory=330808 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26497/stat : 26497 (java) S 26488 26488 14254 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 19 0 408285924 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816521814880 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26498] ppid=26488 vsize=15417404 memory=243208 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26498/stat : 26498 (java) S 26488 26488 14254 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 19 0 408285924 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816520762496 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26499] ppid=26488 vsize=15417404 memory=330800 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26499/stat : 26499 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408285926 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816519710800 139817380272027 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26500] ppid=26488 vsize=15417404 memory=330800 CPUtime=2.17 cores=0,2,4,6
/proc/26490/task/26500/stat : 26500 (java) S 26488 26488 14254 0 -1 1077944384 8829 0 0 0 217 0 0 0 20 0 19 0 408285926 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816518658672 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26501] ppid=26488 vsize=15417404 memory=314756 CPUtime=1.97 cores=0,2,4,6
/proc/26490/task/26501/stat : 26501 (java) S 26488 26488 14254 0 -1 1077944384 8519 0 0 0 196 1 0 0 20 0 19 0 408285926 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816517605872 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26502] ppid=26488 vsize=15417404 memory=314756 CPUtime=0.68 cores=0,2,4,6
/proc/26490/task/26502/stat : 26502 (java) S 26488 26488 14254 0 -1 1077944384 7227 0 0 0 67 1 0 0 20 0 19 0 408285926 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816516553584 139817380264578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26503] ppid=26488 vsize=15417404 memory=314756 CPUtime=0 cores=0,2,4,6
/proc/26490/task/26503/stat : 26503 (java) S 26488 26488 14254 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408285927 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816515501024 139817380263637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26504] ppid=26488 vsize=15417404 memory=314756 CPUtime=0.19 cores=0,2,4,6
/proc/26490/task/26504/stat : 26504 (java) R 26488 26488 14254 0 -1 1077944384 838 0 0 0 0 19 0 0 20 0 19 0 408285927 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816514447792 139817380264578 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26505] ppid=26488 vsize=15417404 memory=1448 CPUtime=626.35 cores=0,2,4,6
/proc/26490/task/26505/stat : 26505 (java) R 26488 26488 14254 0 -1 4202560 1821 0 0 0 62633 2 0 0 20 0 19 0 408285982 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816505238912 139816978449040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26506] ppid=26488 vsize=15417404 memory=1448 CPUtime=626.06 cores=0,2,4,6
/proc/26490/task/26506/stat : 26506 (java) R 26488 26488 14254 0 -1 4202560 3593 0 0 0 62599 7 0 0 20 0 19 0 408285982 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816504185544 139816978190508 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26507] ppid=26488 vsize=15417404 memory=496 CPUtime=625.68 cores=0,2,4,6
/proc/26490/task/26507/stat : 26507 (java) R 26488 26488 14254 0 -1 4202560 1718 0 0 0 62566 2 0 0 20 0 19 0 408285982 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816503132008 139816978544382 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
[pid=26490/tid=26508] ppid=26488 vsize=15417404 memory=1448 CPUtime=627.73 cores=0,2,4,6
/proc/26490/task/26508/stat : 26508 (java) R 26488 26488 14254 0 -1 4202560 2200 0 0 0 62769 4 0 0 20 0 19 0 408285982 15787421696 78689 33554432000 4194304 4196468 140735981164896 139816502079472 139816980604878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9838592 140735981167599 140735981167770 140735981167770 140735981170639 0
Current children cumulated CPU time: 2520.25 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 316204 KiB

Child status: 143
Real time (s): 636.58
CPU time (s): 2520.55
CPU user time (s): 2517.11
CPU system time (s): 3.44505
CPU usage (%): 395.952
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 600068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.11
system time used= 3.44505
maximum resident set size= 600724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63240
page faults= 0
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34976
involuntary context switches= 42228


# summary of solver processes directly reported to runsolver:
#   pid: 26488,26490
#   total CPU time (s): 2520.55
#   total CPU user time (s): 2517.11
#   total CPU system time (s): 3.44505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.01393 second user time and 6.99976 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 21:29:42
IDJOB=4393125
IDBENCH=133582
IDSOLVER=2840
FILE ID=node107/4393125-1568320298
RUNJOBID= node107-1568308867-14285
PBS_JOBID= 21701131
Free space on /tmp= 55680 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-m039.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393125-1568320298/watcher-4393125-1568320298 -o /tmp/evaluation-result-4393125-1568320298/solver-4393125-1568320298 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568308867-14285 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 569005623 HOME/instance-4393125-1568320298.xml

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

MD5SUM BENCH= cf7d41cb48e0c265061ebe127338815d
RANDOM SEED=569005623

node107.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.11
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.11
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.11
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.11
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:        30905292 kB
MemAvailable:   31262744 kB
Buffers:          118792 kB
Cached:           507440 kB
SwapCached:        80380 kB
Active:           961164 kB
Inactive:         316612 kB
Active(anon):     580264 kB
Inactive(anon):   100176 kB
Active(file):     380900 kB
Inactive(file):   216436 kB
Unevictable:      110040 kB
Mlocked:          110040 kB
SwapTotal:      67108860 kB
SwapFree:       66920756 kB
Dirty:             26388 kB
Writeback:             0 kB
AnonPages:        684500 kB
Mapped:            44820 kB
Shmem:             20504 kB
Slab:             181200 kB
SReclaimable:     151900 kB
SUnreclaim:        29300 kB
KernelStack:        3920 kB
PageTables:         6720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1488032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55656 MiB
End job on node107 at 2019-09-12 21:40:19