Trace number 4399042

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.7 633.9

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K106.xml
MD5SUM5d95bf0924f574ebe5a8a8a61c057e43
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 benchmark53.7139
Satisfiable
(Un)Satisfiability was proved
Number of variables7208
Number of constraints7422
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7208}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":183},{"degree":5,"count":1276},{"degree":6,"count":2825},{"degree":7,"count":1774},{"degree":8,"count":731},{"degree":9,"count":210},{"degree":10,"count":208}]
Minimum constraint arity1
Maximum constraint arity106
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1365},{"arity":3,"count":2835},{"arity":4,"count":1890},{"arity":5,"count":630},{"arity":6,"count":210},{"arity":7,"count":210},{"arity":68,"count":212},{"arity":106,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7422}]
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-4399042-1568698950.xml"  -tl '2520s' -p 4
0.13/0.19	c Choco e747e1e
0.13/0.20	c [HOME/instance-4399042-1568698950.xml, -tl, 2520s, -p, 4]
0.34/0.24	c 4 solvers in parallel
0.34/0.31	c parse instance...
5.53/1.99	c solve instance...
2520.37/633.86	s UNKNOWN
2520.37/633.86	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: 16375 MiB (14416 MiB free)
  memory of node 1: 16384 MiB (15062 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399042-1568698950/watcher-4399042-1568698950 -o /tmp/evaluation-result-4399042-1568698950/solver-4399042-1568698950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568694541-4847 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 126265465 HOME/instance-4399042-1568698950.xml 

running on 4 cores: 0-3

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=16771, runsolver pid=16768
Current StackSize limit: 8192 KiB


[startup+0.104782 s]*
/proc/loadavg: 8.17 8.52 8.45 6/235 16787
/proc/meminfo: memFree=30170416/32770688 swapFree=66961208/67108860
[pid=16771] ppid=16768 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/16771/stat : 16771 (xcsp3-exec) S 16768 16771 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445836660 115843072 362 33554432000 4194304 5098028 140730815438912 140730815437016 139908556210812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18866176 140730815447931 140730815448173 140730815448173 140730815451082 0
/proc/16771/statm: 28282 362 304 221 0 87 0
[pid=16773] ppid=16771 vsize=15144776 memory=28896 CPUtime=0.13 cores=0-3
/proc/16773/stat : 16773 (java) S 16771 16771 4816 0 -1 1077944320 5684 0 0 0 12 1 0 0 20 0 15 0 445836660 15508250624 7224 33554432000 4194304 4196468 140735909206816 140735909189360 140449227632375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
/proc/16773/statm: 3786194 7224 3119 1 0 3748377 0
[pid=16773/tid=16774] ppid=16771 vsize=15144776 memory=8252428994737482315 CPUtime=0.1 cores=0-3
/proc/16773/task/16774/stat : 16774 (java) R 16771 16771 4816 0 -1 4202560 3585 0 0 0 9 1 0 0 20 0 15 0 445836660 15508250624 7224 33554432000 4194304 4196468 140735909206816 140449231865152 140449227644310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16775] ppid=16771 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0-3
/proc/16773/task/16775/stat : 16775 (java) S 16771 16771 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445836661 15508250624 7224 33554432000 4194304 4196468 140735909206816 140449190738448 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16776] ppid=16771 vsize=15144776 memory=140678484002432 CPUtime=0 cores=0-3
/proc/16773/task/16776/stat : 16776 (java) S 16771 16771 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445836661 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448818453136 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16777] ppid=16771 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16777/stat : 16777 (java) S 16771 16771 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445836661 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448817400080 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16778] ppid=16771 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/16773/task/16778/stat : 16778 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836661 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448816347536 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16779] ppid=16771 vsize=15144776 memory=140678484002432 CPUtime=0 cores=0-3
/proc/16773/task/16779/stat : 16779 (java) S 16771 16771 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445836663 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448788019952 140449227643522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16780] ppid=16771 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/16773/task/16780/stat : 16780 (java) S 16771 16771 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445836663 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448718907040 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16781] ppid=16771 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16781/stat : 16781 (java) S 16771 16771 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445836663 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448717853936 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16782] ppid=16771 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16782/stat : 16782 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836666 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448716802512 140449227650971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16783] ppid=16771 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16783/stat : 16783 (java) S 16771 16771 4816 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 445836666 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448715749616 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16784] ppid=16771 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/16773/task/16784/stat : 16784 (java) S 16771 16771 4816 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 445836666 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448714697072 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16785] ppid=16771 vsize=15144776 memory=140678484002432 CPUtime=0.02 cores=0-3
/proc/16773/task/16785/stat : 16785 (java) R 16771 16771 4816 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 15 0 445836666 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448713644016 140449206559400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16786] ppid=16771 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/16773/task/16786/stat : 16786 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836666 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448712591712 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16787] ppid=16771 vsize=15144776 memory=140678484002432 CPUtime=0 cores=0-3
/proc/16773/task/16787/stat : 16787 (java) S 16771 16771 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445836667 15508250624 7224 33554432000 4194304 4196468 140735909206816 140448711539760 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30344 KiB

[startup+0.211726 s]*
/proc/loadavg: 8.17 8.52 8.45 6/235 16787
/proc/meminfo: memFree=30157376/32770688 swapFree=66961208/67108860
[pid=16771] ppid=16768 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/16771/stat : 16771 (xcsp3-exec) S 16768 16771 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445836660 115843072 362 33554432000 4194304 5098028 140730815438912 140730815437016 139908556210812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18866176 140730815447931 140730815448173 140730815448173 140730815451082 0
/proc/16771/statm: 28282 362 304 221 0 87 0
[pid=16773] ppid=16771 vsize=15144776 memory=40344 CPUtime=0.34 cores=0-3
/proc/16773/stat : 16773 (java) S 16771 16771 4816 0 -1 1077944320 9297 0 0 0 31 3 0 0 20 0 15 0 445836660 15508250624 10086 33554432000 4194304 4196468 140735909206816 140735909189360 140449227632375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
/proc/16773/statm: 3786194 10086 3308 1 0 3748377 0
[pid=16773/tid=16774] ppid=16771 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0-3
/proc/16773/task/16774/stat : 16774 (java) R 16771 16771 4816 0 -1 4202560 6559 0 0 0 18 2 0 0 20 0 15 0 445836660 15508250624 10086 33554432000 4194304 4196468 140735909206816 140449231866256 140449227644310 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16775] ppid=16771 vsize=15144776 memory=9642 CPUtime=0 cores=0-3
/proc/16773/task/16775/stat : 16775 (java) S 16771 16771 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445836661 15508250624 10086 33554432000 4194304 4196468 140735909206816 140449190738448 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16776] ppid=16771 vsize=15144776 memory=3617857482040558126 CPUtime=0 cores=0-3
/proc/16773/task/16776/stat : 16776 (java) S 16771 16771 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445836661 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448818453136 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16777] ppid=16771 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16777/stat : 16777 (java) S 16771 16771 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445836661 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448817400080 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16778] ppid=16771 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/16773/task/16778/stat : 16778 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836661 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448816347536 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16779] ppid=16771 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16779/stat : 16779 (java) S 16771 16771 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445836663 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448788019952 140449227643522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16780] ppid=16771 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/16773/task/16780/stat : 16780 (java) S 16771 16771 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445836663 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448718907040 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16781] ppid=16771 vsize=15144776 memory=140678484002432 CPUtime=0 cores=0-3
/proc/16773/task/16781/stat : 16781 (java) S 16771 16771 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445836663 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448717853936 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16782] ppid=16771 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/16773/task/16782/stat : 16782 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836666 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448716802512 140449227650971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16783] ppid=16771 vsize=15144776 memory=0 CPUtime=0.03 cores=0-3
/proc/16773/task/16783/stat : 16783 (java) R 16771 16771 4816 0 -1 1077944384 470 0 0 0 3 0 0 0 20 0 15 0 445836666 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448715749616 140449227643522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16784] ppid=16771 vsize=15144776 memory=-1 CPUtime=0.01 cores=0-3
/proc/16773/task/16784/stat : 16784 (java) S 16771 16771 4816 0 -1 1077944384 151 0 0 0 1 0 0 0 20 0 15 0 445836666 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448714697072 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16785] ppid=16771 vsize=15144776 memory=0 CPUtime=0.07 cores=0-3
/proc/16773/task/16785/stat : 16785 (java) R 16771 16771 4816 0 -1 4202560 812 0 0 0 7 0 0 0 20 0 15 0 445836666 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448713639776 140449212489178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16786] ppid=16771 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16786/stat : 16786 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836666 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448712591712 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16787] ppid=16771 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16787/stat : 16787 (java) S 16771 16771 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445836667 15508250624 10086 33554432000 4194304 4196468 140735909206816 140448711539760 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41792 KiB

[startup+0.311674 s]*
/proc/loadavg: 8.17 8.52 8.45 6/235 16787
/proc/meminfo: memFree=30152152/32770688 swapFree=66961208/67108860
[pid=16771] ppid=16768 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/16771/stat : 16771 (xcsp3-exec) S 16768 16771 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445836660 115843072 362 33554432000 4194304 5098028 140730815438912 140730815437016 139908556210812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18866176 140730815447931 140730815448173 140730815448173 140730815451082 0
/proc/16771/statm: 28282 362 304 221 0 87 0
[pid=16773] ppid=16771 vsize=15149032 memory=46984 CPUtime=0.52 cores=0-3
/proc/16773/stat : 16773 (java) S 16771 16771 4816 0 -1 1077944320 10536 0 0 0 48 4 0 0 20 0 15 0 445836660 15512608768 11746 33554432000 4194304 4196468 140735909206816 140735909189360 140449227632375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
/proc/16773/statm: 3787258 11746 3344 1 0 3748377 0
[pid=16773/tid=16774] ppid=16771 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0-3
/proc/16773/task/16774/stat : 16774 (java) R 16771 16771 4816 0 -1 4202560 7560 0 0 0 27 3 0 0 20 0 15 0 445836660 15512608768 11746 33554432000 4194304 4196468 140735909206816 140449231853888 140449211712862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16775] ppid=16771 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16775/stat : 16775 (java) S 16771 16771 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445836661 15512608768 11746 33554432000 4194304 4196468 140735909206816 140449190738448 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16776] ppid=16771 vsize=15149032 memory=3546644300047857308 CPUtime=0 cores=0-3
/proc/16773/task/16776/stat : 16776 (java) S 16771 16771 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445836661 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448818453136 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16777] ppid=16771 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16777/stat : 16777 (java) S 16771 16771 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445836661 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448817400080 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16778] ppid=16771 vsize=15149032 memory=-1 CPUtime=0 cores=0-3
/proc/16773/task/16778/stat : 16778 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836661 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448816347536 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16779] ppid=16771 vsize=15149032 memory=140678484002432 CPUtime=0 cores=0-3
/proc/16773/task/16779/stat : 16779 (java) S 16771 16771 4816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445836663 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448788019952 140449227643522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16780] ppid=16771 vsize=15149032 memory=-1 CPUtime=0 cores=0-3
/proc/16773/task/16780/stat : 16780 (java) S 16771 16771 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445836663 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448718907040 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16781] ppid=16771 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16781/stat : 16781 (java) S 16771 16771 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445836663 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448717853936 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16782] ppid=16771 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/16773/task/16782/stat : 16782 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836666 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448716802512 140449227650971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16783] ppid=16771 vsize=15149032 memory=0 CPUtime=0.05 cores=0-3
/proc/16773/task/16783/stat : 16783 (java) S 16771 16771 4816 0 -1 1077944384 490 0 0 0 5 0 0 0 20 0 15 0 445836666 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448715749616 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16784] ppid=16771 vsize=15149032 memory=-1 CPUtime=0.02 cores=0-3
/proc/16773/task/16784/stat : 16784 (java) S 16771 16771 4816 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 15 0 445836666 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448714697072 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16785] ppid=16771 vsize=15149032 memory=140678484002432 CPUtime=0.12 cores=0-3
/proc/16773/task/16785/stat : 16785 (java) R 16771 16771 4816 0 -1 4202560 967 0 0 0 12 0 0 0 20 0 15 0 445836666 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448713644016 140449227653722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16786] ppid=16771 vsize=15149032 memory=-1 CPUtime=0 cores=0-3
/proc/16773/task/16786/stat : 16786 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836666 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448712591712 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16787] ppid=16771 vsize=15149032 memory=140678484002432 CPUtime=0 cores=0-3
/proc/16773/task/16787/stat : 16787 (java) S 16771 16771 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445836667 15512608768 11746 33554432000 4194304 4196468 140735909206816 140448711539760 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48432 KiB

[startup+0.701792 s]
/proc/loadavg: 8.17 8.52 8.45 9/235 16787
/proc/meminfo: memFree=30131636/32770688 swapFree=66961208/67108860
[pid=16771] ppid=16768 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/16771/stat : 16771 (xcsp3-exec) S 16768 16771 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445836660 115843072 362 33554432000 4194304 5098028 140730815438912 140730815437016 139908556210812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18866176 140730815447931 140730815448173 140730815448173 140730815451082 0
/proc/16771/statm: 28282 362 304 221 0 87 0
[pid=16773] ppid=16771 vsize=15151156 memory=107176 CPUtime=1.71 cores=0-3
/proc/16773/stat : 16773 (java) S 16771 16771 4816 0 -1 1077944320 13846 0 0 0 165 6 0 0 20 0 15 0 445836660 15514783744 26794 33554432000 4194304 4196468 140735909206816 140735909189360 140449227632375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
/proc/16773/statm: 3787789 26794 3441 1 0 3748889 0
[pid=16773/tid=16774] ppid=16771 vsize=15151156 memory=2120 CPUtime=0.67 cores=0-3
/proc/16773/task/16774/stat : 16774 (java) R 16771 16771 4816 0 -1 4202560 8343 0 0 0 63 4 0 0 20 0 15 0 445836660 15514783744 26794 33554432000 4194304 4196468 140735909206816 140449231867872 140448866607167 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16775] ppid=16771 vsize=15151156 memory=496 CPUtime=0 cores=0-3
/proc/16773/task/16775/stat : 16775 (java) S 16771 16771 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445836661 15514783744 26794 33554432000 4194304 4196468 140735909206816 140449190738448 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16776] ppid=16771 vsize=15151156 memory=1556 CPUtime=0 cores=0-3
/proc/16773/task/16776/stat : 16776 (java) S 16771 16771 4816 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445836661 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448818453136 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16777] ppid=16771 vsize=15151156 memory=928 CPUtime=0 cores=0-3
/proc/16773/task/16777/stat : 16777 (java) S 16771 16771 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445836661 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448817400080 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16778] ppid=16771 vsize=15151156 memory=1628 CPUtime=0 cores=0-3
/proc/16773/task/16778/stat : 16778 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836661 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448816347536 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16779] ppid=16771 vsize=15151156 memory=796 CPUtime=0 cores=0-3
/proc/16773/task/16779/stat : 16779 (java) S 16771 16771 4816 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445836663 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448788019952 140449227643522 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16780] ppid=16771 vsize=15151156 memory=1444 CPUtime=0 cores=0-3
/proc/16773/task/16780/stat : 16780 (java) S 16771 16771 4816 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445836663 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448718907040 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16781] ppid=16771 vsize=15151156 memory=1984 CPUtime=0 cores=0-3
/proc/16773/task/16781/stat : 16781 (java) S 16771 16771 4816 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445836663 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448717853936 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16782] ppid=16771 vsize=15151156 memory=2424 CPUtime=0 cores=0-3
/proc/16773/task/16782/stat : 16782 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836666 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448716802512 140449227650971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16783] ppid=16771 vsize=15151156 memory=7302135314614015844 CPUtime=0.34 cores=0-3
/proc/16773/task/16783/stat : 16783 (java) R 16771 16771 4816 0 -1 4202560 1347 0 0 0 34 0 0 0 20 0 15 0 445836666 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448715735640 140449209175726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16784] ppid=16771 vsize=15151156 memory=7373048330234060906 CPUtime=0.35 cores=0-3
/proc/16773/task/16784/stat : 16784 (java) R 16771 16771 4816 0 -1 4202560 1108 0 0 0 35 0 0 0 20 0 15 0 445836666 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448714683088 140449209176551 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16785] ppid=16771 vsize=15151156 memory=7368002589315584080 CPUtime=0.32 cores=0-3
/proc/16773/task/16785/stat : 16785 (java) S 16771 16771 4816 0 -1 1077944384 1739 0 0 0 32 0 0 0 20 0 15 0 445836666 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448713644016 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16786] ppid=16771 vsize=15151156 memory=4638778406923096400 CPUtime=0 cores=0-3
/proc/16773/task/16786/stat : 16786 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445836666 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448712591712 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16787] ppid=16771 vsize=15151156 memory=7956009407713273195 CPUtime=0 cores=0-3
/proc/16773/task/16787/stat : 16787 (java) S 16771 16771 4816 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445836667 15514783744 26794 33554432000 4194304 4196468 140735909206816 140448711539760 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 108624 KiB

[startup+1.50088 s]
/proc/loadavg: 8.17 8.52 8.45 9/235 16788
/proc/meminfo: memFree=30036244/32770688 swapFree=66961208/67108860
[pid=16771] ppid=16768 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/16771/stat : 16771 (xcsp3-exec) S 16768 16771 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445836660 115843072 362 33554432000 4194304 5098028 140730815438912 140730815437016 139908556210812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18866176 140730815447931 140730815448173 140730815448173 140730815451082 0
/proc/16771/statm: 28282 362 304 221 0 87 0

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

/proc/16773/stat : 16773 (java) S 16771 16771 4816 0 -1 1077944320 77949 0 0 0 207580 76 0 0 20 0 19 0 445836660 15787429888 566116 33554432000 4194304 4196468 140735909206816 140735909189360 140449227632375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
/proc/16773/statm: 3854353 566116 3522 1 0 3815453 0
[pid=16773/tid=16774] ppid=16771 vsize=15417412 memory=2264464 CPUtime=1.93 cores=0-3
/proc/16773/task/16774/stat : 16774 (java) S 16771 16771 4816 0 -1 1077944384 10645 0 0 0 185 8 0 0 20 0 19 0 445836660 15787429888 566116 33554432000 4194304 4196468 140735909206816 140449231873152 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16775] ppid=16771 vsize=15417412 memory=2264464 CPUtime=0.24 cores=0-3
/proc/16773/task/16775/stat : 16775 (java) S 16771 16771 4816 0 -1 1077944384 2366 0 0 0 17 7 0 0 20 0 19 0 445836661 15787429888 566116 33554432000 4194304 4196468 140735909206816 140449190738448 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16776] ppid=16771 vsize=15417412 memory=1448 CPUtime=0.25 cores=0-3
/proc/16773/task/16776/stat : 16776 (java) S 16771 16771 4816 0 -1 1077944384 1084 0 0 0 18 7 0 0 20 0 19 0 445836661 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448818453136 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16777] ppid=16771 vsize=15417412 memory=2264464 CPUtime=0.26 cores=0-3
/proc/16773/task/16777/stat : 16777 (java) S 16771 16771 4816 0 -1 1077944384 1965 0 0 0 19 7 0 0 20 0 19 0 445836661 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448817400080 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16778] ppid=16771 vsize=15417412 memory=3060 CPUtime=0.25 cores=0-3
/proc/16773/task/16778/stat : 16778 (java) S 16771 16771 4816 0 -1 1077944384 969 0 0 0 19 6 0 0 20 0 19 0 445836661 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448816347536 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16779] ppid=16771 vsize=15417412 memory=1452 CPUtime=0.04 cores=0-3
/proc/16773/task/16779/stat : 16779 (java) S 16771 16771 4816 0 -1 1077944384 3137 0 0 0 2 2 0 0 20 0 19 0 445836663 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448788019952 140449227643522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16780] ppid=16771 vsize=15417412 memory=2264464 CPUtime=0 cores=0-3
/proc/16773/task/16780/stat : 16780 (java) S 16771 16771 4816 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445836663 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448718907104 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16781] ppid=16771 vsize=15417412 memory=1448 CPUtime=0 cores=0-3
/proc/16773/task/16781/stat : 16781 (java) S 16771 16771 4816 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 445836663 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448717853952 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16782] ppid=16771 vsize=15417412 memory=1448 CPUtime=0 cores=0-3
/proc/16773/task/16782/stat : 16782 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445836666 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448716802512 140449227650971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16783] ppid=16771 vsize=15417412 memory=1448 CPUtime=2.85 cores=0-3
/proc/16773/task/16783/stat : 16783 (java) S 16771 16771 4816 0 -1 1077944384 11838 0 0 0 284 1 0 0 20 0 19 0 445836666 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448715749616 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16784] ppid=16771 vsize=15417412 memory=50587 CPUtime=3.33 cores=0-3
/proc/16773/task/16784/stat : 16784 (java) S 16771 16771 4816 0 -1 1077944384 15490 0 0 0 331 2 0 0 20 0 19 0 445836666 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448714697072 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16785] ppid=16771 vsize=15417412 memory=50772 CPUtime=0.8 cores=0-3
/proc/16773/task/16785/stat : 16785 (java) S 16771 16771 4816 0 -1 1077944384 7378 0 0 0 79 1 0 0 20 0 19 0 445836666 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448713644016 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16786] ppid=16771 vsize=15417412 memory=1448 CPUtime=0 cores=0-3
/proc/16773/task/16786/stat : 16786 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445836666 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448712591712 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16787] ppid=16771 vsize=15417412 memory=2264464 CPUtime=0.25 cores=0-3
/proc/16773/task/16787/stat : 16787 (java) S 16771 16771 4816 0 -1 1077944384 566 0 0 0 0 25 0 0 20 0 19 0 445836667 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448711539760 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16789] ppid=16771 vsize=15417412 memory=2832 CPUtime=516.28 cores=0-3
/proc/16773/task/16789/stat : 16789 (java) R 16771 16771 4816 0 -1 4202560 2097 0 0 0 51626 2 0 0 20 0 19 0 445836861 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448702562120 140448870669618 0 4 0 16800975 0 0 0 -1 0 0 0 26 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16790] ppid=16771 vsize=15417412 memory=1564 CPUtime=518.13 cores=0-3
/proc/16773/task/16790/stat : 16790 (java) R 16771 16771 4816 0 -1 4202560 11219 0 0 0 51798 15 0 0 20 0 19 0 445836861 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448701505800 140448872040596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16791] ppid=16771 vsize=15417412 memory=1448 CPUtime=516.45 cores=0-3
/proc/16773/task/16791/stat : 16791 (java) R 16771 16771 4816 0 -1 4202560 995 0 0 0 51640 5 0 0 20 0 19 0 445836861 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448700457640 140448871421898 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16792] ppid=16771 vsize=15417412 memory=2264464 CPUtime=515.37 cores=0-3
/proc/16773/task/16792/stat : 16792 (java) R 16771 16771 4816 0 -1 4202560 6802 0 0 0 51528 9 0 0 20 0 19 0 445836862 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448699404016 140448870343661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
Current children cumulated CPU time: 2076.56 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2265912 KiB

[startup+582.312 s]
/proc/loadavg: 6.11 6.99 7.86 6/234 18099
/proc/meminfo: memFree=17421120/32770688 swapFree=66961208/67108860
[pid=16771] ppid=16768 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/16771/stat : 16771 (xcsp3-exec) S 16768 16771 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445836660 115843072 362 33554432000 4194304 5098028 140730815438912 140730815437016 139908556210812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18866176 140730815447931 140730815448173 140730815448173 140730815451082 0
/proc/16771/statm: 28282 362 304 221 0 87 0
[pid=16773] ppid=16771 vsize=15417412 memory=2264464 CPUtime=2315.4 cores=0-3
/proc/16773/stat : 16773 (java) S 16771 16771 4816 0 -1 1077944320 79691 0 0 0 231464 76 0 0 20 0 19 0 445836660 15787429888 566116 33554432000 4194304 4196468 140735909206816 140735909189360 140449227632375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
/proc/16773/statm: 3854353 566116 3522 1 0 3815453 0
[pid=16773/tid=16774] ppid=16771 vsize=15417412 memory=2264464 CPUtime=1.93 cores=0-3
/proc/16773/task/16774/stat : 16774 (java) S 16771 16771 4816 0 -1 1077944384 10645 0 0 0 185 8 0 0 20 0 19 0 445836660 15787429888 566116 33554432000 4194304 4196468 140735909206816 140449231873152 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16775] ppid=16771 vsize=15417412 memory=2264464 CPUtime=0.24 cores=0-3
/proc/16773/task/16775/stat : 16775 (java) S 16771 16771 4816 0 -1 1077944384 2366 0 0 0 17 7 0 0 20 0 19 0 445836661 15787429888 566116 33554432000 4194304 4196468 140735909206816 140449190738448 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16776] ppid=16771 vsize=15417412 memory=2264464 CPUtime=0.25 cores=0-3
/proc/16773/task/16776/stat : 16776 (java) S 16771 16771 4816 0 -1 1077944384 1084 0 0 0 18 7 0 0 20 0 19 0 445836661 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448818453136 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16777] ppid=16771 vsize=15417412 memory=2264464 CPUtime=0.26 cores=0-3
/proc/16773/task/16777/stat : 16777 (java) S 16771 16771 4816 0 -1 1077944384 1965 0 0 0 19 7 0 0 20 0 19 0 445836661 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448817400080 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16778] ppid=16771 vsize=15417412 memory=2264464 CPUtime=0.25 cores=0-3
/proc/16773/task/16778/stat : 16778 (java) S 16771 16771 4816 0 -1 1077944384 969 0 0 0 19 6 0 0 20 0 19 0 445836661 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448816347536 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16779] ppid=16771 vsize=15417412 memory=2264464 CPUtime=0.05 cores=0-3
/proc/16773/task/16779/stat : 16779 (java) S 16771 16771 4816 0 -1 1077944384 3145 0 0 0 3 2 0 0 20 0 19 0 445836663 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448788019952 140449227643522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16780] ppid=16771 vsize=15417412 memory=1448 CPUtime=0 cores=0-3
/proc/16773/task/16780/stat : 16780 (java) S 16771 16771 4816 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445836663 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448718907104 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16781] ppid=16771 vsize=15417412 memory=164 CPUtime=0 cores=0-3
/proc/16773/task/16781/stat : 16781 (java) S 16771 16771 4816 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 445836663 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448717853952 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16782] ppid=16771 vsize=15417412 memory=1448 CPUtime=0 cores=0-3
/proc/16773/task/16782/stat : 16782 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445836666 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448716802512 140449227650971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16783] ppid=16771 vsize=15417412 memory=1448 CPUtime=2.85 cores=0-3
/proc/16773/task/16783/stat : 16783 (java) S 16771 16771 4816 0 -1 1077944384 11845 0 0 0 284 1 0 0 20 0 19 0 445836666 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448715749616 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16784] ppid=16771 vsize=15417412 memory=1448 CPUtime=3.33 cores=0-3
/proc/16773/task/16784/stat : 16784 (java) S 16771 16771 4816 0 -1 1077944384 15493 0 0 0 331 2 0 0 20 0 19 0 445836666 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448714697072 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16785] ppid=16771 vsize=15417412 memory=1448 CPUtime=0.8 cores=0-3
/proc/16773/task/16785/stat : 16785 (java) S 16771 16771 4816 0 -1 1077944384 7382 0 0 0 79 1 0 0 20 0 19 0 445836666 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448713644016 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16786] ppid=16771 vsize=15417412 memory=1448 CPUtime=0 cores=0-3
/proc/16773/task/16786/stat : 16786 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445836666 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448712591712 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16787] ppid=16771 vsize=15417412 memory=3612 CPUtime=0.3 cores=0-3
/proc/16773/task/16787/stat : 16787 (java) S 16771 16771 4816 0 -1 1077944384 594 0 0 0 0 30 0 0 20 0 19 0 445836667 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448711539760 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16789] ppid=16771 vsize=15417412 memory=3988 CPUtime=575.43 cores=0-3
/proc/16773/task/16789/stat : 16789 (java) R 16771 16771 4816 0 -1 4202560 2242 0 0 0 57541 2 0 0 20 0 19 0 445836861 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448702562120 140448870823800 0 4 0 16800975 0 0 0 -1 3 0 0 26 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16790] ppid=16771 vsize=15417412 memory=1088 CPUtime=578.14 cores=0-3
/proc/16773/task/16790/stat : 16790 (java) R 16771 16771 4816 0 -1 4202560 11976 0 0 0 57799 15 0 0 20 0 19 0 445836861 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448701505800 140448871884227 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16791] ppid=16771 vsize=15417412 memory=1448 CPUtime=576.14 cores=0-3
/proc/16773/task/16791/stat : 16791 (java) R 16771 16771 4816 0 -1 4202560 1135 0 0 0 57609 5 0 0 20 0 19 0 445836861 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448700457640 140448871421858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16792] ppid=16771 vsize=15417412 memory=2264464 CPUtime=575.33 cores=0-3
/proc/16773/task/16792/stat : 16792 (java) R 16771 16771 4816 0 -1 4202560 7452 0 0 0 57524 9 0 0 20 0 19 0 445836862 15787429888 566116 33554432000 4194304 4196468 140735909206816 140448699404016 140448870343661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
Current children cumulated CPU time: 2315.4 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2265912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.802 s]
/proc/loadavg: 6.39 6.93 7.79 6/234 18104
/proc/meminfo: memFree=16137404/32770688 swapFree=66961208/67108860
[pid=16771] ppid=16768 vsize=113128 memory=1448 CPUtime=0 cores=0-3
/proc/16771/stat : 16771 (xcsp3-exec) S 16768 16771 4816 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445836660 115843072 362 33554432000 4194304 5098028 140730815438912 140730815437016 139908556210812 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18866176 140730815447931 140730815448173 140730815448173 140730815451082 0
/proc/16771/statm: 28282 362 304 221 0 87 0
[pid=16773] ppid=16771 vsize=15417412 memory=2270568 CPUtime=2520.37 cores=0-3
/proc/16773/stat : 16773 (java) S 16771 16771 4816 0 -1 1077944320 82837 0 0 0 251957 80 0 0 20 0 19 0 445836660 15787429888 567642 33554432000 4194304 4196468 140735909206816 140735909189360 140449227632375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
/proc/16773/statm: 3854353 567642 3522 1 0 3815453 0
[pid=16773/tid=16774] ppid=16771 vsize=15417412 memory=1448 CPUtime=1.93 cores=0-3
/proc/16773/task/16774/stat : 16774 (java) S 16771 16771 4816 0 -1 1077944384 10645 0 0 0 185 8 0 0 20 0 19 0 445836660 15787429888 567642 33554432000 4194304 4196468 140735909206816 140449231873152 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16775] ppid=16771 vsize=15417412 memory=2270568 CPUtime=0.26 cores=0-3
/proc/16773/task/16775/stat : 16775 (java) S 16771 16771 4816 0 -1 1077944384 2452 0 0 0 18 8 0 0 20 0 19 0 445836661 15787429888 567642 33554432000 4194304 4196468 140735909206816 140449190738448 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16776] ppid=16771 vsize=15417412 memory=4420 CPUtime=0.27 cores=0-3
/proc/16773/task/16776/stat : 16776 (java) S 16771 16771 4816 0 -1 1077944384 1170 0 0 0 19 8 0 0 20 0 19 0 445836661 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448818453136 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16777] ppid=16771 vsize=15417412 memory=6628 CPUtime=0.29 cores=0-3
/proc/16773/task/16777/stat : 16777 (java) S 16771 16771 4816 0 -1 1077944384 2438 0 0 0 21 8 0 0 20 0 19 0 445836661 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448817400080 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16778] ppid=16771 vsize=15417412 memory=1448 CPUtime=0.27 cores=0-3
/proc/16773/task/16778/stat : 16778 (java) S 16771 16771 4816 0 -1 1077944384 1015 0 0 0 20 7 0 0 20 0 19 0 445836661 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448816347536 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16779] ppid=16771 vsize=15417412 memory=2270568 CPUtime=0.05 cores=0-3
/proc/16773/task/16779/stat : 16779 (java) S 16771 16771 4816 0 -1 1077944384 3390 0 0 0 3 2 0 0 20 0 19 0 445836663 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448788019952 140449227643522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16780] ppid=16771 vsize=15417412 memory=1708 CPUtime=0 cores=0-3
/proc/16773/task/16780/stat : 16780 (java) S 16771 16771 4816 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445836663 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448718907104 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16781] ppid=16771 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=0-3
/proc/16773/task/16781/stat : 16781 (java) S 16771 16771 4816 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 19 0 445836663 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448717853952 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16782] ppid=16771 vsize=15417412 memory=1056 CPUtime=0 cores=0-3
/proc/16773/task/16782/stat : 16782 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445836666 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448716802512 140449227650971 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16783] ppid=16771 vsize=15417412 memory=780 CPUtime=2.85 cores=0-3
/proc/16773/task/16783/stat : 16783 (java) S 16771 16771 4816 0 -1 1077944384 11854 0 0 0 284 1 0 0 20 0 19 0 445836666 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448715749616 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16784] ppid=16771 vsize=15417412 memory=2044 CPUtime=3.33 cores=0-3
/proc/16773/task/16784/stat : 16784 (java) S 16771 16771 4816 0 -1 1077944384 15496 0 0 0 331 2 0 0 20 0 19 0 445836666 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448714697072 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16785] ppid=16771 vsize=15417412 memory=1388 CPUtime=0.8 cores=0-3
/proc/16773/task/16785/stat : 16785 (java) S 16771 16771 4816 0 -1 1077944384 7386 0 0 0 79 1 0 0 20 0 19 0 445836666 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448713644016 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16786] ppid=16771 vsize=15417412 memory=1056 CPUtime=0 cores=0-3
/proc/16773/task/16786/stat : 16786 (java) S 16771 16771 4816 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445836666 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448712591712 140449227642581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16787] ppid=16771 vsize=15417412 memory=780 CPUtime=0.34 cores=0-3
/proc/16773/task/16787/stat : 16787 (java) S 16771 16771 4816 0 -1 1077944384 620 0 0 0 0 34 0 0 20 0 19 0 445836667 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448711539760 140449227643522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 44 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16789] ppid=16771 vsize=15417412 memory=6791534058613427641 CPUtime=625.91 cores=0-3
/proc/16773/task/16789/stat : 16789 (java) R 16771 16771 4816 0 -1 4202560 2355 0 0 0 62589 2 0 0 20 0 19 0 445836861 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448702557376 140448870705197 0 4 0 16800975 0 0 0 -1 3 0 0 26 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16790] ppid=16771 vsize=15417412 memory=2270568 CPUtime=629.61 cores=0-3
/proc/16773/task/16790/stat : 16790 (java) R 16771 16771 4816 0 -1 4202560 12477 0 0 0 62946 15 0 0 20 0 19 0 445836861 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448701506008 140448871884654 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16791] ppid=16771 vsize=15417412 memory=14008 CPUtime=627.59 cores=0-3
/proc/16773/task/16791/stat : 16791 (java) R 16771 16771 4816 0 -1 4202560 1255 0 0 0 62754 5 0 0 20 0 19 0 445836861 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448700453384 140448871421858 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
[pid=16773/tid=16792] ppid=16771 vsize=15417412 memory=22976 CPUtime=626.76 cores=0-3
/proc/16773/task/16792/stat : 16792 (java) R 16771 16771 4816 0 -1 4202560 8886 0 0 0 62666 10 0 0 20 0 19 0 445836862 15787429888 567642 33554432000 4194304 4196468 140735909206816 140448699402720 140448870343671 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33939456 140735909209071 140735909209242 140735909209242 140735909212111 0
Current children cumulated CPU time: 2520.37 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 2272016 KiB

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

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

[startup+633.899 s]
# the end of solver process 16773 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.87 s, system=0.829652 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.9
CPU time (s): 2520.7
CPU user time (s): 2519.87
CPU system time (s): 0.829652
CPU usage (%): 397.65
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 2272016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.87
system time used= 0.829652
maximum resident set size= 2291088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84098
page faults= 0
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16287
involuntary context switches= 31197


# summary of solver processes directly reported to runsolver:
#   pid: 16771,16773
#   total CPU time (s): 2520.7
#   total CPU user time (s): 2519.87
#   total CPU system time (s): 0.829652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.43418 second user time and 7.67945 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-17 07:41:49
IDJOB=4399042
IDBENCH=135046
IDSOLVER=2853
FILE ID=node116/4399042-1568698950
RUNJOBID= node116-1568694541-4847
PBS_JOBID= 21703807
Free space on /tmp= 61204 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K106.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-4399042-1568698950/watcher-4399042-1568698950 -o /tmp/evaluation-result-4399042-1568698950/solver-4399042-1568698950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568694541-4847 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 126265465 HOME/instance-4399042-1568698950.xml

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

MD5SUM BENCH= 5d95bf0924f574ebe5a8a8a61c057e43
RANDOM SEED=126265465

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        30186544 kB
MemAvailable:   31464708 kB
Buffers:          148940 kB
Cached:          1423072 kB
SwapCached:        46588 kB
Active:          1432724 kB
Inactive:         572132 kB
Active(anon):     386836 kB
Inactive(anon):    94964 kB
Active(file):    1045888 kB
Inactive(file):   477168 kB
Unevictable:      110568 kB
Mlocked:          110568 kB
SwapTotal:      67108860 kB
SwapFree:       66961208 kB
Dirty:             26376 kB
Writeback:             0 kB
AnonPages:        497492 kB
Mapped:            61124 kB
Shmem:             40292 kB
Slab:             170816 kB
SReclaimable:     141884 kB
SUnreclaim:        28932 kB
KernelStack:        3792 kB
PageTables:         6992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1546052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61180 MiB
End job on node116 at 2019-09-17 07:52:23