Trace number 4405928

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24? (TO) 2520.07 2504.22

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-07-07-fair.xml
MD5SUM2cb13d8f4904ef06e321ec381eb8db90
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.0849
Satisfiable
(Un)Satisfiability was proved
Number of variables12939
Number of constraints12238
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1766},{"size":201,"count":64},{"size":20001,"count":11109}]
Minimum variable degree2
Maximum variable degree106
Distribution of variable degrees[{"degree":2,"count":11409},{"degree":3,"count":294},{"degree":4,"count":28},{"degree":5,"count":140},{"degree":6,"count":83},{"degree":7,"count":252},{"degree":8,"count":356},{"degree":9,"count":267},{"degree":10,"count":23},{"degree":13,"count":49},{"degree":16,"count":1},{"degree":23,"count":8},{"degree":37,"count":8},{"degree":39,"count":5},{"degree":46,"count":1},{"degree":52,"count":7},{"degree":81,"count":2},{"degree":82,"count":5},{"degree":106,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2039},{"arity":3,"count":10197}]
Number of extensional constraints0
Number of intensional constraints12238
Distribution of constraint types[{"type":"intension","count":12238}]
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-4405928-1569413276.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405928-1569413276.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
7.12/2.31	c solve instance...
2520.04/2504.20	s UNKNOWN
2520.04/2504.20	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 (13312 MiB free)
  memory of node 1: 16384 MiB (12156 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405928-1569413276/watcher-4405928-1569413276 -o /var/tmp/evaluation-result-4405928-1569413276/solver-4405928-1569413276 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26121 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1947704155 HOME/instance-4405928-1569413276.xml 

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

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

solver pid=30807, runsolver pid=30804

[startup+0.100198 s]*
/proc/loadavg: 1.85 1.82 1.78 4/229 30823
/proc/meminfo: memFree=26063776/32770624 swapFree=67002132/67108860
[pid=30807] ppid=30804 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/30807/stat : 30807 (xcsp3-exec) S 30804 30807 26090 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517576136 115843072 364 33554432000 4194304 5098028 140732227803792 140732227801896 139803983204988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9199616 140732227806038 140732227806297 140732227806297 140732227809222 0
/proc/30807/statm: 28282 364 305 221 0 87 0
[pid=30809] ppid=30807 vsize=15144776 memory=30136 CPUtime=0.12 cores=0,2,4,6
/proc/30809/stat : 30809 (java) S 30807 30807 26090 0 -1 1077944320 5936 0 0 0 11 1 0 0 20 0 15 0 517576136 15508250624 7534 33554432000 4194304 4196468 140721830432400 140721830414944 140486726967031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
/proc/30809/statm: 3786194 7534 3154 1 0 3748377 0
[pid=30809/tid=30810] ppid=30807 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/30809/task/30810/stat : 30810 (java) R 30807 30807 26090 0 -1 4202560 3846 0 0 0 9 0 0 0 20 0 15 0 517576136 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486731200624 140486705391776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30811] ppid=30807 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30811/stat : 30811 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486638623760 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30812] ppid=30807 vsize=15144776 memory=140527372793472 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30812/stat : 30812 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486637571216 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30813] ppid=30807 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30813/stat : 30813 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486636518160 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30814] ppid=30807 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30814/stat : 30814 (java) S 30807 30807 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517576137 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486316649360 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30815] ppid=30807 vsize=15144776 memory=140527372793472 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30815/stat : 30815 (java) S 30807 30807 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517576138 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486195554544 140486726978178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30816] ppid=30807 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30816/stat : 30816 (java) S 30807 30807 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517576139 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486194500768 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30817] ppid=30807 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30817/stat : 30817 (java) S 30807 30807 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517576139 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486193447664 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30818] ppid=30807 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30818/stat : 30818 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486192396240 140486726985627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30819] ppid=30807 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30819/stat : 30819 (java) R 30807 30807 26090 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 15 0 517576142 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486191344368 140486726978178 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30820] ppid=30807 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30820/stat : 30820 (java) R 30807 30807 26090 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 15 0 517576142 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486190291920 140486710402769 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30821] ppid=30807 vsize=15144776 memory=140527372793472 CPUtime=0.02 cores=0,2,4,6
/proc/30809/task/30821/stat : 30821 (java) R 30807 30807 26090 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 517576142 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486189235704 140486705783241 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30822] ppid=30807 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30822/stat : 30822 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486188186464 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30823] ppid=30807 vsize=15144776 memory=140527372793472 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30823/stat : 30823 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576142 15508250624 7534 33554432000 4194304 4196468 140721830432400 140486187133488 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31592 KiB

[startup+0.210752 s]*
/proc/loadavg: 1.85 1.82 1.78 3/229 30823
/proc/meminfo: memFree=26052204/32770624 swapFree=67002132/67108860
[pid=30807] ppid=30804 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/30807/stat : 30807 (xcsp3-exec) S 30804 30807 26090 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517576136 115843072 364 33554432000 4194304 5098028 140732227803792 140732227801896 139803983204988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9199616 140732227806038 140732227806297 140732227806297 140732227809222 0
/proc/30807/statm: 28282 364 305 221 0 87 0
[pid=30809] ppid=30807 vsize=15144776 memory=40212 CPUtime=0.35 cores=0,2,4,6
/proc/30809/stat : 30809 (java) S 30807 30807 26090 0 -1 1077944320 9333 0 0 0 32 3 0 0 20 0 15 0 517576136 15508250624 10053 33554432000 4194304 4196468 140721830432400 140721830414944 140486726967031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
/proc/30809/statm: 3786194 10053 3264 1 0 3748377 0
[pid=30809/tid=30810] ppid=30807 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/30809/task/30810/stat : 30810 (java) R 30807 30807 26090 0 -1 4202560 6610 0 0 0 18 2 0 0 20 0 15 0 517576136 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486731200208 140486726978966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30811] ppid=30807 vsize=15144776 memory=13620 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30811/stat : 30811 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486638623760 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30812] ppid=30807 vsize=15144776 memory=140527376624247 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30812/stat : 30812 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486637571216 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30813] ppid=30807 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30813/stat : 30813 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486636518160 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30814] ppid=30807 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30814/stat : 30814 (java) S 30807 30807 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517576137 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486316649360 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30815] ppid=30807 vsize=15144776 memory=140527372793472 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30815/stat : 30815 (java) S 30807 30807 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517576138 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486195554544 140486726978178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30816] ppid=30807 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30816/stat : 30816 (java) S 30807 30807 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517576139 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486194500768 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30817] ppid=30807 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30817/stat : 30817 (java) S 30807 30807 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517576139 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486193447664 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30818] ppid=30807 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30818/stat : 30818 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486192396240 140486726985627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30819] ppid=30807 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30809/task/30819/stat : 30819 (java) S 30807 30807 26090 0 -1 1077944384 521 0 0 0 2 0 0 0 20 0 15 0 517576142 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486191344368 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30820] ppid=30807 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30809/task/30820/stat : 30820 (java) S 30807 30807 26090 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 15 0 517576142 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486190291824 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30821] ppid=30807 vsize=15144776 memory=140527372793472 CPUtime=0.08 cores=0,2,4,6
/proc/30809/task/30821/stat : 30821 (java) R 30807 30807 26090 0 -1 4202560 784 0 0 0 8 0 0 0 20 0 15 0 517576142 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486189238576 140486719204158 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30822] ppid=30807 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30822/stat : 30822 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486188186464 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30823] ppid=30807 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30823/stat : 30823 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576142 15508250624 10053 33554432000 4194304 4196468 140721830432400 140486187133488 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41668 KiB

[startup+0.313282 s]*
/proc/loadavg: 1.85 1.82 1.78 4/229 30823
/proc/meminfo: memFree=26044572/32770624 swapFree=67002132/67108860
[pid=30807] ppid=30804 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/30807/stat : 30807 (xcsp3-exec) S 30804 30807 26090 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517576136 115843072 364 33554432000 4194304 5098028 140732227803792 140732227801896 139803983204988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9199616 140732227806038 140732227806297 140732227806297 140732227809222 0
/proc/30807/statm: 28282 364 305 221 0 87 0
[pid=30809] ppid=30807 vsize=15149032 memory=50192 CPUtime=0.54 cores=0,2,4,6
/proc/30809/stat : 30809 (java) S 30807 30807 26090 0 -1 1077944320 10805 0 0 0 51 3 0 0 20 0 15 0 517576136 15512608768 12548 33554432000 4194304 4196468 140721830432400 140721830414944 140486726967031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
/proc/30809/statm: 3787258 12548 3371 1 0 3748377 0
[pid=30809/tid=30810] ppid=30807 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=0,2,4,6
/proc/30809/task/30810/stat : 30810 (java) R 30807 30807 26090 0 -1 4202560 7809 0 0 0 28 2 0 0 20 0 15 0 517576136 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486731201232 140486708552535 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30811] ppid=30807 vsize=15149032 memory=13961 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30811/stat : 30811 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486638623760 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30812] ppid=30807 vsize=15149032 memory=3845071 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30812/stat : 30812 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486637571216 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30813] ppid=30807 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30813/stat : 30813 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486636518160 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30814] ppid=30807 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30814/stat : 30814 (java) S 30807 30807 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517576137 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486316649360 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30815] ppid=30807 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30815/stat : 30815 (java) S 30807 30807 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517576138 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486195554544 140486726978178 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30816] ppid=30807 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30816/stat : 30816 (java) S 30807 30807 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517576139 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486194500768 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30817] ppid=30807 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30817/stat : 30817 (java) S 30807 30807 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517576139 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486193447664 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30818] ppid=30807 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30818/stat : 30818 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486192396240 140486726985627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30819] ppid=30807 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/30809/task/30819/stat : 30819 (java) S 30807 30807 26090 0 -1 1077944384 532 0 0 0 4 0 0 0 20 0 15 0 517576142 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486191344368 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30820] ppid=30807 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/30809/task/30820/stat : 30820 (java) S 30807 30807 26090 0 -1 1077944384 209 0 0 0 5 0 0 0 20 0 15 0 517576142 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486190291824 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30821] ppid=30807 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/30809/task/30821/stat : 30821 (java) S 30807 30807 26090 0 -1 1077944384 949 0 0 0 13 0 0 0 20 0 15 0 517576142 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486189238768 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30822] ppid=30807 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30822/stat : 30822 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486188186464 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30823] ppid=30807 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30823/stat : 30823 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576142 15512608768 12548 33554432000 4194304 4196468 140721830432400 140486187133488 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51648 KiB

[startup+0.701262 s]
/proc/loadavg: 1.85 1.82 1.78 5/229 30823
/proc/meminfo: memFree=26020400/32770624 swapFree=67002132/67108860
[pid=30807] ppid=30804 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/30807/stat : 30807 (xcsp3-exec) S 30804 30807 26090 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517576136 115843072 364 33554432000 4194304 5098028 140732227803792 140732227801896 139803983204988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9199616 140732227806038 140732227806297 140732227806297 140732227809222 0
/proc/30807/statm: 28282 364 305 221 0 87 0
[pid=30809] ppid=30807 vsize=15151156 memory=111908 CPUtime=1.71 cores=0,2,4,6
/proc/30809/stat : 30809 (java) S 30807 30807 26090 0 -1 1077944320 13988 0 0 0 166 5 0 0 20 0 15 0 517576136 15514783744 27977 33554432000 4194304 4196468 140721830432400 140721830414944 140486726967031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
/proc/30809/statm: 3787789 27977 3445 1 0 3748889 0
[pid=30809/tid=30810] ppid=30807 vsize=15151156 memory=36328 CPUtime=0.66 cores=0,2,4,6
/proc/30809/task/30810/stat : 30810 (java) R 30807 30807 26090 0 -1 4202560 8361 0 0 0 63 3 0 0 20 0 15 0 517576136 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486731201992 140486319747631 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30811] ppid=30807 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30811/stat : 30811 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486638623760 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30812] ppid=30807 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30812/stat : 30812 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486637571216 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30813] ppid=30807 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30813/stat : 30813 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576137 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486636518160 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30814] ppid=30807 vsize=15151156 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30814/stat : 30814 (java) S 30807 30807 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517576137 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486316649360 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30815] ppid=30807 vsize=15151156 memory=1656 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30815/stat : 30815 (java) S 30807 30807 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517576138 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486195554544 140486726978178 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30816] ppid=30807 vsize=15151156 memory=804 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30816/stat : 30816 (java) S 30807 30807 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517576139 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486194500768 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30817] ppid=30807 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30817/stat : 30817 (java) S 30807 30807 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517576139 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486193447664 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30818] ppid=30807 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30818/stat : 30818 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486192396240 140486726985627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30819] ppid=30807 vsize=15151156 memory=2676 CPUtime=0.35 cores=0,2,4,6
/proc/30809/task/30819/stat : 30819 (java) R 30807 30807 26090 0 -1 4202560 1481 0 0 0 35 0 0 0 20 0 15 0 517576142 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486191344368 140486710524370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30820] ppid=30807 vsize=15151156 memory=1764 CPUtime=0.37 cores=0,2,4,6
/proc/30809/task/30820/stat : 30820 (java) R 30807 30807 26090 0 -1 4202560 1070 0 0 0 37 0 0 0 20 0 15 0 517576142 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486190291824 140486706621008 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30821] ppid=30807 vsize=15151156 memory=111632 CPUtime=0.3 cores=0,2,4,6
/proc/30809/task/30821/stat : 30821 (java) S 30807 30807 26090 0 -1 1077944384 1768 0 0 0 30 0 0 0 20 0 15 0 517576142 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486189238768 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30822] ppid=30807 vsize=15151156 memory=796 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30822/stat : 30822 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486188186464 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30823] ppid=30807 vsize=15151156 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30823/stat : 30823 (java) S 30807 30807 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517576142 15514783744 27977 33554432000 4194304 4196468 140721830432400 140486187133488 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 113364 KiB

[startup+1.51025 s]
/proc/loadavg: 1.85 1.82 1.78 5/229 30823
/proc/meminfo: memFree=25882568/32770624 swapFree=67002132/67108860
[pid=30807] ppid=30804 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/30807/stat : 30807 (xcsp3-exec) S 30804 30807 26090 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517576136 115843072 364 33554432000 4194304 5098028 140732227803792 140732227801896 139803983204988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9199616 140732227806038 140732227806297 140732227806297 140732227809222 0
/proc/30807/statm: 28282 364 305 221 0 87 0

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

/proc/30809/task/30817/stat : 30817 (java) S 30807 30807 26090 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 517576139 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486193447680 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30818] ppid=30807 vsize=15153204 memory=1755216 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30818/stat : 30818 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486192396240 140486726985627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30819] ppid=30807 vsize=15153204 memory=1755216 CPUtime=4.29 cores=0,2,4,6
/proc/30809/task/30819/stat : 30819 (java) S 30807 30807 26090 0 -1 1077944384 14741 0 0 0 426 3 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486191344368 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30820] ppid=30807 vsize=15153204 memory=1456 CPUtime=4.04 cores=0,2,4,6
/proc/30809/task/30820/stat : 30820 (java) S 30807 30807 26090 0 -1 1077944384 17284 0 0 0 402 2 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486190291824 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30821] ppid=30807 vsize=15153204 memory=1456 CPUtime=0.99 cores=0,2,4,6
/proc/30809/task/30821/stat : 30821 (java) S 30807 30807 26090 0 -1 1077944384 14625 0 0 0 95 4 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486189238768 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30822] ppid=30807 vsize=15153204 memory=1755216 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30822/stat : 30822 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486188186464 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30823] ppid=30807 vsize=15153204 memory=66340 CPUtime=1.32 cores=0,2,4,6
/proc/30809/task/30823/stat : 30823 (java) S 30807 30807 26090 0 -1 1077944384 1259 0 0 0 61 71 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486187133488 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
Current children cumulated CPU time: 2398.04 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1756672 KiB

[startup+2442.3 s]
/proc/loadavg: 2.01 2.12 2.05 3/229 31124
/proc/meminfo: memFree=21895868/32770624 swapFree=67002132/67108860
[pid=30807] ppid=30804 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/30807/stat : 30807 (xcsp3-exec) S 30804 30807 26090 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517576136 115843072 364 33554432000 4194304 5098028 140732227803792 140732227801896 139803983204988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9199616 140732227806038 140732227806297 140732227806297 140732227809222 0
/proc/30807/statm: 28282 364 305 221 0 87 0
[pid=30809] ppid=30807 vsize=15153204 memory=1755216 CPUtime=2458.09 cores=0,2,4,6
/proc/30809/stat : 30809 (java) S 30807 30807 26090 0 -1 1077944320 128597 0 0 0 245658 151 0 0 20 0 15 0 517576136 15516880896 438804 33554432000 4194304 4196468 140721830432400 140721830414944 140486726967031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
/proc/30809/statm: 3788301 438804 3532 1 0 3749401 0
[pid=30809/tid=30810] ppid=30807 vsize=15153204 memory=1755216 CPUtime=2440.34 cores=0,2,4,6
/proc/30809/task/30810/stat : 30810 (java) R 30807 30807 26090 0 -1 4202560 53075 0 0 0 244017 17 0 0 20 0 15 0 517576136 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486731205792 140486326499103 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30811] ppid=30807 vsize=15153204 memory=1755216 CPUtime=1.6 cores=0,2,4,6
/proc/30809/task/30811/stat : 30811 (java) S 30807 30807 26090 0 -1 1077944384 5008 0 0 0 144 16 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486638623760 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30812] ppid=30807 vsize=15153204 memory=1755216 CPUtime=1.59 cores=0,2,4,6
/proc/30809/task/30812/stat : 30812 (java) S 30807 30807 26090 0 -1 1077944384 4770 0 0 0 145 14 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486637571216 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30813] ppid=30807 vsize=15153204 memory=1755216 CPUtime=1.58 cores=0,2,4,6
/proc/30809/task/30813/stat : 30813 (java) S 30807 30807 26090 0 -1 1077944384 4914 0 0 0 141 17 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486636518160 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30814] ppid=30807 vsize=15153204 memory=1755216 CPUtime=1.61 cores=0,2,4,6
/proc/30809/task/30814/stat : 30814 (java) S 30807 30807 26090 0 -1 1077944384 8279 0 0 0 144 17 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486316649360 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30815] ppid=30807 vsize=15153204 memory=1456 CPUtime=0.56 cores=0,2,4,6
/proc/30809/task/30815/stat : 30815 (java) S 30807 30807 26090 0 -1 1077944384 3278 0 0 0 52 4 0 0 20 0 15 0 517576138 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486195554544 140486726978178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30816] ppid=30807 vsize=15153204 memory=1755216 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30816/stat : 30816 (java) S 30807 30807 26090 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 517576139 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486194500832 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30817] ppid=30807 vsize=15153204 memory=3616 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30817/stat : 30817 (java) S 30807 30807 26090 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 517576139 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486193447680 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30818] ppid=30807 vsize=15153204 memory=66340 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30818/stat : 30818 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486192396240 140486726985627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30819] ppid=30807 vsize=15153204 memory=1456 CPUtime=4.29 cores=0,2,4,6
/proc/30809/task/30819/stat : 30819 (java) S 30807 30807 26090 0 -1 1077944384 14743 0 0 0 426 3 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486191344368 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30820] ppid=30807 vsize=15153204 memory=1755216 CPUtime=4.04 cores=0,2,4,6
/proc/30809/task/30820/stat : 30820 (java) S 30807 30807 26090 0 -1 1077944384 17287 0 0 0 402 2 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486190291824 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30821] ppid=30807 vsize=15153204 memory=1456 CPUtime=0.99 cores=0,2,4,6
/proc/30809/task/30821/stat : 30821 (java) S 30807 30807 26090 0 -1 1077944384 14627 0 0 0 95 4 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486189238768 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30822] ppid=30807 vsize=15153204 memory=1755216 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30822/stat : 30822 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486188186464 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30823] ppid=30807 vsize=15153204 memory=288230574492221466 CPUtime=1.36 cores=0,2,4,6
/proc/30809/task/30823/stat : 30823 (java) S 30807 30807 26090 0 -1 1077944384 1281 0 0 0 63 73 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486187133488 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
Current children cumulated CPU time: 2458.09 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1756672 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.10 2.05 3/229 31130
/proc/meminfo: memFree=21896028/32770624 swapFree=67002132/67108860
[pid=30807] ppid=30804 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/30807/stat : 30807 (xcsp3-exec) S 30804 30807 26090 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517576136 115843072 364 33554432000 4194304 5098028 140732227803792 140732227801896 139803983204988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9199616 140732227806038 140732227806297 140732227806297 140732227809222 0
/proc/30807/statm: 28282 364 305 221 0 87 0
[pid=30809] ppid=30807 vsize=15153204 memory=1755216 CPUtime=2518.14 cores=0,2,4,6
/proc/30809/stat : 30809 (java) S 30807 30807 26090 0 -1 1077944320 130007 0 0 0 251662 152 0 0 20 0 15 0 517576136 15516880896 438804 33554432000 4194304 4196468 140721830432400 140721830414944 140486726967031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
/proc/30809/statm: 3788301 438804 3532 1 0 3749401 0
[pid=30809/tid=30810] ppid=30807 vsize=15153204 memory=1456 CPUtime=2500.36 cores=0,2,4,6
/proc/30809/task/30810/stat : 30810 (java) R 30807 30807 26090 0 -1 4202560 54153 0 0 0 250018 18 0 0 20 0 15 0 517576136 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486731204280 140486327608089 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30811] ppid=30807 vsize=15153204 memory=1755216 CPUtime=1.6 cores=0,2,4,6
/proc/30809/task/30811/stat : 30811 (java) S 30807 30807 26090 0 -1 1077944384 5008 0 0 0 144 16 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486638623760 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30812] ppid=30807 vsize=15153204 memory=1755216 CPUtime=1.59 cores=0,2,4,6
/proc/30809/task/30812/stat : 30812 (java) S 30807 30807 26090 0 -1 1077944384 4770 0 0 0 145 14 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486637571216 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30813] ppid=30807 vsize=15153204 memory=1755216 CPUtime=1.58 cores=0,2,4,6
/proc/30809/task/30813/stat : 30813 (java) S 30807 30807 26090 0 -1 1077944384 4914 0 0 0 141 17 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486636518160 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30814] ppid=30807 vsize=15153204 memory=1755216 CPUtime=1.61 cores=0,2,4,6
/proc/30809/task/30814/stat : 30814 (java) S 30807 30807 26090 0 -1 1077944384 8279 0 0 0 144 17 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486316649360 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30815] ppid=30807 vsize=15153204 memory=1755216 CPUtime=0.56 cores=0,2,4,6
/proc/30809/task/30815/stat : 30815 (java) S 30807 30807 26090 0 -1 1077944384 3279 0 0 0 52 4 0 0 20 0 15 0 517576138 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486195554544 140486726978178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30816] ppid=30807 vsize=15153204 memory=1755216 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30816/stat : 30816 (java) S 30807 30807 26090 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 517576139 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486194500832 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30817] ppid=30807 vsize=15153204 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30817/stat : 30817 (java) S 30807 30807 26090 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 517576139 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486193447680 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30818] ppid=30807 vsize=15153204 memory=1755216 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30818/stat : 30818 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486192396240 140486726985627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30819] ppid=30807 vsize=15153204 memory=932 CPUtime=4.29 cores=0,2,4,6
/proc/30809/task/30819/stat : 30819 (java) S 30807 30807 26090 0 -1 1077944384 14745 0 0 0 426 3 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486191344368 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30820] ppid=30807 vsize=15153204 memory=1456 CPUtime=4.05 cores=0,2,4,6
/proc/30809/task/30820/stat : 30820 (java) S 30807 30807 26090 0 -1 1077944384 17477 0 0 0 403 2 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486190291824 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30821] ppid=30807 vsize=15153204 memory=1456 CPUtime=0.99 cores=0,2,4,6
/proc/30809/task/30821/stat : 30821 (java) S 30807 30807 26090 0 -1 1077944384 14745 0 0 0 95 4 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486189238768 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30822] ppid=30807 vsize=15153204 memory=1755216 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30822/stat : 30822 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486188186464 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30823] ppid=30807 vsize=15153204 memory=1412 CPUtime=1.4 cores=0,2,4,6
/proc/30809/task/30823/stat : 30823 (java) S 30807 30807 26090 0 -1 1077944384 1302 0 0 0 65 75 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486187133488 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
Current children cumulated CPU time: 2518.14 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1756672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504.2 s]
/proc/loadavg: 2.00 2.10 2.05 3/229 31130
/proc/meminfo: memFree=21896028/32770624 swapFree=67002132/67108860
[pid=30807] ppid=30804 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/30807/stat : 30807 (xcsp3-exec) S 30804 30807 26090 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517576136 115843072 364 33554432000 4194304 5098028 140732227803792 140732227801896 139803983204988 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 9199616 140732227806038 140732227806297 140732227806297 140732227809222 0
/proc/30807/statm: 28282 364 305 221 0 87 0
[pid=30809] ppid=30807 vsize=15153204 memory=1755216 CPUtime=2520.04 cores=0,2,4,6
/proc/30809/stat : 30809 (java) S 30807 30807 26090 0 -1 1077944320 130023 0 0 0 251852 152 0 0 20 0 15 0 517576136 15516880896 438804 33554432000 4194304 4196468 140721830432400 140721830414944 140486726967031 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
/proc/30809/statm: 3788301 438804 3532 1 0 3749401 0
[pid=30809/tid=30810] ppid=30807 vsize=15153204 memory=500 CPUtime=2502.26 cores=0,2,4,6
/proc/30809/task/30810/stat : 30810 (java) R 30807 30807 26090 0 -1 4202560 54169 0 0 0 250208 18 0 0 20 0 15 0 517576136 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486731204280 140486326074347 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30811] ppid=30807 vsize=15153204 memory=932 CPUtime=1.6 cores=0,2,4,6
/proc/30809/task/30811/stat : 30811 (java) S 30807 30807 26090 0 -1 1077944384 5008 0 0 0 144 16 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486638623760 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30812] ppid=30807 vsize=15153204 memory=1824 CPUtime=1.59 cores=0,2,4,6
/proc/30809/task/30812/stat : 30812 (java) S 30807 30807 26090 0 -1 1077944384 4770 0 0 0 145 14 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486637571216 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30813] ppid=30807 vsize=15153204 memory=1656 CPUtime=1.58 cores=0,2,4,6
/proc/30809/task/30813/stat : 30813 (java) S 30807 30807 26090 0 -1 1077944384 4914 0 0 0 141 17 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486636518160 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30814] ppid=30807 vsize=15153204 memory=804 CPUtime=1.61 cores=0,2,4,6
/proc/30809/task/30814/stat : 30814 (java) S 30807 30807 26090 0 -1 1077944384 8279 0 0 0 144 17 0 0 20 0 15 0 517576137 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486316649360 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30815] ppid=30807 vsize=15153204 memory=1448 CPUtime=0.56 cores=0,2,4,6
/proc/30809/task/30815/stat : 30815 (java) S 30807 30807 26090 0 -1 1077944384 3279 0 0 0 52 4 0 0 20 0 15 0 517576138 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486195554544 140486726978178 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30816] ppid=30807 vsize=15153204 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30816/stat : 30816 (java) S 30807 30807 26090 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 517576139 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486194500832 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30817] ppid=30807 vsize=15153204 memory=2676 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30817/stat : 30817 (java) S 30807 30807 26090 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 517576139 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486193447680 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30818] ppid=30807 vsize=15153204 memory=1764 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30818/stat : 30818 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486192396240 140486726985627 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30819] ppid=30807 vsize=15153204 memory=111632 CPUtime=4.29 cores=0,2,4,6
/proc/30809/task/30819/stat : 30819 (java) S 30807 30807 26090 0 -1 1077944384 14745 0 0 0 426 3 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486191344368 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30820] ppid=30807 vsize=15153204 memory=288230574492221466 CPUtime=4.05 cores=0,2,4,6
/proc/30809/task/30820/stat : 30820 (java) S 30807 30807 26090 0 -1 1077944384 17477 0 0 0 403 2 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486190291824 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30821] ppid=30807 vsize=15153204 memory=288230621803970871 CPUtime=0.99 cores=0,2,4,6
/proc/30809/task/30821/stat : 30821 (java) S 30807 30807 26090 0 -1 1077944384 14745 0 0 0 95 4 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486189238768 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30822] ppid=30807 vsize=15153204 memory=14689690934577713 CPUtime=0 cores=0,2,4,6
/proc/30809/task/30822/stat : 30822 (java) S 30807 30807 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486188186464 140486726977237 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
[pid=30809/tid=30823] ppid=30807 vsize=15153204 memory=1232 CPUtime=1.4 cores=0,2,4,6
/proc/30809/task/30823/stat : 30823 (java) S 30807 30807 26090 0 -1 1077944384 1302 0 0 0 65 75 0 0 20 0 15 0 517576142 15516880896 438804 33554432000 4194304 4196468 140721830432400 140486187133488 140486726978178 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 39383040 140721830437851 140721830438026 140721830438026 140721830440911 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 15266332 KiB
Current children cumulated memory: 1756672 KiB

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

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

[startup+2504.22 s]
# the end of solver process 30809 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.53 s, system=1.53875 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): 2504.22
CPU time (s): 2520.07
CPU user time (s): 2518.53
CPU system time (s): 1.53875
CPU usage (%): 100.633
Max. virtual memory (cumulated for all children) (KiB): 15266332
Max. memory (cumulated for all children) (KiB): 1756672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.53
system time used= 1.53875
maximum resident set size= 1755828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130861
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57680
involuntary context switches= 919


# summary of solver processes directly reported to runsolver:
#   pid: 30807,30809
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2518.53
#   total CPU system time (s): 1.53875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9116 second user time and 24.0966 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-25 14:07:11
IDJOB=4405928
IDBENCH=139200
IDSOLVER=2869
FILE ID=node136/4405928-1569413276
RUNJOBID= node136-1569396625-26121
PBS_JOBID= 21705684
Free space on /var/tmp= 13460 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-07-07-fair.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405928-1569413276/watcher-4405928-1569413276 -o /var/tmp/evaluation-result-4405928-1569413276/solver-4405928-1569413276 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1569396625-26121 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1947704155 HOME/instance-4405928-1569413276.xml

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

MD5SUM BENCH= 2cb13d8f4904ef06e321ec381eb8db90
RANDOM SEED=1947704155

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26081004 kB
MemAvailable:   31522492 kB
Buffers:          181772 kB
Cached:          5383880 kB
SwapCached:         3548 kB
Active:          3092648 kB
Inactive:        2800480 kB
Active(anon):     324336 kB
Inactive(anon):    59696 kB
Active(file):    2768312 kB
Inactive(file):  2740784 kB
Unevictable:      108564 kB
Mlocked:          108564 kB
SwapTotal:      67108860 kB
SwapFree:       67002132 kB
Dirty:             26416 kB
Writeback:             0 kB
AnonPages:        440080 kB
Mapped:            71456 kB
Shmem:             48268 kB
Slab:             390592 kB
SReclaimable:     360852 kB
SUnreclaim:        29740 kB
KernelStack:        4000 kB
PageTables:         6400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1517776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13432 MiB
End job on node136 at 2019-09-25 14:48:55