Trace number 4399059

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.66 633.7

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K097.xml
MD5SUMc736c64a10dc2dd55507b217b8552514
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark64.4403
Satisfiable
(Un)Satisfiability was proved
Number of variables6596
Number of constraints6792
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6596}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":174},{"degree":5,"count":1168},{"degree":6,"count":2582},{"degree":7,"count":1621},{"degree":8,"count":668},{"degree":9,"count":192},{"degree":10,"count":190}]
Minimum constraint arity1
Maximum constraint arity97
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1248},{"arity":3,"count":2592},{"arity":4,"count":1728},{"arity":5,"count":576},{"arity":6,"count":192},{"arity":7,"count":192},{"arity":68,"count":194},{"arity":97,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6792}]
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-4399059-1568698927.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399059-1568698927.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
5.00/1.76	c solve instance...
2520.31/633.67	s UNKNOWN
2520.31/633.67	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 (13435 MiB free)
  memory of node 1: 16384 MiB (15372 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399059-1568698927/watcher-4399059-1568698927 -o /tmp/evaluation-result-4399059-1568698927/solver-4399059-1568698927 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568698608-10316 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2104999185 HOME/instance-4399059-1568698927.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=10886, runsolver pid=10883

[startup+0.100674 s]*
/proc/loadavg: 8.94 7.32 6.98 7/233 10902
/proc/meminfo: memFree=29481104/32770624 swapFree=66953076/67108860
[pid=10886] ppid=10883 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/10886/stat : 10886 (xcsp3-exec) S 10883 10886 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446161605 115843072 362 33554432000 4194304 5098028 140724278161312 140724278159416 139776282763900 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8736768 140724278170490 140724278170733 140724278170733 140724278173642 0
/proc/10886/statm: 28282 362 304 221 0 87 0
[pid=10888] ppid=10886 vsize=15144776 memory=30140 CPUtime=0.13 cores=1,3,5,7
/proc/10888/stat : 10888 (java) S 10886 10886 10284 0 -1 1077944320 5960 0 0 0 13 0 0 0 20 0 15 0 446161605 15508250624 7535 33554432000 4194304 4196468 140729433248256 140729433230800 140054209085175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
/proc/10888/statm: 3786194 7535 3160 1 0 3748377 0
[pid=10888/tid=10889] ppid=10886 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/10888/task/10889/stat : 10889 (java) R 10886 10886 10284 0 -1 4202560 3844 0 0 0 9 0 0 0 20 0 15 0 446161606 15508250624 7535 33554432000 4194304 4196468 140729433248256 140054213317640 140054201322302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10890] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10890/stat : 10890 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15508250624 7535 33554432000 4194304 4196468 140729433248256 140054120742032 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10891] ppid=10886 vsize=15144776 memory=3906507650161145504 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10891/stat : 10891 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053800021008 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10892] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10892/stat : 10892 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053798968208 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10893] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10893/stat : 10893 (java) S 10886 10886 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446161606 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053797915408 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10894] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10894/stat : 10894 (java) S 10886 10886 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446161608 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053677738352 140054209096322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10895] ppid=10886 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10895/stat : 10895 (java) S 10886 10886 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446161608 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053676684320 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10896] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10896/stat : 10896 (java) S 10886 10886 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446161608 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053675631472 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10897] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10897/stat : 10897 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446161611 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053674579792 140054209103771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10898] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10898/stat : 10898 (java) S 10886 10886 10284 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 446161611 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053673528176 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10899] ppid=10886 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10899/stat : 10899 (java) S 10886 10886 10284 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 446161611 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053672475376 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10900] ppid=10886 vsize=15144776 memory=140511720470144 CPUtime=0.02 cores=1,3,5,7
/proc/10888/task/10900/stat : 10900 (java) R 10886 10886 10284 0 -1 4202560 380 0 0 0 2 0 0 0 20 0 15 0 446161611 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053671422576 140054187711687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10901] ppid=10886 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10901/stat : 10901 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446161611 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053670370016 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10902] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10902/stat : 10902 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161611 15508250624 7535 33554432000 4194304 4196468 140729433248256 140053669317296 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31588 KiB

[startup+0.210696 s]*
/proc/loadavg: 8.94 7.32 6.98 7/233 10902
/proc/meminfo: memFree=29468728/32770624 swapFree=66953076/67108860
[pid=10886] ppid=10883 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/10886/stat : 10886 (xcsp3-exec) S 10883 10886 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446161605 115843072 362 33554432000 4194304 5098028 140724278161312 140724278159416 139776282763900 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8736768 140724278170490 140724278170733 140724278170733 140724278173642 0
/proc/10886/statm: 28282 362 304 221 0 87 0
[pid=10888] ppid=10886 vsize=15144776 memory=40456 CPUtime=0.35 cores=1,3,5,7
/proc/10888/stat : 10888 (java) S 10886 10886 10284 0 -1 1077944320 9362 0 0 0 33 2 0 0 20 0 15 0 446161605 15508250624 10114 33554432000 4194304 4196468 140729433248256 140729433230800 140054209085175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
/proc/10888/statm: 3786194 10114 3294 1 0 3748377 0
[pid=10888/tid=10889] ppid=10886 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/10888/task/10889/stat : 10889 (java) R 10886 10886 10284 0 -1 4202560 6644 0 0 0 19 1 0 0 20 0 15 0 446161606 15508250624 10114 33554432000 4194304 4196468 140729433248256 140054213322992 140054209107101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10890] ppid=10886 vsize=15144776 memory=1946935 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10890/stat : 10890 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15508250624 10114 33554432000 4194304 4196468 140729433248256 140054120742032 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10891] ppid=10886 vsize=15144776 memory=140511723739332 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10891/stat : 10891 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053800021008 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10892] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10892/stat : 10892 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053798968208 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10893] ppid=10886 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10893/stat : 10893 (java) S 10886 10886 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446161606 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053797915408 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10894] ppid=10886 vsize=15144776 memory=140511720470144 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10894/stat : 10894 (java) S 10886 10886 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446161608 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053677738352 140054209096322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10895] ppid=10886 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10895/stat : 10895 (java) S 10886 10886 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446161608 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053676684320 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10896] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10896/stat : 10896 (java) S 10886 10886 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446161608 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053675631472 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10897] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10897/stat : 10897 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446161611 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053674579792 140054209103771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10898] ppid=10886 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/10888/task/10898/stat : 10898 (java) S 10886 10886 10284 0 -1 1077944384 516 0 0 0 2 0 0 0 20 0 15 0 446161611 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053673528176 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10899] ppid=10886 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/10888/task/10899/stat : 10899 (java) S 10886 10886 10284 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 15 0 446161611 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053672475376 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10900] ppid=10886 vsize=15144776 memory=140511720470144 CPUtime=0.08 cores=1,3,5,7
/proc/10888/task/10900/stat : 10900 (java) S 10886 10886 10284 0 -1 1077944384 788 0 0 0 8 0 0 0 20 0 15 0 446161611 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053671422576 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10901] ppid=10886 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10901/stat : 10901 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446161611 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053670370016 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10902] ppid=10886 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10902/stat : 10902 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161611 15508250624 10114 33554432000 4194304 4196468 140729433248256 140053669317296 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41904 KiB

[startup+0.310564 s]*
/proc/loadavg: 8.94 7.32 6.98 7/233 10902
/proc/meminfo: memFree=29461940/32770624 swapFree=66953076/67108860
[pid=10886] ppid=10883 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/10886/stat : 10886 (xcsp3-exec) S 10883 10886 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446161605 115843072 362 33554432000 4194304 5098028 140724278161312 140724278159416 139776282763900 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8736768 140724278170490 140724278170733 140724278170733 140724278173642 0
/proc/10886/statm: 28282 362 304 221 0 87 0
[pid=10888] ppid=10886 vsize=15149032 memory=50328 CPUtime=0.53 cores=1,3,5,7
/proc/10888/stat : 10888 (java) S 10886 10886 10284 0 -1 1077944320 10903 0 0 0 51 2 0 0 20 0 15 0 446161605 15512608768 12582 33554432000 4194304 4196468 140729433248256 140729433230800 140054209085175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
/proc/10888/statm: 3787258 12582 3371 1 0 3748377 0
[pid=10888/tid=10889] ppid=10886 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/10888/task/10889/stat : 10889 (java) R 10886 10886 10284 0 -1 4202560 7847 0 0 0 28 2 0 0 20 0 15 0 446161606 15512608768 12582 33554432000 4194304 4196468 140729433248256 140054213316288 140054193165662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10890] ppid=10886 vsize=15149032 memory=9122464004270842071 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10890/stat : 10890 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15512608768 12582 33554432000 4194304 4196468 140729433248256 140054120742032 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10891] ppid=10886 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10891/stat : 10891 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053800021008 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10892] ppid=10886 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10892/stat : 10892 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053798968208 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10893] ppid=10886 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10893/stat : 10893 (java) S 10886 10886 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446161606 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053797915408 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10894] ppid=10886 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10894/stat : 10894 (java) S 10886 10886 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446161608 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053677738352 140054209096322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10895] ppid=10886 vsize=15149032 memory=-7305852742256935071 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10895/stat : 10895 (java) S 10886 10886 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446161608 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053676684320 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10896] ppid=10886 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10896/stat : 10896 (java) S 10886 10886 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446161608 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053675631472 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10897] ppid=10886 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10897/stat : 10897 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446161611 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053674579792 140054209103771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10898] ppid=10886 vsize=15149032 memory=8514701219781834910 CPUtime=0.05 cores=1,3,5,7
/proc/10888/task/10898/stat : 10898 (java) S 10886 10886 10284 0 -1 1077944384 641 0 0 0 5 0 0 0 20 0 15 0 446161611 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053673528176 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10899] ppid=10886 vsize=15149032 memory=6576575808607200677 CPUtime=0.04 cores=1,3,5,7
/proc/10888/task/10899/stat : 10899 (java) S 10886 10886 10284 0 -1 1077944384 181 0 0 0 4 0 0 0 20 0 15 0 446161611 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053672475376 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10900] ppid=10886 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10888/task/10900/stat : 10900 (java) S 10886 10886 10284 0 -1 1077944384 952 0 0 0 12 0 0 0 20 0 15 0 446161611 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053671422576 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10901] ppid=10886 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10901/stat : 10901 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446161611 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053670370016 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10902] ppid=10886 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10902/stat : 10902 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161611 15512608768 12582 33554432000 4194304 4196468 140729433248256 140053669317296 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51776 KiB

[startup+0.700823 s]
/proc/loadavg: 8.94 7.32 6.98 8/233 10902
/proc/meminfo: memFree=29436796/32770624 swapFree=66953076/67108860
[pid=10886] ppid=10883 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/10886/stat : 10886 (xcsp3-exec) S 10883 10886 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446161605 115843072 362 33554432000 4194304 5098028 140724278161312 140724278159416 139776282763900 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8736768 140724278170490 140724278170733 140724278170733 140724278173642 0
/proc/10886/statm: 28282 362 304 221 0 87 0
[pid=10888] ppid=10886 vsize=15151156 memory=134308 CPUtime=1.77 cores=1,3,5,7
/proc/10888/stat : 10888 (java) S 10886 10886 10284 0 -1 1077944320 15023 0 0 0 172 5 0 0 20 0 15 0 446161605 15514783744 33577 33554432000 4194304 4196468 140729433248256 140729433230800 140054209085175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
/proc/10888/statm: 3787789 33577 3448 1 0 3748889 0
[pid=10888/tid=10889] ppid=10886 vsize=15151156 memory=-7533522213388100735 CPUtime=0.67 cores=1,3,5,7
/proc/10888/task/10889/stat : 10889 (java) R 10886 10886 10284 0 -1 4202560 8335 0 0 0 64 3 0 0 20 0 15 0 446161606 15514783744 33577 33554432000 4194304 4196468 140729433248256 140054213318992 140053800059112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10890] ppid=10886 vsize=15151156 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10890/stat : 10890 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15514783744 33577 33554432000 4194304 4196468 140729433248256 140054120742032 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10891] ppid=10886 vsize=15151156 memory=6940443203498692944 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10891/stat : 10891 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053800021008 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10892] ppid=10886 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10892/stat : 10892 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161606 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053798968208 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10893] ppid=10886 vsize=15151156 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10893/stat : 10893 (java) S 10886 10886 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446161606 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053797915408 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10894] ppid=10886 vsize=15151156 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10894/stat : 10894 (java) S 10886 10886 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446161608 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053677738352 140054209096322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10895] ppid=10886 vsize=15151156 memory=9592 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10895/stat : 10895 (java) S 10886 10886 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446161608 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053676684320 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10896] ppid=10886 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10896/stat : 10896 (java) S 10886 10886 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446161608 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053675631472 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10897] ppid=10886 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10897/stat : 10897 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446161611 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053674579792 140054209103771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10898] ppid=10886 vsize=15151156 memory=620 CPUtime=0.38 cores=1,3,5,7
/proc/10888/task/10898/stat : 10898 (java) R 10886 10886 10284 0 -1 4202560 1865 0 0 0 38 0 0 0 20 0 15 0 446161611 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053673509312 140054188256432 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10899] ppid=10886 vsize=15151156 memory=1496 CPUtime=0.37 cores=1,3,5,7
/proc/10888/task/10899/stat : 10899 (java) R 10886 10886 10284 0 -1 4202560 1779 0 0 0 37 0 0 0 20 0 15 0 446161611 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053672461256 140054190608079 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10900] ppid=10886 vsize=15151156 memory=1016 CPUtime=0.3 cores=1,3,5,7
/proc/10888/task/10900/stat : 10900 (java) R 10886 10886 10284 0 -1 4202560 1738 0 0 0 30 0 0 0 20 0 15 0 446161611 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053671422576 140054209106522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10901] ppid=10886 vsize=15151156 memory=6016 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10901/stat : 10901 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446161611 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053670370016 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10902] ppid=10886 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10902/stat : 10902 (java) S 10886 10886 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446161611 15514783744 33577 33554432000 4194304 4196468 140729433248256 140053669317296 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 135756 KiB

[startup+1.50087 s]
/proc/loadavg: 8.94 7.32 6.98 11/233 10903
/proc/meminfo: memFree=29326680/32770624 swapFree=66953076/67108860
[pid=10886] ppid=10883 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/10886/stat : 10886 (xcsp3-exec) S 10883 10886 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446161605 115843072 362 33554432000 4194304 5098028 140724278161312 140724278159416 139776282763900 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8736768 140724278170490 140724278170733 140724278170733 140724278173642 0
/proc/10886/statm: 28282 362 304 221 0 87 0

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

/proc/10888/stat : 10888 (java) S 10886 10886 10284 0 -1 1077944320 69488 0 0 0 207649 73 0 0 20 0 19 0 446161605 15787429888 567487 33554432000 4194304 4196468 140729433248256 140729433230800 140054209085175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
/proc/10888/statm: 3854353 567487 3522 1 0 3815453 0
[pid=10888/tid=10889] ppid=10886 vsize=15417412 memory=1448 CPUtime=1.7 cores=1,3,5,7
/proc/10888/task/10889/stat : 10889 (java) S 10886 10886 10284 0 -1 1077944384 9181 0 0 0 165 5 0 0 20 0 19 0 446161606 15787429888 567487 33554432000 4194304 4196468 140729433248256 140054213325952 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10890] ppid=10886 vsize=15417412 memory=2272536 CPUtime=0.25 cores=1,3,5,7
/proc/10888/task/10890/stat : 10890 (java) S 10886 10886 10284 0 -1 1077944384 1833 0 0 0 18 7 0 0 20 0 19 0 446161606 15787429888 567487 33554432000 4194304 4196468 140729433248256 140054120742032 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10891] ppid=10886 vsize=15417412 memory=2269948 CPUtime=0.25 cores=1,3,5,7
/proc/10888/task/10891/stat : 10891 (java) S 10886 10886 10284 0 -1 1077944384 1607 0 0 0 19 6 0 0 20 0 19 0 446161606 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053800021008 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10892] ppid=10886 vsize=15417412 memory=1448 CPUtime=0.26 cores=1,3,5,7
/proc/10888/task/10892/stat : 10892 (java) S 10886 10886 10284 0 -1 1077944384 1279 0 0 0 19 7 0 0 20 0 19 0 446161606 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053798968208 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10893] ppid=10886 vsize=15417412 memory=1448 CPUtime=0.25 cores=1,3,5,7
/proc/10888/task/10893/stat : 10893 (java) S 10886 10886 10284 0 -1 1077944384 1253 0 0 0 19 6 0 0 20 0 19 0 446161606 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053797915408 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10894] ppid=10886 vsize=15417412 memory=2256152 CPUtime=0.05 cores=1,3,5,7
/proc/10888/task/10894/stat : 10894 (java) S 10886 10886 10284 0 -1 1077944384 3045 0 0 0 3 2 0 0 20 0 19 0 446161608 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053677738352 140054209096322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10895] ppid=10886 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10895/stat : 10895 (java) S 10886 10886 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446161608 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053676684384 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10896] ppid=10886 vsize=15417412 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10896/stat : 10896 (java) S 10886 10886 10284 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 446161608 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053675631488 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10897] ppid=10886 vsize=15417412 memory=988 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10897/stat : 10897 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053674579792 140054209103771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10898] ppid=10886 vsize=15417412 memory=2024 CPUtime=3.12 cores=1,3,5,7
/proc/10888/task/10898/stat : 10898 (java) S 10886 10886 10284 0 -1 1077944384 12021 0 0 0 311 1 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053673528176 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10899] ppid=10886 vsize=15417412 memory=281023199966336 CPUtime=2.64 cores=1,3,5,7
/proc/10888/task/10899/stat : 10899 (java) S 10886 10886 10284 0 -1 1077944384 9028 0 0 0 263 1 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053672475376 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10900] ppid=10886 vsize=15417412 memory=6944656592387989600 CPUtime=0.78 cores=1,3,5,7
/proc/10888/task/10900/stat : 10900 (java) S 10886 10886 10284 0 -1 1077944384 7001 0 0 0 77 1 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053671422576 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10901] ppid=10886 vsize=15417412 memory=2256152 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10901/stat : 10901 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053670370016 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10902] ppid=10886 vsize=15417412 memory=3624 CPUtime=0.26 cores=1,3,5,7
/proc/10888/task/10902/stat : 10902 (java) S 10886 10886 10284 0 -1 1077944384 815 0 0 0 0 26 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053669317296 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10904] ppid=10886 vsize=15417412 memory=1448 CPUtime=516.7 cores=1,3,5,7
/proc/10888/task/10904/stat : 10904 (java) R 10886 10886 10284 0 -1 4202560 2109 0 0 0 51667 3 0 0 20 0 19 0 446161783 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053660097912 140053807310087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10905] ppid=10886 vsize=15417412 memory=2256152 CPUtime=515.59 cores=1,3,5,7
/proc/10888/task/10905/stat : 10905 (java) R 10886 10886 10284 0 -1 4202560 11291 0 0 0 51540 19 0 0 20 0 19 0 446161783 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053659045344 140053803564589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10906] ppid=10886 vsize=15417412 memory=1448 CPUtime=516.69 cores=1,3,5,7
/proc/10888/task/10906/stat : 10906 (java) R 10886 10886 10284 0 -1 4202560 1244 0 0 0 51668 1 0 0 20 0 19 0 446161783 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053657992984 140053807121336 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10907] ppid=10886 vsize=15417412 memory=3624 CPUtime=518.54 cores=1,3,5,7
/proc/10888/task/10907/stat : 10907 (java) R 10886 10886 10284 0 -1 4202560 6482 0 0 0 51845 9 0 0 20 0 19 0 446161784 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053656943536 140053807024447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
Current children cumulated CPU time: 2077.22 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2271396 KiB

[startup+582.302 s]
/proc/loadavg: 6.59 7.11 7.19 6/235 11039
/proc/meminfo: memFree=16852876/32770624 swapFree=66953076/67108860
[pid=10886] ppid=10883 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/10886/stat : 10886 (xcsp3-exec) S 10883 10886 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446161605 115843072 362 33554432000 4194304 5098028 140724278161312 140724278159416 139776282763900 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8736768 140724278170490 140724278170733 140724278170733 140724278173642 0
/proc/10886/statm: 28282 362 304 221 0 87 0
[pid=10888] ppid=10886 vsize=15417412 memory=2269948 CPUtime=2316.07 cores=1,3,5,7
/proc/10888/stat : 10888 (java) S 10886 10886 10284 0 -1 1077944320 74773 0 0 0 231534 73 0 0 20 0 19 0 446161605 15787429888 567487 33554432000 4194304 4196468 140729433248256 140729433230800 140054209085175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
/proc/10888/statm: 3854353 567487 3522 1 0 3815453 0
[pid=10888/tid=10889] ppid=10886 vsize=15417412 memory=2269948 CPUtime=1.7 cores=1,3,5,7
/proc/10888/task/10889/stat : 10889 (java) S 10886 10886 10284 0 -1 1077944384 9181 0 0 0 165 5 0 0 20 0 19 0 446161606 15787429888 567487 33554432000 4194304 4196468 140729433248256 140054213325952 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10890] ppid=10886 vsize=15417412 memory=2269948 CPUtime=0.25 cores=1,3,5,7
/proc/10888/task/10890/stat : 10890 (java) S 10886 10886 10284 0 -1 1077944384 1833 0 0 0 18 7 0 0 20 0 19 0 446161606 15787429888 567487 33554432000 4194304 4196468 140729433248256 140054120742032 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10891] ppid=10886 vsize=15417412 memory=1448 CPUtime=0.25 cores=1,3,5,7
/proc/10888/task/10891/stat : 10891 (java) S 10886 10886 10284 0 -1 1077944384 1607 0 0 0 19 6 0 0 20 0 19 0 446161606 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053800021008 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10892] ppid=10886 vsize=15417412 memory=3624 CPUtime=0.26 cores=1,3,5,7
/proc/10888/task/10892/stat : 10892 (java) S 10886 10886 10284 0 -1 1077944384 1279 0 0 0 19 7 0 0 20 0 19 0 446161606 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053798968208 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10893] ppid=10886 vsize=15417412 memory=48068 CPUtime=0.25 cores=1,3,5,7
/proc/10888/task/10893/stat : 10893 (java) S 10886 10886 10284 0 -1 1077944384 1253 0 0 0 19 6 0 0 20 0 19 0 446161606 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053797915408 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10894] ppid=10886 vsize=15417412 memory=1448 CPUtime=0.05 cores=1,3,5,7
/proc/10888/task/10894/stat : 10894 (java) S 10886 10886 10284 0 -1 1077944384 3053 0 0 0 3 2 0 0 20 0 19 0 446161608 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053677738352 140054209096322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10895] ppid=10886 vsize=15417412 memory=3624 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10895/stat : 10895 (java) S 10886 10886 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446161608 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053676684384 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10896] ppid=10886 vsize=15417412 memory=2269948 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10896/stat : 10896 (java) S 10886 10886 10284 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 446161608 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053675631488 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10897] ppid=10886 vsize=15417412 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10897/stat : 10897 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053674579792 140054209103771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10898] ppid=10886 vsize=15417412 memory=1448 CPUtime=3.15 cores=1,3,5,7
/proc/10888/task/10898/stat : 10898 (java) S 10886 10886 10284 0 -1 1077944384 12624 0 0 0 314 1 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053673528176 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10899] ppid=10886 vsize=15417412 memory=1448 CPUtime=2.67 cores=1,3,5,7
/proc/10888/task/10899/stat : 10899 (java) S 10886 10886 10284 0 -1 1077944384 10617 0 0 0 266 1 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053672475376 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10900] ppid=10886 vsize=15417412 memory=1536 CPUtime=0.79 cores=1,3,5,7
/proc/10888/task/10900/stat : 10900 (java) S 10886 10886 10284 0 -1 1077944384 7557 0 0 0 78 1 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053671422576 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10901] ppid=10886 vsize=15417412 memory=9592 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10901/stat : 10901 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053670370016 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10902] ppid=10886 vsize=15417412 memory=1448 CPUtime=0.32 cores=1,3,5,7
/proc/10888/task/10902/stat : 10902 (java) S 10886 10886 10284 0 -1 1077944384 857 0 0 0 0 32 0 0 20 0 19 0 446161611 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053669317296 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10904] ppid=10886 vsize=15417412 memory=2269948 CPUtime=576.5 cores=1,3,5,7
/proc/10888/task/10904/stat : 10904 (java) R 10886 10886 10284 0 -1 4202560 2274 0 0 0 57647 3 0 0 20 0 19 0 446161783 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053660101232 140054193462288 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10905] ppid=10886 vsize=15417412 memory=2269948 CPUtime=575.55 cores=1,3,5,7
/proc/10888/task/10905/stat : 10905 (java) R 10886 10886 10284 0 -1 4202560 11653 0 0 0 57536 19 0 0 20 0 19 0 446161783 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053659045344 140053803564617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10906] ppid=10886 vsize=15417412 memory=1408 CPUtime=575.7 cores=1,3,5,7
/proc/10888/task/10906/stat : 10906 (java) R 10886 10886 10284 0 -1 4202560 1376 0 0 0 57569 1 0 0 20 0 19 0 446161783 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053657993592 140053808088298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10907] ppid=10886 vsize=15417412 memory=3436 CPUtime=578.5 cores=1,3,5,7
/proc/10888/task/10907/stat : 10907 (java) R 10886 10886 10284 0 -1 4202560 8310 0 0 0 57841 9 0 0 20 0 19 0 446161784 15787429888 567487 33554432000 4194304 4196468 140729433248256 140053656941624 140053803565021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
Current children cumulated CPU time: 2316.07 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2271396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.602 s]
/proc/loadavg: 6.89 7.10 7.18 9/235 11043
/proc/meminfo: memFree=15600640/32770624 swapFree=66953076/67108860
[pid=10886] ppid=10883 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/10886/stat : 10886 (xcsp3-exec) S 10883 10886 10284 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446161605 115843072 362 33554432000 4194304 5098028 140724278161312 140724278159416 139776282763900 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 8736768 140724278170490 140724278170733 140724278170733 140724278173642 0
/proc/10886/statm: 28282 362 304 221 0 87 0
[pid=10888] ppid=10886 vsize=15417412 memory=2282696 CPUtime=2520.31 cores=1,3,5,7
/proc/10888/stat : 10888 (java) S 10886 10886 10284 0 -1 1077944320 76966 0 0 0 251955 76 0 0 20 0 19 0 446161605 15787429888 570674 33554432000 4194304 4196468 140729433248256 140729433230800 140054209085175 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
/proc/10888/statm: 3854353 570674 3522 1 0 3815453 0
[pid=10888/tid=10889] ppid=10886 vsize=15417412 memory=3624 CPUtime=1.7 cores=1,3,5,7
/proc/10888/task/10889/stat : 10889 (java) S 10886 10886 10284 0 -1 1077944384 9181 0 0 0 165 5 0 0 20 0 19 0 446161606 15787429888 570674 33554432000 4194304 4196468 140729433248256 140054213325952 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10890] ppid=10886 vsize=15417412 memory=48068 CPUtime=0.26 cores=1,3,5,7
/proc/10888/task/10890/stat : 10890 (java) S 10886 10886 10284 0 -1 1077944384 1867 0 0 0 19 7 0 0 20 0 19 0 446161606 15787429888 570674 33554432000 4194304 4196468 140729433248256 140054120742032 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10891] ppid=10886 vsize=15417412 memory=1448 CPUtime=0.27 cores=1,3,5,7
/proc/10888/task/10891/stat : 10891 (java) S 10886 10886 10284 0 -1 1077944384 1670 0 0 0 20 7 0 0 20 0 19 0 446161606 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053800021008 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10892] ppid=10886 vsize=15417412 memory=2282696 CPUtime=0.27 cores=1,3,5,7
/proc/10888/task/10892/stat : 10892 (java) S 10886 10886 10284 0 -1 1077944384 1333 0 0 0 20 7 0 0 20 0 19 0 446161606 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053798968208 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10893] ppid=10886 vsize=15417412 memory=3624 CPUtime=0.27 cores=1,3,5,7
/proc/10888/task/10893/stat : 10893 (java) S 10886 10886 10284 0 -1 1077944384 1717 0 0 0 20 7 0 0 20 0 19 0 446161606 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053797915408 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10894] ppid=10886 vsize=15417412 memory=48068 CPUtime=0.05 cores=1,3,5,7
/proc/10888/task/10894/stat : 10894 (java) S 10886 10886 10284 0 -1 1077944384 3300 0 0 0 3 2 0 0 20 0 19 0 446161608 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053677738352 140054209096322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10895] ppid=10886 vsize=15417412 memory=988 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10895/stat : 10895 (java) S 10886 10886 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446161608 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053676684384 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10896] ppid=10886 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10896/stat : 10896 (java) S 10886 10886 10284 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 19 0 446161608 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053675631488 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10897] ppid=10886 vsize=15417412 memory=1764 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10897/stat : 10897 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446161611 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053674579792 140054209103771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10898] ppid=10886 vsize=15417412 memory=111632 CPUtime=3.15 cores=1,3,5,7
/proc/10888/task/10898/stat : 10898 (java) S 10886 10886 10284 0 -1 1077944384 12628 0 0 0 314 1 0 0 20 0 19 0 446161611 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053673528176 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10899] ppid=10886 vsize=15417412 memory=1448 CPUtime=2.67 cores=1,3,5,7
/proc/10888/task/10899/stat : 10899 (java) S 10886 10886 10284 0 -1 1077944384 10619 0 0 0 266 1 0 0 20 0 19 0 446161611 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053672475376 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10900] ppid=10886 vsize=15417412 memory=2282696 CPUtime=0.79 cores=1,3,5,7
/proc/10888/task/10900/stat : 10900 (java) S 10886 10886 10284 0 -1 1077944384 7565 0 0 0 78 1 0 0 20 0 19 0 446161611 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053671422576 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10901] ppid=10886 vsize=15417412 memory=2024 CPUtime=0 cores=1,3,5,7
/proc/10888/task/10901/stat : 10901 (java) S 10886 10886 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446161611 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053670370016 140054209095381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10902] ppid=10886 vsize=15417412 memory=-3622645143214314312 CPUtime=0.35 cores=1,3,5,7
/proc/10888/task/10902/stat : 10902 (java) S 10886 10886 10284 0 -1 1077944384 885 0 0 0 0 35 0 0 20 0 19 0 446161611 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053669317296 140054209096322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10904] ppid=10886 vsize=15417412 memory=1448 CPUtime=627.62 cores=1,3,5,7
/proc/10888/task/10904/stat : 10904 (java) R 10886 10886 10284 0 -1 4202560 2442 0 0 0 62759 3 0 0 20 0 19 0 446161783 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053660097928 140053807121610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10905] ppid=10886 vsize=15417412 memory=2282696 CPUtime=626.83 cores=1,3,5,7
/proc/10888/task/10905/stat : 10905 (java) R 10886 10886 10284 0 -1 4202560 12133 0 0 0 62664 19 0 0 20 0 19 0 446161783 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053659048384 140053803565021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10906] ppid=10886 vsize=15417412 memory=2282696 CPUtime=626.35 cores=1,3,5,7
/proc/10888/task/10906/stat : 10906 (java) R 10886 10886 10284 0 -1 4202560 1486 0 0 0 62634 1 0 0 20 0 19 0 446161783 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053657992624 140053807329318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
[pid=10888/tid=10907] ppid=10886 vsize=15417412 memory=6791534058613427641 CPUtime=629.59 cores=1,3,5,7
/proc/10888/task/10907/stat : 10907 (java) R 10886 10886 10284 0 -1 4202560 8841 0 0 0 62950 9 0 0 20 0 19 0 446161784 15787429888 570674 33554432000 4194304 4196468 140729433248256 140053656941032 140053808758752 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37150720 140729433256943 140729433257114 140729433257114 140729433259983 0
Current children cumulated CPU time: 2520.31 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2284144 KiB

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

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

[startup+633.7 s]
# the end of solver process 10888 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.88 s, system=0.775522 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): 633.7
CPU time (s): 2520.66
CPU user time (s): 2519.88
CPU system time (s): 0.775522
CPU usage (%): 397.768
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 2284144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.88
system time used= 0.775522
maximum resident set size= 2284824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78473
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16275
involuntary context switches= 39103


# summary of solver processes directly reported to runsolver:
#   pid: 10886,10888
#   total CPU time (s): 2520.66
#   total CPU user time (s): 2519.88
#   total CPU system time (s): 0.775522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.19508 second user time and 7.32602 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 07:41:27
IDJOB=4399059
IDBENCH=135026
IDSOLVER=2853
FILE ID=node127/4399059-1568698927
RUNJOBID= node127-1568698608-10316
PBS_JOBID= 21703817
Free space on /tmp= 61288 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K097.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-4399059-1568698927/watcher-4399059-1568698927 -o /tmp/evaluation-result-4399059-1568698927/solver-4399059-1568698927 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568698608-10316 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2104999185 HOME/instance-4399059-1568698927.xml

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

MD5SUM BENCH= c736c64a10dc2dd55507b217b8552514
RANDOM SEED=2104999185

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:        29498768 kB
MemAvailable:   30661724 kB
Buffers:           91672 kB
Cached:          1355936 kB
SwapCached:        51464 kB
Active:          1696628 kB
Inactive:         975476 kB
Active(anon):    1183936 kB
Inactive(anon):    89864 kB
Active(file):     512692 kB
Inactive(file):   885612 kB
Unevictable:      110608 kB
Mlocked:          110608 kB
SwapTotal:      67108860 kB
SwapFree:       66953076 kB
Dirty:             26516 kB
Writeback:            12 kB
AnonPages:       1285056 kB
Mapped:            60764 kB
Shmem:             40672 kB
Slab:             190904 kB
SReclaimable:     160976 kB
SUnreclaim:        29928 kB
KernelStack:        3808 kB
PageTables:         7688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3380424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1179648 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= 61260 MiB
End job on node127 at 2019-09-17 07:52:01