Trace number 4405993

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-09-24? (TO) 2520.15 2495.73

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-4405993-1569409022.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405993-1569409022.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
0.73/0.52	c solve instance...
2520.09/2495.70	s UNKNOWN
2520.09/2495.70	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 (13565 MiB free)
  memory of node 1: 16384 MiB (11254 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405993-1569409022/watcher-4405993-1569409022 -o /tmp/evaluation-result-4405993-1569409022/solver-4405993-1569409022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1569408795-7326 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1946395558 HOME/instance-4405993-1569409022.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=7461, runsolver pid=7458

[startup+0.102731 s]*
/proc/loadavg: 1.50 1.16 1.09 3/229 7477
/proc/meminfo: memFree=25397812/32770624 swapFree=66959728/67108860
[pid=7461] ppid=7458 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7461/stat : 7461 (xcsp3-exec) S 7458 7461 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517171049 115843072 363 33554432000 4194304 5098028 140723569116448 140723569114552 140263333982844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36151296 140723569124218 140723569124461 140723569124461 140723569127370 0
/proc/7461/statm: 28282 363 304 221 0 87 0
[pid=7463] ppid=7461 vsize=15144776 memory=30168 CPUtime=0.13 cores=1,3,5,7
/proc/7463/stat : 7463 (java) S 7461 7461 7294 0 -1 1077944320 5985 0 0 0 12 1 0 0 20 0 15 0 517171049 15508250624 7542 33554432000 4194304 4196468 140732906261040 140732906243584 139984283434743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
/proc/7463/statm: 3786194 7542 3184 1 0 3748377 0
[pid=7463/tid=7464] ppid=7461 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/7463/task/7464/stat : 7464 (java) R 7461 7461 7294 0 -1 4202560 3876 0 0 0 8 1 0 0 20 0 15 0 517171049 15508250624 7542 33554432000 4194304 4196468 140732906261040 139984287665120 139984283456090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7465] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7465/stat : 7465 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15508250624 7542 33554432000 4194304 4196468 140732906261040 139984195090704 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7466] ppid=7461 vsize=15144776 memory=140180511360346 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7466/stat : 7466 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15508250624 7542 33554432000 4194304 4196468 140732906261040 139984194038160 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7467] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7467/stat : 7467 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15508250624 7542 33554432000 4194304 4196468 140732906261040 139984192985616 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7468] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7468/stat : 7468 (java) S 7461 7461 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517171050 15508250624 7542 33554432000 4194304 4196468 140732906261040 139983872584336 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7469] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7469/stat : 7469 (java) S 7461 7461 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517171051 15508250624 7542 33554432000 4194304 4196468 140732906261040 139983157459440 139984283445890 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7470] ppid=7461 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7470/stat : 7470 (java) S 7461 7461 7294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517171052 15508250624 7542 33554432000 4194304 4196468 140732906261040 139983156405664 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7471] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7471/stat : 7471 (java) S 7461 7461 7294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517171052 15508250624 7542 33554432000 4194304 4196468 140732906261040 139983155353072 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7472] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7472/stat : 7472 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171054 15508250624 7542 33554432000 4194304 4196468 140732906261040 139983154301648 139984283453339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7473] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7473/stat : 7473 (java) R 7461 7461 7294 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 517171054 15508250624 7542 33554432000 4194304 4196468 140732906261040 139983153248240 139984283445890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7474] ppid=7461 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7474/stat : 7474 (java) R 7461 7461 7294 0 -1 4202560 169 0 0 0 0 0 0 0 20 0 15 0 517171055 15508250624 7542 33554432000 4194304 4196468 140732906261040 139983152195696 139984283446678 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7475] ppid=7461 vsize=15144776 memory=140180511348352 CPUtime=0.02 cores=1,3,5,7
/proc/7463/task/7475/stat : 7475 (java) S 7461 7461 7294 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 15 0 517171055 15508250624 7542 33554432000 4194304 4196468 140732906261040 139983151143152 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7476] ppid=7461 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7476/stat : 7476 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171055 15508250624 7542 33554432000 4194304 4196468 140732906261040 139983150090848 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7477] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7477/stat : 7477 (java) R 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171055 15508250624 7542 33554432000 4194304 4196468 140732906261040 139983149038384 139984283445890 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31620 KiB

[startup+0.211166 s]*
/proc/loadavg: 1.50 1.16 1.09 8/230 7479
/proc/meminfo: memFree=25386000/32770624 swapFree=66959728/67108860
[pid=7461] ppid=7458 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7461/stat : 7461 (xcsp3-exec) S 7458 7461 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517171049 115843072 363 33554432000 4194304 5098028 140723569116448 140723569114552 140263333982844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36151296 140723569124218 140723569124461 140723569124461 140723569127370 0
/proc/7461/statm: 28282 363 304 221 0 87 0
[pid=7463] ppid=7461 vsize=15144776 memory=41032 CPUtime=0.34 cores=1,3,5,7
/proc/7463/stat : 7463 (java) S 7461 7461 7294 0 -1 1077944320 9471 0 0 0 31 3 0 0 20 0 15 0 517171049 15508250624 10258 33554432000 4194304 4196468 140732906261040 140732906243584 139984283434743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
/proc/7463/statm: 3786194 10258 3294 1 0 3748377 0
[pid=7463/tid=7464] ppid=7461 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/7463/task/7464/stat : 7464 (java) R 7461 7461 7294 0 -1 4202560 6686 0 0 0 18 2 0 0 20 0 15 0 517171049 15508250624 10258 33554432000 4194304 4196468 140732906261040 139984287671504 139984283456669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7465] ppid=7461 vsize=15144776 memory=1946936 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7465/stat : 7465 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15508250624 10258 33554432000 4194304 4196468 140732906261040 139984195090704 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7466] ppid=7461 vsize=15144776 memory=140180514898540 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7466/stat : 7466 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15508250624 10258 33554432000 4194304 4196468 140732906261040 139984194038160 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7467] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7467/stat : 7467 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15508250624 10258 33554432000 4194304 4196468 140732906261040 139984192985616 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7468] ppid=7461 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7468/stat : 7468 (java) S 7461 7461 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517171050 15508250624 10258 33554432000 4194304 4196468 140732906261040 139983872584336 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7469] ppid=7461 vsize=15144776 memory=140180511348352 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7469/stat : 7469 (java) S 7461 7461 7294 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517171051 15508250624 10258 33554432000 4194304 4196468 140732906261040 139983157459440 139984283445890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7470] ppid=7461 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7470/stat : 7470 (java) S 7461 7461 7294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517171052 15508250624 10258 33554432000 4194304 4196468 140732906261040 139983156405664 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7471] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7471/stat : 7471 (java) S 7461 7461 7294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517171052 15508250624 10258 33554432000 4194304 4196468 140732906261040 139983155353072 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7472] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7472/stat : 7472 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171054 15508250624 10258 33554432000 4194304 4196468 140732906261040 139983154301648 139984283453339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7473] ppid=7461 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7463/task/7473/stat : 7473 (java) S 7461 7461 7294 0 -1 1077944384 557 0 0 0 3 0 0 0 20 0 15 0 517171054 15508250624 10258 33554432000 4194304 4196468 140732906261040 139983153248240 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7474] ppid=7461 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7463/task/7474/stat : 7474 (java) S 7461 7461 7294 0 -1 1077944384 205 0 0 0 2 0 0 0 20 0 15 0 517171055 15508250624 10258 33554432000 4194304 4196468 140732906261040 139983152195696 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7475] ppid=7461 vsize=15144776 memory=140180511348352 CPUtime=0.08 cores=1,3,5,7
/proc/7463/task/7475/stat : 7475 (java) S 7461 7461 7294 0 -1 1077944384 720 0 0 0 8 0 0 0 20 0 15 0 517171055 15508250624 10258 33554432000 4194304 4196468 140732906261040 139983151143152 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7476] ppid=7461 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7476/stat : 7476 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171055 15508250624 10258 33554432000 4194304 4196468 140732906261040 139983150090848 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7477] ppid=7461 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7477/stat : 7477 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171055 15508250624 10258 33554432000 4194304 4196468 140732906261040 139983149038384 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42484 KiB

[startup+0.314246 s]*
/proc/loadavg: 1.50 1.16 1.09 5/230 7479
/proc/meminfo: memFree=25378740/32770624 swapFree=66959728/67108860
[pid=7461] ppid=7458 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7461/stat : 7461 (xcsp3-exec) S 7458 7461 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517171049 115843072 363 33554432000 4194304 5098028 140723569116448 140723569114552 140263333982844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36151296 140723569124218 140723569124461 140723569124461 140723569127370 0
/proc/7461/statm: 28282 363 304 221 0 87 0
[pid=7463] ppid=7461 vsize=15149032 memory=50416 CPUtime=0.53 cores=1,3,5,7
/proc/7463/stat : 7463 (java) S 7461 7461 7294 0 -1 1077944320 10942 0 0 0 50 3 0 0 20 0 15 0 517171049 15512608768 12604 33554432000 4194304 4196468 140732906261040 140732906243584 139984283434743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
/proc/7463/statm: 3787258 12604 3357 1 0 3748377 0
[pid=7463/tid=7464] ppid=7461 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/7463/task/7464/stat : 7464 (java) R 7461 7461 7294 0 -1 4202560 7911 0 0 0 27 3 0 0 20 0 15 0 517171049 15512608768 12669 33554432000 4194304 4196468 140732906261040 139984287665856 139984267515230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7465] ppid=7461 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7465/stat : 7465 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15512608768 12669 33554432000 4194304 4196468 140732906261040 139984195090704 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7466] ppid=7461 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7466/stat : 7466 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15512608768 12669 33554432000 4194304 4196468 140732906261040 139984194038160 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7467] ppid=7461 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7467/stat : 7467 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15512608768 12669 33554432000 4194304 4196468 140732906261040 139984192985616 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7468] ppid=7461 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7468/stat : 7468 (java) S 7461 7461 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517171050 15512608768 12669 33554432000 4194304 4196468 140732906261040 139983872584336 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7469] ppid=7461 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7469/stat : 7469 (java) S 7461 7461 7294 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517171051 15512608768 12669 33554432000 4194304 4196468 140732906261040 139983157459440 139984283445890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7470] ppid=7461 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7470/stat : 7470 (java) S 7461 7461 7294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517171052 15512608768 12669 33554432000 4194304 4196468 140732906261040 139983156405664 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7471] ppid=7461 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7471/stat : 7471 (java) S 7461 7461 7294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517171052 15512608768 12669 33554432000 4194304 4196468 140732906261040 139983155353072 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7472] ppid=7461 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7472/stat : 7472 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171054 15512608768 12669 33554432000 4194304 4196468 140732906261040 139983154301648 139984283453339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7473] ppid=7461 vsize=15149032 memory=-8412656567168561567 CPUtime=0.06 cores=1,3,5,7
/proc/7463/task/7473/stat : 7473 (java) S 7461 7461 7294 0 -1 1077944384 677 0 0 0 6 0 0 0 20 0 15 0 517171054 15512608768 12669 33554432000 4194304 4196468 140732906261040 139983153248240 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7474] ppid=7461 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7463/task/7474/stat : 7474 (java) S 7461 7461 7294 0 -1 1077944384 235 0 0 0 3 0 0 0 20 0 15 0 517171055 15512608768 12669 33554432000 4194304 4196468 140732906261040 139983152195696 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7475] ppid=7461 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/7463/task/7475/stat : 7475 (java) S 7461 7461 7294 0 -1 1077944384 825 0 0 0 12 0 0 0 20 0 15 0 517171055 15512608768 12669 33554432000 4194304 4196468 140732906261040 139983151143152 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7476] ppid=7461 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7476/stat : 7476 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171055 15512608768 12669 33554432000 4194304 4196468 140732906261040 139983150090848 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7477] ppid=7461 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7477/stat : 7477 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171055 15512608768 12669 33554432000 4194304 4196468 140732906261040 139983149038384 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51868 KiB

[startup+0.701283 s]
/proc/loadavg: 1.50 1.16 1.09 5/230 7479
/proc/meminfo: memFree=25363048/32770624 swapFree=66959728/67108860
[pid=7461] ppid=7458 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7461/stat : 7461 (xcsp3-exec) S 7458 7461 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517171049 115843072 363 33554432000 4194304 5098028 140723569116448 140723569114552 140263333982844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36151296 140723569124218 140723569124461 140723569124461 140723569127370 0
/proc/7461/statm: 28282 363 304 221 0 87 0
[pid=7463] ppid=7461 vsize=15151156 memory=80240 CPUtime=1.55 cores=1,3,5,7
/proc/7463/stat : 7463 (java) S 7461 7461 7294 0 -1 1077944320 14278 0 0 0 150 5 0 0 20 0 15 0 517171049 15514783744 20060 33554432000 4194304 4196468 140732906261040 140732906243584 139984283434743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
/proc/7463/statm: 3787789 20060 3460 1 0 3748889 0
[pid=7463/tid=7464] ppid=7461 vsize=15151156 memory=-3704326594973231466 CPUtime=0.68 cores=1,3,5,7
/proc/7463/task/7464/stat : 7464 (java) R 7461 7461 7294 0 -1 4202560 8736 0 0 0 65 3 0 0 20 0 15 0 517171049 15514783744 20060 33554432000 4194304 4196468 140732906261040 139984287671584 139983876238375 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7465] ppid=7461 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7465/stat : 7465 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15514783744 20060 33554432000 4194304 4196468 140732906261040 139984195090704 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7466] ppid=7461 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7466/stat : 7466 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15514783744 20060 33554432000 4194304 4196468 140732906261040 139984194038160 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7467] ppid=7461 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7467/stat : 7467 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171050 15514783744 20060 33554432000 4194304 4196468 140732906261040 139984192985616 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7468] ppid=7461 vsize=15151156 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7468/stat : 7468 (java) S 7461 7461 7294 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517171050 15514783744 20060 33554432000 4194304 4196468 140732906261040 139983872584336 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7469] ppid=7461 vsize=15151156 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7469/stat : 7469 (java) S 7461 7461 7294 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517171051 15514783744 20060 33554432000 4194304 4196468 140732906261040 139983157459440 139984283445890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7470] ppid=7461 vsize=15151156 memory=9592 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7470/stat : 7470 (java) S 7461 7461 7294 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517171052 15514783744 20060 33554432000 4194304 4196468 140732906261040 139983156405664 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7471] ppid=7461 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7471/stat : 7471 (java) S 7461 7461 7294 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517171052 15514783744 20060 33554432000 4194304 4196468 140732906261040 139983155353072 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7472] ppid=7461 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7472/stat : 7472 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171054 15514783744 20060 33554432000 4194304 4196468 140732906261040 139983154301648 139984283453339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7473] ppid=7461 vsize=15151156 memory=620 CPUtime=0.28 cores=1,3,5,7
/proc/7463/task/7473/stat : 7473 (java) R 7461 7461 7294 0 -1 4202560 1290 0 0 0 28 0 0 0 20 0 15 0 517171054 15514783744 20060 33554432000 4194304 4196468 140732906261040 139983153234744 139984266920743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7474] ppid=7461 vsize=15151156 memory=1496 CPUtime=0.24 cores=1,3,5,7
/proc/7463/task/7474/stat : 7474 (java) R 7461 7461 7294 0 -1 4202560 1310 0 0 0 24 0 0 0 20 0 15 0 517171055 15514783744 20060 33554432000 4194304 4196468 140732906261040 139983152181576 139984264978970 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7475] ppid=7461 vsize=15151156 memory=1016 CPUtime=0.32 cores=1,3,5,7
/proc/7463/task/7475/stat : 7475 (java) S 7461 7461 7294 0 -1 1077944384 1638 0 0 0 32 0 0 0 20 0 15 0 517171055 15514783744 20060 33554432000 4194304 4196468 140732906261040 139983151143152 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7476] ppid=7461 vsize=15151156 memory=6072 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7476/stat : 7476 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171055 15514783744 20060 33554432000 4194304 4196468 140732906261040 139983150090848 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7477] ppid=7461 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7477/stat : 7477 (java) S 7461 7461 7294 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517171055 15514783744 20060 33554432000 4194304 4196468 140732906261040 139983149038384 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 81692 KiB

[startup+1.50086 s]
/proc/loadavg: 1.50 1.16 1.09 5/230 7479
/proc/meminfo: memFree=25317884/32770624 swapFree=66959728/67108860
[pid=7461] ppid=7458 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7461/stat : 7461 (xcsp3-exec) S 7458 7461 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517171049 115843072 363 33554432000 4194304 5098028 140723569116448 140723569114552 140263333982844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36151296 140723569124218 140723569124461 140723569124461 140723569127370 0
/proc/7461/statm: 28282 363 304 221 0 87 0

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

/proc/7463/task/7471/stat : 7471 (java) S 7461 7461 7294 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 517171052 15514783744 450066 33554432000 4194304 4196468 140732906261040 139983155353088 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7472] ppid=7461 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7472/stat : 7472 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171054 15514783744 450066 33554432000 4194304 4196468 140732906261040 139983154301648 139984283453339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7473] ppid=7461 vsize=15151156 memory=1452 CPUtime=2.09 cores=1,3,5,7
/proc/7463/task/7473/stat : 7473 (java) S 7461 7461 7294 0 -1 1077944384 14199 0 0 0 208 1 0 0 20 0 15 0 517171054 15514783744 450066 33554432000 4194304 4196468 140732906261040 139983153248240 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7474] ppid=7461 vsize=15151156 memory=524 CPUtime=2.06 cores=1,3,5,7
/proc/7463/task/7474/stat : 7474 (java) S 7461 7461 7294 0 -1 1077944384 11656 0 0 0 205 1 0 0 20 0 15 0 517171055 15514783744 450066 33554432000 4194304 4196468 140732906261040 139983152195696 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7475] ppid=7461 vsize=15151156 memory=1448 CPUtime=0.57 cores=1,3,5,7
/proc/7463/task/7475/stat : 7475 (java) S 7461 7461 7294 0 -1 1077944384 9006 0 0 0 56 1 0 0 20 0 15 0 517171055 15514783744 450066 33554432000 4194304 4196468 140732906261040 139983151143152 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7476] ppid=7461 vsize=15151156 memory=1764 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7476/stat : 7476 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171055 15514783744 450066 33554432000 4194304 4196468 140732906261040 139983150090848 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7477] ppid=7461 vsize=15151156 memory=111632 CPUtime=1.05 cores=1,3,5,7
/proc/7463/task/7477/stat : 7477 (java) S 7461 7461 7294 0 -1 1077944384 914 0 0 0 45 60 0 0 20 0 15 0 517171055 15514783744 450066 33554432000 4194304 4196468 140732906261040 139983149038384 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
Current children cumulated CPU time: 2405.23 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1801716 KiB

[startup+2442.3 s]
/proc/loadavg: 1.71 1.63 1.53 3/229 7799
/proc/meminfo: memFree=15358972/32770624 swapFree=66959728/67108860
[pid=7461] ppid=7458 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7461/stat : 7461 (xcsp3-exec) S 7458 7461 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517171049 115843072 363 33554432000 4194304 5098028 140723569116448 140723569114552 140263333982844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36151296 140723569124218 140723569124461 140723569124461 140723569127370 0
/proc/7461/statm: 28282 363 304 221 0 87 0
[pid=7463] ppid=7461 vsize=15151156 memory=1802508 CPUtime=2466.09 cores=1,3,5,7
/proc/7463/stat : 7463 (java) S 7461 7461 7294 0 -1 1077944320 109894 0 0 0 246426 183 0 0 20 0 15 0 517171049 15514783744 450627 33554432000 4194304 4196468 140732906261040 140732906243584 139984283434743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
/proc/7463/statm: 3787789 450627 3527 1 0 3748889 0
[pid=7463/tid=7464] ppid=7461 vsize=15151156 memory=1802508 CPUtime=2433.17 cores=1,3,5,7
/proc/7463/task/7464/stat : 7464 (java) R 7461 7461 7294 0 -1 4202560 34520 0 0 0 243255 62 0 0 20 0 15 0 517171049 15514783744 450627 33554432000 4194304 4196468 140732906261040 139984287674448 139983878488254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7465] ppid=7461 vsize=15151156 memory=1802508 CPUtime=6.31 cores=1,3,5,7
/proc/7463/task/7465/stat : 7465 (java) S 7461 7461 7294 0 -1 1077944384 5597 0 0 0 617 14 0 0 20 0 15 0 517171050 15514783744 450627 33554432000 4194304 4196468 140732906261040 139984195090704 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7466] ppid=7461 vsize=15151156 memory=1802508 CPUtime=6.31 cores=1,3,5,7
/proc/7463/task/7466/stat : 7466 (java) S 7461 7461 7294 0 -1 1077944384 8706 0 0 0 617 14 0 0 20 0 15 0 517171050 15514783744 450627 33554432000 4194304 4196468 140732906261040 139984194038160 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7467] ppid=7461 vsize=15151156 memory=1802508 CPUtime=6.32 cores=1,3,5,7
/proc/7463/task/7467/stat : 7467 (java) S 7461 7461 7294 0 -1 1077944384 6342 0 0 0 620 12 0 0 20 0 15 0 517171050 15514783744 450627 33554432000 4194304 4196468 140732906261040 139984192985616 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7468] ppid=7461 vsize=15151156 memory=1802508 CPUtime=6.3 cores=1,3,5,7
/proc/7463/task/7468/stat : 7468 (java) S 7461 7461 7294 0 -1 1077944384 9015 0 0 0 616 14 0 0 20 0 15 0 517171050 15514783744 450627 33554432000 4194304 4196468 140732906261040 139983872584336 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7469] ppid=7461 vsize=15151156 memory=1802508 CPUtime=1.76 cores=1,3,5,7
/proc/7463/task/7469/stat : 7469 (java) S 7461 7461 7294 0 -1 1077944384 8511 0 0 0 160 16 0 0 20 0 15 0 517171051 15514783744 450627 33554432000 4194304 4196468 140732906261040 139983157459440 139984283445890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7470] ppid=7461 vsize=15151156 memory=1802508 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7470/stat : 7470 (java) S 7461 7461 7294 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 517171052 15514783744 450627 33554432000 4194304 4196468 140732906261040 139983156405728 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7471] ppid=7461 vsize=15151156 memory=1802508 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7471/stat : 7471 (java) S 7461 7461 7294 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 517171052 15514783744 450627 33554432000 4194304 4196468 140732906261040 139983155353088 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7472] ppid=7461 vsize=15151156 memory=1802508 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7472/stat : 7472 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171054 15514783744 450627 33554432000 4194304 4196468 140732906261040 139983154301648 139984283453339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7473] ppid=7461 vsize=15151156 memory=8112282956445269571 CPUtime=2.09 cores=1,3,5,7
/proc/7463/task/7473/stat : 7473 (java) S 7461 7461 7294 0 -1 1077944384 14201 0 0 0 208 1 0 0 20 0 15 0 517171054 15514783744 450627 33554432000 4194304 4196468 140732906261040 139983153248240 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7474] ppid=7461 vsize=15151156 memory=2828 CPUtime=2.06 cores=1,3,5,7
/proc/7463/task/7474/stat : 7474 (java) S 7461 7461 7294 0 -1 1077944384 11658 0 0 0 205 1 0 0 20 0 15 0 517171055 15514783744 450627 33554432000 4194304 4196468 140732906261040 139983152195696 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7475] ppid=7461 vsize=15151156 memory=1452 CPUtime=0.57 cores=1,3,5,7
/proc/7463/task/7475/stat : 7475 (java) S 7461 7461 7294 0 -1 1077944384 9008 0 0 0 56 1 0 0 20 0 15 0 517171055 15514783744 450627 33554432000 4194304 4196468 140732906261040 139983151143152 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7476] ppid=7461 vsize=15151156 memory=1802508 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7476/stat : 7476 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171055 15514783744 450627 33554432000 4194304 4196468 140732906261040 139983150090848 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7477] ppid=7461 vsize=15151156 memory=1452 CPUtime=1.09 cores=1,3,5,7
/proc/7463/task/7477/stat : 7477 (java) S 7461 7461 7294 0 -1 1077944384 943 0 0 0 47 62 0 0 20 0 15 0 517171055 15514783744 450627 33554432000 4194304 4196468 140732906261040 139983149038384 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
Current children cumulated CPU time: 2466.09 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1803960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2495.7 s]
/proc/loadavg: 1.66 1.62 1.53 3/229 7802
/proc/meminfo: memFree=14723392/32770624 swapFree=66959728/67108860
[pid=7461] ppid=7458 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7461/stat : 7461 (xcsp3-exec) S 7458 7461 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517171049 115843072 363 33554432000 4194304 5098028 140723569116448 140723569114552 140263333982844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36151296 140723569124218 140723569124461 140723569124461 140723569127370 0
/proc/7461/statm: 28282 363 304 221 0 87 0
[pid=7463] ppid=7461 vsize=15151156 memory=1806816 CPUtime=2520.09 cores=1,3,5,7
/proc/7463/stat : 7463 (java) S 7461 7461 7294 0 -1 1077944320 113799 0 0 0 251823 186 0 0 20 0 15 0 517171049 15514783744 451704 33554432000 4194304 4196468 140732906261040 140732906243584 139984283434743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
/proc/7463/statm: 3787789 451704 3527 1 0 3748889 0
[pid=7463/tid=7464] ppid=7461 vsize=15151156 memory=1452 CPUtime=2486.36 cores=1,3,5,7
/proc/7463/task/7464/stat : 7464 (java) R 7461 7461 7294 0 -1 4202560 36202 0 0 0 248574 62 0 0 20 0 15 0 517171049 15514783744 451704 33554432000 4194304 4196468 140732906261040 139984287674448 139983878488254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7465] ppid=7461 vsize=15151156 memory=1806816 CPUtime=6.5 cores=1,3,5,7
/proc/7463/task/7465/stat : 7465 (java) S 7461 7461 7294 0 -1 1077944384 6438 0 0 0 636 14 0 0 20 0 15 0 517171050 15514783744 451704 33554432000 4194304 4196468 140732906261040 139984195090704 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7466] ppid=7461 vsize=15151156 memory=1806816 CPUtime=6.5 cores=1,3,5,7
/proc/7463/task/7466/stat : 7466 (java) S 7461 7461 7294 0 -1 1077944384 9247 0 0 0 636 14 0 0 20 0 15 0 517171050 15514783744 451704 33554432000 4194304 4196468 140732906261040 139984194038160 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7467] ppid=7461 vsize=15151156 memory=1806816 CPUtime=6.51 cores=1,3,5,7
/proc/7463/task/7467/stat : 7467 (java) S 7461 7461 7294 0 -1 1077944384 6597 0 0 0 639 12 0 0 20 0 15 0 517171050 15514783744 451704 33554432000 4194304 4196468 140732906261040 139984192985616 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7468] ppid=7461 vsize=15151156 memory=1806816 CPUtime=6.5 cores=1,3,5,7
/proc/7463/task/7468/stat : 7468 (java) S 7461 7461 7294 0 -1 1077944384 9399 0 0 0 635 15 0 0 20 0 15 0 517171050 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983872584336 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7469] ppid=7461 vsize=15151156 memory=1806816 CPUtime=1.77 cores=1,3,5,7
/proc/7463/task/7469/stat : 7469 (java) S 7461 7461 7294 0 -1 1077944384 8692 0 0 0 161 16 0 0 20 0 15 0 517171051 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983157459440 139984283445890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7470] ppid=7461 vsize=15151156 memory=1806816 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7470/stat : 7470 (java) S 7461 7461 7294 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 517171052 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983156405728 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7471] ppid=7461 vsize=15151156 memory=1806816 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7471/stat : 7471 (java) S 7461 7461 7294 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 517171052 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983155353088 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7472] ppid=7461 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7472/stat : 7472 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171054 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983154301648 139984283453339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7473] ppid=7461 vsize=15151156 memory=920 CPUtime=2.09 cores=1,3,5,7
/proc/7463/task/7473/stat : 7473 (java) S 7461 7461 7294 0 -1 1077944384 14203 0 0 0 208 1 0 0 20 0 15 0 517171054 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983153248240 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7474] ppid=7461 vsize=15151156 memory=1806816 CPUtime=2.06 cores=1,3,5,7
/proc/7463/task/7474/stat : 7474 (java) S 7461 7461 7294 0 -1 1077944384 11660 0 0 0 205 1 0 0 20 0 15 0 517171055 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983152195696 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7475] ppid=7461 vsize=15151156 memory=1452 CPUtime=0.57 cores=1,3,5,7
/proc/7463/task/7475/stat : 7475 (java) S 7461 7461 7294 0 -1 1077944384 9010 0 0 0 56 1 0 0 20 0 15 0 517171055 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983151143152 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7476] ppid=7461 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7476/stat : 7476 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171055 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983150090848 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7477] ppid=7461 vsize=15151156 memory=66820 CPUtime=1.11 cores=1,3,5,7
/proc/7463/task/7477/stat : 7477 (java) S 7461 7461 7294 0 -1 1077944384 958 0 0 0 47 64 0 0 20 0 15 0 517171055 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983149038384 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1808268 KiB

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

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

[startup+2495.73 s]
# the end of solver process 7463 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.26 s, system=1.88454 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+2495.7 s]
/proc/loadavg: 1.66 1.62 1.53 3/229 7802
/proc/meminfo: memFree=14723392/32770624 swapFree=66959728/67108860
[pid=7461] ppid=7458 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7461/stat : 7461 (xcsp3-exec) S 7458 7461 7294 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517171049 115843072 363 33554432000 4194304 5098028 140723569116448 140723569114552 140263333982844 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 36151296 140723569124218 140723569124461 140723569124461 140723569127370 0
/proc/7461/statm: 28282 363 304 221 0 87 0
[pid=7463] ppid=7461 vsize=15151156 memory=1806816 CPUtime=2520.09 cores=1,3,5,7
/proc/7463/stat : 7463 (java) S 7461 7461 7294 0 -1 1077944320 113799 0 0 0 251823 186 0 0 20 0 15 0 517171049 15514783744 451704 33554432000 4194304 4196468 140732906261040 140732906243584 139984283434743 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
/proc/7463/statm: 3787789 451704 3527 1 0 3748889 0
[pid=7463/tid=7464] ppid=7461 vsize=15151156 memory=1452 CPUtime=2486.36 cores=1,3,5,7
/proc/7463/task/7464/stat : 7464 (java) R 7461 7461 7294 0 -1 4202560 36202 0 0 0 248574 62 0 0 20 0 15 0 517171049 15514783744 451704 33554432000 4194304 4196468 140732906261040 139984287674448 139983878488254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7465] ppid=7461 vsize=15151156 memory=1806816 CPUtime=6.5 cores=1,3,5,7
/proc/7463/task/7465/stat : 7465 (java) S 7461 7461 7294 0 -1 1077944384 6438 0 0 0 636 14 0 0 20 0 15 0 517171050 15514783744 451704 33554432000 4194304 4196468 140732906261040 139984195090704 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7466] ppid=7461 vsize=15151156 memory=1806816 CPUtime=6.5 cores=1,3,5,7
/proc/7463/task/7466/stat : 7466 (java) S 7461 7461 7294 0 -1 1077944384 9247 0 0 0 636 14 0 0 20 0 15 0 517171050 15514783744 451704 33554432000 4194304 4196468 140732906261040 139984194038160 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7467] ppid=7461 vsize=15151156 memory=1806816 CPUtime=6.51 cores=1,3,5,7
/proc/7463/task/7467/stat : 7467 (java) S 7461 7461 7294 0 -1 1077944384 6597 0 0 0 639 12 0 0 20 0 15 0 517171050 15514783744 451704 33554432000 4194304 4196468 140732906261040 139984192985616 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7468] ppid=7461 vsize=15151156 memory=1806816 CPUtime=6.5 cores=1,3,5,7
/proc/7463/task/7468/stat : 7468 (java) S 7461 7461 7294 0 -1 1077944384 9399 0 0 0 635 15 0 0 20 0 15 0 517171050 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983872584336 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7469] ppid=7461 vsize=15151156 memory=1806816 CPUtime=1.77 cores=1,3,5,7
/proc/7463/task/7469/stat : 7469 (java) S 7461 7461 7294 0 -1 1077944384 8692 0 0 0 161 16 0 0 20 0 15 0 517171051 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983157459440 139984283445890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7470] ppid=7461 vsize=15151156 memory=1806816 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7470/stat : 7470 (java) S 7461 7461 7294 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 517171052 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983156405728 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7471] ppid=7461 vsize=15151156 memory=1806816 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7471/stat : 7471 (java) S 7461 7461 7294 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 517171052 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983155353088 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7472] ppid=7461 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7472/stat : 7472 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171054 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983154301648 139984283453339 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7473] ppid=7461 vsize=15151156 memory=920 CPUtime=2.09 cores=1,3,5,7
/proc/7463/task/7473/stat : 7473 (java) S 7461 7461 7294 0 -1 1077944384 14203 0 0 0 208 1 0 0 20 0 15 0 517171054 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983153248240 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 30 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7474] ppid=7461 vsize=15151156 memory=1806816 CPUtime=2.06 cores=1,3,5,7
/proc/7463/task/7474/stat : 7474 (java) S 7461 7461 7294 0 -1 1077944384 11660 0 0 0 205 1 0 0 20 0 15 0 517171055 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983152195696 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7475] ppid=7461 vsize=15151156 memory=1452 CPUtime=0.57 cores=1,3,5,7
/proc/7463/task/7475/stat : 7475 (java) S 7461 7461 7294 0 -1 1077944384 9010 0 0 0 56 1 0 0 20 0 15 0 517171055 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983151143152 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7476] ppid=7461 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/7463/task/7476/stat : 7476 (java) S 7461 7461 7294 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517171055 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983150090848 139984283444949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
[pid=7463/tid=7477] ppid=7461 vsize=15151156 memory=66820 CPUtime=1.11 cores=1,3,5,7
/proc/7463/task/7477/stat : 7477 (java) S 7461 7461 7294 0 -1 1077944384 958 0 0 0 47 64 0 0 20 0 15 0 517171055 15514783744 451704 33554432000 4194304 4196468 140732906261040 139983149038384 139984283445890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 26681344 140732906263535 140732906263706 140732906263706 140732906266575 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1808268 KiB

Child status: 143
Real time (s): 2495.73
CPU time (s): 2520.15
CPU user time (s): 2518.26
CPU system time (s): 1.88454
CPU usage (%): 100.978
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 1808268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.26
system time used= 1.88454
maximum resident set size= 1807308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114721
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102156
involuntary context switches= 7955


# summary of solver processes directly reported to runsolver:
#   pid: 7461,7463
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2518.26
#   total CPU system time (s): 1.88454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0338 second user time and 23.7939 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-25 12:56:22
IDJOB=4405993
IDBENCH=133638
IDSOLVER=2869
FILE ID=node127/4405993-1569409022
RUNJOBID= node127-1569408795-7326
PBS_JOBID= 21705711
Free space on /tmp= 35896 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-09-m057.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405993-1569409022/watcher-4405993-1569409022 -o /tmp/evaluation-result-4405993-1569409022/solver-4405993-1569409022 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1569408795-7326 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1946395558 HOME/instance-4405993-1569409022.xml

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

MD5SUM BENCH= e3fb36821a1c53c1942e51a6fdfce406
RANDOM SEED=1946395558

node127.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.55
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.55
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.55
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.55
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:        25416088 kB
MemAvailable:   31589000 kB
Buffers:          115900 kB
Cached:          6256672 kB
SwapCached:        44656 kB
Active:          3305148 kB
Inactive:        3328888 kB
Active(anon):     214452 kB
Inactive(anon):   104540 kB
Active(file):    3090696 kB
Inactive(file):  3224348 kB
Unevictable:      107776 kB
Mlocked:          107776 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             26108 kB
Writeback:             0 kB
AnonPages:        325756 kB
Mapped:            71604 kB
Shmem:             49032 kB
Slab:             315620 kB
SReclaimable:     286328 kB
SUnreclaim:        29292 kB
KernelStack:        3712 kB
PageTables:         6440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1449596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35872 MiB
End job on node127 at 2019-09-25 13:37:58