Trace number 4405965

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.05 2512.61

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-35-123.xml
MD5SUM45744cc354831d0c2f8e03e2f88be5e0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints595
Number of domains35
Minimum domain size89
Maximum domain size123
Distribution of domain sizes[{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2},{"size":94,"count":2},{"size":95,"count":2},{"size":96,"count":2},{"size":97,"count":2},{"size":98,"count":2},{"size":99,"count":2},{"size":100,"count":2},{"size":101,"count":2},{"size":102,"count":2},{"size":103,"count":2},{"size":104,"count":2},{"size":105,"count":2},{"size":106,"count":2},{"size":107,"count":2},{"size":108,"count":2},{"size":109,"count":2},{"size":110,"count":2},{"size":111,"count":2},{"size":112,"count":2},{"size":113,"count":2},{"size":114,"count":2},{"size":115,"count":2},{"size":116,"count":2},{"size":117,"count":2},{"size":118,"count":2},{"size":119,"count":2},{"size":120,"count":2},{"size":121,"count":2},{"size":122,"count":2},{"size":123,"count":2}]
Minimum variable degree34
Maximum variable degree34
Distribution of variable degrees[{"degree":34,"count":70}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":595}]
Number of extensional constraints0
Number of intensional constraints595
Distribution of constraint types[{"type":"intension","count":595}]
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-4405965-1569415782.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405965-1569415782.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
2.10/0.87	c solve instance...
2520.02/2512.60	s UNKNOWN
2520.02/2512.60	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 (13306 MiB free)
  memory of node 1: 16384 MiB (9778 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405965-1569415782/watcher-4405965-1569415782 -o /var/tmp/evaluation-result-4405965-1569415782/solver-4405965-1569415782 -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 1962001178 HOME/instance-4405965-1569415782.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=31192, runsolver pid=31189

[startup+0.100059 s]*
/proc/loadavg: 2.00 2.10 2.05 4/229 31208
/proc/meminfo: memFree=23622480/32770624 swapFree=67002132/67108860
[pid=31192] ppid=31189 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31192/stat : 31192 (xcsp3-exec) S 31189 31192 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517826721 115843072 363 33554432000 4194304 5098028 140722338894112 140722338892216 140514318946940 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9285632 140722338902870 140722338903129 140722338903129 140722338906054 0
/proc/31192/statm: 28282 363 304 221 0 87 0
[pid=31194] ppid=31192 vsize=15144776 memory=29572 CPUtime=0.13 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31192 26090 0 -1 1077944320 5791 0 0 0 12 1 0 0 20 0 15 0 517826721 15508250624 7393 33554432000 4194304 4196468 140729718195216 140729718177760 140441631125239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
/proc/31194/statm: 3786194 7393 3203 1 0 3748377 0
[pid=31194/tid=31195] ppid=31192 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31192 26090 0 -1 4202560 3689 0 0 0 9 0 0 0 20 0 15 0 517826722 15508250624 7393 33554432000 4194304 4196468 140729718195216 140441635353904 140441631137174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31196] ppid=31192 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31196/stat : 31196 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15508250624 7393 33554432000 4194304 4196468 140729718195216 140441542781840 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31197] ppid=31192 vsize=15144776 memory=140574470452864 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31192 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517826722 15508250624 7393 33554432000 4194304 4196468 140729718195216 140441541729040 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31198] ppid=31192 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15508250624 7393 33554432000 4194304 4196468 140729718195216 140441540676752 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31199] ppid=31192 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15508250624 7393 33554432000 4194304 4196468 140729718195216 140441539623952 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31200] ppid=31192 vsize=15144776 memory=140574470452864 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826724 15508250624 7393 33554432000 4194304 4196468 140729718195216 140440773732464 140441631136386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31201] ppid=31192 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31192 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517826724 15508250624 7393 33554432000 4194304 4196468 140729718195216 140440772678432 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31202] ppid=31192 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31192 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517826725 15508250624 7393 33554432000 4194304 4196468 140729718195216 140440771626096 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31203] ppid=31192 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15508250624 7393 33554432000 4194304 4196468 140729718195216 140440770574416 140441631143835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31204] ppid=31192 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31192 26090 0 -1 1077944384 465 0 0 0 0 0 0 0 20 0 15 0 517826727 15508250624 7393 33554432000 4194304 4196468 140729718195216 140440769522288 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31205] ppid=31192 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15508250624 7393 33554432000 4194304 4196468 140729718195216 140440768469488 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31206] ppid=31192 vsize=15144776 memory=140574470452864 CPUtime=0.02 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) R 31192 31192 26090 0 -1 4202560 328 0 0 0 2 0 0 0 20 0 15 0 517826727 15508250624 7393 33554432000 4194304 4196468 140729718195216 140440767417200 140441609659841 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31207] ppid=31192 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15508250624 7393 33554432000 4194304 4196468 140729718195216 140440766364640 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31208] ppid=31192 vsize=15144776 memory=140574470452864 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31192 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517826727 15508250624 7393 33554432000 4194304 4196468 140729718195216 140440765311408 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31024 KiB

[startup+0.210772 s]*
/proc/loadavg: 2.00 2.10 2.05 4/229 31208
/proc/meminfo: memFree=23610324/32770624 swapFree=67002132/67108860
[pid=31192] ppid=31189 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31192/stat : 31192 (xcsp3-exec) S 31189 31192 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517826721 115843072 363 33554432000 4194304 5098028 140722338894112 140722338892216 140514318946940 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9285632 140722338902870 140722338903129 140722338903129 140722338906054 0
/proc/31192/statm: 28282 363 304 221 0 87 0
[pid=31194] ppid=31192 vsize=15144776 memory=40196 CPUtime=0.35 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31192 26090 0 -1 1077944320 9304 0 0 0 32 3 0 0 20 0 15 0 517826721 15508250624 10049 33554432000 4194304 4196468 140729718195216 140729718177760 140441631125239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
/proc/31194/statm: 3786194 10049 3290 1 0 3748377 0
[pid=31194/tid=31195] ppid=31192 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31192 26090 0 -1 4202560 6558 0 0 0 18 2 0 0 20 0 15 0 517826722 15508250624 10049 33554432000 4194304 4196468 140729718195216 140441635355520 140441631147165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31196] ppid=31192 vsize=15144776 memory=13620 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31196/stat : 31196 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15508250624 10049 33554432000 4194304 4196468 140729718195216 140441542781840 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31197] ppid=31192 vsize=15144776 memory=140574474283639 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31192 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517826722 15508250624 10049 33554432000 4194304 4196468 140729718195216 140441541729040 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31198] ppid=31192 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15508250624 10049 33554432000 4194304 4196468 140729718195216 140441540676752 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31199] ppid=31192 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15508250624 10049 33554432000 4194304 4196468 140729718195216 140441539623952 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31200] ppid=31192 vsize=15144776 memory=140574470452864 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31192 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517826724 15508250624 10049 33554432000 4194304 4196468 140729718195216 140440773732464 140441631136386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31201] ppid=31192 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31192 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517826724 15508250624 10049 33554432000 4194304 4196468 140729718195216 140440772678432 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31202] ppid=31192 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31192 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517826725 15508250624 10049 33554432000 4194304 4196468 140729718195216 140440771626096 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31203] ppid=31192 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15508250624 10049 33554432000 4194304 4196468 140729718195216 140440770574416 140441631143835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31204] ppid=31192 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31192 26090 0 -1 1077944384 546 0 0 0 3 0 0 0 20 0 15 0 517826727 15508250624 10049 33554432000 4194304 4196468 140729718195216 140440769522288 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31205] ppid=31192 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31192 26090 0 -1 1077944384 103 0 0 0 2 0 0 0 20 0 15 0 517826727 15508250624 10049 33554432000 4194304 4196468 140729718195216 140440768469488 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31206] ppid=31192 vsize=15144776 memory=140574470452864 CPUtime=0.08 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) R 31192 31192 26090 0 -1 4202560 788 0 0 0 8 0 0 0 20 0 15 0 517826727 15508250624 10049 33554432000 4194304 4196468 140729718195216 140440767414736 140441631146586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31207] ppid=31192 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15508250624 10049 33554432000 4194304 4196468 140729718195216 140440766364640 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31208] ppid=31192 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31192 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517826727 15508250624 10049 33554432000 4194304 4196468 140729718195216 140440765311408 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41648 KiB

[startup+0.31818 s]*
/proc/loadavg: 2.00 2.10 2.05 4/229 31208
/proc/meminfo: memFree=23602732/32770624 swapFree=67002132/67108860
[pid=31192] ppid=31189 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31192/stat : 31192 (xcsp3-exec) S 31189 31192 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517826721 115843072 363 33554432000 4194304 5098028 140722338894112 140722338892216 140514318946940 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9285632 140722338902870 140722338903129 140722338903129 140722338906054 0
/proc/31192/statm: 28282 363 304 221 0 87 0
[pid=31194] ppid=31192 vsize=15149032 memory=50152 CPUtime=0.55 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31192 26090 0 -1 1077944320 10879 0 0 0 52 3 0 0 20 0 15 0 517826721 15512608768 12538 33554432000 4194304 4196468 140729718195216 140729718177760 140441631125239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
/proc/31194/statm: 3787258 12538 3339 1 0 3748377 0
[pid=31194/tid=31195] ppid=31192 vsize=15149032 memory=7883960649037381690 CPUtime=0.31 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31192 26090 0 -1 4202560 7851 0 0 0 28 3 0 0 20 0 15 0 517826722 15512608768 12538 33554432000 4194304 4196468 140729718195216 140441635359024 140441615205756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31196] ppid=31192 vsize=15149032 memory=13961 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31196/stat : 31196 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15512608768 12538 33554432000 4194304 4196468 140729718195216 140441542781840 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31197] ppid=31192 vsize=15149032 memory=3845071 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31192 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517826722 15512608768 12538 33554432000 4194304 4196468 140729718195216 140441541729040 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31198] ppid=31192 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15512608768 12538 33554432000 4194304 4196468 140729718195216 140441540676752 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31199] ppid=31192 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15512608768 12538 33554432000 4194304 4196468 140729718195216 140441539623952 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31200] ppid=31192 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31192 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517826724 15512608768 12538 33554432000 4194304 4196468 140729718195216 140440773732464 140441631136386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31201] ppid=31192 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31192 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517826724 15512608768 12538 33554432000 4194304 4196468 140729718195216 140440772678432 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31202] ppid=31192 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31192 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517826725 15512608768 12538 33554432000 4194304 4196468 140729718195216 140440771626096 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31203] ppid=31192 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15512608768 12538 33554432000 4194304 4196468 140729718195216 140440770574416 140441631143835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31204] ppid=31192 vsize=15149032 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31192 26090 0 -1 1077944384 642 0 0 0 6 0 0 0 20 0 15 0 517826727 15512608768 12538 33554432000 4194304 4196468 140729718195216 140440769522288 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31205] ppid=31192 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31192 26090 0 -1 1077944384 115 0 0 0 3 0 0 0 20 0 15 0 517826727 15512608768 12538 33554432000 4194304 4196468 140729718195216 140440768469488 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31206] ppid=31192 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) S 31192 31192 26090 0 -1 1077944384 963 0 0 0 13 0 0 0 20 0 15 0 517826727 15512608768 12538 33554432000 4194304 4196468 140729718195216 140440767417200 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31207] ppid=31192 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15512608768 12538 33554432000 4194304 4196468 140729718195216 140440766364640 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31208] ppid=31192 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31192 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517826727 15512608768 12538 33554432000 4194304 4196468 140729718195216 140440765311408 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51604 KiB

[startup+0.70118 s]
/proc/loadavg: 2.00 2.10 2.05 4/229 31208
/proc/meminfo: memFree=23586132/32770624 swapFree=67002132/67108860
[pid=31192] ppid=31189 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31192/stat : 31192 (xcsp3-exec) S 31189 31192 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517826721 115843072 363 33554432000 4194304 5098028 140722338894112 140722338892216 140514318946940 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9285632 140722338902870 140722338903129 140722338903129 140722338906054 0
/proc/31192/statm: 28282 363 304 221 0 87 0
[pid=31194] ppid=31192 vsize=15151156 memory=88660 CPUtime=1.74 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31192 26090 0 -1 1077944320 15360 0 0 0 168 6 0 0 20 0 15 0 517826721 15514783744 22165 33554432000 4194304 4196468 140729718195216 140729718177760 140441631125239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
/proc/31194/statm: 3787789 22165 3456 1 0 3748889 0
[pid=31194/tid=31195] ppid=31192 vsize=15151156 memory=36348 CPUtime=0.67 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31192 26090 0 -1 4202560 9247 0 0 0 63 4 0 0 20 0 15 0 517826722 15514783744 22165 33554432000 4194304 4196468 140729718195216 140441635360784 140441223783232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31196] ppid=31192 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31196/stat : 31196 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15514783744 22165 33554432000 4194304 4196468 140729718195216 140441542781840 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31197] ppid=31192 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31192 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517826722 15514783744 22165 33554432000 4194304 4196468 140729718195216 140441541729040 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31198] ppid=31192 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15514783744 22165 33554432000 4194304 4196468 140729718195216 140441540676752 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31199] ppid=31192 vsize=15151156 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31192 26090 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517826722 15514783744 22165 33554432000 4194304 4196468 140729718195216 140441539623952 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31200] ppid=31192 vsize=15151156 memory=1656 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31192 26090 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517826724 15514783744 22165 33554432000 4194304 4196468 140729718195216 140440773732464 140441631136386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31201] ppid=31192 vsize=15151156 memory=804 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31192 26090 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517826724 15514783744 22165 33554432000 4194304 4196468 140729718195216 140440772678432 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31202] ppid=31192 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31192 26090 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517826725 15514783744 22165 33554432000 4194304 4196468 140729718195216 140440771626096 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31203] ppid=31192 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15514783744 22165 33554432000 4194304 4196468 140729718195216 140440770574416 140441631143835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31204] ppid=31192 vsize=15151156 memory=2676 CPUtime=0.29 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) R 31192 31192 26090 0 -1 4202560 1486 0 0 0 29 0 0 0 20 0 15 0 517826727 15514783744 22165 33554432000 4194304 4196468 140729718195216 140440769510704 140441610842375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31205] ppid=31192 vsize=15151156 memory=1764 CPUtime=0.31 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) R 31192 31192 26090 0 -1 4202560 1030 0 0 0 31 0 0 0 20 0 15 0 517826727 15514783744 22165 33554432000 4194304 4196468 140729718195216 140440768445328 140441615512265 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31206] ppid=31192 vsize=15151156 memory=111632 CPUtime=0.42 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) R 31192 31192 26090 0 -1 4202560 2288 0 0 0 42 0 0 0 20 0 15 0 517826727 15514783744 22165 33554432000 4194304 4196468 140729718195216 140440767417200 140441611337434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31207] ppid=31192 vsize=15151156 memory=796 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15514783744 22165 33554432000 4194304 4196468 140729718195216 140440766364640 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31208] ppid=31192 vsize=15151156 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31192 26090 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517826727 15514783744 22165 33554432000 4194304 4196468 140729718195216 140440765311408 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 90112 KiB

[startup+1.50097 s]
/proc/loadavg: 2.00 2.10 2.05 3/229 31208
/proc/meminfo: memFree=23515648/32770624 swapFree=67002132/67108860
[pid=31192] ppid=31189 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31192/stat : 31192 (xcsp3-exec) S 31189 31192 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517826721 115843072 363 33554432000 4194304 5098028 140722338894112 140722338892216 140514318946940 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9285632 140722338902870 140722338903129 140722338903129 140722338906054 0
/proc/31192/statm: 28282 363 304 221 0 87 0

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

/proc/31194/task/31202/stat : 31202 (java) S 31192 31192 26090 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 517826725 15514783744 45397 33554432000 4194304 4196468 140729718195216 140440771626112 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31203] ppid=31192 vsize=15151156 memory=15252645166208530 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15514783744 45397 33554432000 4194304 4196468 140729718195216 140440770574416 140441631143835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31204] ppid=31192 vsize=15151156 memory=6947453780082319961 CPUtime=2.03 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31192 26090 0 -1 1077944384 17047 0 0 0 199 4 0 0 20 0 15 0 517826727 15514783744 45397 33554432000 4194304 4196468 140729718195216 140440769522288 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31205] ppid=31192 vsize=15151156 memory=1452 CPUtime=2.68 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31192 26090 0 -1 1077944384 23903 0 0 0 266 2 0 0 20 0 15 0 517826727 15514783744 45397 33554432000 4194304 4196468 140729718195216 140440768469488 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31206] ppid=31192 vsize=15151156 memory=181588 CPUtime=0.75 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) S 31192 31192 26090 0 -1 1077944384 10686 0 0 0 73 2 0 0 20 0 15 0 517826727 15514783744 45397 33554432000 4194304 4196468 140729718195216 140440767417200 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31207] ppid=31192 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15514783744 45397 33554432000 4194304 4196468 140729718195216 140440766364640 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31208] ppid=31192 vsize=15151156 memory=1452 CPUtime=0.75 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31192 26090 0 -1 1077944384 1529 0 0 0 35 40 0 0 20 0 15 0 517826727 15514783744 45397 33554432000 4194304 4196468 140729718195216 140440765311408 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
Current children cumulated CPU time: 2389.57 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 183040 KiB

[startup+2442.31 s]
/proc/loadavg: 0.91 0.93 1.10 2/207 31501
/proc/meminfo: memFree=26247776/32770624 swapFree=67002132/67108860
[pid=31192] ppid=31189 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31192/stat : 31192 (xcsp3-exec) S 31189 31192 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517826721 115843072 363 33554432000 4194304 5098028 140722338894112 140722338892216 140514318946940 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9285632 140722338902870 140722338903129 140722338903129 140722338906054 0
/proc/31192/statm: 28282 363 304 221 0 87 0
[pid=31194] ppid=31192 vsize=15151156 memory=182612 CPUtime=2449.66 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31192 26090 0 -1 1077944320 87358 0 0 0 244903 63 0 0 20 0 15 0 517826721 15514783744 45653 33554432000 4194304 4196468 140729718195216 140729718177760 140441631125239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
/proc/31194/statm: 3787789 45653 3518 1 0 3748889 0
[pid=31194/tid=31195] ppid=31192 vsize=15151156 memory=1452 CPUtime=2442 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31192 26090 0 -1 4202560 18203 0 0 0 244192 8 0 0 20 0 15 0 517826722 15514783744 45653 33554432000 4194304 4196468 140729718195216 140441635364752 140441227984533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31196] ppid=31192 vsize=15151156 memory=182612 CPUtime=0.29 cores=0,2,4,6
/proc/31194/task/31196/stat : 31196 (java) S 31192 31192 26090 0 -1 1077944384 2688 0 0 0 27 2 0 0 20 0 15 0 517826722 15514783744 45653 33554432000 4194304 4196468 140729718195216 140441542781840 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31197] ppid=31192 vsize=15151156 memory=1452 CPUtime=0.29 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31192 26090 0 -1 1077944384 2569 0 0 0 27 2 0 0 20 0 15 0 517826722 15514783744 45653 33554432000 4194304 4196468 140729718195216 140441541729040 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31198] ppid=31192 vsize=15151156 memory=182612 CPUtime=0.29 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31192 26090 0 -1 1077944384 3937 0 0 0 27 2 0 0 20 0 15 0 517826722 15514783744 45653 33554432000 4194304 4196468 140729718195216 140441540676752 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31199] ppid=31192 vsize=15151156 memory=1452 CPUtime=0.3 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31192 26090 0 -1 1077944384 1993 0 0 0 28 2 0 0 20 0 15 0 517826722 15514783744 45653 33554432000 4194304 4196468 140729718195216 140441539623952 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31200] ppid=31192 vsize=15151156 memory=182612 CPUtime=0.16 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31192 26090 0 -1 1077944384 3316 0 0 0 13 3 0 0 20 0 15 0 517826724 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440773732464 140441631136386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31201] ppid=31192 vsize=15151156 memory=182612 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31192 26090 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 517826724 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440772678496 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31202] ppid=31192 vsize=15151156 memory=182612 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31192 26090 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 517826725 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440771626112 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31203] ppid=31192 vsize=15151156 memory=182612 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440770574416 140441631143835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31204] ppid=31192 vsize=15151156 memory=1452 CPUtime=2.03 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31192 26090 0 -1 1077944384 17047 0 0 0 199 4 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440769522288 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31205] ppid=31192 vsize=15151156 memory=182612 CPUtime=2.68 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31192 26090 0 -1 1077944384 23903 0 0 0 266 2 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440768469488 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31206] ppid=31192 vsize=15151156 memory=1452 CPUtime=0.75 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) S 31192 31192 26090 0 -1 1077944384 10686 0 0 0 73 2 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440767417200 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31207] ppid=31192 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440766364640 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31208] ppid=31192 vsize=15151156 memory=182612 CPUtime=0.77 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31192 26090 0 -1 1077944384 1546 0 0 0 36 41 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440765311408 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
Current children cumulated CPU time: 2449.66 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 184064 KiB

[startup+2502.31 s]
/proc/loadavg: 0.87 0.92 1.08 2/207 31512
/proc/meminfo: memFree=26246808/32770624 swapFree=67002132/67108860
[pid=31192] ppid=31189 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31192/stat : 31192 (xcsp3-exec) S 31189 31192 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517826721 115843072 363 33554432000 4194304 5098028 140722338894112 140722338892216 140514318946940 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9285632 140722338902870 140722338903129 140722338903129 140722338906054 0
/proc/31192/statm: 28282 363 304 221 0 87 0
[pid=31194] ppid=31192 vsize=15151156 memory=182612 CPUtime=2509.72 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31192 26090 0 -1 1077944320 87409 0 0 0 250908 64 0 0 20 0 15 0 517826721 15514783744 45653 33554432000 4194304 4196468 140729718195216 140729718177760 140441631125239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
/proc/31194/statm: 3787789 45653 3518 1 0 3748889 0
[pid=31194/tid=31195] ppid=31192 vsize=15151156 memory=182612 CPUtime=2501.98 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31192 26090 0 -1 4202560 18246 0 0 0 250190 8 0 0 20 0 15 0 517826722 15514783744 45653 33554432000 4194304 4196468 140729718195216 140441635364752 140441228094673 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31196] ppid=31192 vsize=15151156 memory=182612 CPUtime=0.3 cores=0,2,4,6
/proc/31194/task/31196/stat : 31196 (java) S 31192 31192 26090 0 -1 1077944384 2688 0 0 0 28 2 0 0 20 0 15 0 517826722 15514783744 45653 33554432000 4194304 4196468 140729718195216 140441542781840 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31197] ppid=31192 vsize=15151156 memory=182612 CPUtime=0.31 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31192 26090 0 -1 1077944384 2569 0 0 0 29 2 0 0 20 0 15 0 517826722 15514783744 45653 33554432000 4194304 4196468 140729718195216 140441541729040 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31198] ppid=31192 vsize=15151156 memory=1452 CPUtime=0.3 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31192 26090 0 -1 1077944384 3937 0 0 0 28 2 0 0 20 0 15 0 517826722 15514783744 45653 33554432000 4194304 4196468 140729718195216 140441540676752 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31199] ppid=31192 vsize=15151156 memory=182612 CPUtime=0.31 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31192 26090 0 -1 1077944384 1993 0 0 0 29 2 0 0 20 0 15 0 517826722 15514783744 45653 33554432000 4194304 4196468 140729718195216 140441539623952 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31200] ppid=31192 vsize=15151156 memory=182612 CPUtime=0.16 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31192 26090 0 -1 1077944384 3320 0 0 0 13 3 0 0 20 0 15 0 517826724 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440773732464 140441631136386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31201] ppid=31192 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31192 26090 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 517826724 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440772678496 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31202] ppid=31192 vsize=15151156 memory=182612 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31192 26090 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 517826725 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440771626112 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31203] ppid=31192 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440770574416 140441631143835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31204] ppid=31192 vsize=15151156 memory=1452 CPUtime=2.03 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31192 26090 0 -1 1077944384 17047 0 0 0 199 4 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440769522288 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31205] ppid=31192 vsize=15151156 memory=1452 CPUtime=2.68 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31192 26090 0 -1 1077944384 23903 0 0 0 266 2 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440768469488 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31206] ppid=31192 vsize=15151156 memory=182612 CPUtime=0.75 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) S 31192 31192 26090 0 -1 1077944384 10686 0 0 0 73 2 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440767417200 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31207] ppid=31192 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440766364640 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31208] ppid=31192 vsize=15151156 memory=3616 CPUtime=0.78 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31192 26090 0 -1 1077944384 1550 0 0 0 36 42 0 0 20 0 15 0 517826727 15514783744 45653 33554432000 4194304 4196468 140729718195216 140440765311408 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
Current children cumulated CPU time: 2509.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 184064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.6 s]
/proc/loadavg: 0.81 0.90 1.08 2/207 31515
/proc/meminfo: memFree=26244584/32770624 swapFree=67002132/67108860
[pid=31192] ppid=31189 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/31192/stat : 31192 (xcsp3-exec) S 31189 31192 26090 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517826721 115843072 363 33554432000 4194304 5098028 140722338894112 140722338892216 140514318946940 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9285632 140722338902870 140722338903129 140722338903129 140722338906054 0
/proc/31192/statm: 28282 363 304 221 0 87 0
[pid=31194] ppid=31192 vsize=15151156 memory=184660 CPUtime=2520.02 cores=0,2,4,6
/proc/31194/stat : 31194 (java) S 31192 31192 26090 0 -1 1077944320 87421 0 0 0 251938 64 0 0 20 0 15 0 517826721 15514783744 46165 33554432000 4194304 4196468 140729718195216 140729718177760 140441631125239 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
/proc/31194/statm: 3787789 46165 3518 1 0 3748889 0
[pid=31194/tid=31195] ppid=31192 vsize=15151156 memory=4100 CPUtime=2512.27 cores=0,2,4,6
/proc/31194/task/31195/stat : 31195 (java) R 31192 31192 26090 0 -1 4202560 18251 0 0 0 251219 8 0 0 20 0 15 0 517826722 15514783744 46165 33554432000 4194304 4196468 140729718195216 140441635364752 140441228094356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31196] ppid=31192 vsize=15151156 memory=1412 CPUtime=0.31 cores=0,2,4,6
/proc/31194/task/31196/stat : 31196 (java) S 31192 31192 26090 0 -1 1077944384 2690 0 0 0 29 2 0 0 20 0 15 0 517826722 15514783744 46165 33554432000 4194304 4196468 140729718195216 140441542781840 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31197] ppid=31192 vsize=15151156 memory=3220 CPUtime=0.31 cores=0,2,4,6
/proc/31194/task/31197/stat : 31197 (java) S 31192 31192 26090 0 -1 1077944384 2570 0 0 0 29 2 0 0 20 0 15 0 517826722 15514783744 46165 33554432000 4194304 4196468 140729718195216 140441541729040 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31198] ppid=31192 vsize=15151156 memory=1452 CPUtime=0.31 cores=0,2,4,6
/proc/31194/task/31198/stat : 31198 (java) S 31192 31192 26090 0 -1 1077944384 3938 0 0 0 29 2 0 0 20 0 15 0 517826722 15514783744 46165 33554432000 4194304 4196468 140729718195216 140441540676752 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31199] ppid=31192 vsize=15151156 memory=184660 CPUtime=0.31 cores=0,2,4,6
/proc/31194/task/31199/stat : 31199 (java) S 31192 31192 26090 0 -1 1077944384 1994 0 0 0 29 2 0 0 20 0 15 0 517826722 15514783744 46165 33554432000 4194304 4196468 140729718195216 140441539623952 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31200] ppid=31192 vsize=15151156 memory=184660 CPUtime=0.16 cores=0,2,4,6
/proc/31194/task/31200/stat : 31200 (java) S 31192 31192 26090 0 -1 1077944384 3320 0 0 0 13 3 0 0 20 0 15 0 517826724 15514783744 46165 33554432000 4194304 4196468 140729718195216 140440773732464 140441631136386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31201] ppid=31192 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31201/stat : 31201 (java) S 31192 31192 26090 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 517826724 15514783744 46165 33554432000 4194304 4196468 140729718195216 140440772678496 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31202] ppid=31192 vsize=15151156 memory=2676 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31202/stat : 31202 (java) S 31192 31192 26090 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 517826725 15514783744 46165 33554432000 4194304 4196468 140729718195216 140440771626112 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31203] ppid=31192 vsize=15151156 memory=1764 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31203/stat : 31203 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15514783744 46165 33554432000 4194304 4196468 140729718195216 140440770574416 140441631143835 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31204] ppid=31192 vsize=15151156 memory=111632 CPUtime=2.03 cores=0,2,4,6
/proc/31194/task/31204/stat : 31204 (java) S 31192 31192 26090 0 -1 1077944384 17047 0 0 0 199 4 0 0 20 0 15 0 517826727 15514783744 46165 33554432000 4194304 4196468 140729718195216 140440769522288 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31205] ppid=31192 vsize=15151156 memory=796 CPUtime=2.68 cores=0,2,4,6
/proc/31194/task/31205/stat : 31205 (java) S 31192 31192 26090 0 -1 1077944384 23903 0 0 0 266 2 0 0 20 0 15 0 517826727 15514783744 46165 33554432000 4194304 4196468 140729718195216 140440768469488 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31206] ppid=31192 vsize=15151156 memory=1804 CPUtime=0.75 cores=0,2,4,6
/proc/31194/task/31206/stat : 31206 (java) S 31192 31192 26090 0 -1 1077944384 10686 0 0 0 73 2 0 0 20 0 15 0 517826727 15514783744 46165 33554432000 4194304 4196468 140729718195216 140440767417200 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31207] ppid=31192 vsize=15151156 memory=916 CPUtime=0 cores=0,2,4,6
/proc/31194/task/31207/stat : 31207 (java) S 31192 31192 26090 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517826727 15514783744 46165 33554432000 4194304 4196468 140729718195216 140440766364640 140441631135445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
[pid=31194/tid=31208] ppid=31192 vsize=15151156 memory=3848 CPUtime=0.79 cores=0,2,4,6
/proc/31194/task/31208/stat : 31208 (java) S 31192 31192 26090 0 -1 1077944384 1552 0 0 0 37 42 0 0 20 0 15 0 517826727 15514783744 46165 33554432000 4194304 4196468 140729718195216 140440765311408 140441631136386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24928256 140729718203355 140729718203530 140729718203530 140729718206415 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 186112 KiB

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

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

[startup+2512.61 s]
# the end of solver process 31194 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.4 s, system=0.647152 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): 2512.61
CPU time (s): 2520.05
CPU user time (s): 2519.4
CPU system time (s): 0.647152
CPU usage (%): 100.296
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 254744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.4
system time used= 0.647152
maximum resident set size= 253748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88451
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60280
involuntary context switches= 1093


# summary of solver processes directly reported to runsolver:
#   pid: 31192,31194
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2519.4
#   total CPU system time (s): 0.647152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6206 second user time and 22.1877 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-25 14:48:56
IDJOB=4405965
IDBENCH=141716
IDSOLVER=2869
FILE ID=node136/4405965-1569415782
RUNJOBID= node136-1569396625-26121
PBS_JOBID= 21705684
Free space on /var/tmp= 13460 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-35-123.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-4405965-1569415782/watcher-4405965-1569415782 -o /var/tmp/evaluation-result-4405965-1569415782/solver-4405965-1569415782 -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 1962001178 HOME/instance-4405965-1569415782.xml

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

MD5SUM BENCH= 45744cc354831d0c2f8e03e2f88be5e0
RANDOM SEED=1962001178

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:        23638764 kB
MemAvailable:   29087892 kB
Buffers:          184012 kB
Cached:          5384600 kB
SwapCached:         3548 kB
Active:          5521668 kB
Inactive:        2803340 kB
Active(anon):    2753852 kB
Inactive(anon):    59696 kB
Active(file):    2767816 kB
Inactive(file):  2743644 kB
Unevictable:      108564 kB
Mlocked:          108564 kB
SwapTotal:      67108860 kB
SwapFree:       67002132 kB
Dirty:             26316 kB
Writeback:             0 kB
AnonPages:       2871264 kB
Mapped:            71492 kB
Shmem:             48268 kB
Slab:             395984 kB
SReclaimable:     366128 kB
SUnreclaim:        29856 kB
KernelStack:        4000 kB
PageTables:        11036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5457732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2766848 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= 13460 MiB
End job on node136 at 2019-09-25 15:30:49