Trace number 4399055

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-16? (TO) 2520.37 635.704

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-09-06-fair.xml
MD5SUM15d83a7cac0db09c33f3aa76b650ee28
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.6037
Satisfiable
(Un)Satisfiability was proved
Number of variables14436
Number of constraints13661
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1946},{"size":201,"count":70},{"size":20001,"count":12420}]
Minimum variable degree2
Maximum variable degree118
Distribution of variable degrees[{"degree":2,"count":12752},{"degree":3,"count":324},{"degree":4,"count":33},{"degree":5,"count":162},{"degree":6,"count":98},{"degree":7,"count":279},{"degree":8,"count":371},{"degree":9,"count":222},{"degree":10,"count":33},{"degree":11,"count":66},{"degree":12,"count":9},{"degree":13,"count":54},{"degree":20,"count":1},{"degree":29,"count":7},{"degree":47,"count":7},{"degree":49,"count":4},{"degree":58,"count":1},{"degree":66,"count":6},{"degree":103,"count":2},{"degree":104,"count":4},{"degree":118,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2246},{"arity":3,"count":11413}]
Number of extensional constraints0
Number of intensional constraints13661
Distribution of constraint types[{"type":"intension","count":13661}]
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-4399055-1568699722.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399055-1568699722.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
17.81/5.93	c solve instance...
2520.02/635.66	s UNKNOWN
2520.02/635.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 (13806 MiB free)
  memory of node 1: 16384 MiB (15775 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399055-1568699722/watcher-4399055-1568699722 -o /tmp/evaluation-result-4399055-1568699722/solver-4399055-1568699722 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568699048-7919 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 707335144 HOME/instance-4399055-1568699722.xml 

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

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


[startup+0.102317 s]*
/proc/loadavg: 8.55 7.60 4.71 4/231 8588
/proc/meminfo: memFree=30266620/32770624 swapFree=66998764/67108860
[pid=8566] ppid=8562 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/8566/stat : 8566 (xcsp3-exec) S 8562 8566 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446237103 115843072 362 33554432000 4194304 5098028 140720837866560 140720837864664 140652035461756 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26750976 140720837874555 140720837874797 140720837874797 140720837877706 0
/proc/8566/statm: 28282 362 304 221 0 87 0
[pid=8568] ppid=8566 vsize=15144776 memory=29364 CPUtime=0.13 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8566 8566 7888 0 -1 1077944320 5797 0 0 0 13 0 0 0 20 0 15 0 446237103 15508250624 7341 33554432000 4194304 4196468 140728075946416 140728075928960 139755923308279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
/proc/8568/statm: 3786194 7341 3183 1 0 3748377 0
[pid=8568/tid=8569] ppid=8566 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=0,2,4,6
/proc/8568/task/8569/stat : 8569 (java) R 8566 8566 7888 0 -1 4202560 3672 0 0 0 9 0 0 0 20 0 15 0 446237103 15508250624 7341 33554432000 4194304 4196468 140728075946416 139755927538512 139755923320214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8570] ppid=8566 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237104 15508250624 7341 33554432000 4194304 4196468 140728075946416 139755888589968 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8571] ppid=8566 vsize=15144776 memory=140455464134272 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237104 15508250624 7341 33554432000 4194304 4196468 140728075946416 139755514604560 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8572] ppid=8566 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237104 15508250624 7341 33554432000 4194304 4196468 140728075946416 139755513551760 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8573] ppid=8566 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237104 15508250624 7341 33554432000 4194304 4196468 140728075946416 139755512498960 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8579] ppid=8566 vsize=15144776 memory=140455464134272 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237105 15508250624 7341 33554432000 4194304 4196468 140728075946416 139754797357424 139755923319426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8581] ppid=8566 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446237106 15508250624 7341 33554432000 4194304 4196468 140728075946416 139754796303392 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8582] ppid=8566 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446237106 15508250624 7341 33554432000 4194304 4196468 140728075946416 139754795250544 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8583] ppid=8566 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237108 15508250624 7341 33554432000 4194304 4196468 140728075946416 139754794198864 139755923326875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8584] ppid=8566 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8584/stat : 8584 (java) R 8566 8566 7888 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 446237108 15508250624 7341 33554432000 4194304 4196468 140728075946416 139754793147344 139755923318485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8585] ppid=8566 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8585/stat : 8585 (java) R 8566 8566 7888 0 -1 4202560 160 0 0 0 0 0 0 0 20 0 15 0 446237108 15508250624 7341 33554432000 4194304 4196468 140728075946416 139754792085952 139755906719170 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8586] ppid=8566 vsize=15144776 memory=140455464134272 CPUtime=0.02 cores=0,2,4,6
/proc/8568/task/8586/stat : 8586 (java) R 8566 8566 7888 0 -1 4202560 367 0 0 0 2 0 0 0 20 0 15 0 446237108 15508250624 7341 33554432000 4194304 4196468 140728075946416 139754791039184 139755923329626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8587] ppid=8566 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237109 15508250624 7341 33554432000 4194304 4196468 140728075946416 139754789989088 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8588] ppid=8566 vsize=15144776 memory=140455464134272 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8588/stat : 8588 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237109 15508250624 7341 33554432000 4194304 4196468 140728075946416 139754788936368 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30812 KiB

[startup+0.210858 s]*
/proc/loadavg: 8.55 7.60 4.71 4/231 8588
/proc/meminfo: memFree=30241132/32770624 swapFree=66998764/67108860
[pid=8566] ppid=8562 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/8566/stat : 8566 (xcsp3-exec) S 8562 8566 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446237103 115843072 362 33554432000 4194304 5098028 140720837866560 140720837864664 140652035461756 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26750976 140720837874555 140720837874797 140720837874797 140720837877706 0
/proc/8566/statm: 28282 362 304 221 0 87 0
[pid=8568] ppid=8566 vsize=15144776 memory=41380 CPUtime=0.34 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8566 8566 7888 0 -1 1077944320 9530 0 0 0 32 2 0 0 20 0 15 0 446237103 15508250624 10345 33554432000 4194304 4196468 140728075946416 140728075928960 139755923308279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
/proc/8568/statm: 3786194 10345 3313 1 0 3748377 0
[pid=8568/tid=8569] ppid=8566 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/8568/task/8569/stat : 8569 (java) R 8566 8566 7888 0 -1 4202560 6669 0 0 0 18 2 0 0 20 0 15 0 446237103 15508250624 10345 33554432000 4194304 4196468 140728075946416 139755927542976 139755559602639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8570] ppid=8566 vsize=15144776 memory=9776 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237104 15508250624 10345 33554432000 4194304 4196468 140728075946416 139755888589968 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8571] ppid=8566 vsize=15144776 memory=140455467429800 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237104 15508250624 10345 33554432000 4194304 4196468 140728075946416 139755514604560 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8572] ppid=8566 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237104 15508250624 10345 33554432000 4194304 4196468 140728075946416 139755513551760 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8573] ppid=8566 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237104 15508250624 10345 33554432000 4194304 4196468 140728075946416 139755512498960 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8579] ppid=8566 vsize=15144776 memory=140455464134272 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446237105 15508250624 10345 33554432000 4194304 4196468 140728075946416 139754797357424 139755923319426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8581] ppid=8566 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446237106 15508250624 10345 33554432000 4194304 4196468 140728075946416 139754796303392 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8582] ppid=8566 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446237106 15508250624 10345 33554432000 4194304 4196468 140728075946416 139754795250544 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8583] ppid=8566 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237108 15508250624 10345 33554432000 4194304 4196468 140728075946416 139754794198864 139755923326875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8584] ppid=8566 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8568/task/8584/stat : 8584 (java) S 8566 8566 7888 0 -1 1077944384 395 0 0 0 2 0 0 0 20 0 15 0 446237108 15508250624 10345 33554432000 4194304 4196468 140728075946416 139754793147248 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8585] ppid=8566 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/8568/task/8585/stat : 8585 (java) S 8566 8566 7888 0 -1 1077944384 432 0 0 0 2 0 0 0 20 0 15 0 446237108 15508250624 10345 33554432000 4194304 4196468 140728075946416 139754792094448 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8586] ppid=8566 vsize=15144776 memory=140455464134272 CPUtime=0.08 cores=0,2,4,6
/proc/8568/task/8586/stat : 8586 (java) R 8566 8566 7888 0 -1 4202560 727 0 0 0 8 0 0 0 20 0 15 0 446237108 15508250624 10345 33554432000 4194304 4196468 140728075946416 139754791041648 139755923320214 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8587] ppid=8566 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237109 15508250624 10345 33554432000 4194304 4196468 140728075946416 139754789989088 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8588] ppid=8566 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8588/stat : 8588 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237109 15508250624 10345 33554432000 4194304 4196468 140728075946416 139754788936368 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42828 KiB

[startup+0.312818 s]*
/proc/loadavg: 8.55 7.60 4.71 6/231 8588
/proc/meminfo: memFree=30226668/32770624 swapFree=66998764/67108860
[pid=8566] ppid=8562 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/8566/stat : 8566 (xcsp3-exec) S 8562 8566 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446237103 115843072 362 33554432000 4194304 5098028 140720837866560 140720837864664 140652035461756 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26750976 140720837874555 140720837874797 140720837874797 140720837877706 0
/proc/8566/statm: 28282 362 304 221 0 87 0
[pid=8568] ppid=8566 vsize=15149032 memory=50324 CPUtime=0.53 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8566 8566 7888 0 -1 1077944320 10903 0 0 0 50 3 0 0 20 0 15 0 446237103 15512608768 12581 33554432000 4194304 4196468 140728075946416 140728075928960 139755923308279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
/proc/8568/statm: 3787258 12581 3364 1 0 3748377 0
[pid=8568/tid=8569] ppid=8566 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/8568/task/8569/stat : 8569 (java) R 8566 8566 7888 0 -1 4202560 7854 0 0 0 28 2 0 0 20 0 15 0 446237103 15512608768 12581 33554432000 4194304 4196468 140728075946416 139755927539392 139755907388766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8570] ppid=8566 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237104 15512608768 12581 33554432000 4194304 4196468 140728075946416 139755888589968 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8571] ppid=8566 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237104 15512608768 12646 33554432000 4194304 4196468 140728075946416 139755514604560 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8572] ppid=8566 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237104 15512608768 12646 33554432000 4194304 4196468 140728075946416 139755513551760 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8573] ppid=8566 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237104 15512608768 12646 33554432000 4194304 4196468 140728075946416 139755512498960 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8579] ppid=8566 vsize=15149032 memory=7307460107981921142 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446237105 15512608768 12646 33554432000 4194304 4196468 140728075946416 139754797357424 139755923319426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8581] ppid=8566 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446237106 15512608768 12646 33554432000 4194304 4196468 140728075946416 139754796303392 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8582] ppid=8566 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446237106 15512608768 12646 33554432000 4194304 4196468 140728075946416 139754795250544 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8583] ppid=8566 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237108 15512608768 12646 33554432000 4194304 4196468 140728075946416 139754794198864 139755923326875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8584] ppid=8566 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=0,2,4,6
/proc/8568/task/8584/stat : 8584 (java) R 8566 8566 7888 0 -1 1077944384 400 0 0 0 4 0 0 0 20 0 15 0 446237108 15512608768 12646 33554432000 4194304 4196468 140728075946416 139754793147248 139755923319426 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8585] ppid=8566 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/8568/task/8585/stat : 8585 (java) R 8566 8566 7888 0 -1 4202560 560 0 0 0 4 0 0 0 20 0 15 0 446237108 15512608768 12646 33554432000 4194304 4196468 140728075946416 139754792075560 139755904851611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8586] ppid=8566 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/8568/task/8586/stat : 8586 (java) S 8566 8566 7888 0 -1 1077944384 796 0 0 0 13 0 0 0 20 0 15 0 446237108 15512608768 12646 33554432000 4194304 4196468 140728075946416 139754791041648 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8587] ppid=8566 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237109 15512608768 12646 33554432000 4194304 4196468 140728075946416 139754789989088 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8588] ppid=8566 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8588/stat : 8588 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237109 15512608768 12646 33554432000 4194304 4196468 140728075946416 139754788936368 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51772 KiB

[startup+0.700803 s]
/proc/loadavg: 8.55 7.60 4.71 9/231 8588
/proc/meminfo: memFree=30173312/32770624 swapFree=66998764/67108860
[pid=8566] ppid=8562 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/8566/stat : 8566 (xcsp3-exec) S 8562 8566 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446237103 115843072 362 33554432000 4194304 5098028 140720837866560 140720837864664 140652035461756 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26750976 140720837874555 140720837874797 140720837874797 140720837877706 0
/proc/8566/statm: 28282 362 304 221 0 87 0
[pid=8568] ppid=8566 vsize=15151156 memory=109992 CPUtime=1.75 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8566 8566 7888 0 -1 1077944320 14093 0 0 0 171 4 0 0 20 0 15 0 446237103 15514783744 27498 33554432000 4194304 4196468 140728075946416 140728075928960 139755923308279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
/proc/8568/statm: 3787789 27498 3446 1 0 3748889 0
[pid=8568/tid=8569] ppid=8566 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/8568/task/8569/stat : 8569 (java) R 8566 8566 7888 0 -1 4202560 8368 0 0 0 64 3 0 0 20 0 15 0 446237103 15514783744 27498 33554432000 4194304 4196468 140728075946416 139755927542664 139755904890065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8570] ppid=8566 vsize=15151156 memory=46040 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237104 15514783744 27498 33554432000 4194304 4196468 140728075946416 139755888589968 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8571] ppid=8566 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237104 15514783744 27498 33554432000 4194304 4196468 140728075946416 139755514604560 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8572] ppid=8566 vsize=15151156 memory=2020 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237104 15514783744 27498 33554432000 4194304 4196468 140728075946416 139755513551760 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8573] ppid=8566 vsize=15151156 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237104 15514783744 27498 33554432000 4194304 4196468 140728075946416 139755512498960 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8579] ppid=8566 vsize=15151156 memory=9396 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446237105 15514783744 27498 33554432000 4194304 4196468 140728075946416 139754797357424 139755923319426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8581] ppid=8566 vsize=15151156 memory=656 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446237106 15514783744 27498 33554432000 4194304 4196468 140728075946416 139754796303392 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8582] ppid=8566 vsize=15151156 memory=4036 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446237106 15514783744 27498 33554432000 4194304 4196468 140728075946416 139754795250544 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8583] ppid=8566 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237108 15514783744 27498 33554432000 4194304 4196468 140728075946416 139754794198864 139755923326875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8584] ppid=8566 vsize=15151156 memory=1552 CPUtime=0.37 cores=0,2,4,6
/proc/8568/task/8584/stat : 8584 (java) R 8566 8566 7888 0 -1 4202560 1431 0 0 0 37 0 0 0 20 0 15 0 446237108 15514783744 27498 33554432000 4194304 4196468 140728075946416 139754793128264 139755916405020 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8585] ppid=8566 vsize=15151156 memory=1204 CPUtime=0.38 cores=0,2,4,6
/proc/8568/task/8585/stat : 8585 (java) R 8566 8566 7888 0 -1 4202560 1521 0 0 0 38 0 0 0 20 0 15 0 446237108 15514783744 27498 33554432000 4194304 4196468 140728075946416 139754792075464 139755906805059 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8586] ppid=8566 vsize=15151156 memory=1072 CPUtime=0.3 cores=0,2,4,6
/proc/8568/task/8586/stat : 8586 (java) S 8566 8566 7888 0 -1 1077944384 1466 0 0 0 30 0 0 0 20 0 15 0 446237108 15514783744 27498 33554432000 4194304 4196468 140728075946416 139754791041648 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8587] ppid=8566 vsize=15151156 memory=5860 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237109 15514783744 27498 33554432000 4194304 4196468 140728075946416 139754789989088 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8588] ppid=8566 vsize=15151156 memory=1544 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8588/stat : 8588 (java) S 8566 8566 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237109 15514783744 27498 33554432000 4194304 4196468 140728075946416 139754788936368 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 111440 KiB

[startup+1.50079 s]
/proc/loadavg: 8.55 7.60 4.71 5/231 8588
/proc/meminfo: memFree=29920444/32770624 swapFree=66998764/67108860
[pid=8566] ppid=8562 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/8566/stat : 8566 (xcsp3-exec) S 8562 8566 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446237103 115843072 362 33554432000 4194304 5098028 140720837866560 140720837864664 140652035461756 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26750976 140720837874555 140720837874797 140720837874797 140720837877706 0
/proc/8566/statm: 28282 362 304 221 0 87 0

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

/proc/8568/stat : 8568 (java) S 8566 8566 7888 0 -1 1077944320 188348 0 0 0 206467 430 0 0 20 0 19 0 446237103 15789527040 1242841 33554432000 4194304 4196468 140728075946416 140728075928960 139755923308279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
/proc/8568/statm: 3854865 1242841 3558 1 0 3815965 0
[pid=8568/tid=8569] ppid=8566 vsize=15419460 memory=4971364 CPUtime=4.47 cores=0,2,4,6
/proc/8568/task/8569/stat : 8569 (java) S 8566 8566 7888 0 -1 1077944384 12352 0 0 0 435 12 0 0 20 0 19 0 446237103 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139755927549056 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8570] ppid=8566 vsize=15419460 memory=1448 CPUtime=11.29 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7888 0 -1 1077944384 8054 0 0 0 1026 103 0 0 20 0 19 0 446237104 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139755888589968 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8571] ppid=8566 vsize=15419460 memory=1448 CPUtime=11.22 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7888 0 -1 1077944384 8410 0 0 0 1028 94 0 0 20 0 19 0 446237104 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139755514604560 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8572] ppid=8566 vsize=15419460 memory=4971364 CPUtime=11.23 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7888 0 -1 1077944384 6916 0 0 0 1025 98 0 0 20 0 19 0 446237104 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139755513551760 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8573] ppid=8566 vsize=15419460 memory=8112282956445269571 CPUtime=11.26 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7888 0 -1 1077944384 5865 0 0 0 1030 96 0 0 20 0 19 0 446237104 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139755512498960 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8579] ppid=8566 vsize=15419460 memory=4971332 CPUtime=1.53 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7888 0 -1 1077944384 13448 0 0 0 152 1 0 0 20 0 19 0 446237105 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754797357424 139755923319426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8581] ppid=8566 vsize=15419460 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7888 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 446237106 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754796303456 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8582] ppid=8566 vsize=15419460 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7888 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 19 0 446237106 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754795250560 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8583] ppid=8566 vsize=15419460 memory=4971364 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237108 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754794198864 139755923326875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8584] ppid=8566 vsize=15419460 memory=65 CPUtime=5.66 cores=0,2,4,6
/proc/8568/task/8584/stat : 8584 (java) S 8566 8566 7888 0 -1 1077944384 25232 0 0 0 564 2 0 0 20 0 19 0 446237108 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754793147248 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8585] ppid=8566 vsize=15419460 memory=4971364 CPUtime=5.93 cores=0,2,4,6
/proc/8568/task/8585/stat : 8585 (java) S 8566 8566 7888 0 -1 1077944384 27004 0 0 0 591 2 0 0 20 0 19 0 446237108 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754792094448 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8586] ppid=8566 vsize=15419460 memory=1448 CPUtime=1.3 cores=0,2,4,6
/proc/8568/task/8586/stat : 8586 (java) S 8566 8566 7888 0 -1 1077944384 18894 0 0 0 127 3 0 0 20 0 19 0 446237108 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754791041648 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8587] ppid=8566 vsize=15419460 memory=4971364 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237109 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754789989088 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8588] ppid=8566 vsize=15419460 memory=1448 CPUtime=0.18 cores=0,2,4,6
/proc/8568/task/8588/stat : 8588 (java) S 8566 8566 7888 0 -1 1077944384 1681 0 0 0 9 9 0 0 20 0 19 0 446237109 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754788936368 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8589] ppid=8566 vsize=15419460 memory=4971364 CPUtime=500.49 cores=0,2,4,6
/proc/8568/task/8589/stat : 8589 (java) R 8566 8566 7888 0 -1 4202560 8643 0 0 0 50047 2 0 0 20 0 19 0 446237699 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754777619008 139755571901606 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8590] ppid=8566 vsize=15419460 memory=1448 CPUtime=500.71 cores=0,2,4,6
/proc/8568/task/8590/stat : 8590 (java) R 8566 8566 7888 0 -1 4202560 30459 0 0 0 50064 7 0 0 20 0 19 0 446237699 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754776567448 139755569739152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8591] ppid=8566 vsize=15419460 memory=4971364 CPUtime=500.98 cores=0,2,4,6
/proc/8568/task/8591/stat : 8591 (java) R 8566 8566 7888 0 -1 4202560 8081 0 0 0 50095 3 0 0 20 0 19 0 446237699 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754775514632 139755572315673 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8592] ppid=8566 vsize=15419460 memory=2832 CPUtime=502.58 cores=0,2,4,6
/proc/8568/task/8592/stat : 8592 (java) R 8566 8566 7888 0 -1 4202560 11899 0 0 0 50256 2 0 0 20 0 19 0 446237699 15789527040 1242841 33554432000 4194304 4196468 140728075946416 139754774463368 139755572154581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
Current children cumulated CPU time: 2068.97 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 4972812 KiB

[startup+582.302 s]
/proc/loadavg: 8.53 8.32 6.46 9/239 8753
/proc/meminfo: memFree=24181208/32770624 swapFree=66998768/67108860
[pid=8566] ppid=8562 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/8566/stat : 8566 (xcsp3-exec) S 8562 8566 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446237103 115843072 362 33554432000 4194304 5098028 140720837866560 140720837864664 140652035461756 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26750976 140720837874555 140720837874797 140720837874797 140720837877706 0
/proc/8566/statm: 28282 362 304 221 0 87 0
[pid=8568] ppid=8566 vsize=15419460 memory=4971368 CPUtime=2307.83 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8566 8566 7888 0 -1 1077944320 193814 0 0 0 230349 434 0 0 20 0 19 0 446237103 15789527040 1242842 33554432000 4194304 4196468 140728075946416 140728075928960 139755923308279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
/proc/8568/statm: 3854865 1242842 3559 1 0 3815965 0
[pid=8568/tid=8569] ppid=8566 vsize=15419460 memory=4971368 CPUtime=4.47 cores=0,2,4,6
/proc/8568/task/8569/stat : 8569 (java) S 8566 8566 7888 0 -1 1077944384 12352 0 0 0 435 12 0 0 20 0 19 0 446237103 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139755927549056 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8570] ppid=8566 vsize=15419460 memory=4971368 CPUtime=11.29 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7888 0 -1 1077944384 8054 0 0 0 1026 103 0 0 20 0 19 0 446237104 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139755888589968 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8571] ppid=8566 vsize=15419460 memory=4971368 CPUtime=11.22 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7888 0 -1 1077944384 8410 0 0 0 1028 94 0 0 20 0 19 0 446237104 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139755514604560 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8572] ppid=8566 vsize=15419460 memory=1448 CPUtime=11.23 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7888 0 -1 1077944384 6916 0 0 0 1025 98 0 0 20 0 19 0 446237104 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139755513551760 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8573] ppid=8566 vsize=15419460 memory=1448 CPUtime=11.26 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7888 0 -1 1077944384 5865 0 0 0 1030 96 0 0 20 0 19 0 446237104 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139755512498960 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8579] ppid=8566 vsize=15419460 memory=0 CPUtime=1.53 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7888 0 -1 1077944384 13453 0 0 0 152 1 0 0 20 0 19 0 446237105 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754797357424 139755923319426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8581] ppid=8566 vsize=15419460 memory=4971368 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7888 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 446237106 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754796303456 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8582] ppid=8566 vsize=15419460 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7888 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 19 0 446237106 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754795250560 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8583] ppid=8566 vsize=15419460 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237108 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754794198864 139755923326875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8584] ppid=8566 vsize=15419460 memory=2020 CPUtime=5.67 cores=0,2,4,6
/proc/8568/task/8584/stat : 8584 (java) S 8566 8566 7888 0 -1 1077944384 25384 0 0 0 565 2 0 0 20 0 19 0 446237108 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754793147248 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8585] ppid=8566 vsize=15419460 memory=1432 CPUtime=5.98 cores=0,2,4,6
/proc/8568/task/8585/stat : 8585 (java) S 8566 8566 7888 0 -1 1077944384 28403 0 0 0 596 2 0 0 20 0 19 0 446237108 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754792094448 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8586] ppid=8566 vsize=15419460 memory=1448 CPUtime=1.31 cores=0,2,4,6
/proc/8568/task/8586/stat : 8586 (java) S 8566 8566 7888 0 -1 1077944384 19649 0 0 0 128 3 0 0 20 0 19 0 446237108 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754791041648 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8587] ppid=8566 vsize=15419460 memory=4971368 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237109 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754789989088 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8588] ppid=8566 vsize=15419460 memory=4971368 CPUtime=0.2 cores=0,2,4,6
/proc/8568/task/8588/stat : 8588 (java) S 8566 8566 7888 0 -1 1077944384 1719 0 0 0 10 10 0 0 20 0 19 0 446237109 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754788936368 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8589] ppid=8566 vsize=15419460 memory=1448 CPUtime=559.4 cores=0,2,4,6
/proc/8568/task/8589/stat : 8589 (java) R 8566 8566 7888 0 -1 4202560 9165 0 0 0 55938 2 0 0 20 0 19 0 446237699 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754777623768 139755567273960 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8590] ppid=8566 vsize=15419460 memory=4971368 CPUtime=560.7 cores=0,2,4,6
/proc/8568/task/8590/stat : 8590 (java) R 8566 8566 7888 0 -1 4202560 31793 0 0 0 56061 9 0 0 20 0 19 0 446237699 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754776569640 139755569739152 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8591] ppid=8566 vsize=15419460 memory=1448 CPUtime=560.94 cores=0,2,4,6
/proc/8568/task/8591/stat : 8591 (java) R 8566 8566 7888 0 -1 4202560 8621 0 0 0 56090 4 0 0 20 0 19 0 446237699 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754775518704 139755572162490 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8592] ppid=8566 vsize=15419460 memory=1448 CPUtime=562.48 cores=0,2,4,6
/proc/8568/task/8592/stat : 8592 (java) R 8566 8566 7888 0 -1 4202560 12620 0 0 0 56246 2 0 0 20 0 19 0 446237699 15789527040 1242842 33554432000 4194304 4196468 140728075946416 139754774466928 139755560657084 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
Current children cumulated CPU time: 2307.83 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 4972816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+635.602 s]
/proc/loadavg: 8.57 8.38 6.58 9/238 8757
/proc/meminfo: memFree=24161360/32770624 swapFree=66998768/67108860
[pid=8566] ppid=8562 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/8566/stat : 8566 (xcsp3-exec) S 8562 8566 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446237103 115843072 362 33554432000 4194304 5098028 140720837866560 140720837864664 140652035461756 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 26750976 140720837874555 140720837874797 140720837874797 140720837877706 0
/proc/8566/statm: 28282 362 304 221 0 87 0
[pid=8568] ppid=8566 vsize=15419460 memory=4983616 CPUtime=2520.02 cores=0,2,4,6
/proc/8568/stat : 8568 (java) S 8566 8566 7888 0 -1 1077944320 199724 0 0 0 251566 436 0 0 20 0 19 0 446237103 15789527040 1245904 33554432000 4194304 4196468 140728075946416 140728075928960 139755923308279 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
/proc/8568/statm: 3854865 1245904 3559 1 0 3815965 0
[pid=8568/tid=8569] ppid=8566 vsize=15419460 memory=1980 CPUtime=4.47 cores=0,2,4,6
/proc/8568/task/8569/stat : 8569 (java) S 8566 8566 7888 0 -1 1077944384 12352 0 0 0 435 12 0 0 20 0 19 0 446237103 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139755927549056 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8570] ppid=8566 vsize=15419460 memory=164 CPUtime=11.49 cores=0,2,4,6
/proc/8568/task/8570/stat : 8570 (java) S 8566 8566 7888 0 -1 1077944384 8349 0 0 0 1046 103 0 0 20 0 19 0 446237104 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139755888589968 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8571] ppid=8566 vsize=15419460 memory=288289956827497253 CPUtime=11.43 cores=0,2,4,6
/proc/8568/task/8571/stat : 8571 (java) S 8566 8566 7888 0 -1 1077944384 8979 0 0 0 1048 95 0 0 20 0 19 0 446237104 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139755514604560 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8572] ppid=8566 vsize=15419460 memory=1408 CPUtime=11.42 cores=0,2,4,6
/proc/8568/task/8572/stat : 8572 (java) S 8566 8566 7888 0 -1 1077944384 8481 0 0 0 1044 98 0 0 20 0 19 0 446237104 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139755513551760 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8573] ppid=8566 vsize=15419460 memory=3436 CPUtime=11.46 cores=0,2,4,6
/proc/8568/task/8573/stat : 8573 (java) S 8566 8566 7888 0 -1 1077944384 6327 0 0 0 1050 96 0 0 20 0 19 0 446237104 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139755512498960 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8579] ppid=8566 vsize=15419460 memory=1448 CPUtime=1.53 cores=0,2,4,6
/proc/8568/task/8579/stat : 8579 (java) S 8566 8566 7888 0 -1 1077944384 13701 0 0 0 152 1 0 0 20 0 19 0 446237105 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754797357424 139755923319426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8581] ppid=8566 vsize=15419460 memory=4983616 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8581/stat : 8581 (java) S 8566 8566 7888 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 446237106 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754796303456 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8582] ppid=8566 vsize=15419460 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8582/stat : 8582 (java) S 8566 8566 7888 0 -1 1077944384 111 0 0 0 0 0 0 0 20 0 19 0 446237106 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754795250560 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8583] ppid=8566 vsize=15419460 memory=3156 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8583/stat : 8583 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237108 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754794198864 139755923326875 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8584] ppid=8566 vsize=15419460 memory=1448 CPUtime=5.67 cores=0,2,4,6
/proc/8568/task/8584/stat : 8584 (java) S 8566 8566 7888 0 -1 1077944384 25388 0 0 0 565 2 0 0 20 0 19 0 446237108 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754793147248 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8585] ppid=8566 vsize=15419460 memory=1164016 CPUtime=5.98 cores=0,2,4,6
/proc/8568/task/8585/stat : 8585 (java) S 8566 8566 7888 0 -1 1077944384 28405 0 0 0 596 2 0 0 20 0 19 0 446237108 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754792094448 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8586] ppid=8566 vsize=15419460 memory=1660 CPUtime=1.31 cores=0,2,4,6
/proc/8568/task/8586/stat : 8586 (java) S 8566 8566 7888 0 -1 1077944384 19658 0 0 0 128 3 0 0 20 0 19 0 446237108 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754791041648 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8587] ppid=8566 vsize=15419460 memory=1398722017469774279 CPUtime=0 cores=0,2,4,6
/proc/8568/task/8587/stat : 8587 (java) S 8566 8566 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237109 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754789989088 139755923318485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8588] ppid=8566 vsize=15419460 memory=4126316290023845779 CPUtime=0.22 cores=0,2,4,6
/proc/8568/task/8588/stat : 8588 (java) S 8566 8566 7888 0 -1 1077944384 1748 0 0 0 11 11 0 0 20 0 19 0 446237109 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754788936368 139755923319426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8589] ppid=8566 vsize=15419460 memory=988 CPUtime=611.72 cores=0,2,4,6
/proc/8568/task/8589/stat : 8589 (java) R 8566 8566 7888 0 -1 4202560 9580 0 0 0 61170 2 0 0 20 0 19 0 446237699 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754777619848 139755572315442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8590] ppid=8566 vsize=15419460 memory=2020 CPUtime=613.61 cores=0,2,4,6
/proc/8568/task/8590/stat : 8590 (java) R 8566 8566 7888 0 -1 4202560 32778 0 0 0 61352 9 0 0 20 0 19 0 446237699 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754776567624 139755563368721 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8591] ppid=8566 vsize=15419460 memory=1432 CPUtime=614.02 cores=0,2,4,6
/proc/8568/task/8591/stat : 8591 (java) R 8566 8566 7888 0 -1 4202560 9212 0 0 0 61398 4 0 0 20 0 19 0 446237699 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754775514432 139755567277166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
[pid=8568/tid=8592] ppid=8566 vsize=15419460 memory=4983616 CPUtime=615.54 cores=0,2,4,6
/proc/8568/task/8592/stat : 8592 (java) R 8566 8566 7888 0 -1 4202560 13331 0 0 0 61552 2 0 0 20 0 19 0 446237699 15789527040 1245904 33554432000 4194304 4196468 140728075946416 139754774465864 139755572211942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28983296 140728075949039 140728075949210 140728075949210 140728075952079 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 4985064 KiB

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

[startup+635.636 s]
# the end of solver process 8566 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000887 s, system=0.001775 s

[startup+635.704 s]
# the end of solver process 8568 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.97 s, system=4.39689 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): 635.704
CPU time (s): 2520.37
CPU user time (s): 2515.97
CPU system time (s): 4.39689
CPU usage (%): 396.469
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 4985064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.97
system time used= 4.39689
maximum resident set size= 4984008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201202
page faults= 0
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17987
involuntary context switches= 43101


# summary of solver processes directly reported to runsolver:
#   pid: 8566,8568
#   total CPU time (s): 2520.37
#   total CPU user time (s): 2515.97
#   total CPU system time (s): 4.39689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.01262 second user time and 7.40742 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 07:54:43
IDJOB=4399055
IDBENCH=139246
IDSOLVER=2853
FILE ID=node123/4399055-1568699722
RUNJOBID= node123-1568699048-7919
PBS_JOBID= 21703821
Free space on /tmp= 59172 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-09-06-fair.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-4399055-1568699722/watcher-4399055-1568699722 -o /tmp/evaluation-result-4399055-1568699722/solver-4399055-1568699722 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568699048-7919 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 707335144 HOME/instance-4399055-1568699722.xml

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

MD5SUM BENCH= 15d83a7cac0db09c33f3aa76b650ee28
RANDOM SEED=707335144

node123.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.49
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.49
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.49
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.49
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:        30295260 kB
MemAvailable:   31889712 kB
Buffers:          124672 kB
Cached:          1767816 kB
SwapCached:         7608 kB
Active:          1263568 kB
Inactive:         647588 kB
Active(anon):      17776 kB
Inactive(anon):    48664 kB
Active(file):    1245792 kB
Inactive(file):   598924 kB
Unevictable:      107572 kB
Mlocked:          107572 kB
SwapTotal:      67108860 kB
SwapFree:       66998764 kB
Dirty:             52976 kB
Writeback:             0 kB
AnonPages:        174660 kB
Mapped:            52060 kB
Shmem:             39808 kB
Slab:             160920 kB
SReclaimable:     131140 kB
SUnreclaim:        29780 kB
KernelStack:        4096 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1475364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59132 MiB
End job on node123 at 2019-09-17 08:05:19