Trace number 4403373

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-20UNSAT 2091.45 526.176

General information on the benchmark

NameRlfap/
Rlfap-m1-scens11/Rlfap-scen-11-f04.xml
MD5SUM3c3f91fe2d5d1aa7af585cdf812638b5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.9607
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size40
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":33,"count":336},{"size":40,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
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-4403373-1568988634.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403373-1568988634.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
9.62/3.26	c solve instance...
2091.24/526.15	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403373-1568988634/watcher-4403373-1568988634 -o /tmp/evaluation-result-4403373-1568988634/solver-4403373-1568988634 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30877 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 489742042 HOME/instance-4403373-1568988634.xml 

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

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

solver pid=32268, runsolver pid=32265

[startup+0.100059 s]*
/proc/loadavg: 8.73 7.93 5.11 7/232 32284
/proc/meminfo: memFree=5583892/32770624 swapFree=66938892/67108860
[pid=32268] ppid=32265 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (xcsp3-exec) S 32265 32268 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475133127 115843072 363 33554432000 4194304 5098028 140729122543904 140729122542008 140480718881404 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40292352 140729122550651 140729122550893 140729122550893 140729122553802 0
/proc/32268/statm: 28282 363 304 221 0 87 0
[pid=32270] ppid=32268 vsize=15144776 memory=30196 CPUtime=0.13 cores=0,2,4,6
/proc/32270/stat : 32270 (java) S 32268 32268 30846 0 -1 1077944320 5499 0 0 0 12 1 0 0 20 0 15 0 475133127 15508250624 7549 33554432000 4194304 4196468 140731798657168 140731798639712 140711545134839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
/proc/32270/statm: 3786194 7549 3149 1 0 3748377 0
[pid=32270/tid=32271] ppid=32268 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/32270/task/32271/stat : 32271 (java) R 32268 32268 30846 0 -1 4202560 3370 0 0 0 9 0 0 0 20 0 15 0 475133127 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711549365216 140711537371966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32272] ppid=32268 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32272/stat : 32272 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133128 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711456790928 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32273] ppid=32268 vsize=15144776 memory=140687429961344 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32273/stat : 32273 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133128 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711455738128 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32274] ppid=32268 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32274/stat : 32274 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133128 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711454685840 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32275] ppid=32268 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32275/stat : 32275 (java) S 32268 32268 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475133128 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711453633040 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32276] ppid=32268 vsize=15144776 memory=140687429961344 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32276/stat : 32276 (java) S 32268 32268 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475133130 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711013407344 140711545145986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32277] ppid=32268 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32277/stat : 32277 (java) S 32268 32268 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475133130 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711012353312 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32278] ppid=32268 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32278/stat : 32278 (java) S 32268 32268 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475133130 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711011300976 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32279] ppid=32268 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32279/stat : 32279 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475133133 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711010249296 140711545153435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32280] ppid=32268 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32280/stat : 32280 (java) S 32268 32268 30846 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 475133133 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711009196144 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32281] ppid=32268 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32281/stat : 32281 (java) S 32268 32268 30846 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 475133133 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711008143344 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32282] ppid=32268 vsize=15144776 memory=140687429961344 CPUtime=0.02 cores=0,2,4,6
/proc/32270/task/32282/stat : 32282 (java) S 32268 32268 30846 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 15 0 475133133 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711007091056 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32283] ppid=32268 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32283/stat : 32283 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475133133 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711006038496 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32284] ppid=32268 vsize=15144776 memory=140687429961344 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32284/stat : 32284 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133133 15508250624 7549 33554432000 4194304 4196468 140731798657168 140711004986288 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31648 KiB

[startup+0.210625 s]*
/proc/loadavg: 8.73 7.93 5.11 7/232 32284
/proc/meminfo: memFree=5571304/32770624 swapFree=66938892/67108860
[pid=32268] ppid=32265 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (xcsp3-exec) S 32265 32268 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475133127 115843072 363 33554432000 4194304 5098028 140729122543904 140729122542008 140480718881404 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40292352 140729122550651 140729122550893 140729122550893 140729122553802 0
/proc/32268/statm: 28282 363 304 221 0 87 0
[pid=32270] ppid=32268 vsize=15144776 memory=40508 CPUtime=0.34 cores=0,2,4,6
/proc/32270/stat : 32270 (java) S 32268 32268 30846 0 -1 1077944320 8868 0 0 0 32 2 0 0 20 0 15 0 475133127 15508250624 10127 33554432000 4194304 4196468 140731798657168 140731798639712 140711545134839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
/proc/32270/statm: 3786194 10127 3274 1 0 3748377 0
[pid=32270/tid=32271] ppid=32268 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/32270/task/32271/stat : 32271 (java) R 32268 32268 30846 0 -1 4202560 6171 0 0 0 19 1 0 0 20 0 15 0 475133127 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711549372656 140711545156765 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32272] ppid=32268 vsize=15144776 memory=12641 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32272/stat : 32272 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133128 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711456790928 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32273] ppid=32268 vsize=15144776 memory=288371063581673088 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32273/stat : 32273 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133128 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711455738128 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32274] ppid=32268 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32274/stat : 32274 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133128 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711454685840 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32275] ppid=32268 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32275/stat : 32275 (java) S 32268 32268 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475133128 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711453633040 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32276] ppid=32268 vsize=15144776 memory=140687429961344 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32276/stat : 32276 (java) S 32268 32268 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475133130 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711013407344 140711545145986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32277] ppid=32268 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32277/stat : 32277 (java) S 32268 32268 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475133130 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711012353312 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32278] ppid=32268 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32278/stat : 32278 (java) S 32268 32268 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475133130 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711011300976 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32279] ppid=32268 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32279/stat : 32279 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475133133 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711010249296 140711545153435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32280] ppid=32268 vsize=15144776 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32270/task/32280/stat : 32280 (java) S 32268 32268 30846 0 -1 1077944384 459 0 0 0 1 0 0 0 20 0 15 0 475133133 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711009196144 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32281] ppid=32268 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32270/task/32281/stat : 32281 (java) R 32268 32268 30846 0 -1 1077944384 158 0 0 0 2 0 0 0 20 0 15 0 475133133 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711008143344 140711545145986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32282] ppid=32268 vsize=15144776 memory=140687429961344 CPUtime=0.08 cores=0,2,4,6
/proc/32270/task/32282/stat : 32282 (java) S 32268 32268 30846 0 -1 1077944384 774 0 0 0 8 0 0 0 20 0 15 0 475133133 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711007091056 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32283] ppid=32268 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32283/stat : 32283 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475133133 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711006038496 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32284] ppid=32268 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32284/stat : 32284 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133133 15508250624 10127 33554432000 4194304 4196468 140731798657168 140711004986288 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41960 KiB

[startup+0.310948 s]*
/proc/loadavg: 8.73 7.93 5.11 7/232 32284
/proc/meminfo: memFree=5564764/32770624 swapFree=66938892/67108860
[pid=32268] ppid=32265 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (xcsp3-exec) S 32265 32268 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475133127 115843072 363 33554432000 4194304 5098028 140729122543904 140729122542008 140480718881404 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40292352 140729122550651 140729122550893 140729122550893 140729122553802 0
/proc/32268/statm: 28282 363 304 221 0 87 0
[pid=32270] ppid=32268 vsize=15149032 memory=50176 CPUtime=0.53 cores=0,2,4,6
/proc/32270/stat : 32270 (java) S 32268 32268 30846 0 -1 1077944320 10724 0 0 0 50 3 0 0 20 0 15 0 475133127 15512608768 12544 33554432000 4194304 4196468 140731798657168 140731798639712 140711545134839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
/proc/32270/statm: 3787258 12544 3357 1 0 3748377 0
[pid=32270/tid=32271] ppid=32268 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/32270/task/32271/stat : 32271 (java) R 32268 32268 30846 0 -1 4202560 7689 0 0 0 28 2 0 0 20 0 15 0 475133127 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711549368624 140711545156765 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32272] ppid=32268 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32272/stat : 32272 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133128 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711456790928 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32273] ppid=32268 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32273/stat : 32273 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133128 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711455738128 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32274] ppid=32268 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32274/stat : 32274 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133128 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711454685840 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32275] ppid=32268 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32275/stat : 32275 (java) S 32268 32268 30846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475133128 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711453633040 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32276] ppid=32268 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32276/stat : 32276 (java) S 32268 32268 30846 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475133130 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711013407344 140711545145986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32277] ppid=32268 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32277/stat : 32277 (java) S 32268 32268 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475133130 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711012353312 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32278] ppid=32268 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32278/stat : 32278 (java) S 32268 32268 30846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475133130 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711011300976 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32279] ppid=32268 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32279/stat : 32279 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475133133 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711010249296 140711545153435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32280] ppid=32268 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/32270/task/32280/stat : 32280 (java) R 32268 32268 30846 0 -1 4202560 601 0 0 0 4 0 0 0 20 0 15 0 475133133 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711009194544 140711524967037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32281] ppid=32268 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32270/task/32281/stat : 32281 (java) S 32268 32268 30846 0 -1 1077944384 207 0 0 0 4 0 0 0 20 0 15 0 475133133 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711008143344 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32282] ppid=32268 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32270/task/32282/stat : 32282 (java) S 32268 32268 30846 0 -1 1077944384 923 0 0 0 12 0 0 0 20 0 15 0 475133133 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711007091056 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32283] ppid=32268 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32283/stat : 32283 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475133133 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711006038496 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32284] ppid=32268 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32284/stat : 32284 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133133 15512608768 12544 33554432000 4194304 4196468 140731798657168 140711004986288 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51628 KiB

[startup+0.702244 s]
/proc/loadavg: 8.73 7.93 5.11 6/232 32284
/proc/meminfo: memFree=5502892/32770624 swapFree=66938892/67108860
[pid=32268] ppid=32265 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (xcsp3-exec) S 32265 32268 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475133127 115843072 363 33554432000 4194304 5098028 140729122543904 140729122542008 140480718881404 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40292352 140729122550651 140729122550893 140729122550893 140729122553802 0
/proc/32268/statm: 28282 363 304 221 0 87 0
[pid=32270] ppid=32268 vsize=15151156 memory=193100 CPUtime=1.66 cores=0,2,4,6
/proc/32270/stat : 32270 (java) S 32268 32268 30846 0 -1 1077944320 15903 0 0 0 159 7 0 0 20 0 15 0 475133127 15514783744 48275 33554432000 4194304 4196468 140731798657168 140731798639712 140711545134839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
/proc/32270/statm: 3787789 48275 3459 1 0 3748889 0
[pid=32270/tid=32271] ppid=32268 vsize=15151156 memory=53488 CPUtime=0.64 cores=0,2,4,6
/proc/32270/task/32271/stat : 32271 (java) R 32268 32268 30846 0 -1 4202560 8437 0 0 0 60 4 0 0 20 0 15 0 475133127 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711549366432 140711131425920 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32272] ppid=32268 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32272/stat : 32272 (java) S 32268 32268 30846 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 475133128 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711456790928 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32273] ppid=32268 vsize=15151156 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32273/stat : 32273 (java) S 32268 32268 30846 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 475133128 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711455738128 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32274] ppid=32268 vsize=15151156 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32274/stat : 32274 (java) S 32268 32268 30846 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 475133128 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711454685840 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32275] ppid=32268 vsize=15151156 memory=10728 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32275/stat : 32275 (java) S 32268 32268 30846 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 475133128 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711453633040 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32276] ppid=32268 vsize=15151156 memory=1552 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32276/stat : 32276 (java) S 32268 32268 30846 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 475133130 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711013407344 140711545145986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32277] ppid=32268 vsize=15151156 memory=3640 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32277/stat : 32277 (java) S 32268 32268 30846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475133130 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711012353312 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32278] ppid=32268 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32278/stat : 32278 (java) S 32268 32268 30846 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 475133130 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711011300976 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32279] ppid=32268 vsize=15151156 memory=784 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32279/stat : 32279 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475133133 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711010249296 140711545153435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32280] ppid=32268 vsize=15151156 memory=1060 CPUtime=0.31 cores=0,2,4,6
/proc/32270/task/32280/stat : 32280 (java) R 32268 32268 30846 0 -1 4202560 1789 0 0 0 31 0 0 0 20 0 15 0 475133133 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711009185632 140711524350133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32281] ppid=32268 vsize=15151156 memory=1720 CPUtime=0.28 cores=0,2,4,6
/proc/32270/task/32281/stat : 32281 (java) R 32268 32268 30846 0 -1 4202560 1938 0 0 0 28 0 0 0 20 0 15 0 475133133 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711008129312 140711526657316 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32282] ppid=32268 vsize=15151156 memory=1096 CPUtime=0.38 cores=0,2,4,6
/proc/32270/task/32282/stat : 32282 (java) R 32268 32268 30846 0 -1 4202560 2318 0 0 0 37 1 0 0 20 0 15 0 475133133 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711007091056 140711523839525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32283] ppid=32268 vsize=15151156 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32283/stat : 32283 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475133133 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711006038496 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32284] ppid=32268 vsize=15151156 memory=6112 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32284/stat : 32284 (java) S 32268 32268 30846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475133133 15514783744 48275 33554432000 4194304 4196468 140731798657168 140711004986288 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 194552 KiB

[startup+1.50124 s]
/proc/loadavg: 8.73 7.93 5.11 8/232 32284
/proc/meminfo: memFree=5416208/32770624 swapFree=66938892/67108860
[pid=32268] ppid=32265 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (xcsp3-exec) S 32265 32268 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475133127 115843072 363 33554432000 4194304 5098028 140729122543904 140729122542008 140480718881404 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40292352 140729122550651 140729122550893 140729122550893 140729122553802 0
/proc/32268/statm: 28282 363 304 221 0 87 0

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

/proc/32270/task/32284/stat : 32284 (java) S 32268 32268 30846 0 -1 1077944384 1816 0 0 0 6 13 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711004986288 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32285] ppid=32268 vsize=15419460 memory=2978664 CPUtime=518.81 cores=0,2,4,6
/proc/32270/task/32285/stat : 32285 (java) R 32268 32268 30846 0 -1 4202560 2169 0 0 0 51881 0 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710993907224 140711142488384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32286] ppid=32268 vsize=15419460 memory=6791534058613427641 CPUtime=516.44 cores=0,2,4,6
/proc/32270/task/32286/stat : 32286 (java) R 32268 32268 30846 0 -1 4202560 27194 0 0 0 51590 54 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710992855384 140711142638037 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32287] ppid=32268 vsize=15419460 memory=1416 CPUtime=518.48 cores=0,2,4,6
/proc/32270/task/32287/stat : 32287 (java) R 32268 32268 30846 0 -1 4202560 1659 0 0 0 51847 1 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710991805600 140711132502311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32288] ppid=32268 vsize=15419460 memory=10728 CPUtime=516.26 cores=0,2,4,6
/proc/32270/task/32288/stat : 32288 (java) R 32268 32268 30846 0 -1 4202560 3407 0 0 0 51625 1 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710990749560 140711141106188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
Current children cumulated CPU time: 2086.02 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 2980116 KiB

[startup+525.601 s]
/proc/loadavg: 8.20 8.06 6.42 9/236 32581
/proc/meminfo: memFree=6930060/32770624 swapFree=66938896/67108860
[pid=32268] ppid=32265 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (xcsp3-exec) S 32265 32268 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475133127 115843072 363 33554432000 4194304 5098028 140729122543904 140729122542008 140480718881404 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40292352 140729122550651 140729122550893 140729122550893 140729122553802 0
/proc/32268/statm: 28282 363 304 221 0 87 0
[pid=32270] ppid=32268 vsize=15419460 memory=2978664 CPUtime=2089.21 cores=0,2,4,6
/proc/32270/stat : 32270 (java) S 32268 32268 30846 0 -1 1077944320 106604 0 0 0 208809 112 0 0 20 0 19 0 475133127 15789527040 744666 33554432000 4194304 4196468 140731798657168 140731798639712 140711545134839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
/proc/32270/statm: 3854865 744666 3536 1 0 3815965 0
[pid=32270/tid=32271] ppid=32268 vsize=15419460 memory=3640 CPUtime=3.08 cores=0,2,4,6
/proc/32270/task/32271/stat : 32271 (java) S 32268 32268 30846 0 -1 1077944384 9349 0 0 0 298 10 0 0 20 0 19 0 475133127 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711549375616 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32272] ppid=32268 vsize=15419460 memory=2832 CPUtime=0.37 cores=0,2,4,6
/proc/32270/task/32272/stat : 32272 (java) S 32268 32268 30846 0 -1 1077944384 2171 0 0 0 28 9 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711456790928 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32273] ppid=32268 vsize=15419460 memory=6112 CPUtime=0.37 cores=0,2,4,6
/proc/32270/task/32273/stat : 32273 (java) S 32268 32268 30846 0 -1 1077944384 2103 0 0 0 28 9 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711455738128 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32274] ppid=32268 vsize=15419460 memory=780 CPUtime=0.35 cores=0,2,4,6
/proc/32270/task/32274/stat : 32274 (java) S 32268 32268 30846 0 -1 1077944384 3141 0 0 0 26 9 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711454685840 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32275] ppid=32268 vsize=15419460 memory=14008 CPUtime=0.35 cores=0,2,4,6
/proc/32270/task/32275/stat : 32275 (java) S 32268 32268 30846 0 -1 1077944384 1344 0 0 0 27 8 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711453633040 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32276] ppid=32268 vsize=15419460 memory=28100 CPUtime=0.05 cores=0,2,4,6
/proc/32270/task/32276/stat : 32276 (java) S 32268 32268 30846 0 -1 1077944384 3647 0 0 0 3 2 0 0 20 0 19 0 475133130 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711013407344 140711545145986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32277] ppid=32268 vsize=15419460 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32277/stat : 32277 (java) S 32268 32268 30846 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 19 0 475133130 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711012353376 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32278] ppid=32268 vsize=15419460 memory=784 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32278/stat : 32278 (java) S 32268 32268 30846 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475133130 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711011300992 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32279] ppid=32268 vsize=15419460 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32279/stat : 32279 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711010249296 140711545153435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32280] ppid=32268 vsize=15419460 memory=1720 CPUtime=5.27 cores=0,2,4,6
/proc/32270/task/32280/stat : 32280 (java) S 32268 32268 30846 0 -1 1077944384 18892 0 0 0 526 1 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711009196144 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32281] ppid=32268 vsize=15419460 memory=1096 CPUtime=4.84 cores=0,2,4,6
/proc/32270/task/32281/stat : 32281 (java) S 32268 32268 30846 0 -1 1077944384 15435 0 0 0 482 2 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711008143344 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32282] ppid=32268 vsize=15419460 memory=1188 CPUtime=1.03 cores=0,2,4,6
/proc/32270/task/32282/stat : 32282 (java) S 32268 32268 30846 0 -1 1077944384 12870 0 0 0 101 2 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711007091056 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32283] ppid=32268 vsize=15419460 memory=12024 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32283/stat : 32283 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711006038496 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32284] ppid=32268 vsize=15419460 memory=1560 CPUtime=0.19 cores=0,2,4,6
/proc/32270/task/32284/stat : 32284 (java) S 32268 32268 30846 0 -1 1077944384 1816 0 0 0 6 13 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711004986288 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32285] ppid=32268 vsize=15419460 memory=500 CPUtime=519.61 cores=0,2,4,6
/proc/32270/task/32285/stat : 32285 (java) R 32268 32268 30846 0 -1 4202560 2188 0 0 0 51961 0 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710993907224 140711141044694 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32286] ppid=32268 vsize=15419460 memory=928 CPUtime=517.23 cores=0,2,4,6
/proc/32270/task/32286/stat : 32286 (java) R 32268 32268 30846 0 -1 4202560 27253 0 0 0 51669 54 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710992855384 140711140964278 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32287] ppid=32268 vsize=15419460 memory=1984 CPUtime=519.28 cores=0,2,4,6
/proc/32270/task/32287/stat : 32287 (java) R 32268 32268 30846 0 -1 4202560 1677 0 0 0 51927 1 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710991805600 140711141313870 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32288] ppid=32268 vsize=15419460 memory=111632 CPUtime=517.06 cores=0,2,4,6
/proc/32270/task/32288/stat : 32288 (java) R 32268 32268 30846 0 -1 4202560 3417 0 0 0 51705 1 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710990749560 140711140055337 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
Current children cumulated CPU time: 2089.21 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 2980116 KiB

[startup+526.001 s]*
/proc/loadavg: 8.20 8.06 6.42 9/236 32581
/proc/meminfo: memFree=6930304/32770624 swapFree=66938896/67108860
[pid=32268] ppid=32265 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (xcsp3-exec) S 32265 32268 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475133127 115843072 363 33554432000 4194304 5098028 140729122543904 140729122542008 140480718881404 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40292352 140729122550651 140729122550893 140729122550893 140729122553802 0
/proc/32268/statm: 28282 363 304 221 0 87 0
[pid=32270] ppid=32268 vsize=15419460 memory=2978664 CPUtime=2090.83 cores=0,2,4,6
/proc/32270/stat : 32270 (java) S 32268 32268 30846 0 -1 1077944320 106629 0 0 0 208971 112 0 0 20 0 19 0 475133127 15789527040 744666 33554432000 4194304 4196468 140731798657168 140731798639712 140711545134839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
/proc/32270/statm: 3854865 744666 3536 1 0 3815965 0
[pid=32270/tid=32271] ppid=32268 vsize=15419460 memory=6791534058613427641 CPUtime=3.08 cores=0,2,4,6
/proc/32270/task/32271/stat : 32271 (java) S 32268 32268 30846 0 -1 1077944384 9349 0 0 0 298 10 0 0 20 0 19 0 475133127 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711549375616 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32272] ppid=32268 vsize=15419460 memory=4126316290023845779 CPUtime=0.37 cores=0,2,4,6
/proc/32270/task/32272/stat : 32272 (java) S 32268 32268 30846 0 -1 1077944384 2171 0 0 0 28 9 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711456790928 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32273] ppid=32268 vsize=15419460 memory=1412 CPUtime=0.37 cores=0,2,4,6
/proc/32270/task/32273/stat : 32273 (java) S 32268 32268 30846 0 -1 1077944384 2103 0 0 0 28 9 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711455738128 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32274] ppid=32268 vsize=15419460 memory=3300 CPUtime=0.35 cores=0,2,4,6
/proc/32270/task/32274/stat : 32274 (java) S 32268 32268 30846 0 -1 1077944384 3141 0 0 0 26 9 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711454685840 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32275] ppid=32268 vsize=15419460 memory=1452 CPUtime=0.35 cores=0,2,4,6
/proc/32270/task/32275/stat : 32275 (java) S 32268 32268 30846 0 -1 1077944384 1344 0 0 0 27 8 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711453633040 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32276] ppid=32268 vsize=15419460 memory=1151168 CPUtime=0.05 cores=0,2,4,6
/proc/32270/task/32276/stat : 32276 (java) S 32268 32268 30846 0 -1 1077944384 3647 0 0 0 3 2 0 0 20 0 19 0 475133130 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711013407344 140711545145986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32277] ppid=32268 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32277/stat : 32277 (java) S 32268 32268 30846 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 19 0 475133130 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711012353376 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32278] ppid=32268 vsize=15419460 memory=1748 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32278/stat : 32278 (java) S 32268 32268 30846 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475133130 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711011300992 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32279] ppid=32268 vsize=15419460 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32279/stat : 32279 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711010249296 140711545153435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32280] ppid=32268 vsize=15419460 memory=808 CPUtime=5.27 cores=0,2,4,6
/proc/32270/task/32280/stat : 32280 (java) S 32268 32268 30846 0 -1 1077944384 18892 0 0 0 526 1 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711009196144 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32281] ppid=32268 vsize=15419460 memory=4100 CPUtime=4.84 cores=0,2,4,6
/proc/32270/task/32281/stat : 32281 (java) S 32268 32268 30846 0 -1 1077944384 15435 0 0 0 482 2 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711008143344 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32282] ppid=32268 vsize=15419460 memory=1804 CPUtime=1.03 cores=0,2,4,6
/proc/32270/task/32282/stat : 32282 (java) S 32268 32268 30846 0 -1 1077944384 12870 0 0 0 101 2 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711007091056 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32283] ppid=32268 vsize=15419460 memory=916 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32283/stat : 32283 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711006038496 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32284] ppid=32268 vsize=15419460 memory=3848 CPUtime=0.19 cores=0,2,4,6
/proc/32270/task/32284/stat : 32284 (java) S 32268 32268 30846 0 -1 1077944384 1816 0 0 0 6 13 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711004986288 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32285] ppid=32268 vsize=15419460 memory=2648 CPUtime=520.02 cores=0,2,4,6
/proc/32270/task/32285/stat : 32285 (java) R 32268 32268 30846 0 -1 4202560 2188 0 0 0 52002 0 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710993907224 140711140900063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32286] ppid=32268 vsize=15419460 memory=2708 CPUtime=517.62 cores=0,2,4,6
/proc/32270/task/32286/stat : 32286 (java) R 32268 32268 30846 0 -1 4202560 27276 0 0 0 51708 54 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710992855384 140711142638602 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32287] ppid=32268 vsize=15419460 memory=1408 CPUtime=519.69 cores=0,2,4,6
/proc/32270/task/32287/stat : 32287 (java) R 32268 32268 30846 0 -1 4202560 1679 0 0 0 51968 1 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710991805600 140711141044582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32288] ppid=32268 vsize=15419460 memory=3264 CPUtime=517.47 cores=0,2,4,6
/proc/32270/task/32288/stat : 32288 (java) R 32268 32268 30846 0 -1 4202560 3417 0 0 0 51746 1 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710990749560 140711141313182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
Current children cumulated CPU time: 2090.83 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 2980116 KiB

[startup+526.111 s]
/proc/loadavg: 8.20 8.06 6.42 9/236 32581
/proc/meminfo: memFree=6930304/32770624 swapFree=66938896/67108860
[pid=32268] ppid=32265 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32268/stat : 32268 (xcsp3-exec) S 32265 32268 30846 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475133127 115843072 363 33554432000 4194304 5098028 140729122543904 140729122542008 140480718881404 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 40292352 140729122550651 140729122550893 140729122550893 140729122553802 0
/proc/32268/statm: 28282 363 304 221 0 87 0
[pid=32270] ppid=32268 vsize=15419460 memory=2978664 CPUtime=2091.24 cores=0,2,4,6
/proc/32270/stat : 32270 (java) S 32268 32268 30846 0 -1 1077944320 106634 0 0 0 209012 112 0 0 20 0 19 0 475133127 15789527040 744666 33554432000 4194304 4196468 140731798657168 140731798639712 140711545134839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
/proc/32270/statm: 3854865 744666 3536 1 0 3815965 0
[pid=32270/tid=32271] ppid=32268 vsize=15419460 memory=2978664 CPUtime=3.08 cores=0,2,4,6
/proc/32270/task/32271/stat : 32271 (java) S 32268 32268 30846 0 -1 1077944384 9349 0 0 0 298 10 0 0 20 0 19 0 475133127 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711549375616 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32272] ppid=32268 vsize=15419460 memory=2978664 CPUtime=0.37 cores=0,2,4,6
/proc/32270/task/32272/stat : 32272 (java) S 32268 32268 30846 0 -1 1077944384 2171 0 0 0 28 9 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711456790928 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32273] ppid=32268 vsize=15419460 memory=33 CPUtime=0.37 cores=0,2,4,6
/proc/32270/task/32273/stat : 32273 (java) S 32268 32268 30846 0 -1 1077944384 2103 0 0 0 28 9 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711455738128 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32274] ppid=32268 vsize=15419460 memory=1452 CPUtime=0.35 cores=0,2,4,6
/proc/32270/task/32274/stat : 32274 (java) S 32268 32268 30846 0 -1 1077944384 3141 0 0 0 26 9 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711454685840 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32275] ppid=32268 vsize=15419460 memory=2978664 CPUtime=0.35 cores=0,2,4,6
/proc/32270/task/32275/stat : 32275 (java) S 32268 32268 30846 0 -1 1077944384 1344 0 0 0 27 8 0 0 20 0 19 0 475133128 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711453633040 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32276] ppid=32268 vsize=15419460 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/32270/task/32276/stat : 32276 (java) S 32268 32268 30846 0 -1 1077944384 3647 0 0 0 3 2 0 0 20 0 19 0 475133130 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711013407344 140711545145986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32277] ppid=32268 vsize=15419460 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32277/stat : 32277 (java) S 32268 32268 30846 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 19 0 475133130 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711012353376 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32278] ppid=32268 vsize=15419460 memory=2978664 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32278/stat : 32278 (java) S 32268 32268 30846 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475133130 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711011300992 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32279] ppid=32268 vsize=15419460 memory=3010468 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32279/stat : 32279 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711010249296 140711545153435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32280] ppid=32268 vsize=15419460 memory=3620 CPUtime=5.27 cores=0,2,4,6
/proc/32270/task/32280/stat : 32280 (java) S 32268 32268 30846 0 -1 1077944384 18892 0 0 0 526 1 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711009196144 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32281] ppid=32268 vsize=15419460 memory=288230574492221466 CPUtime=4.84 cores=0,2,4,6
/proc/32270/task/32281/stat : 32281 (java) S 32268 32268 30846 0 -1 1077944384 15435 0 0 0 482 2 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711008143344 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32282] ppid=32268 vsize=15419460 memory=288230596050944315 CPUtime=1.03 cores=0,2,4,6
/proc/32270/task/32282/stat : 32282 (java) S 32268 32268 30846 0 -1 1077944384 12870 0 0 0 101 2 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711007091056 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32283] ppid=32268 vsize=15419460 memory=3010468 CPUtime=0 cores=0,2,4,6
/proc/32270/task/32283/stat : 32283 (java) S 32268 32268 30846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711006038496 140711545145045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32284] ppid=32268 vsize=15419460 memory=1452 CPUtime=0.19 cores=0,2,4,6
/proc/32270/task/32284/stat : 32284 (java) S 32268 32268 30846 0 -1 1077944384 1816 0 0 0 6 13 0 0 20 0 19 0 475133133 15789527040 744666 33554432000 4194304 4196468 140731798657168 140711004986288 140711545145986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32285] ppid=32268 vsize=15419460 memory=2116 CPUtime=520.12 cores=0,2,4,6
/proc/32270/task/32285/stat : 32285 (java) R 32268 32268 30846 0 -1 4202560 2188 0 0 0 52012 0 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710993907224 140711141278624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32286] ppid=32268 vsize=15419460 memory=12024 CPUtime=517.72 cores=0,2,4,6
/proc/32270/task/32286/stat : 32286 (java) R 32268 32268 30846 0 -1 4202560 27281 0 0 0 51718 54 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710992855384 140711140964618 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32287] ppid=32268 vsize=15419460 memory=281374582884832 CPUtime=519.79 cores=0,2,4,6
/proc/32270/task/32287/stat : 32287 (java) R 32268 32268 30846 0 -1 4202560 1679 0 0 0 51978 1 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710991805600 140711140492834 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
[pid=32270/tid=32288] ppid=32268 vsize=15419460 memory=6943526294502006880 CPUtime=517.57 cores=0,2,4,6
/proc/32270/task/32288/stat : 32288 (java) R 32268 32268 30846 0 -1 4202560 3417 0 0 0 51756 1 0 0 20 0 19 0 475133456 15789527040 744666 33554432000 4194304 4196468 140731798657168 140710990749560 140711141106188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17117184 140731798664175 140731798664346 140731798664346 140731798667215 0
Current children cumulated CPU time: 2091.24 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 2980116 KiB

Child status: 0
Real time (s): 526.176
CPU time (s): 2091.45
CPU user time (s): 2090.3
CPU system time (s): 1.14474
CPU usage (%): 397.481
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 3414692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2090.3
system time used= 1.14474
maximum resident set size= 3415424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108006
page faults= 0
swaps= 0
block input operations= 40
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15047
involuntary context switches= 29687


# summary of solver processes directly reported to runsolver:
#   pid: 32268
#   total CPU time (s): 2091.45
#   total CPU user time (s): 2090.3
#   total CPU system time (s): 1.14474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.39712 second user time and 5.86788 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-20 16:12:37
IDJOB=4403373
IDBENCH=120792
IDSOLVER=2863
FILE ID=node139/4403373-1568988634
RUNJOBID= node139-1568988008-30877
PBS_JOBID= 21704637
Free space on /tmp= 5060 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-scens11/Rlfap-scen-11-f04.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-4403373-1568988634/watcher-4403373-1568988634 -o /tmp/evaluation-result-4403373-1568988634/solver-4403373-1568988634 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568988008-30877 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 489742042 HOME/instance-4403373-1568988634.xml

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

MD5SUM BENCH= 3c3f91fe2d5d1aa7af585cdf812638b5
RANDOM SEED=489742042

node139.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.57
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.57
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.57
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.57
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:         5601376 kB
MemAvailable:   31334908 kB
Buffers:          138000 kB
Cached:         25415928 kB
SwapCached:        65324 kB
Active:         13240368 kB
Inactive:       12842512 kB
Active(anon):     464220 kB
Inactive(anon):   110056 kB
Active(file):   12776148 kB
Inactive(file): 12732456 kB
Unevictable:      106884 kB
Mlocked:          106884 kB
SwapTotal:      67108860 kB
SwapFree:       66938892 kB
Dirty:             26220 kB
Writeback:             0 kB
AnonPages:        716488 kB
Mapped:            64536 kB
Shmem:             37288 kB
Slab:             682884 kB
SReclaimable:     653388 kB
SUnreclaim:        29496 kB
KernelStack:        4048 kB
PageTables:         6644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1359708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 5036 MiB
End job on node139 at 2019-09-20 16:21:23