Trace number 4405776

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-24SAT 164.74 160.253

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K05-P02.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.274715
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
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-4405776-1569399012.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405776-1569399012.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
0.75/0.50	c solve instance...
164.68/160.24	s SATISFIABLE
164.68/160.24	v <instantiation>
164.68/160.24	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4] </list>
164.68/160.24	v 	<values>14 1 6 3 23 4 25 18 19 0 13 8 11 9 5 2 22 3 17 20 21 14 15 4 7 6 25 1 18 19 10 24 12 16 23 </values>
164.68/160.24	v </instantiation>

Verifier Data

OK	

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 (11556 MiB free)
  memory of node 1: 16384 MiB (12377 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405776-1569399012/watcher-4405776-1569399012 -o /var/tmp/evaluation-result-4405776-1569399012/solver-4405776-1569399012 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1569396629-4888 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 13758179 HOME/instance-4405776-1569399012.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
solver pid=5548, runsolver pid=5545
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.65 1.65 1.46 4/229 5564
/proc/meminfo: memFree=24491000/32770624 swapFree=66976792/67108860
[pid=5548] ppid=5545 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5548/stat : 5548 (xcsp3-exec) S 5545 5548 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515841290 115843072 363 33554432000 4194304 5098028 140726676462896 140726676461000 140518364312188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9129984 140726676468568 140726676468825 140726676468825 140726676471750 0
/proc/5548/statm: 28282 363 304 221 0 87 0
[pid=5550] ppid=5548 vsize=15144776 memory=29096 CPUtime=0.12 cores=0,2,4,6
/proc/5550/stat : 5550 (java) S 5548 5548 4857 0 -1 1077944320 5764 0 0 0 11 1 0 0 20 0 15 0 515841291 15508250624 7274 33554432000 4194304 4196468 140726921994448 140726921976992 140358603759351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
/proc/5550/statm: 3786194 7274 3116 1 0 3748377 0
[pid=5550/tid=5551] ppid=5548 vsize=15144776 memory=7900621750270137179 CPUtime=0.09 cores=0,2,4,6
/proc/5550/task/5551/stat : 5551 (java) R 5548 5548 4857 0 -1 4202560 3703 0 0 0 8 1 0 0 20 0 15 0 515841291 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358607992416 140358603771286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5552] ppid=5548 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5552/stat : 5552 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841292 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358531799440 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5553] ppid=5548 vsize=15144776 memory=140646305990272 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5553/stat : 5553 (java) S 5548 5548 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515841292 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358530746640 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5554] ppid=5548 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5554/stat : 5554 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841292 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358529694352 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5555] ppid=5548 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5555/stat : 5555 (java) S 5548 5548 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515841292 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358528641552 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5556] ppid=5548 vsize=15144776 memory=140646305990272 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5556/stat : 5556 (java) S 5548 5548 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515841293 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358072302192 140358603770498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5557] ppid=5548 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5557/stat : 5557 (java) S 5548 5548 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515841293 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358071248160 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5558] ppid=5548 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5558/stat : 5558 (java) S 5548 5548 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515841294 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358070195824 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5559] ppid=5548 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5559/stat : 5559 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358069144144 140358603777947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5560] ppid=5548 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5560/stat : 5560 (java) R 5548 5548 4857 0 -1 4202560 354 0 0 0 0 0 0 0 20 0 15 0 515841296 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358068071896 140358581592208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5561] ppid=5548 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5561/stat : 5561 (java) R 5548 5548 4857 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 515841296 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358067038192 140358603770498 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5562] ppid=5548 vsize=15144776 memory=140646305990272 CPUtime=0.02 cores=0,2,4,6
/proc/5550/task/5562/stat : 5562 (java) R 5548 5548 4857 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 515841296 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358065981928 140358582300820 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5563] ppid=5548 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5563/stat : 5563 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358064933344 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5564] ppid=5548 vsize=15144776 memory=140646305990272 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5564/stat : 5564 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841297 15508250624 7406 33554432000 4194304 4196468 140726921994448 140358063881136 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30548 KiB

[startup+0.210783 s]*
/proc/loadavg: 1.65 1.65 1.46 4/229 5564
/proc/meminfo: memFree=24478036/32770624 swapFree=66976792/67108860
[pid=5548] ppid=5545 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5548/stat : 5548 (xcsp3-exec) S 5545 5548 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515841290 115843072 363 33554432000 4194304 5098028 140726676462896 140726676461000 140518364312188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9129984 140726676468568 140726676468825 140726676468825 140726676471750 0
/proc/5548/statm: 28282 363 304 221 0 87 0
[pid=5550] ppid=5548 vsize=15144776 memory=40876 CPUtime=0.34 cores=0,2,4,6
/proc/5550/stat : 5550 (java) S 5548 5548 4857 0 -1 1077944320 9457 0 0 0 31 3 0 0 20 0 15 0 515841291 15508250624 10219 33554432000 4194304 4196468 140726921994448 140726921976992 140358603759351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
/proc/5550/statm: 3786194 10219 3310 1 0 3748377 0
[pid=5550/tid=5551] ppid=5548 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/5550/task/5551/stat : 5551 (java) R 5548 5548 4857 0 -1 4202560 6613 0 0 0 18 2 0 0 20 0 15 0 515841291 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358607993472 140358603771286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5552] ppid=5548 vsize=15144776 memory=1965946 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5552/stat : 5552 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841292 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358531799440 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5553] ppid=5548 vsize=15144776 memory=288371022457702016 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5553/stat : 5553 (java) S 5548 5548 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515841292 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358530746640 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5554] ppid=5548 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5554/stat : 5554 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841292 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358529694352 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5555] ppid=5548 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5555/stat : 5555 (java) S 5548 5548 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515841292 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358528641552 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5556] ppid=5548 vsize=15144776 memory=140646305990272 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5556/stat : 5556 (java) S 5548 5548 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515841293 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358072302192 140358603770498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5557] ppid=5548 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5557/stat : 5557 (java) S 5548 5548 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515841293 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358071248160 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5558] ppid=5548 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5558/stat : 5558 (java) S 5548 5548 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515841294 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358070195824 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5559] ppid=5548 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5559/stat : 5559 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358069144144 140358603777947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5560] ppid=5548 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/5550/task/5560/stat : 5560 (java) S 5548 5548 4857 0 -1 1077944384 591 0 0 0 2 0 0 0 20 0 15 0 515841296 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358068090992 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5561] ppid=5548 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5550/task/5561/stat : 5561 (java) S 5548 5548 4857 0 -1 1077944384 169 0 0 0 2 0 0 0 20 0 15 0 515841296 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358067038192 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5562] ppid=5548 vsize=15144776 memory=140646305990272 CPUtime=0.08 cores=0,2,4,6
/proc/5550/task/5562/stat : 5562 (java) R 5548 5548 4857 0 -1 4202560 777 0 0 0 8 0 0 0 20 0 15 0 515841296 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358065983712 140358589442368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5563] ppid=5548 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5563/stat : 5563 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358064933344 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5564] ppid=5548 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5564/stat : 5564 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841297 15508250624 10219 33554432000 4194304 4196468 140726921994448 140358063881136 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42328 KiB

[startup+0.310906 s]*
/proc/loadavg: 1.65 1.65 1.46 4/229 5564
/proc/meminfo: memFree=24471024/32770624 swapFree=66976792/67108860
[pid=5548] ppid=5545 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5548/stat : 5548 (xcsp3-exec) S 5545 5548 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515841290 115843072 363 33554432000 4194304 5098028 140726676462896 140726676461000 140518364312188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9129984 140726676468568 140726676468825 140726676468825 140726676471750 0
/proc/5548/statm: 28282 363 304 221 0 87 0
[pid=5550] ppid=5548 vsize=15149032 memory=49820 CPUtime=0.53 cores=0,2,4,6
/proc/5550/stat : 5550 (java) S 5548 5548 4857 0 -1 1077944320 10791 0 0 0 49 4 0 0 20 0 15 0 515841291 15512608768 12455 33554432000 4194304 4196468 140726921994448 140726921976992 140358603759351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
/proc/5550/statm: 3787258 12455 3350 1 0 3748377 0
[pid=5550/tid=5551] ppid=5548 vsize=15149032 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/5550/task/5551/stat : 5551 (java) R 5548 5548 4857 0 -1 4202560 7761 0 0 0 27 3 0 0 20 0 15 0 515841291 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358607990464 140358603781277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5552] ppid=5548 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5552/stat : 5552 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841292 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358531799440 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5553] ppid=5548 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5553/stat : 5553 (java) S 5548 5548 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515841292 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358530746640 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5554] ppid=5548 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5554/stat : 5554 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841292 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358529694352 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5555] ppid=5548 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5555/stat : 5555 (java) S 5548 5548 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515841292 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358528641552 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5556] ppid=5548 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5556/stat : 5556 (java) S 5548 5548 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515841293 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358072302192 140358603770498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5557] ppid=5548 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5557/stat : 5557 (java) S 5548 5548 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515841293 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358071248160 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5558] ppid=5548 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5558/stat : 5558 (java) S 5548 5548 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515841294 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358070195824 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5559] ppid=5548 vsize=15149032 memory=-8412656567168561567 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5559/stat : 5559 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358069144144 140358603777947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5560] ppid=5548 vsize=15149032 memory=-7384621950708166502 CPUtime=0.05 cores=0,2,4,6
/proc/5550/task/5560/stat : 5560 (java) R 5548 5548 4857 0 -1 4202560 684 0 0 0 5 0 0 0 20 0 15 0 515841296 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358068072008 140358588869208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5561] ppid=5548 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5550/task/5561/stat : 5561 (java) S 5548 5548 4857 0 -1 1077944384 183 0 0 0 4 0 0 0 20 0 15 0 515841296 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358067038192 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5562] ppid=5548 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5550/task/5562/stat : 5562 (java) S 5548 5548 4857 0 -1 1077944384 867 0 0 0 13 0 0 0 20 0 15 0 515841296 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358065985904 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5563] ppid=5548 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5563/stat : 5563 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358064933344 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5564] ppid=5548 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5564/stat : 5564 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841297 15512608768 12455 33554432000 4194304 4196468 140726921994448 140358063881136 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51272 KiB

[startup+0.700839 s]
/proc/loadavg: 1.65 1.65 1.46 4/229 5564
/proc/meminfo: memFree=24454324/32770624 swapFree=66976792/67108860
[pid=5548] ppid=5545 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5548/stat : 5548 (xcsp3-exec) S 5545 5548 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515841290 115843072 363 33554432000 4194304 5098028 140726676462896 140726676461000 140518364312188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9129984 140726676468568 140726676468825 140726676468825 140726676471750 0
/proc/5548/statm: 28282 363 304 221 0 87 0
[pid=5550] ppid=5548 vsize=15151156 memory=70804 CPUtime=1.61 cores=0,2,4,6
/proc/5550/stat : 5550 (java) S 5548 5548 4857 0 -1 1077944320 14977 0 0 0 156 5 0 0 20 0 15 0 515841291 15514783744 17701 33554432000 4194304 4196468 140726921994448 140726921976992 140358603759351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
/proc/5550/statm: 3787789 17701 3455 1 0 3748889 0
[pid=5550/tid=5551] ppid=5548 vsize=15151156 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/5550/task/5551/stat : 5551 (java) R 5548 5548 4857 0 -1 4202560 9229 0 0 0 64 4 0 0 20 0 15 0 515841291 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358607998016 140358209297718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5552] ppid=5548 vsize=15151156 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5552/stat : 5552 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841292 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358531799440 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5553] ppid=5548 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5553/stat : 5553 (java) S 5548 5548 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515841292 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358530746640 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5554] ppid=5548 vsize=15151156 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5554/stat : 5554 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841292 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358529694352 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5555] ppid=5548 vsize=15151156 memory=66516 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5555/stat : 5555 (java) S 5548 5548 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515841292 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358528641552 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5556] ppid=5548 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5556/stat : 5556 (java) S 5548 5548 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515841293 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358072302192 140358603770498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5557] ppid=5548 vsize=15151156 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5557/stat : 5557 (java) S 5548 5548 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515841293 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358071248160 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5558] ppid=5548 vsize=15151156 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5558/stat : 5558 (java) S 5548 5548 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515841294 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358070195824 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5559] ppid=5548 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5559/stat : 5559 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358069144144 140358603777947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5560] ppid=5548 vsize=15151156 memory=1716 CPUtime=0.3 cores=0,2,4,6
/proc/5550/task/5560/stat : 5560 (java) R 5548 5548 4857 0 -1 4202560 1341 0 0 0 30 0 0 0 20 0 15 0 515841296 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358068074112 140358587147729 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5561] ppid=5548 vsize=15151156 memory=10604 CPUtime=0.27 cores=0,2,4,6
/proc/5550/task/5561/stat : 5561 (java) R 5548 5548 4857 0 -1 4202560 1079 0 0 0 27 0 0 0 20 0 15 0 515841296 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358067025040 140358587242828 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5562] ppid=5548 vsize=15151156 memory=3636 CPUtime=0.33 cores=0,2,4,6
/proc/5550/task/5562/stat : 5562 (java) S 5548 5548 4857 0 -1 1077944384 2019 0 0 0 33 0 0 0 20 0 15 0 515841296 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358065985904 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5563] ppid=5548 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5563/stat : 5563 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358064933344 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5564] ppid=5548 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5564/stat : 5564 (java) S 5548 5548 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515841297 15514783744 17701 33554432000 4194304 4196468 140726921994448 140358063881136 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 72256 KiB

[startup+1.50082 s]
/proc/loadavg: 1.65 1.65 1.46 5/229 5564
/proc/meminfo: memFree=24437800/32770624 swapFree=66976792/67108860
[pid=5548] ppid=5545 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5548/stat : 5548 (xcsp3-exec) S 5545 5548 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515841290 115843072 363 33554432000 4194304 5098028 140726676462896 140726676461000 140518364312188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9129984 140726676468568 140726676468825 140726676468825 140726676471750 0
/proc/5548/statm: 28282 363 304 221 0 87 0

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

/proc/5548/stat : 5548 (xcsp3-exec) S 5545 5548 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515841290 115843072 363 33554432000 4194304 5098028 140726676462896 140726676461000 140518364312188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9129984 140726676468568 140726676468825 140726676468825 140726676471750 0
/proc/5548/statm: 28282 363 304 221 0 87 0
[pid=5550] ppid=5548 vsize=15151156 memory=191892 CPUtime=162.88 cores=0,2,4,6
/proc/5550/stat : 5550 (java) S 5548 5548 4857 0 -1 1077944320 51826 0 0 0 16271 17 0 0 20 0 15 0 515841291 15514783744 47973 33554432000 4194304 4196468 140726921994448 140726921976992 140358603759351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
/proc/5550/statm: 3787789 47973 3512 1 0 3748889 0
[pid=5550/tid=5551] ppid=5548 vsize=15151156 memory=66528 CPUtime=158.1 cores=0,2,4,6
/proc/5550/task/5551/stat : 5551 (java) R 5548 5548 4857 0 -1 4202560 13190 0 0 0 15804 6 0 0 20 0 15 0 515841291 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358607998992 140358206969375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5552] ppid=5548 vsize=15151156 memory=8112282956445269571 CPUtime=0.1 cores=0,2,4,6
/proc/5550/task/5552/stat : 5552 (java) S 5548 5548 4857 0 -1 1077944384 928 0 0 0 9 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358531799440 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5553] ppid=5548 vsize=15151156 memory=1716 CPUtime=0.1 cores=0,2,4,6
/proc/5550/task/5553/stat : 5553 (java) S 5548 5548 4857 0 -1 1077944384 1394 0 0 0 9 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358530746640 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5554] ppid=5548 vsize=15151156 memory=10604 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5554/stat : 5554 (java) S 5548 5548 4857 0 -1 1077944384 1391 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358529694352 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5555] ppid=5548 vsize=15151156 memory=3636 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5555/stat : 5555 (java) S 5548 5548 4857 0 -1 1077944384 888 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358528641552 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5556] ppid=5548 vsize=15151156 memory=776 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5556/stat : 5556 (java) S 5548 5548 4857 0 -1 1077944384 1577 0 0 0 10 1 0 0 20 0 15 0 515841293 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358072302192 140358603770498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5557] ppid=5548 vsize=15151156 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5557/stat : 5557 (java) S 5548 5548 4857 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 515841293 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358071248224 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5558] ppid=5548 vsize=15151156 memory=66528 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5558/stat : 5558 (java) S 5548 5548 4857 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 515841294 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358070195840 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5559] ppid=5548 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5559/stat : 5559 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358069144144 140358603777947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5560] ppid=5548 vsize=15151156 memory=2008 CPUtime=1.91 cores=0,2,4,6
/proc/5550/task/5560/stat : 5560 (java) S 5548 5548 4857 0 -1 1077944384 12627 0 0 0 190 1 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358068090992 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5561] ppid=5548 vsize=15151156 memory=1440 CPUtime=1.71 cores=0,2,4,6
/proc/5550/task/5561/stat : 5561 (java) S 5548 5548 4857 0 -1 1077944384 11895 0 0 0 170 1 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358067038192 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5562] ppid=5548 vsize=15151156 memory=1564 CPUtime=0.49 cores=0,2,4,6
/proc/5550/task/5562/stat : 5562 (java) S 5548 5548 4857 0 -1 1077944384 5642 0 0 0 49 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358065985904 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5563] ppid=5548 vsize=15151156 memory=6116 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5563/stat : 5563 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358064933344 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5564] ppid=5548 vsize=15151156 memory=1060 CPUtime=0.04 cores=0,2,4,6
/proc/5550/task/5564/stat : 5564 (java) S 5548 5548 4857 0 -1 1077944384 866 0 0 0 2 2 0 0 20 0 15 0 515841297 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358063881136 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
Current children cumulated CPU time: 162.88 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 193344 KiB

[startup+159.201 s]
/proc/loadavg: 1.88 1.75 1.53 3/229 5582
/proc/meminfo: memFree=24327092/32770624 swapFree=66976792/67108860
[pid=5548] ppid=5545 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5548/stat : 5548 (xcsp3-exec) S 5545 5548 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515841290 115843072 363 33554432000 4194304 5098028 140726676462896 140726676461000 140518364312188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9129984 140726676468568 140726676468825 140726676468825 140726676471750 0
/proc/5548/statm: 28282 363 304 221 0 87 0
[pid=5550] ppid=5548 vsize=15151156 memory=191892 CPUtime=163.68 cores=0,2,4,6
/proc/5550/stat : 5550 (java) S 5548 5548 4857 0 -1 1077944320 51828 0 0 0 16351 17 0 0 20 0 15 0 515841291 15514783744 47973 33554432000 4194304 4196468 140726921994448 140726921976992 140358603759351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
/proc/5550/statm: 3787789 47973 3512 1 0 3748889 0
[pid=5550/tid=5551] ppid=5548 vsize=15151156 memory=191892 CPUtime=158.89 cores=0,2,4,6
/proc/5550/task/5551/stat : 5551 (java) R 5548 5548 4857 0 -1 4202560 13191 0 0 0 15883 6 0 0 20 0 15 0 515841291 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358607998992 140358210065899 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5552] ppid=5548 vsize=15151156 memory=3620 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5552/stat : 5552 (java) S 5548 5548 4857 0 -1 1077944384 929 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358531799440 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5553] ppid=5548 vsize=15151156 memory=281292307478288 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5553/stat : 5553 (java) S 5548 5548 4857 0 -1 1077944384 1394 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358530746640 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5554] ppid=5548 vsize=15151156 memory=6944656592455360604 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5554/stat : 5554 (java) S 5548 5548 4857 0 -1 1077944384 1391 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358529694352 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5555] ppid=5548 vsize=15151156 memory=1452 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5555/stat : 5555 (java) S 5548 5548 4857 0 -1 1077944384 888 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358528641552 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5556] ppid=5548 vsize=15151156 memory=191892 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5556/stat : 5556 (java) S 5548 5548 4857 0 -1 1077944384 1577 0 0 0 10 1 0 0 20 0 15 0 515841293 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358072302192 140358603770498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5557] ppid=5548 vsize=15151156 memory=14048 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5557/stat : 5557 (java) S 5548 5548 4857 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 515841293 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358071248224 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5558] ppid=5548 vsize=15151156 memory=2124 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5558/stat : 5558 (java) S 5548 5548 4857 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 515841294 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358070195840 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5559] ppid=5548 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5559/stat : 5559 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358069144144 140358603777947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5560] ppid=5548 vsize=15151156 memory=1556 CPUtime=1.91 cores=0,2,4,6
/proc/5550/task/5560/stat : 5560 (java) S 5548 5548 4857 0 -1 1077944384 12627 0 0 0 190 1 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358068090992 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5561] ppid=5548 vsize=15151156 memory=1452 CPUtime=1.71 cores=0,2,4,6
/proc/5550/task/5561/stat : 5561 (java) S 5548 5548 4857 0 -1 1077944384 11895 0 0 0 170 1 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358067038192 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5562] ppid=5548 vsize=15151156 memory=191892 CPUtime=0.49 cores=0,2,4,6
/proc/5550/task/5562/stat : 5562 (java) S 5548 5548 4857 0 -1 1077944384 5642 0 0 0 49 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358065985904 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5563] ppid=5548 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5563/stat : 5563 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358064933344 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5564] ppid=5548 vsize=15151156 memory=191892 CPUtime=0.04 cores=0,2,4,6
/proc/5550/task/5564/stat : 5564 (java) S 5548 5548 4857 0 -1 1077944384 866 0 0 0 2 2 0 0 20 0 15 0 515841297 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358063881136 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
Current children cumulated CPU time: 163.68 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 193344 KiB

[startup+160.001 s]*
/proc/loadavg: 1.88 1.75 1.53 3/229 5582
/proc/meminfo: memFree=24327092/32770624 swapFree=66976792/67108860
[pid=5548] ppid=5545 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5548/stat : 5548 (xcsp3-exec) S 5545 5548 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515841290 115843072 363 33554432000 4194304 5098028 140726676462896 140726676461000 140518364312188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9129984 140726676468568 140726676468825 140726676468825 140726676471750 0
/proc/5548/statm: 28282 363 304 221 0 87 0
[pid=5550] ppid=5548 vsize=15151156 memory=191892 CPUtime=164.49 cores=0,2,4,6
/proc/5550/stat : 5550 (java) S 5548 5548 4857 0 -1 1077944320 51830 0 0 0 16432 17 0 0 20 0 15 0 515841291 15514783744 47973 33554432000 4194304 4196468 140726921994448 140726921976992 140358603759351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
/proc/5550/statm: 3787789 47973 3512 1 0 3748889 0
[pid=5550/tid=5551] ppid=5548 vsize=15151156 memory=8112282956445269571 CPUtime=159.7 cores=0,2,4,6
/proc/5550/task/5551/stat : 5551 (java) R 5548 5548 4857 0 -1 4202560 13192 0 0 0 15964 6 0 0 20 0 15 0 515841291 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358607998992 140358210228044 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5552] ppid=5548 vsize=15151156 memory=4126316290023845779 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5552/stat : 5552 (java) S 5548 5548 4857 0 -1 1077944384 929 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358531799440 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5553] ppid=5548 vsize=15151156 memory=2916 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5553/stat : 5553 (java) S 5548 5548 4857 0 -1 1077944384 1395 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358530746640 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5554] ppid=5548 vsize=15151156 memory=8112282956445269571 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5554/stat : 5554 (java) S 5548 5548 4857 0 -1 1077944384 1391 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358529694352 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5555] ppid=5548 vsize=15151156 memory=988 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5555/stat : 5555 (java) S 5548 5548 4857 0 -1 1077944384 888 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358528641552 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5556] ppid=5548 vsize=15151156 memory=2008 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5556/stat : 5556 (java) S 5548 5548 4857 0 -1 1077944384 1577 0 0 0 10 1 0 0 20 0 15 0 515841293 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358072302192 140358603770498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5557] ppid=5548 vsize=15151156 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5557/stat : 5557 (java) S 5548 5548 4857 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 515841293 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358071248224 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5558] ppid=5548 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5558/stat : 5558 (java) S 5548 5548 4857 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 515841294 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358070195840 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5559] ppid=5548 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5559/stat : 5559 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358069144144 140358603777947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5560] ppid=5548 vsize=15151156 memory=1984 CPUtime=1.91 cores=0,2,4,6
/proc/5550/task/5560/stat : 5560 (java) S 5548 5548 4857 0 -1 1077944384 12627 0 0 0 190 1 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358068090992 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5561] ppid=5548 vsize=15151156 memory=2580 CPUtime=1.71 cores=0,2,4,6
/proc/5550/task/5561/stat : 5561 (java) S 5548 5548 4857 0 -1 1077944384 11895 0 0 0 170 1 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358067038192 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5562] ppid=5548 vsize=15151156 memory=1760 CPUtime=0.49 cores=0,2,4,6
/proc/5550/task/5562/stat : 5562 (java) S 5548 5548 4857 0 -1 1077944384 5642 0 0 0 49 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358065985904 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5563] ppid=5548 vsize=15151156 memory=111636 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5563/stat : 5563 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358064933344 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5564] ppid=5548 vsize=15151156 memory=800 CPUtime=0.04 cores=0,2,4,6
/proc/5550/task/5564/stat : 5564 (java) S 5548 5548 4857 0 -1 1077944384 866 0 0 0 2 2 0 0 20 0 15 0 515841297 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358063881136 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
Current children cumulated CPU time: 164.49 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 193344 KiB

[startup+160.201 s]
/proc/loadavg: 1.88 1.75 1.53 3/229 5582
/proc/meminfo: memFree=24327092/32770624 swapFree=66976792/67108860
[pid=5548] ppid=5545 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/5548/stat : 5548 (xcsp3-exec) S 5545 5548 4857 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515841290 115843072 363 33554432000 4194304 5098028 140726676462896 140726676461000 140518364312188 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 9129984 140726676468568 140726676468825 140726676468825 140726676471750 0
/proc/5548/statm: 28282 363 304 221 0 87 0
[pid=5550] ppid=5548 vsize=15151156 memory=191892 CPUtime=164.68 cores=0,2,4,6
/proc/5550/stat : 5550 (java) S 5548 5548 4857 0 -1 1077944320 51830 0 0 0 16451 17 0 0 20 0 15 0 515841291 15514783744 47973 33554432000 4194304 4196468 140726921994448 140726921976992 140358603759351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
/proc/5550/statm: 3787789 47973 3512 1 0 3748889 0
[pid=5550/tid=5551] ppid=5548 vsize=15151156 memory=1808 CPUtime=159.89 cores=0,2,4,6
/proc/5550/task/5551/stat : 5551 (java) R 5548 5548 4857 0 -1 4202560 13192 0 0 0 15983 6 0 0 20 0 15 0 515841291 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358607998992 140358211718642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5552] ppid=5548 vsize=15151156 memory=924 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5552/stat : 5552 (java) S 5548 5548 4857 0 -1 1077944384 929 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358531799440 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5553] ppid=5548 vsize=15151156 memory=3848 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5553/stat : 5553 (java) S 5548 5548 4857 0 -1 1077944384 1395 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358530746640 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5554] ppid=5548 vsize=15151156 memory=2608 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5554/stat : 5554 (java) S 5548 5548 4857 0 -1 1077944384 1391 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358529694352 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5555] ppid=5548 vsize=15151156 memory=2916 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5555/stat : 5555 (java) S 5548 5548 4857 0 -1 1077944384 888 0 0 0 10 1 0 0 20 0 15 0 515841292 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358528641552 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5556] ppid=5548 vsize=15151156 memory=1412 CPUtime=0.11 cores=0,2,4,6
/proc/5550/task/5556/stat : 5556 (java) S 5548 5548 4857 0 -1 1077944384 1577 0 0 0 10 1 0 0 20 0 15 0 515841293 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358072302192 140358603770498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5557] ppid=5548 vsize=15151156 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5557/stat : 5557 (java) S 5548 5548 4857 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 515841293 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358071248224 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5558] ppid=5548 vsize=15151156 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5558/stat : 5558 (java) S 5548 5548 4857 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 515841294 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358070195840 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5559] ppid=5548 vsize=15151156 memory=16104758104557987 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5559/stat : 5559 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358069144144 140358603777947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5560] ppid=5548 vsize=15151156 memory=1436 CPUtime=1.91 cores=0,2,4,6
/proc/5550/task/5560/stat : 5560 (java) S 5548 5548 4857 0 -1 1077944384 12627 0 0 0 190 1 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358068090992 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5561] ppid=5548 vsize=15151156 memory=1984 CPUtime=1.71 cores=0,2,4,6
/proc/5550/task/5561/stat : 5561 (java) S 5548 5548 4857 0 -1 1077944384 11895 0 0 0 170 1 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358067038192 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5562] ppid=5548 vsize=15151156 memory=2580 CPUtime=0.49 cores=0,2,4,6
/proc/5550/task/5562/stat : 5562 (java) S 5548 5548 4857 0 -1 1077944384 5642 0 0 0 49 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358065985904 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5563] ppid=5548 vsize=15151156 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/5550/task/5563/stat : 5563 (java) S 5548 5548 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515841296 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358064933344 140358603769557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
[pid=5550/tid=5564] ppid=5548 vsize=15151156 memory=111636 CPUtime=0.04 cores=0,2,4,6
/proc/5550/task/5564/stat : 5564 (java) S 5548 5548 4857 0 -1 1077944384 866 0 0 0 2 2 0 0 20 0 15 0 515841297 15514783744 47973 33554432000 4194304 4196468 140726921994448 140358063881136 140358603770498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10551296 140726921999323 140726921999498 140726921999498 140726922002383 0
Current children cumulated CPU time: 164.68 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 193344 KiB

Child status: 0
Real time (s): 160.253
CPU time (s): 164.74
CPU user time (s): 164.56
CPU system time (s): 0.180408
CPU usage (%): 102.8
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 219560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 164.56
system time used= 0.180408
maximum resident set size= 220156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53032
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8190
involuntary context switches= 437


# summary of solver processes directly reported to runsolver:
#   pid: 5548
#   total CPU time (s): 164.74
#   total CPU user time (s): 164.56
#   total CPU system time (s): 0.180408

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03889 second user time and 1.49582 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-25 10:09:31
IDJOB=4405776
IDBENCH=120720
IDSOLVER=2869
FILE ID=node124/4405776-1569399012
RUNJOBID= node124-1569396629-4888
PBS_JOBID= 21705689
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K05-P02.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-4405776-1569399012/watcher-4405776-1569399012 -o /var/tmp/evaluation-result-4405776-1569399012/solver-4405776-1569399012 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1569396629-4888 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 13758179 HOME/instance-4405776-1569399012.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=13758179

node124.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.47
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.47
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.47
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.47
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:        24507700 kB
MemAvailable:   31609184 kB
Buffers:          157272 kB
Cached:          7033372 kB
SwapCached:        29080 kB
Active:          3755116 kB
Inactive:        3676940 kB
Active(anon):     210252 kB
Inactive(anon):    88676 kB
Active(file):    3544864 kB
Inactive(file):  3588264 kB
Unevictable:      108340 kB
Mlocked:          108340 kB
SwapTotal:      67108860 kB
SwapFree:       66976792 kB
Dirty:             26388 kB
Writeback:             0 kB
AnonPages:        321568 kB
Mapped:            71508 kB
Shmem:             49096 kB
Slab:             426008 kB
SReclaimable:     396816 kB
SUnreclaim:        29192 kB
KernelStack:        3744 kB
PageTables:         6444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1521976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node124 at 2019-09-25 10:12:12