Trace number 4393133

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.48 636.694

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-09-m057.xml
MD5SUMe3fb36821a1c53c1942e51a6fdfce406
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 variables289
Number of constraints58
Number of domains1
Minimum domain size217
Maximum domain size217
Distribution of domain sizes[{"size":217,"count":217}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":72},{"degree":4,"count":211},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity217
Distribution of constraint arities[{"arity":2,"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":6},{"arity":16,"count":6},{"arity":17,"count":3},{"arity":217,"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":51}]
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-4393133-1568320311.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393133-1568320311.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.01/0.61	c solve instance...
2520.15/636.66	s UNKNOWN
2520.15/636.66	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 (14890 MiB free)
  memory of node 1: 16384 MiB (15681 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393133-1568320311/watcher-4393133-1568320311 -o /tmp/evaluation-result-4393133-1568320311/solver-4393133-1568320311 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6785 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 954362326 HOME/instance-4393133-1568320311.xml 

running on 4 cores: 1,3,5,7

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=18096, runsolver pid=18093


[startup+0.100079 s]*
/proc/loadavg: 9.10 8.66 8.37 8/233 18112
/proc/meminfo: memFree=31288448/32770624 swapFree=66979540/67108860
[pid=18096] ppid=18093 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18096/stat : 18096 (xcsp3-exec) S 18093 18096 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408293828 115843072 362 33554432000 4194304 5098028 140727298118544 140727298116648 140570776228476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20422656 140727298122619 140727298122861 140727298122861 140727298125770 0
/proc/18096/statm: 28282 362 304 221 0 87 0
[pid=18098] ppid=18096 vsize=15144768 memory=29360 CPUtime=0.13 cores=1,3,5,7
/proc/18098/stat : 18098 (java) S 18096 18096 6753 0 -1 1077944320 5775 0 0 0 12 1 0 0 20 0 15 0 408293829 15508242432 7340 33554432000 4194304 4196468 140731925396144 140731925378688 140640953630455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
/proc/18098/statm: 3786192 7340 3180 1 0 3748377 0
[pid=18098/tid=18099] ppid=18096 vsize=15144768 memory=7100839878644302962 CPUtime=0.09 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (java) R 18096 18096 6753 0 -1 4202560 3666 0 0 0 8 1 0 0 20 0 15 0 408293829 15508242432 7340 33554432000 4194304 4196468 140731925396144 140640957859632 140640591355136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18100] ppid=18096 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293830 15508242432 7340 33554432000 4194304 4196468 140731925396144 140640546302864 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18101] ppid=18096 vsize=15144768 memory=140199747970688 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293830 15508242432 7340 33554432000 4194304 4196468 140731925396144 140640545250064 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18102] ppid=18096 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18102/stat : 18102 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293830 15508242432 7340 33554432000 4194304 4196468 140731925396144 140640544197776 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18103] ppid=18096 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18103/stat : 18103 (java) S 18096 18096 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408293830 15508242432 7340 33554432000 4194304 4196468 140731925396144 140640543144976 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18104] ppid=18096 vsize=15144768 memory=140199747970688 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18104/stat : 18104 (java) S 18096 18096 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408293831 15508242432 7340 33554432000 4194304 4196468 140731925396144 140639827732592 140640953641602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18105] ppid=18096 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18105/stat : 18105 (java) S 18096 18096 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408293831 15508242432 7340 33554432000 4194304 4196468 140731925396144 140639826678560 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18106] ppid=18096 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18106/stat : 18106 (java) S 18096 18096 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408293832 15508242432 7340 33554432000 4194304 4196468 140731925396144 140639825626224 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18107] ppid=18096 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18107/stat : 18107 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408293834 15508242432 7340 33554432000 4194304 4196468 140731925396144 140639824574544 140640953649051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18108] ppid=18096 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18108/stat : 18108 (java) S 18096 18096 6753 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 408293834 15508242432 7340 33554432000 4194304 4196468 140731925396144 140639823522416 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18109] ppid=18096 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18109/stat : 18109 (java) S 18096 18096 6753 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 15 0 408293834 15508242432 7340 33554432000 4194304 4196468 140731925396144 140639822469616 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18110] ppid=18096 vsize=15144768 memory=140199747970688 CPUtime=0.02 cores=1,3,5,7
/proc/18098/task/18110/stat : 18110 (java) R 18096 18096 6753 0 -1 4202560 360 0 0 0 2 0 0 0 20 0 15 0 408293834 15508242432 7340 33554432000 4194304 4196468 140731925396144 140639821417328 140640953651802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18111] ppid=18096 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18111/stat : 18111 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408293834 15508242432 7340 33554432000 4194304 4196468 140731925396144 140639820364768 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18112] ppid=18096 vsize=15144768 memory=140199747970688 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18112/stat : 18112 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293835 15508242432 7340 33554432000 4194304 4196468 140731925396144 140639819311536 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30808 KiB

[startup+0.210607 s]*
/proc/loadavg: 9.10 8.66 8.37 7/233 18112
/proc/meminfo: memFree=31275976/32770624 swapFree=66979540/67108860
[pid=18096] ppid=18093 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18096/stat : 18096 (xcsp3-exec) S 18093 18096 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408293828 115843072 362 33554432000 4194304 5098028 140727298118544 140727298116648 140570776228476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20422656 140727298122619 140727298122861 140727298122861 140727298125770 0
/proc/18096/statm: 28282 362 304 221 0 87 0
[pid=18098] ppid=18096 vsize=15144768 memory=40364 CPUtime=0.34 cores=1,3,5,7
/proc/18098/stat : 18098 (java) S 18096 18096 6753 0 -1 1077944320 9374 0 0 0 31 3 0 0 20 0 15 0 408293829 15508242432 10091 33554432000 4194304 4196468 140731925396144 140731925378688 140640953630455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
/proc/18098/statm: 3786192 10091 3264 1 0 3748377 0
[pid=18098/tid=18099] ppid=18096 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (java) R 18096 18096 6753 0 -1 4202560 6671 0 0 0 18 2 0 0 20 0 15 0 408293829 15508242432 10091 33554432000 4194304 4196468 140731925396144 140640957860176 140640946308469 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18100] ppid=18096 vsize=15144768 memory=2995868 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293830 15508242432 10091 33554432000 4194304 4196468 140731925396144 140640546302864 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18101] ppid=18096 vsize=15144768 memory=140199747987314 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293830 15508242432 10091 33554432000 4194304 4196468 140731925396144 140640545250064 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18102] ppid=18096 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18102/stat : 18102 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293830 15508242432 10091 33554432000 4194304 4196468 140731925396144 140640544197776 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18103] ppid=18096 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18103/stat : 18103 (java) S 18096 18096 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408293830 15508242432 10091 33554432000 4194304 4196468 140731925396144 140640543144976 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18104] ppid=18096 vsize=15144768 memory=140199747970688 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18104/stat : 18104 (java) S 18096 18096 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408293831 15508242432 10091 33554432000 4194304 4196468 140731925396144 140639827732592 140640953641602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18105] ppid=18096 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18105/stat : 18105 (java) S 18096 18096 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408293831 15508242432 10091 33554432000 4194304 4196468 140731925396144 140639826678560 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18106] ppid=18096 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18106/stat : 18106 (java) S 18096 18096 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408293832 15508242432 10091 33554432000 4194304 4196468 140731925396144 140639825626224 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18107] ppid=18096 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18107/stat : 18107 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408293834 15508242432 10091 33554432000 4194304 4196468 140731925396144 140639824574544 140640953649051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18108] ppid=18096 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/18098/task/18108/stat : 18108 (java) S 18096 18096 6753 0 -1 1077944384 396 0 0 0 2 0 0 0 20 0 15 0 408293834 15508242432 10091 33554432000 4194304 4196468 140731925396144 140639823522416 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18109] ppid=18096 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/18098/task/18109/stat : 18109 (java) S 18096 18096 6753 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 15 0 408293834 15508242432 10091 33554432000 4194304 4196468 140731925396144 140639822469616 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18110] ppid=18096 vsize=15144768 memory=140199747970688 CPUtime=0.08 cores=1,3,5,7
/proc/18098/task/18110/stat : 18110 (java) R 18096 18096 6753 0 -1 4202560 790 0 0 0 8 0 0 0 20 0 15 0 408293834 15508242432 10091 33554432000 4194304 4196468 140731925396144 140639821417328 140640953651802 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18111] ppid=18096 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18111/stat : 18111 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408293834 15508242432 10091 33554432000 4194304 4196468 140731925396144 140639820364768 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18112] ppid=18096 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18112/stat : 18112 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293835 15508242432 10091 33554432000 4194304 4196468 140731925396144 140639819311536 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41812 KiB

[startup+0.315906 s]*
/proc/loadavg: 9.10 8.66 8.37 7/233 18112
/proc/meminfo: memFree=31268420/32770624 swapFree=66979540/67108860
[pid=18096] ppid=18093 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18096/stat : 18096 (xcsp3-exec) S 18093 18096 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408293828 115843072 362 33554432000 4194304 5098028 140727298118544 140727298116648 140570776228476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20422656 140727298122619 140727298122861 140727298122861 140727298125770 0
/proc/18096/statm: 28282 362 304 221 0 87 0
[pid=18098] ppid=18096 vsize=15149024 memory=50156 CPUtime=0.53 cores=1,3,5,7
/proc/18098/stat : 18098 (java) S 18096 18096 6753 0 -1 1077944320 10916 0 0 0 50 3 0 0 20 0 15 0 408293829 15512600576 12539 33554432000 4194304 4196468 140731925396144 140731925378688 140640953630455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
/proc/18098/statm: 3787256 12539 3371 1 0 3748377 0
[pid=18098/tid=18099] ppid=18096 vsize=15149024 memory=7883960649037381690 CPUtime=0.31 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (java) R 18096 18096 6753 0 -1 4202560 7922 0 0 0 28 3 0 0 20 0 15 0 408293829 15512600576 12539 33554432000 4194304 4196468 140731925396144 140640957861568 140640937710942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18100] ppid=18096 vsize=15149024 memory=2996209 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293830 15512600576 12539 33554432000 4194304 4196468 140731925396144 140640546302864 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18101] ppid=18096 vsize=15149024 memory=3161056 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293830 15512600576 12539 33554432000 4194304 4196468 140731925396144 140640545250064 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18102] ppid=18096 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18102/stat : 18102 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293830 15512600576 12539 33554432000 4194304 4196468 140731925396144 140640544197776 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18103] ppid=18096 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18103/stat : 18103 (java) S 18096 18096 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408293830 15512600576 12539 33554432000 4194304 4196468 140731925396144 140640543144976 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18104] ppid=18096 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18104/stat : 18104 (java) S 18096 18096 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408293831 15512600576 12539 33554432000 4194304 4196468 140731925396144 140639827732592 140640953641602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18105] ppid=18096 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18105/stat : 18105 (java) S 18096 18096 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408293831 15512600576 12539 33554432000 4194304 4196468 140731925396144 140639826678560 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18106] ppid=18096 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18106/stat : 18106 (java) S 18096 18096 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408293832 15512600576 12539 33554432000 4194304 4196468 140731925396144 140639825626224 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18107] ppid=18096 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18107/stat : 18107 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408293834 15512600576 12539 33554432000 4194304 4196468 140731925396144 140639824574544 140640953649051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18108] ppid=18096 vsize=15149024 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/18098/task/18108/stat : 18108 (java) S 18096 18096 6753 0 -1 1077944384 504 0 0 0 5 0 0 0 20 0 15 0 408293834 15512600576 12539 33554432000 4194304 4196468 140731925396144 140639823522416 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18109] ppid=18096 vsize=15149024 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/18098/task/18109/stat : 18109 (java) S 18096 18096 6753 0 -1 1077944384 285 0 0 0 3 0 0 0 20 0 15 0 408293834 15512600576 12539 33554432000 4194304 4196468 140731925396144 140639822469616 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18110] ppid=18096 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/18098/task/18110/stat : 18110 (java) R 18096 18096 6753 0 -1 4202560 905 0 0 0 12 0 0 0 20 0 15 0 408293834 15512600576 12539 33554432000 4194304 4196468 140731925396144 140639821417328 140640953651802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18111] ppid=18096 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18111/stat : 18111 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408293834 15512600576 12539 33554432000 4194304 4196468 140731925396144 140639820364768 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18112] ppid=18096 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18112/stat : 18112 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408293835 15512600576 12539 33554432000 4194304 4196468 140731925396144 140639819311536 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51604 KiB

[startup+0.706907 s]
/proc/loadavg: 9.10 8.66 8.37 9/233 18112
/proc/meminfo: memFree=31252720/32770624 swapFree=66979540/67108860
[pid=18096] ppid=18093 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18096/stat : 18096 (xcsp3-exec) S 18093 18096 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408293828 115843072 362 33554432000 4194304 5098028 140727298118544 140727298116648 140570776228476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20422656 140727298122619 140727298122861 140727298122861 140727298125770 0
/proc/18096/statm: 28282 362 304 221 0 87 0
[pid=18098] ppid=18096 vsize=15417404 memory=87552 CPUtime=1.69 cores=1,3,5,7
/proc/18098/stat : 18098 (java) S 18096 18096 6753 0 -1 1077944320 14338 0 0 0 164 5 0 0 20 0 19 0 408293829 15787421696 21888 33554432000 4194304 4196468 140731925396144 140731925378688 140640953630455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
/proc/18098/statm: 3854351 21888 3455 1 0 3815453 0
[pid=18098/tid=18099] ppid=18096 vsize=15417404 memory=1789994730753 CPUtime=0.6 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (java) S 18096 18096 6753 0 -1 1077944384 8955 0 0 0 57 3 0 0 20 0 19 0 408293829 15787421696 21888 33554432000 4194304 4196468 140731925396144 140640957871232 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18100] ppid=18096 vsize=15417404 memory=512 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408293830 15787421696 21888 33554432000 4194304 4196468 140731925396144 140640546302864 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18101] ppid=18096 vsize=15417404 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408293830 15787421696 21888 33554432000 4194304 4196468 140731925396144 140640545250064 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18102] ppid=18096 vsize=15417404 memory=928 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18102/stat : 18102 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408293830 15787421696 21888 33554432000 4194304 4196468 140731925396144 140640544197776 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18103] ppid=18096 vsize=15417404 memory=3772 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18103/stat : 18103 (java) S 18096 18096 6753 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408293830 15787421696 21888 33554432000 4194304 4196468 140731925396144 140640543144976 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18104] ppid=18096 vsize=15417404 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18104/stat : 18104 (java) S 18096 18096 6753 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 408293831 15787421696 21888 33554432000 4194304 4196468 140731925396144 140639827732592 140640953641602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18105] ppid=18096 vsize=15417404 memory=920 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18105/stat : 18105 (java) S 18096 18096 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408293831 15787421696 21888 33554432000 4194304 4196468 140731925396144 140639826678560 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18106] ppid=18096 vsize=15417404 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18106/stat : 18106 (java) S 18096 18096 6753 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408293832 15787421696 21888 33554432000 4194304 4196468 140731925396144 140639825626224 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18107] ppid=18096 vsize=15417404 memory=2404 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18107/stat : 18107 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408293834 15787421696 21888 33554432000 4194304 4196468 140731925396144 140639824574544 140640953649051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18108] ppid=18096 vsize=15417404 memory=1764 CPUtime=0.29 cores=1,3,5,7
/proc/18098/task/18108/stat : 18108 (java) R 18096 18096 6753 0 -1 4202560 1142 0 0 0 29 0 0 0 20 0 19 0 408293834 15787421696 21888 33554432000 4194304 4196468 140731925396144 140639823508384 140640938552281 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18109] ppid=18096 vsize=15417404 memory=111632 CPUtime=0.24 cores=1,3,5,7
/proc/18098/task/18109/stat : 18109 (java) R 18096 18096 6753 0 -1 4202560 933 0 0 0 24 0 0 0 20 0 19 0 408293834 15787421696 21888 33554432000 4194304 4196468 140731925396144 140639822469536 140640934332102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18110] ppid=18096 vsize=15417404 memory=804 CPUtime=0.36 cores=1,3,5,7
/proc/18098/task/18110/stat : 18110 (java) R 18096 18096 6753 0 -1 1077944384 1843 0 0 0 36 0 0 0 20 0 19 0 408293834 15787421696 21888 33554432000 4194304 4196468 140731925396144 140639821417328 140640953641602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18111] ppid=18096 vsize=15417404 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18111/stat : 18111 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408293834 15787421696 21888 33554432000 4194304 4196468 140731925396144 140639820364768 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18112] ppid=18096 vsize=15417404 memory=924 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18112/stat : 18112 (java) S 18096 18096 6753 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408293835 15787421696 21888 33554432000 4194304 4196468 140731925396144 140639819311536 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 89000 KiB

[startup+1.50091 s]
/proc/loadavg: 9.10 8.66 8.37 9/237 18116
/proc/meminfo: memFree=31195380/32770624 swapFree=66979540/67108860
[pid=18096] ppid=18093 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18096/stat : 18096 (xcsp3-exec) S 18093 18096 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408293828 115843072 362 33554432000 4194304 5098028 140727298118544 140727298116648 140570776228476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20422656 140727298122619 140727298122861 140727298122861 140727298125770 0
/proc/18096/statm: 28282 362 304 221 0 87 0

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

/proc/18098/stat : 18098 (java) S 18096 18096 6753 0 -1 1077944320 64561 0 0 0 206685 253 0 0 20 0 19 0 408293829 15787421696 84253 33554432000 4194304 4196468 140731925396144 140731925378688 140640953630455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
/proc/18098/statm: 3854351 84253 3539 1 0 3815453 0
[pid=18098/tid=18099] ppid=18096 vsize=15417404 memory=338040 CPUtime=0.6 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (java) S 18096 18096 6753 0 -1 1077944384 8955 0 0 0 57 3 0 0 20 0 19 0 408293829 15787421696 84253 33554432000 4194304 4196468 140731925396144 140640957871232 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18100] ppid=18096 vsize=15417404 memory=3620 CPUtime=1.37 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (java) S 18096 18096 6753 0 -1 1077944384 2993 0 0 0 122 15 0 0 20 0 19 0 408293830 15787421696 84253 33554432000 4194304 4196468 140731925396144 140640546302864 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18101] ppid=18096 vsize=15417404 memory=339064 CPUtime=1.38 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (java) S 18096 18096 6753 0 -1 1077944384 3649 0 0 0 121 17 0 0 20 0 19 0 408293830 15787421696 84253 33554432000 4194304 4196468 140731925396144 140640545250064 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18102] ppid=18096 vsize=15417404 memory=337524 CPUtime=1.36 cores=1,3,5,7
/proc/18098/task/18102/stat : 18102 (java) S 18096 18096 6753 0 -1 1077944384 3431 0 0 0 122 14 0 0 20 0 19 0 408293830 15787421696 84253 33554432000 4194304 4196468 140731925396144 140640544197776 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18103] ppid=18096 vsize=15417404 memory=337012 CPUtime=1.4 cores=1,3,5,7
/proc/18098/task/18103/stat : 18103 (java) S 18096 18096 6753 0 -1 1077944384 2302 0 0 0 124 16 0 0 20 0 19 0 408293830 15787421696 84253 33554432000 4194304 4196468 140731925396144 140640543144976 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18104] ppid=18096 vsize=15417404 memory=1448 CPUtime=2.62 cores=1,3,5,7
/proc/18098/task/18104/stat : 18104 (java) S 18096 18096 6753 0 -1 1077944384 5426 0 0 0 84 178 0 0 20 0 19 0 408293831 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639827732592 140640953641602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18105] ppid=18096 vsize=15417404 memory=280399222497648 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18105/stat : 18105 (java) S 18096 18096 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408293831 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639826678624 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18106] ppid=18096 vsize=15417404 memory=333544 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18106/stat : 18106 (java) S 18096 18096 6753 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 408293832 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639825626240 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18107] ppid=18096 vsize=15417404 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18107/stat : 18107 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408293834 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639824574544 140640953649051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18108] ppid=18096 vsize=15417404 memory=338040 CPUtime=2.15 cores=1,3,5,7
/proc/18098/task/18108/stat : 18108 (java) S 18096 18096 6753 0 -1 1077944384 9447 0 0 0 214 1 0 0 20 0 19 0 408293834 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639823522416 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18109] ppid=18096 vsize=15417404 memory=1448 CPUtime=2.78 cores=1,3,5,7
/proc/18098/task/18109/stat : 18109 (java) S 18096 18096 6753 0 -1 1077944384 11622 0 0 0 277 1 0 0 20 0 19 0 408293834 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639822469616 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18110] ppid=18096 vsize=15417404 memory=338040 CPUtime=0.67 cores=1,3,5,7
/proc/18098/task/18110/stat : 18110 (java) S 18096 18096 6753 0 -1 1077944384 6591 0 0 0 66 1 0 0 20 0 19 0 408293834 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639821417328 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18111] ppid=18096 vsize=15417404 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18111/stat : 18111 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408293834 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639820364768 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18112] ppid=18096 vsize=15417404 memory=337524 CPUtime=0.18 cores=1,3,5,7
/proc/18098/task/18112/stat : 18112 (java) S 18096 18096 6753 0 -1 1077944384 461 0 0 0 0 18 0 0 20 0 19 0 408293835 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639819311536 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18113] ppid=18096 vsize=15417404 memory=1448 CPUtime=513.46 cores=1,3,5,7
/proc/18098/task/18113/stat : 18113 (java) R 18096 18096 6753 0 -1 4202560 1231 0 0 0 51345 1 0 0 20 0 19 0 408293891 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639810099400 140640597006740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18114] ppid=18096 vsize=15417404 memory=1448 CPUtime=514.5 cores=1,3,5,7
/proc/18098/task/18114/stat : 18114 (java) R 18096 18096 6753 0 -1 4202560 3322 0 0 0 51443 7 0 0 20 0 19 0 408293891 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639809051504 140640597043436 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18115] ppid=18096 vsize=15417404 memory=6791534058613427641 CPUtime=513.15 cores=1,3,5,7
/proc/18098/task/18115/stat : 18115 (java) R 18096 18096 6753 0 -1 4202560 1723 0 0 0 51312 3 0 0 20 0 19 0 408293891 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639807995616 140640592356095 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18116] ppid=18096 vsize=15417404 memory=1060 CPUtime=513.62 cores=1,3,5,7
/proc/18098/task/18116/stat : 18116 (java) R 18096 18096 6753 0 -1 4202560 2111 0 0 0 51358 4 0 0 20 0 19 0 408293891 15787421696 84253 33554432000 4194304 4196468 140731925396144 140639806943440 140640596794518 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
Current children cumulated CPU time: 2069.38 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 338460 KiB

[startup+582.301 s]
/proc/loadavg: 8.47 8.54 8.42 11/238 18251
/proc/meminfo: memFree=29397116/32770624 swapFree=66979556/67108860
[pid=18096] ppid=18093 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18096/stat : 18096 (xcsp3-exec) S 18093 18096 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408293828 115843072 362 33554432000 4194304 5098028 140727298118544 140727298116648 140570776228476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20422656 140727298122619 140727298122861 140727298122861 140727298125770 0
/proc/18096/statm: 28282 362 304 221 0 87 0
[pid=18098] ppid=18096 vsize=15417404 memory=332040 CPUtime=2305.78 cores=1,3,5,7
/proc/18098/stat : 18098 (java) S 18096 18096 6753 0 -1 1077944320 69547 0 0 0 230258 320 0 0 20 0 19 0 408293829 15787421696 83010 33554432000 4194304 4196468 140731925396144 140731925378688 140640953630455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
/proc/18098/statm: 3854351 83010 3539 1 0 3815453 0
[pid=18098/tid=18099] ppid=18096 vsize=15417404 memory=327932 CPUtime=0.6 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (java) S 18096 18096 6753 0 -1 1077944384 8955 0 0 0 57 3 0 0 20 0 19 0 408293829 15787421696 83010 33554432000 4194304 4196468 140731925396144 140640957871232 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18100] ppid=18096 vsize=15417404 memory=343428 CPUtime=1.64 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (java) S 18096 18096 6753 0 -1 1077944384 4703 0 0 0 148 16 0 0 20 0 19 0 408293830 15787421696 83010 33554432000 4194304 4196468 140731925396144 140640546302864 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18101] ppid=18096 vsize=15417404 memory=347528 CPUtime=1.66 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (java) S 18096 18096 6753 0 -1 1077944384 4476 0 0 0 148 18 0 0 20 0 19 0 408293830 15787421696 83010 33554432000 4194304 4196468 140731925396144 140640545250064 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18102] ppid=18096 vsize=15417404 memory=327936 CPUtime=1.63 cores=1,3,5,7
/proc/18098/task/18102/stat : 18102 (java) S 18096 18096 6753 0 -1 1077944384 3522 0 0 0 148 15 0 0 20 0 19 0 408293830 15787421696 83010 33554432000 4194304 4196468 140731925396144 140640544197776 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18103] ppid=18096 vsize=15417404 memory=1448 CPUtime=1.67 cores=1,3,5,7
/proc/18098/task/18103/stat : 18103 (java) S 18096 18096 6753 0 -1 1077944384 3408 0 0 0 150 17 0 0 20 0 19 0 408293830 15787421696 83010 33554432000 4194304 4196468 140731925396144 140640543144976 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18104] ppid=18096 vsize=15417404 memory=1448 CPUtime=3.53 cores=1,3,5,7
/proc/18098/task/18104/stat : 18104 (java) S 18096 18096 6753 0 -1 1077944384 5693 0 0 0 110 243 0 0 20 0 19 0 408293831 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639827732592 140640953641602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18105] ppid=18096 vsize=15417404 memory=327932 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18105/stat : 18105 (java) S 18096 18096 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408293831 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639826678624 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18106] ppid=18096 vsize=15417404 memory=329472 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18106/stat : 18106 (java) S 18096 18096 6753 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 408293832 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639825626240 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18107] ppid=18096 vsize=15417404 memory=329468 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18107/stat : 18107 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408293834 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639824574544 140640953649051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18108] ppid=18096 vsize=15417404 memory=3620 CPUtime=2.22 cores=1,3,5,7
/proc/18098/task/18108/stat : 18108 (java) S 18096 18096 6753 0 -1 1077944384 9687 0 0 0 221 1 0 0 20 0 19 0 408293834 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639823522416 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18109] ppid=18096 vsize=15417404 memory=16936 CPUtime=2.92 cores=1,3,5,7
/proc/18098/task/18109/stat : 18109 (java) S 18096 18096 6753 0 -1 1077944384 11959 0 0 0 291 1 0 0 20 0 19 0 408293834 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639822469616 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18110] ppid=18096 vsize=15417404 memory=1448 CPUtime=0.67 cores=1,3,5,7
/proc/18098/task/18110/stat : 18110 (java) S 18096 18096 6753 0 -1 1077944384 6664 0 0 0 66 1 0 0 20 0 19 0 408293834 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639821417328 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18111] ppid=18096 vsize=15417404 memory=327932 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18111/stat : 18111 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408293834 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639820364768 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18112] ppid=18096 vsize=15417404 memory=1448 CPUtime=0.2 cores=1,3,5,7
/proc/18098/task/18112/stat : 18112 (java) S 18096 18096 6753 0 -1 1077944384 469 0 0 0 0 20 0 0 20 0 19 0 408293835 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639819311536 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18113] ppid=18096 vsize=15417404 memory=329980 CPUtime=571.8 cores=1,3,5,7
/proc/18098/task/18113/stat : 18113 (java) R 18096 18096 6753 0 -1 4202560 1265 0 0 0 57178 2 0 0 20 0 19 0 408293891 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639810100424 140640597032470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18114] ppid=18096 vsize=15417404 memory=1448 CPUtime=573.44 cores=1,3,5,7
/proc/18098/task/18114/stat : 18114 (java) R 18096 18096 6753 0 -1 4202560 3394 0 0 0 57337 7 0 0 20 0 19 0 408293891 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639809051376 140640597044592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18115] ppid=18096 vsize=15417404 memory=329468 CPUtime=571.47 cores=1,3,5,7
/proc/18098/task/18115/stat : 18115 (java) R 18096 18096 6753 0 -1 4202560 1789 0 0 0 57144 3 0 0 20 0 19 0 408293891 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639807995600 140640596797645 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18116] ppid=18096 vsize=15417404 memory=329472 CPUtime=572.19 cores=1,3,5,7
/proc/18098/task/18116/stat : 18116 (java) R 18096 18096 6753 0 -1 4202560 2266 0 0 0 57215 4 0 0 20 0 19 0 408293891 15787421696 83010 33554432000 4194304 4196468 140731925396144 140639806943088 140640598960944 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
Current children cumulated CPU time: 2305.78 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 333488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+636.601 s]
/proc/loadavg: 8.29 8.48 8.41 10/238 18255
/proc/meminfo: memFree=29386408/32770624 swapFree=66979556/67108860
[pid=18096] ppid=18093 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/18096/stat : 18096 (xcsp3-exec) S 18093 18096 6753 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408293828 115843072 362 33554432000 4194304 5098028 140727298118544 140727298116648 140570776228476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20422656 140727298122619 140727298122861 140727298122861 140727298125770 0
/proc/18096/statm: 28282 362 304 221 0 87 0
[pid=18098] ppid=18096 vsize=15417404 memory=335448 CPUtime=2520.15 cores=1,3,5,7
/proc/18098/stat : 18098 (java) S 18096 18096 6753 0 -1 1077944320 73280 0 0 0 251644 371 0 0 20 0 19 0 408293829 15787421696 83862 33554432000 4194304 4196468 140731925396144 140731925378688 140640953630455 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
/proc/18098/statm: 3854351 83862 3539 1 0 3815453 0
[pid=18098/tid=18099] ppid=18096 vsize=15417404 memory=14689690934577591 CPUtime=0.6 cores=1,3,5,7
/proc/18098/task/18099/stat : 18099 (java) S 18096 18096 6753 0 -1 1077944384 8955 0 0 0 57 3 0 0 20 0 19 0 408293829 15787421696 83862 33554432000 4194304 4196468 140731925396144 140640957871232 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18100] ppid=18096 vsize=15417404 memory=4126316290023845779 CPUtime=1.86 cores=1,3,5,7
/proc/18098/task/18100/stat : 18100 (java) S 18096 18096 6753 0 -1 1077944384 5287 0 0 0 169 17 0 0 20 0 19 0 408293830 15787421696 83862 33554432000 4194304 4196468 140731925396144 140640546302864 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18101] ppid=18096 vsize=15417404 memory=3352 CPUtime=1.86 cores=1,3,5,7
/proc/18098/task/18101/stat : 18101 (java) S 18096 18096 6753 0 -1 1077944384 4570 0 0 0 167 19 0 0 20 0 19 0 408293830 15787421696 83862 33554432000 4194304 4196468 140731925396144 140640545250064 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18102] ppid=18096 vsize=15417404 memory=1448 CPUtime=1.85 cores=1,3,5,7
/proc/18098/task/18102/stat : 18102 (java) S 18096 18096 6753 0 -1 1077944384 4222 0 0 0 169 16 0 0 20 0 19 0 408293830 15787421696 83862 33554432000 4194304 4196468 140731925396144 140640544197776 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18103] ppid=18096 vsize=15417404 memory=6791534058613427641 CPUtime=1.89 cores=1,3,5,7
/proc/18098/task/18103/stat : 18103 (java) S 18096 18096 6753 0 -1 1077944384 3609 0 0 0 171 18 0 0 20 0 19 0 408293830 15787421696 83862 33554432000 4194304 4196468 140731925396144 140640543144976 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18104] ppid=18096 vsize=15417404 memory=4104 CPUtime=4.2 cores=1,3,5,7
/proc/18098/task/18104/stat : 18104 (java) S 18096 18096 6753 0 -1 1077944384 6633 0 0 0 129 291 0 0 20 0 19 0 408293831 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639827732592 140640953641602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18105] ppid=18096 vsize=15417404 memory=1628 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18105/stat : 18105 (java) S 18096 18096 6753 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408293831 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639826678624 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18106] ppid=18096 vsize=15417404 memory=8317482817917895235 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18106/stat : 18106 (java) S 18096 18096 6753 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 408293832 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639825626240 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18107] ppid=18096 vsize=15417404 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18107/stat : 18107 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408293834 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639824574544 140640953649051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18108] ppid=18096 vsize=15417404 memory=4104 CPUtime=2.22 cores=1,3,5,7
/proc/18098/task/18108/stat : 18108 (java) S 18096 18096 6753 0 -1 1077944384 9687 0 0 0 221 1 0 0 20 0 19 0 408293834 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639823522416 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18109] ppid=18096 vsize=15417404 memory=1628 CPUtime=2.92 cores=1,3,5,7
/proc/18098/task/18109/stat : 18109 (java) S 18096 18096 6753 0 -1 1077944384 11959 0 0 0 291 1 0 0 20 0 19 0 408293834 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639822469616 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18110] ppid=18096 vsize=15417404 memory=8317482817917895235 CPUtime=0.67 cores=1,3,5,7
/proc/18098/task/18110/stat : 18110 (java) S 18096 18096 6753 0 -1 1077944384 6664 0 0 0 66 1 0 0 20 0 19 0 408293834 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639821417328 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18111] ppid=18096 vsize=15417404 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/18098/task/18111/stat : 18111 (java) S 18096 18096 6753 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408293834 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639820364768 140640953640661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18112] ppid=18096 vsize=15417404 memory=-8412652152092201843 CPUtime=0.22 cores=1,3,5,7
/proc/18098/task/18112/stat : 18112 (java) S 18096 18096 6753 0 -1 1077944384 480 0 0 0 0 22 0 0 20 0 19 0 408293835 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639819311536 140640953641602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18113] ppid=18096 vsize=15417404 memory=4426639978525455914 CPUtime=624.82 cores=1,3,5,7
/proc/18098/task/18113/stat : 18113 (java) R 18096 18096 6753 0 -1 4202560 1372 0 0 0 62480 2 0 0 20 0 19 0 408293891 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639810099152 140640598660323 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18114] ppid=18096 vsize=15417404 memory=3047711553219693942 CPUtime=626.94 cores=1,3,5,7
/proc/18098/task/18114/stat : 18114 (java) R 18096 18096 6753 0 -1 4202560 3860 0 0 0 62687 7 0 0 20 0 19 0 408293891 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639809051488 140640598960927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18115] ppid=18096 vsize=15417404 memory=-7521736447810188379 CPUtime=624.63 cores=1,3,5,7
/proc/18098/task/18115/stat : 18115 (java) R 18096 18096 6753 0 -1 4202560 1999 0 0 0 62459 4 0 0 20 0 19 0 408293891 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639807996488 140640597183765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
[pid=18098/tid=18116] ppid=18096 vsize=15417404 memory=-8412652160765825907 CPUtime=625.35 cores=1,3,5,7
/proc/18098/task/18116/stat : 18116 (java) R 18096 18096 6753 0 -1 4202560 2686 0 0 0 62531 4 0 0 20 0 19 0 408293891 15787421696 83862 33554432000 4194304 4196468 140731925396144 140639806943560 140640598960708 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23080960 140731925398511 140731925398682 140731925398682 140731925401551 0
Current children cumulated CPU time: 2520.15 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 336896 KiB

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

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

[startup+636.694 s]
# the end of solver process 18098 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.75 s, system=3.73127 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): 636.694
CPU time (s): 2520.48
CPU user time (s): 2516.75
CPU system time (s): 3.73127
CPU usage (%): 395.871
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 651812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.75
system time used= 3.73127
maximum resident set size= 650876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73973
page faults= 0
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42903
involuntary context switches= 52233


# summary of solver processes directly reported to runsolver:
#   pid: 18096,18098
#   total CPU time (s): 2520.48
#   total CPU user time (s): 2516.75
#   total CPU system time (s): 3.73127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.1266 second user time and 7.02583 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-12 22:31:10
IDJOB=4393133
IDBENCH=133638
IDSOLVER=2840
FILE ID=node121/4393133-1568320311
RUNJOBID= node121-1568312479-6785
PBS_JOBID= 21701130
Free space on /tmp= 61024 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-09-m057.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-4393133-1568320311/watcher-4393133-1568320311 -o /tmp/evaluation-result-4393133-1568320311/solver-4393133-1568320311 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568312479-6785 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 954362326 HOME/instance-4393133-1568320311.xml

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

MD5SUM BENCH= e3fb36821a1c53c1942e51a6fdfce406
RANDOM SEED=954362326

node121.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.75
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.75
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.75
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.75
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:        31305624 kB
MemAvailable:   31538280 kB
Buffers:          122104 kB
Cached:           405548 kB
SwapCached:        19208 kB
Active:           665984 kB
Inactive:         264920 kB
Active(anon):     389472 kB
Inactive(anon):    42492 kB
Active(file):     276512 kB
Inactive(file):   222428 kB
Unevictable:      109568 kB
Mlocked:          109568 kB
SwapTotal:      67108860 kB
SwapFree:       66979540 kB
Dirty:             26344 kB
Writeback:             0 kB
AnonPages:        494092 kB
Mapped:            44720 kB
Shmem:             20484 kB
Slab:             129072 kB
SReclaimable:      99100 kB
SUnreclaim:        29972 kB
KernelStack:        3824 kB
PageTables:         6220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1296080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61000 MiB
End job on node121 at 2019-09-12 22:41:46