Trace number 4400599

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16? (TO) 2400.39 604.082

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1058
Best CPU time to get the best result obtained on this benchmark2400.17
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400599-1568674545.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400599-1568674545.xml, -tl, 2400s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.28	c parse instance...
2.69/1.01	c solve instance...
2400.10/604.05	s UNKNOWN
2400.10/604.05	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 (15262 MiB free)
  memory of node 1: 16384 MiB (15531 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400599-1568674545/watcher-4400599-1568674545 -o /tmp/evaluation-result-4400599-1568674545/solver-4400599-1568674545 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568673273-32545 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1332689568 HOME/instance-4400599-1568674545.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=549, runsolver pid=544

[startup+0.10008 s]*
/proc/loadavg: 8.60 8.46 6.82 5/224 589
/proc/meminfo: memFree=31506496/32770624 swapFree=66997368/67108860
[pid=549] ppid=544 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/549/stat : 549 (xcsp3-exec) S 544 549 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443707551 115843072 363 33554432000 4194304 5098028 140728688941616 140728688939720 139696987505276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27062272 140728688948090 140728688948333 140728688948333 140728688951242 0
/proc/549/statm: 28282 363 304 221 0 87 0
[pid=551] ppid=549 vsize=15144776 memory=29376 CPUtime=0.12 cores=1,3,5,7
/proc/551/stat : 551 (java) S 549 549 32513 0 -1 1077944320 5741 0 0 0 11 1 0 0 20 0 15 0 443707552 15508250624 7344 33554432000 4194304 4196468 140736729675776 140736729658320 139988867993335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
/proc/551/statm: 3786194 7344 3137 1 0 3748377 0
[pid=551/tid=552] ppid=549 vsize=15144776 memory=7022364632946311227 CPUtime=0.09 cores=1,3,5,7
/proc/551/task/552/stat : 552 (java) R 549 549 32513 0 -1 4202560 3663 0 0 0 9 0 0 0 20 0 15 0 443707552 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988872222512 139988868005270 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=553] ppid=549 vsize=15144776 memory=4294976396 CPUtime=0 cores=1,3,5,7
/proc/551/task/553/stat : 553 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707553 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988824545552 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=554] ppid=549 vsize=15144776 memory=140617385292381 CPUtime=0 cores=1,3,5,7
/proc/551/task/554/stat : 554 (java) S 549 549 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443707553 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988823493008 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=555] ppid=549 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/555/stat : 555 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707553 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988458199568 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=556] ppid=549 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/551/task/556/stat : 556 (java) S 549 549 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443707553 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988457147024 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=557] ppid=549 vsize=15144776 memory=140617385264768 CPUtime=0 cores=1,3,5,7
/proc/551/task/557/stat : 557 (java) S 549 549 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443707554 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988336310768 139988868004482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=558] ppid=549 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/551/task/558/stat : 558 (java) S 549 549 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 443707554 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988335256992 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=559] ppid=549 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/559/stat : 559 (java) S 549 549 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 443707555 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988334204400 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=565] ppid=549 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/565/stat : 565 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443707557 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988333152976 139988868011931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=567] ppid=549 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/567/stat : 567 (java) R 549 549 32513 0 -1 4202560 469 0 0 0 0 0 0 0 20 0 15 0 443707557 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988332091240 139988845826192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=569] ppid=549 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/551/task/569/stat : 569 (java) R 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443707557 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988331047024 139988868004482 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=570] ppid=549 vsize=15144776 memory=140617385264768 CPUtime=0.02 cores=1,3,5,7
/proc/551/task/570/stat : 570 (java) S 549 549 32513 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 15 0 443707557 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988329994480 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=574] ppid=549 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/551/task/574/stat : 574 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443707557 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988328942176 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=579] ppid=549 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/579/stat : 579 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707558 15508250624 7410 33554432000 4194304 4196468 140736729675776 139988327889712 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30828 KiB

[startup+0.210752 s]*
/proc/loadavg: 8.60 8.46 6.82 6/230 597
/proc/meminfo: memFree=31482580/32770624 swapFree=66997368/67108860
[pid=549] ppid=544 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/549/stat : 549 (xcsp3-exec) S 544 549 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443707551 115843072 363 33554432000 4194304 5098028 140728688941616 140728688939720 139696987505276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27062272 140728688948090 140728688948333 140728688948333 140728688951242 0
/proc/549/statm: 28282 363 304 221 0 87 0
[pid=551] ppid=549 vsize=15144776 memory=40756 CPUtime=0.33 cores=1,3,5,7
/proc/551/stat : 551 (java) S 549 549 32513 0 -1 1077944320 9434 0 0 0 30 3 0 0 20 0 15 0 443707552 15508250624 10189 33554432000 4194304 4196468 140736729675776 140736729658320 139988867993335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
/proc/551/statm: 3786194 10189 3264 1 0 3748377 0
[pid=551/tid=552] ppid=549 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/551/task/552/stat : 552 (java) R 549 549 32513 0 -1 4202560 6632 0 0 0 18 2 0 0 20 0 15 0 443707552 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988872231648 139988868015261 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=553] ppid=549 vsize=15144776 memory=4294976396 CPUtime=0 cores=1,3,5,7
/proc/551/task/553/stat : 553 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707553 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988824545552 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=554] ppid=549 vsize=15144776 memory=140617385292381 CPUtime=0 cores=1,3,5,7
/proc/551/task/554/stat : 554 (java) S 549 549 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443707553 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988823493008 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=555] ppid=549 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/555/stat : 555 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707553 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988458199568 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=556] ppid=549 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/551/task/556/stat : 556 (java) S 549 549 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443707553 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988457147024 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=557] ppid=549 vsize=15144776 memory=140617385264768 CPUtime=0 cores=1,3,5,7
/proc/551/task/557/stat : 557 (java) S 549 549 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 443707554 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988336310768 139988868004482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=558] ppid=549 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/551/task/558/stat : 558 (java) S 549 549 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 443707554 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988335256992 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=559] ppid=549 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/559/stat : 559 (java) S 549 549 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 443707555 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988334204400 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=565] ppid=549 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/565/stat : 565 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443707557 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988333152976 139988868011931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=567] ppid=549 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/551/task/567/stat : 567 (java) S 549 549 32513 0 -1 1077944384 719 0 0 0 2 0 0 0 20 0 15 0 443707557 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988332099568 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=569] ppid=549 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/551/task/569/stat : 569 (java) S 549 549 32513 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 15 0 443707557 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988331047024 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=570] ppid=549 vsize=15144776 memory=140617385264768 CPUtime=0.08 cores=1,3,5,7
/proc/551/task/570/stat : 570 (java) R 549 549 32513 0 -1 4202560 739 0 0 0 8 0 0 0 20 0 15 0 443707557 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988329994480 139988846649008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=574] ppid=549 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/551/task/574/stat : 574 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443707557 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988328942176 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=579] ppid=549 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/579/stat : 579 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707558 15508250624 10189 33554432000 4194304 4196468 140736729675776 139988327889712 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42208 KiB

[startup+0.310846 s]*
/proc/loadavg: 8.60 8.46 6.82 4/230 597
/proc/meminfo: memFree=31465388/32770624 swapFree=66997368/67108860
[pid=549] ppid=544 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/549/stat : 549 (xcsp3-exec) S 544 549 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443707551 115843072 363 33554432000 4194304 5098028 140728688941616 140728688939720 139696987505276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27062272 140728688948090 140728688948333 140728688948333 140728688951242 0
/proc/549/statm: 28282 363 304 221 0 87 0
[pid=551] ppid=549 vsize=15149032 memory=49936 CPUtime=0.51 cores=1,3,5,7
/proc/551/stat : 551 (java) S 549 549 32513 0 -1 1077944320 10796 0 0 0 47 4 0 0 20 0 15 0 443707552 15512608768 12484 33554432000 4194304 4196468 140736729675776 140736729658320 139988867993335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
/proc/551/statm: 3787258 12484 3370 1 0 3748377 0
[pid=551/tid=552] ppid=549 vsize=15149032 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/551/task/552/stat : 552 (java) R 549 549 32513 0 -1 4202560 7824 0 0 0 27 3 0 0 20 0 15 0 443707552 15512608768 12581 33554432000 4194304 4196468 140736729675776 139988872227120 139988849642552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=553] ppid=549 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/551/task/553/stat : 553 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707553 15512608768 12581 33554432000 4194304 4196468 140736729675776 139988824545552 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=554] ppid=549 vsize=15149032 memory=4206468019014086714 CPUtime=0 cores=1,3,5,7
/proc/551/task/554/stat : 554 (java) S 549 549 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443707553 15512608768 12581 33554432000 4194304 4196468 140736729675776 139988823493008 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=555] ppid=549 vsize=15149032 memory=4137287014106042739 CPUtime=0 cores=1,3,5,7
/proc/551/task/555/stat : 555 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707553 15512608768 12581 33554432000 4194304 4196468 140736729675776 139988458199568 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=556] ppid=549 vsize=15149032 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/551/task/556/stat : 556 (java) S 549 549 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443707553 15512608768 12581 33554432000 4194304 4196468 140736729675776 139988457147024 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=557] ppid=549 vsize=15149032 memory=-6808994639057120388 CPUtime=0 cores=1,3,5,7
/proc/551/task/557/stat : 557 (java) S 549 549 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 443707554 15512608768 12587 33554432000 4194304 4196468 140736729675776 139988336310768 139988868004482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=558] ppid=549 vsize=15149032 memory=-8253362664378451622 CPUtime=0 cores=1,3,5,7
/proc/551/task/558/stat : 558 (java) S 549 549 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 443707554 15512608768 12587 33554432000 4194304 4196468 140736729675776 139988335256992 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=559] ppid=549 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/559/stat : 559 (java) S 549 549 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 443707555 15512608768 12587 33554432000 4194304 4196468 140736729675776 139988334204400 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=565] ppid=549 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/565/stat : 565 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443707557 15512608768 12587 33554432000 4194304 4196468 140736729675776 139988333152976 139988868011931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=567] ppid=549 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/551/task/567/stat : 567 (java) S 549 549 32513 0 -1 1077944384 735 0 0 0 4 0 0 0 20 0 15 0 443707557 15512608768 12587 33554432000 4194304 4196468 140736729675776 139988332099568 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=569] ppid=549 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/551/task/569/stat : 569 (java) R 549 549 32513 0 -1 4202560 173 0 0 0 4 0 0 0 20 0 15 0 443707557 15512608768 12587 33554432000 4194304 4196468 140736729675776 139988331047024 139988845254592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=570] ppid=549 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/551/task/570/stat : 570 (java) S 549 549 32513 0 -1 1077944384 833 0 0 0 12 0 0 0 20 0 15 0 443707557 15512608768 12587 33554432000 4194304 4196468 140736729675776 139988329994480 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=574] ppid=549 vsize=15149032 memory=3539884528333568051 CPUtime=0 cores=1,3,5,7
/proc/551/task/574/stat : 574 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443707557 15512608768 12587 33554432000 4194304 4196468 140736729675776 139988328942176 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=579] ppid=549 vsize=15149032 memory=3900310809494060211 CPUtime=0 cores=1,3,5,7
/proc/551/task/579/stat : 579 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707558 15512608768 12587 33554432000 4194304 4196468 140736729675776 139988327889712 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51388 KiB

[startup+0.701576 s]
/proc/loadavg: 8.60 8.46 6.82 7/230 597
/proc/meminfo: memFree=31433148/32770624 swapFree=66997368/67108860
[pid=549] ppid=544 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/549/stat : 549 (xcsp3-exec) S 544 549 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443707551 115843072 363 33554432000 4194304 5098028 140728688941616 140728688939720 139696987505276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27062272 140728688948090 140728688948333 140728688948333 140728688951242 0
/proc/549/statm: 28282 363 304 221 0 87 0
[pid=551] ppid=549 vsize=15151156 memory=84924 CPUtime=1.65 cores=1,3,5,7
/proc/551/stat : 551 (java) S 549 549 32513 0 -1 1077944320 14908 0 0 0 159 6 0 0 20 0 15 0 443707552 15514783744 21231 33554432000 4194304 4196468 140736729675776 140736729658320 139988867993335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
/proc/551/statm: 3787789 21231 3454 1 0 3748889 0
[pid=551/tid=552] ppid=549 vsize=15151156 memory=4637180968128643444 CPUtime=0.67 cores=1,3,5,7
/proc/551/task/552/stat : 552 (java) R 549 549 32513 0 -1 4202560 9195 0 0 0 63 4 0 0 20 0 15 0 443707552 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988872229392 139988853361105 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=553] ppid=549 vsize=15151156 memory=7951212144042334574 CPUtime=0 cores=1,3,5,7
/proc/551/task/553/stat : 553 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707553 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988824545552 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=554] ppid=549 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/551/task/554/stat : 554 (java) S 549 549 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443707553 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988823493008 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=555] ppid=549 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/551/task/555/stat : 555 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707553 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988458199568 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=556] ppid=549 vsize=15151156 memory=2404 CPUtime=0 cores=1,3,5,7
/proc/551/task/556/stat : 556 (java) S 549 549 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 443707553 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988457147024 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=557] ppid=549 vsize=15151156 memory=1388 CPUtime=0 cores=1,3,5,7
/proc/551/task/557/stat : 557 (java) S 549 549 32513 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 443707554 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988336310768 139988868004482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=558] ppid=549 vsize=15151156 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/551/task/558/stat : 558 (java) S 549 549 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 443707554 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988335256992 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=559] ppid=549 vsize=15151156 memory=67556 CPUtime=0 cores=1,3,5,7
/proc/551/task/559/stat : 559 (java) S 549 549 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 443707555 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988334204400 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=565] ppid=549 vsize=15151156 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/551/task/565/stat : 565 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443707557 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988333152976 139988868011931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=567] ppid=549 vsize=15151156 memory=776 CPUtime=0.25 cores=1,3,5,7
/proc/551/task/567/stat : 567 (java) R 549 549 32513 0 -1 1077944384 1435 0 0 0 25 0 0 0 20 0 15 0 443707557 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988332099568 139988868004482 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=569] ppid=549 vsize=15151156 memory=3992 CPUtime=0.26 cores=1,3,5,7
/proc/551/task/569/stat : 569 (java) S 549 549 32513 0 -1 1077944384 868 0 0 0 26 0 0 0 20 0 15 0 443707557 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988331047024 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=570] ppid=549 vsize=15151156 memory=2828 CPUtime=0.44 cores=1,3,5,7
/proc/551/task/570/stat : 570 (java) R 549 549 32513 0 -1 4202560 2103 0 0 0 44 0 0 0 20 0 15 0 443707557 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988329994480 139988852073822 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=574] ppid=549 vsize=15151156 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/551/task/574/stat : 574 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 443707557 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988328942176 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=579] ppid=549 vsize=15151156 memory=676 CPUtime=0 cores=1,3,5,7
/proc/551/task/579/stat : 579 (java) S 549 549 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 443707558 15514783744 21231 33554432000 4194304 4196468 140736729675776 139988327889712 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 86376 KiB

[startup+1.50075 s]
/proc/loadavg: 8.60 8.46 6.82 6/234 618
/proc/meminfo: memFree=31297520/32770624 swapFree=66997368/67108860
[pid=549] ppid=544 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/549/stat : 549 (xcsp3-exec) S 544 549 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443707551 115843072 363 33554432000 4194304 5098028 140728688941616 140728688939720 139696987505276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27062272 140728688948090 140728688948333 140728688948333 140728688951242 0
/proc/549/statm: 28282 363 304 221 0 87 0

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

/proc/551/stat : 551 (java) S 549 549 32513 0 -1 1077944320 93595 0 0 0 207488 41 0 0 20 0 19 0 443707552 15789527040 70065 33554432000 4194304 4196468 140736729675776 140736729658320 139988867993335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
/proc/551/statm: 3854865 70065 3538 1 0 3815965 0
[pid=551/tid=552] ppid=549 vsize=15419460 memory=1452 CPUtime=0.99 cores=1,3,5,7
/proc/551/task/552/stat : 552 (java) S 549 549 32513 0 -1 1077944384 9473 0 0 0 94 5 0 0 20 0 19 0 443707552 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988872234112 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=553] ppid=549 vsize=15419460 memory=280260 CPUtime=0.66 cores=1,3,5,7
/proc/551/task/553/stat : 553 (java) S 549 549 32513 0 -1 1077944384 3072 0 0 0 62 4 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988824545552 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=554] ppid=549 vsize=15419460 memory=1452 CPUtime=0.66 cores=1,3,5,7
/proc/551/task/554/stat : 554 (java) S 549 549 32513 0 -1 1077944384 3576 0 0 0 63 3 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988823493008 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=555] ppid=549 vsize=15419460 memory=280260 CPUtime=0.64 cores=1,3,5,7
/proc/551/task/555/stat : 555 (java) S 549 549 32513 0 -1 1077944384 2130 0 0 0 61 3 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988458199568 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=556] ppid=549 vsize=15419460 memory=1004 CPUtime=0.66 cores=1,3,5,7
/proc/551/task/556/stat : 556 (java) S 549 549 32513 0 -1 1077944384 1758 0 0 0 62 4 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988457147024 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=557] ppid=549 vsize=15419460 memory=6036 CPUtime=0.36 cores=1,3,5,7
/proc/551/task/557/stat : 557 (java) S 549 549 32513 0 -1 1077944384 2879 0 0 0 29 7 0 0 20 0 19 0 443707554 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988336310768 139988868004482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=558] ppid=549 vsize=15419460 memory=280260 CPUtime=0 cores=1,3,5,7
/proc/551/task/558/stat : 558 (java) S 549 549 32513 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 443707554 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988335257056 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=559] ppid=549 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/551/task/559/stat : 559 (java) S 549 549 32513 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 443707555 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988334204416 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=565] ppid=549 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/551/task/565/stat : 565 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988333152976 139988868011931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=567] ppid=549 vsize=15419460 memory=280260 CPUtime=5.3 cores=1,3,5,7
/proc/551/task/567/stat : 567 (java) S 549 549 32513 0 -1 1077944384 18661 0 0 0 528 2 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988332099568 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=569] ppid=549 vsize=15419460 memory=1452 CPUtime=4.57 cores=1,3,5,7
/proc/551/task/569/stat : 569 (java) S 549 549 32513 0 -1 1077944384 24297 0 0 0 455 2 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988331047024 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=570] ppid=549 vsize=15419460 memory=280396 CPUtime=1.1 cores=1,3,5,7
/proc/551/task/570/stat : 570 (java) S 549 549 32513 0 -1 1077944384 14195 0 0 0 109 1 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988329994480 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=574] ppid=549 vsize=15419460 memory=280260 CPUtime=0 cores=1,3,5,7
/proc/551/task/574/stat : 574 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988328942176 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=579] ppid=549 vsize=15419460 memory=47792 CPUtime=0.15 cores=1,3,5,7
/proc/551/task/579/stat : 579 (java) S 549 549 32513 0 -1 1077944384 1051 0 0 0 15 0 0 0 20 0 19 0 443707558 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988327889712 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=624] ppid=549 vsize=15419460 memory=3504 CPUtime=515.01 cores=1,3,5,7
/proc/551/task/624/stat : 624 (java) R 549 549 32513 0 -1 4202560 2152 0 0 0 51499 2 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988316810584 139988511621384 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=625] ppid=549 vsize=15419460 memory=47792 CPUtime=514.49 cores=1,3,5,7
/proc/551/task/625/stat : 625 (java) R 549 549 32513 0 -1 4202560 4728 0 0 0 51447 2 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988315762016 140736730327424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=626] ppid=549 vsize=15419460 memory=14008 CPUtime=515.22 cores=1,3,5,7
/proc/551/task/626/stat : 626 (java) R 549 549 32513 0 -1 4202560 2097 0 0 0 51521 1 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988314706944 139988506663219 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=627] ppid=549 vsize=15419460 memory=2124 CPUtime=515.35 cores=1,3,5,7
/proc/551/task/627/stat : 627 (java) R 549 549 32513 0 -1 4202560 2142 0 0 0 51534 1 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988313652400 139988513301422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
Current children cumulated CPU time: 2075.29 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 281712 KiB

[startup+582.302 s]
/proc/loadavg: 9.03 8.71 7.71 9/240 2129
/proc/meminfo: memFree=30941848/32770624 swapFree=66997368/67108860
[pid=549] ppid=544 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/549/stat : 549 (xcsp3-exec) S 544 549 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443707551 115843072 363 33554432000 4194304 5098028 140728688941616 140728688939720 139696987505276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27062272 140728688948090 140728688948333 140728688948333 140728688951242 0
/proc/549/statm: 28282 363 304 221 0 87 0
[pid=551] ppid=549 vsize=15419460 memory=280260 CPUtime=2313.77 cores=1,3,5,7
/proc/551/stat : 551 (java) S 549 549 32513 0 -1 1077944320 95278 0 0 0 231335 42 0 0 20 0 19 0 443707552 15789527040 70065 33554432000 4194304 4196468 140736729675776 140736729658320 139988867993335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
/proc/551/statm: 3854865 70065 3538 1 0 3815965 0
[pid=551/tid=552] ppid=549 vsize=15419460 memory=280260 CPUtime=0.99 cores=1,3,5,7
/proc/551/task/552/stat : 552 (java) S 549 549 32513 0 -1 1077944384 9473 0 0 0 94 5 0 0 20 0 19 0 443707552 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988872234112 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=553] ppid=549 vsize=15419460 memory=1452 CPUtime=0.74 cores=1,3,5,7
/proc/551/task/553/stat : 553 (java) S 549 549 32513 0 -1 1077944384 3205 0 0 0 70 4 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988824545552 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=554] ppid=549 vsize=15419460 memory=1452 CPUtime=0.74 cores=1,3,5,7
/proc/551/task/554/stat : 554 (java) S 549 549 32513 0 -1 1077944384 3634 0 0 0 71 3 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988823493008 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=555] ppid=549 vsize=15419460 memory=25928 CPUtime=0.72 cores=1,3,5,7
/proc/551/task/555/stat : 555 (java) S 549 549 32513 0 -1 1077944384 2533 0 0 0 69 3 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988458199568 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=556] ppid=549 vsize=15419460 memory=12024 CPUtime=0.73 cores=1,3,5,7
/proc/551/task/556/stat : 556 (java) S 549 549 32513 0 -1 1077944384 1780 0 0 0 69 4 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988457147024 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=557] ppid=549 vsize=15419460 memory=1668 CPUtime=0.39 cores=1,3,5,7
/proc/551/task/557/stat : 557 (java) S 549 549 32513 0 -1 1077944384 3071 0 0 0 31 8 0 0 20 0 19 0 443707554 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988336310768 139988868004482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=558] ppid=549 vsize=15419460 memory=1112 CPUtime=0 cores=1,3,5,7
/proc/551/task/558/stat : 558 (java) S 549 549 32513 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 443707554 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988335257056 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=559] ppid=549 vsize=15419460 memory=281234459675808 CPUtime=0 cores=1,3,5,7
/proc/551/task/559/stat : 559 (java) S 549 549 32513 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 443707555 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988334204416 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=565] ppid=549 vsize=15419460 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/551/task/565/stat : 565 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988333152976 139988868011931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=567] ppid=549 vsize=15419460 memory=1452 CPUtime=5.33 cores=1,3,5,7
/proc/551/task/567/stat : 567 (java) S 549 549 32513 0 -1 1077944384 18975 0 0 0 531 2 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988332099568 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=569] ppid=549 vsize=15419460 memory=280260 CPUtime=4.57 cores=1,3,5,7
/proc/551/task/569/stat : 569 (java) S 549 549 32513 0 -1 1077944384 24299 0 0 0 455 2 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988331047024 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=570] ppid=549 vsize=15419460 memory=6947385649911455296 CPUtime=1.1 cores=1,3,5,7
/proc/551/task/570/stat : 570 (java) S 549 549 32513 0 -1 1077944384 14197 0 0 0 109 1 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988329994480 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=574] ppid=549 vsize=15419460 memory=776 CPUtime=0 cores=1,3,5,7
/proc/551/task/574/stat : 574 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988328942176 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=579] ppid=549 vsize=15419460 memory=280260 CPUtime=0.17 cores=1,3,5,7
/proc/551/task/579/stat : 579 (java) S 549 549 32513 0 -1 1077944384 1066 0 0 0 17 0 0 0 20 0 19 0 443707558 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988327889712 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=624] ppid=549 vsize=15419460 memory=1452 CPUtime=574.58 cores=1,3,5,7
/proc/551/task/624/stat : 624 (java) R 549 549 32513 0 -1 4202560 2306 0 0 0 57456 2 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988316810432 139988504834874 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=625] ppid=549 vsize=15419460 memory=1452 CPUtime=573.87 cores=1,3,5,7
/proc/551/task/625/stat : 625 (java) R 549 549 32513 0 -1 4202560 4898 0 0 0 57384 3 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988315759016 139988511262965 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=626] ppid=549 vsize=15419460 memory=280260 CPUtime=574.78 cores=1,3,5,7
/proc/551/task/626/stat : 626 (java) R 549 549 32513 0 -1 4202560 2237 0 0 0 57477 1 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988314709472 139988513327385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=627] ppid=549 vsize=15419460 memory=1452 CPUtime=574.94 cores=1,3,5,7
/proc/551/task/627/stat : 627 (java) R 549 549 32513 0 -1 4202560 2220 0 0 0 57492 2 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988313652392 139988512925311 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
Current children cumulated CPU time: 2313.77 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 281712 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+604.002 s]*
/proc/loadavg: 9.02 8.73 7.73 9/241 2132
/proc/meminfo: memFree=30932976/32770624 swapFree=66997368/67108860
[pid=549] ppid=544 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/549/stat : 549 (xcsp3-exec) S 544 549 32513 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 443707551 115843072 363 33554432000 4194304 5098028 140728688941616 140728688939720 139696987505276 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27062272 140728688948090 140728688948333 140728688948333 140728688951242 0
/proc/549/statm: 28282 363 304 221 0 87 0
[pid=551] ppid=549 vsize=15419460 memory=280260 CPUtime=2400.1 cores=1,3,5,7
/proc/551/stat : 551 (java) S 549 549 32513 0 -1 1077944320 95413 0 0 0 239967 43 0 0 20 0 19 0 443707552 15789527040 70065 33554432000 4194304 4196468 140736729675776 140736729658320 139988867993335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
/proc/551/statm: 3854865 70065 3538 1 0 3815965 0
[pid=551/tid=552] ppid=549 vsize=15419460 memory=6935054825532540783 CPUtime=0.99 cores=1,3,5,7
/proc/551/task/552/stat : 552 (java) S 549 549 32513 0 -1 1077944384 9473 0 0 0 94 5 0 0 20 0 19 0 443707552 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988872234112 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=553] ppid=549 vsize=15419460 memory=4126316290023845779 CPUtime=0.76 cores=1,3,5,7
/proc/551/task/553/stat : 553 (java) S 549 549 32513 0 -1 1077944384 3208 0 0 0 72 4 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988824545552 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=554] ppid=549 vsize=15419460 memory=1412 CPUtime=0.76 cores=1,3,5,7
/proc/551/task/554/stat : 554 (java) S 549 549 32513 0 -1 1077944384 3637 0 0 0 73 3 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988823493008 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=555] ppid=549 vsize=15419460 memory=3332 CPUtime=0.74 cores=1,3,5,7
/proc/551/task/555/stat : 555 (java) S 549 549 32513 0 -1 1077944384 2535 0 0 0 71 3 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988458199568 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=556] ppid=549 vsize=15419460 memory=1388 CPUtime=0.75 cores=1,3,5,7
/proc/551/task/556/stat : 556 (java) S 549 549 32513 0 -1 1077944384 1780 0 0 0 71 4 0 0 20 0 19 0 443707553 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988457147024 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=557] ppid=549 vsize=15419460 memory=1452 CPUtime=0.4 cores=1,3,5,7
/proc/551/task/557/stat : 557 (java) S 549 549 32513 0 -1 1077944384 3074 0 0 0 32 8 0 0 20 0 19 0 443707554 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988336310768 139988868004482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=558] ppid=549 vsize=15419460 memory=280260 CPUtime=0 cores=1,3,5,7
/proc/551/task/558/stat : 558 (java) S 549 549 32513 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 443707554 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988335257056 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=559] ppid=549 vsize=15419460 memory=776 CPUtime=0 cores=1,3,5,7
/proc/551/task/559/stat : 559 (java) S 549 549 32513 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 19 0 443707555 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988334204416 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=565] ppid=549 vsize=15419460 memory=3992 CPUtime=0 cores=1,3,5,7
/proc/551/task/565/stat : 565 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988333152976 139988868011931 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=567] ppid=549 vsize=15419460 memory=2828 CPUtime=5.33 cores=1,3,5,7
/proc/551/task/567/stat : 567 (java) S 549 549 32513 0 -1 1077944384 18975 0 0 0 531 2 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988332099568 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=569] ppid=549 vsize=15419460 memory=676 CPUtime=4.57 cores=1,3,5,7
/proc/551/task/569/stat : 569 (java) S 549 549 32513 0 -1 1077944384 24299 0 0 0 455 2 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988331047024 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=570] ppid=549 vsize=15419460 memory=1060 CPUtime=1.1 cores=1,3,5,7
/proc/551/task/570/stat : 570 (java) S 549 549 32513 0 -1 1077944384 14197 0 0 0 109 1 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988329994480 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=574] ppid=549 vsize=15419460 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/551/task/574/stat : 574 (java) S 549 549 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 443707557 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988328942176 139988868003541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=579] ppid=549 vsize=15419460 memory=8560 CPUtime=0.18 cores=1,3,5,7
/proc/551/task/579/stat : 579 (java) S 549 549 32513 0 -1 1077944384 1066 0 0 0 18 0 0 0 20 0 19 0 443707558 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988327889712 139988868004482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=624] ppid=549 vsize=15419460 memory=1668 CPUtime=596.1 cores=1,3,5,7
/proc/551/task/624/stat : 624 (java) R 549 549 32513 0 -1 4202560 2318 0 0 0 59608 2 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988316810192 139988511621032 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=625] ppid=549 vsize=15419460 memory=1112 CPUtime=595.49 cores=1,3,5,7
/proc/551/task/625/stat : 625 (java) R 549 549 32513 0 -1 4202560 4949 0 0 0 59546 3 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988315758368 139988506849891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=626] ppid=549 vsize=15419460 memory=1004 CPUtime=596.27 cores=1,3,5,7
/proc/551/task/626/stat : 626 (java) R 549 549 32513 0 -1 4202560 2258 0 0 0 59626 1 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988314706944 139988513863107 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
[pid=551/tid=627] ppid=549 vsize=15419460 memory=6036 CPUtime=596.54 cores=1,3,5,7
/proc/551/task/627/stat : 627 (java) R 549 549 32513 0 -1 4202560 2260 0 0 0 59652 2 0 0 20 0 19 0 443707654 15789527040 70065 33554432000 4194304 4196468 140736729675776 139988313655376 139988511621706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28962816 140736729678831 140736729679002 140736729679002 140736729681871 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 281712 KiB

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

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

[startup+604.082 s]
# the end of solver process 551 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.96 s, system=0.437213 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): 604.082
CPU time (s): 2400.39
CPU user time (s): 2399.96
CPU system time (s): 0.437213
CPU usage (%): 397.362
Max. virtual memory (cumulated for all children) (KiB): 15534912
Max. memory (cumulated for all children) (KiB): 410164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.96
system time used= 0.437213
maximum resident set size= 410760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29610
involuntary context switches= 45115


# summary of solver processes directly reported to runsolver:
#   pid: 549,551
#   total CPU time (s): 2400.39
#   total CPU user time (s): 2399.96
#   total CPU system time (s): 0.437213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.85246 second user time and 7.05054 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 00:54:46
IDJOB=4400599
IDBENCH=115801
IDSOLVER=2856
FILE ID=node103/4400599-1568674545
RUNJOBID= node103-1568673273-32545
PBS_JOBID= 21703797
Free space on /tmp= 61716 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400599-1568674545/watcher-4400599-1568674545 -o /tmp/evaluation-result-4400599-1568674545/solver-4400599-1568674545 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568673273-32545 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1332689568 HOME/instance-4400599-1568674545.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=1332689568

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31534536 kB
MemAvailable:   31887368 kB
Buffers:           49336 kB
Cached:           599096 kB
SwapCached:         9016 kB
Active:           400716 kB
Inactive:         260944 kB
Active(anon):       4968 kB
Inactive(anon):    57296 kB
Active(file):     395748 kB
Inactive(file):   203648 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       66997368 kB
Dirty:             50448 kB
Writeback:             0 kB
AnonPages:         92160 kB
Mapped:            48228 kB
Shmem:             40856 kB
Slab:             168032 kB
SReclaimable:     138544 kB
SUnreclaim:        29488 kB
KernelStack:        4176 kB
PageTables:         5420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 01:04:50