Trace number 4403498

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 171.338 52.7259

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-06.xml
MD5SUM1db35719a72b9401cb48f365dc7349f7
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 benchmark21.6676
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree1893
Maximum variable degree1975
Distribution of variable degrees[{"degree":1893,"count":1},{"degree":1905,"count":1},{"degree":1910,"count":2},{"degree":1918,"count":1},{"degree":1921,"count":1},{"degree":1923,"count":1},{"degree":1926,"count":1},{"degree":1933,"count":1},{"degree":1942,"count":1},{"degree":1943,"count":1},{"degree":1944,"count":1},{"degree":1947,"count":2},{"degree":1952,"count":1},{"degree":1956,"count":1},{"degree":1957,"count":1},{"degree":1961,"count":1},{"degree":1962,"count":1},{"degree":1970,"count":1},{"degree":1975,"count":1}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":2713}]
Number of extensional constraints2713
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2713}]
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-4403498-1568989978.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403498-1568989978.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
96.66/33.74	c solve instance...
170.89/52.44	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 (2602 MiB free)
  memory of node 1: 16384 MiB (2301 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403498-1568989978/watcher-4403498-1568989978 -o /var/tmp/evaluation-result-4403498-1568989978/solver-4403498-1568989978 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6086 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 797305536 HOME/instance-4403498-1568989978.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=7894, runsolver pid=7891

[startup+0.100131 s]*
/proc/loadavg: 8.83 8.44 6.96 8/233 7910
/proc/meminfo: memFree=5004568/32770624 swapFree=66988724/67108860
[pid=7894] ppid=7891 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7894/stat : 7894 (xcsp3-exec) S 7891 7894 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475260416 115843072 363 33554432000 4194304 5098028 140722730307760 140722730305864 140183053480572 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37433344 140722730316631 140722730316889 140722730316889 140722730319814 0
/proc/7894/statm: 28282 363 304 221 0 87 0
[pid=7896] ppid=7894 vsize=15144776 memory=30108 CPUtime=0.13 cores=0,2,4,6
/proc/7896/stat : 7896 (java) S 7894 7894 6055 0 -1 1077944320 5457 0 0 0 11 2 0 0 20 0 15 0 475260416 15508250624 7527 33554432000 4194304 4196468 140725624078512 140725624061056 139870410288887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
/proc/7896/statm: 3786194 7527 3138 1 0 3748377 0
[pid=7896/tid=7897] ppid=7894 vsize=15144776 memory=-8895323862916359523 CPUtime=0.09 cores=0,2,4,6
/proc/7896/task/7897/stat : 7897 (java) R 7894 7894 6055 0 -1 4202560 3380 0 0 0 8 1 0 0 20 0 15 0 475260417 15508250624 7527 33554432000 4194304 4196468 140725624078512 139870414521064 139870410310234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7898] ppid=7894 vsize=15144776 memory=3472468544839963856 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7898/stat : 7898 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15508250624 7527 33554432000 4194304 4196468 140725624078512 139870002326672 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7899] ppid=7894 vsize=15144776 memory=140415944812160 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7899/stat : 7899 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15508250624 7527 33554432000 4194304 4196468 140725624078512 139870001273872 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7900] ppid=7894 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7900/stat : 7900 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15508250624 7527 33554432000 4194304 4196468 140725624078512 139870000221072 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7901] ppid=7894 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7901/stat : 7901 (java) S 7894 7894 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475260417 15508250624 7527 33554432000 4194304 4196468 140725624078512 139869999168272 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7902] ppid=7894 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7902/stat : 7902 (java) S 7894 7894 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475260419 15508250624 7527 33554432000 4194304 4196468 140725624078512 139869878839664 139870410300034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7903] ppid=7894 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7903/stat : 7903 (java) S 7894 7894 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475260419 15508250624 7527 33554432000 4194304 4196468 140725624078512 139869877785632 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7904] ppid=7894 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7904/stat : 7904 (java) S 7894 7894 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475260419 15508250624 7527 33554432000 4194304 4196468 140725624078512 139869876732784 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7905] ppid=7894 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7905/stat : 7905 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475260422 15508250624 7527 33554432000 4194304 4196468 140725624078512 139869875681104 139870410307483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7906] ppid=7894 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7906/stat : 7906 (java) R 7894 7894 6055 0 -1 4202560 363 0 0 0 0 0 0 0 20 0 15 0 475260422 15508250624 7527 33554432000 4194304 4196468 140725624078512 139869874610392 139870388121744 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7907] ppid=7894 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7907/stat : 7907 (java) S 7894 7894 6055 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 475260422 15508250624 7527 33554432000 4194304 4196468 140725624078512 139869873576688 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7908] ppid=7894 vsize=15144776 memory=140415944812160 CPUtime=0.02 cores=0,2,4,6
/proc/7896/task/7908/stat : 7908 (java) R 7894 7894 6055 0 -1 4202560 320 0 0 0 2 0 0 0 20 0 15 0 475260422 15508250624 7527 33554432000 4194304 4196468 140725624078512 139869872523888 139870410310234 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7909] ppid=7894 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7909/stat : 7909 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475260422 15508250624 7527 33554432000 4194304 4196468 140725624078512 139869871471328 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7910] ppid=7894 vsize=15144776 memory=140415944812160 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7910/stat : 7910 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260422 15508250624 7527 33554432000 4194304 4196468 140725624078512 139869870418608 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31560 KiB

[startup+0.211892 s]*
/proc/loadavg: 8.83 8.44 6.96 6/233 7910
/proc/meminfo: memFree=4992572/32770624 swapFree=66988724/67108860
[pid=7894] ppid=7891 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7894/stat : 7894 (xcsp3-exec) S 7891 7894 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475260416 115843072 363 33554432000 4194304 5098028 140722730307760 140722730305864 140183053480572 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37433344 140722730316631 140722730316889 140722730316889 140722730319814 0
/proc/7894/statm: 28282 363 304 221 0 87 0
[pid=7896] ppid=7894 vsize=15144776 memory=41508 CPUtime=0.35 cores=0,2,4,6
/proc/7896/stat : 7896 (java) S 7894 7894 6055 0 -1 1077944320 9062 0 0 0 31 4 0 0 20 0 15 0 475260416 15508250624 10377 33554432000 4194304 4196468 140725624078512 140725624061056 139870410288887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
/proc/7896/statm: 3786194 10377 3307 1 0 3748377 0
[pid=7896/tid=7897] ppid=7894 vsize=15144776 memory=-8895323862916359523 CPUtime=0.2 cores=0,2,4,6
/proc/7896/task/7897/stat : 7897 (java) R 7894 7894 6055 0 -1 4202560 6212 0 0 0 17 3 0 0 20 0 15 0 475260417 15508250624 10377 33554432000 4194304 4196468 140725624078512 139870414526912 139870394369374 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7898] ppid=7894 vsize=15144776 memory=3472468544839963856 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7898/stat : 7898 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15508250624 10377 33554432000 4194304 4196468 140725624078512 139870002326672 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7899] ppid=7894 vsize=15144776 memory=140415944812160 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7899/stat : 7899 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15508250624 10377 33554432000 4194304 4196468 140725624078512 139870001273872 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7900] ppid=7894 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7900/stat : 7900 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15508250624 10377 33554432000 4194304 4196468 140725624078512 139870000221072 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7901] ppid=7894 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7901/stat : 7901 (java) S 7894 7894 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475260417 15508250624 10377 33554432000 4194304 4196468 140725624078512 139869999168272 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7902] ppid=7894 vsize=15144776 memory=140415944812160 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7902/stat : 7902 (java) S 7894 7894 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475260419 15508250624 10377 33554432000 4194304 4196468 140725624078512 139869878839664 139870410300034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7903] ppid=7894 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7903/stat : 7903 (java) S 7894 7894 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475260419 15508250624 10377 33554432000 4194304 4196468 140725624078512 139869877785632 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7904] ppid=7894 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7904/stat : 7904 (java) S 7894 7894 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475260419 15508250624 10377 33554432000 4194304 4196468 140725624078512 139869876732784 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7905] ppid=7894 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7905/stat : 7905 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475260422 15508250624 10377 33554432000 4194304 4196468 140725624078512 139869875681104 139870410307483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7906] ppid=7894 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7896/task/7906/stat : 7906 (java) S 7894 7894 6055 0 -1 1077944384 559 0 0 0 2 0 0 0 20 0 15 0 475260422 15508250624 10377 33554432000 4194304 4196468 140725624078512 139869874629488 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7907] ppid=7894 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7896/task/7907/stat : 7907 (java) S 7894 7894 6055 0 -1 1077944384 225 0 0 0 2 0 0 0 20 0 15 0 475260422 15508250624 10377 33554432000 4194304 4196468 140725624078512 139869873576688 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7908] ppid=7894 vsize=15144776 memory=140415944812160 CPUtime=0.08 cores=0,2,4,6
/proc/7896/task/7908/stat : 7908 (java) R 7894 7894 6055 0 -1 4202560 760 0 0 0 8 0 0 0 20 0 15 0 475260422 15508250624 10377 33554432000 4194304 4196468 140725624078512 139869872521424 139870389609216 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7909] ppid=7894 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7909/stat : 7909 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475260422 15508250624 10377 33554432000 4194304 4196468 140725624078512 139869871471328 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7910] ppid=7894 vsize=15144776 memory=140415944812160 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7910/stat : 7910 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260422 15508250624 10377 33554432000 4194304 4196468 140725624078512 139869870418608 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42960 KiB

[startup+0.319199 s]*
/proc/loadavg: 8.83 8.44 6.96 7/233 7910
/proc/meminfo: memFree=4982196/32770624 swapFree=66988724/67108860
[pid=7894] ppid=7891 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7894/stat : 7894 (xcsp3-exec) S 7891 7894 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475260416 115843072 363 33554432000 4194304 5098028 140722730307760 140722730305864 140183053480572 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37433344 140722730316631 140722730316889 140722730316889 140722730319814 0
/proc/7894/statm: 28282 363 304 221 0 87 0
[pid=7896] ppid=7894 vsize=15149032 memory=50404 CPUtime=0.55 cores=0,2,4,6
/proc/7896/stat : 7896 (java) S 7894 7894 6055 0 -1 1077944320 10427 0 0 0 50 5 0 0 20 0 15 0 475260416 15512608768 12601 33554432000 4194304 4196468 140725624078512 140725624061056 139870410288887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
/proc/7896/statm: 3787258 12601 3344 1 0 3748377 0
[pid=7896/tid=7897] ppid=7894 vsize=15149032 memory=-8094235084319000145 CPUtime=0.31 cores=0,2,4,6
/proc/7896/task/7897/stat : 7897 (java) R 7894 7894 6055 0 -1 4202560 7428 0 0 0 28 3 0 0 20 0 15 0 475260417 15512608768 12609 33554432000 4194304 4196468 140725624078512 139870414520000 139870403005850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7898] ppid=7894 vsize=15149032 memory=3472468544839963856 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7898/stat : 7898 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15512608768 12609 33554432000 4194304 4196468 140725624078512 139870002326672 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7899] ppid=7894 vsize=15149032 memory=280831780493696 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7899/stat : 7899 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15512608768 12609 33554432000 4194304 4196468 140725624078512 139870001273872 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7900] ppid=7894 vsize=15149032 memory=280831671395360 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7900/stat : 7900 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15512608768 12609 33554432000 4194304 4196468 140725624078512 139870000221072 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7901] ppid=7894 vsize=15149032 memory=140415835681551 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7901/stat : 7901 (java) S 7894 7894 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475260417 15512608768 12609 33554432000 4194304 4196468 140725624078512 139869999168272 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7902] ppid=7894 vsize=15149032 memory=280831780500608 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7902/stat : 7902 (java) S 7894 7894 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475260419 15512608768 12609 33554432000 4194304 4196468 140725624078512 139869878839664 139870410300034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7903] ppid=7894 vsize=15149032 memory=140415835686159 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7903/stat : 7903 (java) S 7894 7894 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475260419 15512608768 12609 33554432000 4194304 4196468 140725624078512 139869877785632 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7904] ppid=7894 vsize=15149032 memory=140415835694551 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7904/stat : 7904 (java) S 7894 7894 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475260419 15512608768 12609 33554432000 4194304 4196468 140725624078512 139869876732784 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7905] ppid=7894 vsize=15149032 memory=140415835698109 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7905/stat : 7905 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475260422 15512608768 12609 33554432000 4194304 4196468 140725624078512 139869875681104 139870410307483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7906] ppid=7894 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7896/task/7906/stat : 7906 (java) S 7894 7894 6055 0 -1 1077944384 571 0 0 0 4 0 0 0 20 0 15 0 475260422 15512608768 12609 33554432000 4194304 4196468 140725624078512 139869874629488 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7907] ppid=7894 vsize=15149032 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/7896/task/7907/stat : 7907 (java) S 7894 7894 6055 0 -1 1077944384 312 0 0 0 5 0 0 0 20 0 15 0 475260422 15512608768 12609 33554432000 4194304 4196468 140725624078512 139869873576688 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7908] ppid=7894 vsize=15149032 memory=140415944812160 CPUtime=0.13 cores=0,2,4,6
/proc/7896/task/7908/stat : 7908 (java) S 7894 7894 6055 0 -1 1077944384 811 0 0 0 13 0 0 0 20 0 15 0 475260422 15512608768 12609 33554432000 4194304 4196468 140725624078512 139869872523888 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7909] ppid=7894 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7909/stat : 7909 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475260422 15512608768 12609 33554432000 4194304 4196468 140725624078512 139869871471328 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7910] ppid=7894 vsize=15149032 memory=140415944813612 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7910/stat : 7910 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260422 15512608768 12609 33554432000 4194304 4196468 140725624078512 139869870418608 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51856 KiB

[startup+0.701198 s]
/proc/loadavg: 8.83 8.44 6.96 10/233 7910
/proc/meminfo: memFree=4962532/32770624 swapFree=66988724/67108860
[pid=7894] ppid=7891 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7894/stat : 7894 (xcsp3-exec) S 7891 7894 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475260416 115843072 363 33554432000 4194304 5098028 140722730307760 140722730305864 140183053480572 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37433344 140722730316631 140722730316889 140722730316889 140722730319814 0
/proc/7894/statm: 28282 363 304 221 0 87 0
[pid=7896] ppid=7894 vsize=15151156 memory=117256 CPUtime=1.81 cores=0,2,4,6
/proc/7896/stat : 7896 (java) S 7894 7894 6055 0 -1 1077944320 14815 0 0 0 175 6 0 0 20 0 15 0 475260416 15514783744 29314 33554432000 4194304 4196468 140725624078512 140725624061056 139870410288887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
/proc/7896/statm: 3787789 29314 3454 1 0 3748889 0
[pid=7896/tid=7897] ppid=7894 vsize=15151156 memory=7882800638288482663 CPUtime=0.67 cores=0,2,4,6
/proc/7896/task/7897/stat : 7897 (java) R 7894 7894 6055 0 -1 4202560 7974 0 0 0 63 4 0 0 20 0 15 0 475260417 15514783744 29314 33554432000 4194304 4196468 140725624078512 139870414527184 139870047260904 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7898] ppid=7894 vsize=15151156 memory=7740951466249179473 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7898/stat : 7898 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15514783744 29314 33554432000 4194304 4196468 140725624078512 139870002326672 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7899] ppid=7894 vsize=15151156 memory=7453282923495516522 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7899/stat : 7899 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15514783744 29314 33554432000 4194304 4196468 140725624078512 139870001273872 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7900] ppid=7894 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7900/stat : 7900 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260417 15514783744 29314 33554432000 4194304 4196468 140725624078512 139870000221072 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7901] ppid=7894 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7901/stat : 7901 (java) S 7894 7894 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475260417 15514783744 29314 33554432000 4194304 4196468 140725624078512 139869999168272 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7902] ppid=7894 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7902/stat : 7902 (java) S 7894 7894 6055 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475260419 15514783744 29314 33554432000 4194304 4196468 140725624078512 139869878839664 139870410300034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7903] ppid=7894 vsize=15151156 memory=756 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7903/stat : 7903 (java) S 7894 7894 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475260419 15514783744 29314 33554432000 4194304 4196468 140725624078512 139869877785632 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7904] ppid=7894 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7904/stat : 7904 (java) S 7894 7894 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475260419 15514783744 29314 33554432000 4194304 4196468 140725624078512 139869876732784 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7905] ppid=7894 vsize=15151156 memory=8104 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7905/stat : 7905 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475260422 15514783744 29314 33554432000 4194304 4196468 140725624078512 139869875681104 139870410307483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7906] ppid=7894 vsize=15151156 memory=1164 CPUtime=0.36 cores=0,2,4,6
/proc/7896/task/7906/stat : 7906 (java) R 7894 7894 6055 0 -1 4202560 2114 0 0 0 36 0 0 0 20 0 15 0 475260422 15514783744 29314 33554432000 4194304 4196468 140725624078512 139869874610504 139870393789093 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7907] ppid=7894 vsize=15151156 memory=9520 CPUtime=0.39 cores=0,2,4,6
/proc/7896/task/7907/stat : 7907 (java) R 7894 7894 6055 0 -1 4202560 1461 0 0 0 39 0 0 0 20 0 15 0 475260422 15514783744 29314 33554432000 4194304 4196468 140725624078512 139869873568496 139870390988104 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7908] ppid=7894 vsize=15151156 memory=14008 CPUtime=0.35 cores=0,2,4,6
/proc/7896/task/7908/stat : 7908 (java) R 7894 7894 6055 0 -1 4202560 1959 0 0 0 35 0 0 0 20 0 15 0 475260422 15514783744 29314 33554432000 4194304 4196468 140725624078512 139869872523888 139870403385723 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7909] ppid=7894 vsize=15151156 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7909/stat : 7909 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475260422 15514783744 29314 33554432000 4194304 4196468 140725624078512 139869871471328 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7910] ppid=7894 vsize=15151156 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7910/stat : 7910 (java) S 7894 7894 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475260422 15514783744 29314 33554432000 4194304 4196468 140725624078512 139869870418608 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 118708 KiB

[startup+1.50125 s]
/proc/loadavg: 8.83 8.44 6.96 6/233 7910
/proc/meminfo: memFree=4787808/32770624 swapFree=66988724/67108860
[pid=7894] ppid=7891 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7894/stat : 7894 (xcsp3-exec) S 7891 7894 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475260416 115843072 363 33554432000 4194304 5098028 140722730307760 140722730305864 140183053480572 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37433344 140722730316631 140722730316889 140722730316889 140722730319814 0
/proc/7894/statm: 28282 363 304 221 0 87 0

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

/proc/7896/stat : 7896 (java) S 7894 7894 6055 0 -1 1077944320 1760232 0 0 0 15088 1523 0 0 20 0 19 0 475260416 15787429888 2282233 33554432000 4194304 4196468 140725624078512 140725624061056 139870410288887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
/proc/7896/statm: 3854353 2282233 3527 1 0 3815453 0
[pid=7896/tid=7897] ppid=7894 vsize=15417412 memory=9128932 CPUtime=12.73 cores=0,2,4,6
/proc/7896/task/7897/stat : 7897 (java) S 7894 7894 6055 0 -1 1077944384 11741 0 0 0 1262 11 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870414529664 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7898] ppid=7894 vsize=15417412 memory=-7003737579269690708 CPUtime=19.94 cores=0,2,4,6
/proc/7896/task/7898/stat : 7898 (java) S 7894 7894 6055 0 -1 1077944384 299625 0 0 0 1633 361 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870002326672 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7899] ppid=7894 vsize=15417412 memory=280831672088832 CPUtime=19.96 cores=0,2,4,6
/proc/7896/task/7899/stat : 7899 (java) S 7894 7894 6055 0 -1 1077944384 330169 0 0 0 1637 359 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870001273872 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7900] ppid=7894 vsize=15417412 memory=15534146013364262 CPUtime=19.9 cores=0,2,4,6
/proc/7896/task/7900/stat : 7900 (java) S 7894 7894 6055 0 -1 1077944384 317725 0 0 0 1619 371 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870000221072 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7901] ppid=7894 vsize=15417412 memory=1060 CPUtime=19.89 cores=0,2,4,6
/proc/7896/task/7901/stat : 7901 (java) S 7894 7894 6055 0 -1 1077944384 505061 0 0 0 1607 382 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869999168272 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7902] ppid=7894 vsize=15417412 memory=2828 CPUtime=0.72 cores=0,2,4,6
/proc/7896/task/7902/stat : 7902 (java) S 7894 7894 6055 0 -1 1077944384 17271 0 0 0 71 1 0 0 20 0 19 0 475260419 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869878839664 139870410300034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7903] ppid=7894 vsize=15417412 memory=756 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7903/stat : 7903 (java) S 7894 7894 6055 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 19 0 475260419 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869877785696 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7904] ppid=7894 vsize=15417412 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7904/stat : 7904 (java) S 7894 7894 6055 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 475260419 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869876732800 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7905] ppid=7894 vsize=15417412 memory=8104 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7905/stat : 7905 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869875681104 139870410307483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7906] ppid=7894 vsize=15417412 memory=33 CPUtime=1.93 cores=0,2,4,6
/proc/7896/task/7906/stat : 7906 (java) S 7894 7894 6055 0 -1 1077944384 8715 0 0 0 191 2 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869874629488 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7907] ppid=7894 vsize=15417412 memory=6943526294502006880 CPUtime=2 cores=0,2,4,6
/proc/7896/task/7907/stat : 7907 (java) S 7894 7894 6055 0 -1 1077944384 9535 0 0 0 199 1 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869873576688 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7908] ppid=7894 vsize=15417412 memory=6944656592455359580 CPUtime=0.65 cores=0,2,4,6
/proc/7896/task/7908/stat : 7908 (java) S 7894 7894 6055 0 -1 1077944384 4579 0 0 0 64 1 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869872523888 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7909] ppid=7894 vsize=15417412 memory=7157735280247132263 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7909/stat : 7909 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869871471328 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7910] ppid=7894 vsize=15417412 memory=7014751519667277927 CPUtime=0.01 cores=0,2,4,6
/proc/7896/task/7910/stat : 7910 (java) S 7894 7894 6055 0 -1 1077944384 714 0 0 0 1 0 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869870418608 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7930] ppid=7894 vsize=15417412 memory=55 CPUtime=16.79 cores=0,2,4,6
/proc/7896/task/7930/stat : 7930 (java) R 7894 7894 6055 0 -1 4202560 76590 0 0 0 1672 7 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869861198568 139870053623255 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7931] ppid=7894 vsize=15417412 memory=576583242059703325 CPUtime=17.08 cores=0,2,4,6
/proc/7896/task/7931/stat : 7931 (java) R 7894 7894 6055 0 -1 4202560 113175 0 0 0 1696 12 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869860147128 139870053622832 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7932] ppid=7894 vsize=15417412 memory=288291056358897372 CPUtime=17.18 cores=0,2,4,6
/proc/7896/task/7932/stat : 7932 (java) R 7894 7894 6055 0 -1 4202560 55321 0 0 0 1712 6 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869859093952 139870053777919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7933] ppid=7894 vsize=15417412 memory=0 CPUtime=17.18 cores=0,2,4,6
/proc/7896/task/7933/stat : 7933 (java) R 7894 7894 6055 0 -1 4202560 8655 0 0 0 1717 1 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869858042336 139870053801191 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
Current children cumulated CPU time: 166.11 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 9130384 KiB

[startup+52.0012 s]*
/proc/loadavg: 8.55 8.39 7.02 9/237 7933
/proc/meminfo: memFree=257440/32770624 swapFree=66988724/67108860
[pid=7894] ppid=7891 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7894/stat : 7894 (xcsp3-exec) S 7891 7894 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475260416 115843072 363 33554432000 4194304 5098028 140722730307760 140722730305864 140183053480572 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37433344 140722730316631 140722730316889 140722730316889 140722730319814 0
/proc/7894/statm: 28282 363 304 221 0 87 0
[pid=7896] ppid=7894 vsize=15417412 memory=9128932 CPUtime=169.32 cores=0,2,4,6
/proc/7896/stat : 7896 (java) S 7894 7894 6055 0 -1 1077944320 1786272 0 0 0 15407 1525 0 0 20 0 19 0 475260416 15787429888 2282233 33554432000 4194304 4196468 140725624078512 140725624061056 139870410288887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
/proc/7896/statm: 3854353 2282233 3527 1 0 3815453 0
[pid=7896/tid=7897] ppid=7894 vsize=15417412 memory=1398722017469774279 CPUtime=12.73 cores=0,2,4,6
/proc/7896/task/7897/stat : 7897 (java) S 7894 7894 6055 0 -1 1077944384 11741 0 0 0 1262 11 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870414529664 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7898] ppid=7894 vsize=15417412 memory=-7003737579269690708 CPUtime=19.94 cores=0,2,4,6
/proc/7896/task/7898/stat : 7898 (java) S 7894 7894 6055 0 -1 1077944384 299625 0 0 0 1633 361 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870002326672 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7899] ppid=7894 vsize=15417412 memory=9520 CPUtime=19.96 cores=0,2,4,6
/proc/7896/task/7899/stat : 7899 (java) S 7894 7894 6055 0 -1 1077944384 330169 0 0 0 1637 359 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870001273872 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7900] ppid=7894 vsize=15417412 memory=14008 CPUtime=19.9 cores=0,2,4,6
/proc/7896/task/7900/stat : 7900 (java) S 7894 7894 6055 0 -1 1077944384 317725 0 0 0 1619 371 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870000221072 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7901] ppid=7894 vsize=15417412 memory=2120 CPUtime=19.89 cores=0,2,4,6
/proc/7896/task/7901/stat : 7901 (java) S 7894 7894 6055 0 -1 1077944384 505061 0 0 0 1607 382 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869999168272 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7902] ppid=7894 vsize=15417412 memory=12028 CPUtime=0.72 cores=0,2,4,6
/proc/7896/task/7902/stat : 7902 (java) S 7894 7894 6055 0 -1 1077944384 17271 0 0 0 71 1 0 0 20 0 19 0 475260419 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869878839664 139870410300034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7903] ppid=7894 vsize=15417412 memory=9128292 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7903/stat : 7903 (java) S 7894 7894 6055 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 19 0 475260419 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869877785696 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7904] ppid=7894 vsize=15417412 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7904/stat : 7904 (java) S 7894 7894 6055 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 475260419 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869876732800 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7905] ppid=7894 vsize=15417412 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7905/stat : 7905 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869875681104 139870410307483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7906] ppid=7894 vsize=15417412 memory=2244 CPUtime=1.93 cores=0,2,4,6
/proc/7896/task/7906/stat : 7906 (java) S 7894 7894 6055 0 -1 1077944384 8715 0 0 0 191 2 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869874629488 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7907] ppid=7894 vsize=15417412 memory=1452 CPUtime=2 cores=0,2,4,6
/proc/7896/task/7907/stat : 7907 (java) S 7894 7894 6055 0 -1 1077944384 9535 0 0 0 199 1 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869873576688 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7908] ppid=7894 vsize=15417412 memory=1097100 CPUtime=0.65 cores=0,2,4,6
/proc/7896/task/7908/stat : 7908 (java) S 7894 7894 6055 0 -1 1077944384 4580 0 0 0 64 1 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869872523888 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7909] ppid=7894 vsize=15417412 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7909/stat : 7909 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869871471328 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7910] ppid=7894 vsize=15417412 memory=2792 CPUtime=0.01 cores=0,2,4,6
/proc/7896/task/7910/stat : 7910 (java) S 7894 7894 6055 0 -1 1077944384 714 0 0 0 1 0 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869870418608 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7930] ppid=7894 vsize=15417412 memory=1452 CPUtime=17.6 cores=0,2,4,6
/proc/7896/task/7930/stat : 7930 (java) R 7894 7894 6055 0 -1 4202560 98602 0 0 0 1751 9 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869861198568 139870053801191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7931] ppid=7894 vsize=15417412 memory=-1807685287717842718 CPUtime=17.88 cores=0,2,4,6
/proc/7896/task/7931/stat : 7931 (java) R 7894 7894 6055 0 -1 4202560 117201 0 0 0 1775 13 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869860147112 139870053655056 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7932] ppid=7894 vsize=15417412 memory=6944656592455097440 CPUtime=17.99 cores=0,2,4,6
/proc/7896/task/7932/stat : 7932 (java) R 7894 7894 6055 0 -1 4202560 55322 0 0 0 1793 6 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869859093952 139870053654747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7933] ppid=7894 vsize=15417412 memory=6944656592455097440 CPUtime=17.99 cores=0,2,4,6
/proc/7896/task/7933/stat : 7933 (java) R 7894 7894 6055 0 -1 4202560 8655 0 0 0 1798 1 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869858042472 139870053654747 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
Current children cumulated CPU time: 169.32 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 9130384 KiB

[startup+52.4012 s]
/proc/loadavg: 8.55 8.39 7.02 9/237 7933
/proc/meminfo: memFree=257440/32770624 swapFree=66988724/67108860
[pid=7894] ppid=7891 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7894/stat : 7894 (xcsp3-exec) S 7891 7894 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475260416 115843072 363 33554432000 4194304 5098028 140722730307760 140722730305864 140183053480572 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37433344 140722730316631 140722730316889 140722730316889 140722730319814 0
/proc/7894/statm: 28282 363 304 221 0 87 0
[pid=7896] ppid=7894 vsize=15417412 memory=9128932 CPUtime=170.89 cores=0,2,4,6
/proc/7896/stat : 7896 (java) S 7894 7894 6055 0 -1 1077944320 1789449 0 0 0 15563 1526 0 0 20 0 19 0 475260416 15787429888 2282233 33554432000 4194304 4196468 140725624078512 140725624061056 139870410288887 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
/proc/7896/statm: 3854353 2282233 3527 1 0 3815453 0
[pid=7896/tid=7897] ppid=7894 vsize=15417412 memory=8104 CPUtime=12.73 cores=0,2,4,6
/proc/7896/task/7897/stat : 7897 (java) S 7894 7894 6055 0 -1 1077944384 11741 0 0 0 1262 11 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870414529664 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7898] ppid=7894 vsize=15417412 memory=1164 CPUtime=19.94 cores=0,2,4,6
/proc/7896/task/7898/stat : 7898 (java) S 7894 7894 6055 0 -1 1077944384 299625 0 0 0 1633 361 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870002326672 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7899] ppid=7894 vsize=15417412 memory=0 CPUtime=19.96 cores=0,2,4,6
/proc/7896/task/7899/stat : 7899 (java) S 7894 7894 6055 0 -1 1077944384 330169 0 0 0 1637 359 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870001273872 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7900] ppid=7894 vsize=15417412 memory=734122152192980537 CPUtime=19.9 cores=0,2,4,6
/proc/7896/task/7900/stat : 7900 (java) S 7894 7894 6055 0 -1 1077944384 317725 0 0 0 1619 371 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139870000221072 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7901] ppid=7894 vsize=15417412 memory=7301019362069735016 CPUtime=19.89 cores=0,2,4,6
/proc/7896/task/7901/stat : 7901 (java) S 7894 7894 6055 0 -1 1077944384 505061 0 0 0 1607 382 0 0 20 0 19 0 475260417 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869999168272 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7902] ppid=7894 vsize=15417412 memory=5866053338091252327 CPUtime=0.72 cores=0,2,4,6
/proc/7896/task/7902/stat : 7902 (java) S 7894 7894 6055 0 -1 1077944384 17271 0 0 0 71 1 0 0 20 0 19 0 475260419 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869878839664 139870410300034 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7903] ppid=7894 vsize=15417412 memory=6075463926040055888 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7903/stat : 7903 (java) S 7894 7894 6055 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 19 0 475260419 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869877785696 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7904] ppid=7894 vsize=15417412 memory=280831671451248 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7904/stat : 7904 (java) S 7894 7894 6055 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 475260419 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869876732800 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7905] ppid=7894 vsize=15417412 memory=280831671748704 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7905/stat : 7905 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869875681104 139870410307483 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7906] ppid=7894 vsize=15417412 memory=0 CPUtime=1.93 cores=0,2,4,6
/proc/7896/task/7906/stat : 7906 (java) S 7894 7894 6055 0 -1 1077944384 8715 0 0 0 191 2 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869874629488 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7907] ppid=7894 vsize=15417412 memory=0 CPUtime=2 cores=0,2,4,6
/proc/7896/task/7907/stat : 7907 (java) S 7894 7894 6055 0 -1 1077944384 9535 0 0 0 199 1 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869873576688 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7908] ppid=7894 vsize=15417412 memory=-7385037615208631145 CPUtime=0.65 cores=0,2,4,6
/proc/7896/task/7908/stat : 7908 (java) S 7894 7894 6055 0 -1 1077944384 4580 0 0 0 64 1 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869872523888 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7909] ppid=7894 vsize=15417412 memory=8329294824090543255 CPUtime=0 cores=0,2,4,6
/proc/7896/task/7909/stat : 7909 (java) S 7894 7894 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869871471328 139870410299093 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7910] ppid=7894 vsize=15417412 memory=-6586667735541663136 CPUtime=0.01 cores=0,2,4,6
/proc/7896/task/7910/stat : 7910 (java) S 7894 7894 6055 0 -1 1077944384 714 0 0 0 1 0 0 0 20 0 19 0 475260422 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869870418608 139870410300034 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7930] ppid=7894 vsize=15417412 memory=7016671349533276567 CPUtime=17.99 cores=0,2,4,6
/proc/7896/task/7930/stat : 7930 (java) R 7894 7894 6055 0 -1 4202560 101777 0 0 0 1790 9 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869861198568 139870053801070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7931] ppid=7894 vsize=15417412 memory=-7025448733113094249 CPUtime=18.27 cores=0,2,4,6
/proc/7896/task/7931/stat : 7931 (java) R 7894 7894 6055 0 -1 4202560 117203 0 0 0 1814 13 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869860147112 139870053623255 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7932] ppid=7894 vsize=15417412 memory=-7240599211820661557 CPUtime=18.38 cores=0,2,4,6
/proc/7896/task/7932/stat : 7932 (java) R 7894 7894 6055 0 -1 4202560 55322 0 0 0 1832 6 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869859093952 139870053708227 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
[pid=7896/tid=7933] ppid=7894 vsize=15417412 memory=8041079860532773434 CPUtime=18.38 cores=0,2,4,6
/proc/7896/task/7933/stat : 7933 (java) R 7894 7894 6055 0 -1 4202560 8655 0 0 0 1837 1 0 0 20 0 19 0 475263792 15787429888 2282233 33554432000 4194304 4196468 140725624078512 139869858042472 139870053654742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6463488 140725624087515 140725624087690 140725624087690 140725624090575 0
Current children cumulated CPU time: 170.89 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 9130384 KiB

[startup+52.6003 s]
/proc/loadavg: 8.55 8.39 7.02 9/237 7933
/proc/meminfo: memFree=257440/32770624 swapFree=66988724/67108860
[pid=7894] ppid=7891 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7894/stat : 7894 (xcsp3-exec) S 7891 7894 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475260416 115843072 363 33554432000 4194304 5098028 140722730307760 140722730305864 140183053480572 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37433344 140722730316631 140722730316889 140722730316889 140722730319814 0
/proc/7894/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

[startup+52.7003 s]
/proc/loadavg: 8.55 8.39 7.02 9/237 7933
/proc/meminfo: memFree=257440/32770624 swapFree=66988724/67108860
[pid=7894] ppid=7891 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7894/stat : 7894 (xcsp3-exec) S 7891 7894 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475260416 115843072 363 33554432000 4194304 5098028 140722730307760 140722730305864 140183053480572 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37433344 140722730316631 140722730316889 140722730316889 140722730319814 0
/proc/7894/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 52.7259
CPU time (s): 171.338
CPU user time (s): 155.793
CPU system time (s): 15.5444
CPU usage (%): 324.959
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 9130384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.793
system time used= 15.5444
maximum resident set size= 9129408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1790745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6994
involuntary context switches= 5472


# summary of solver processes directly reported to runsolver:
#   pid: 7894
#   total CPU time (s): 171.338
#   total CPU user time (s): 155.793
#   total CPU system time (s): 15.5444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.390454 second user time and 0.654502 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 16:32:15
IDJOB=4403498
IDBENCH=125875
IDSOLVER=2863
FILE ID=node121/4403498-1568989978
RUNJOBID= node121-1568988421-6086
PBS_JOBID= 21704645
Free space on /var/tmp= 13484 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/QRandom/QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-06.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 /var/tmp/evaluation-result-4403498-1568989978/watcher-4403498-1568989978 -o /var/tmp/evaluation-result-4403498-1568989978/solver-4403498-1568989978 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6086 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 797305536 HOME/instance-4403498-1568989978.xml

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

MD5SUM BENCH= 1db35719a72b9401cb48f365dc7349f7
RANDOM SEED=797305536

node121.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.75
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.75
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.75
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.75
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:         5021964 kB
MemAvailable:   30797732 kB
Buffers:          151900 kB
Cached:         25557524 kB
SwapCached:         5544 kB
Active:         13862608 kB
Inactive:       12915004 kB
Active(anon):    1043892 kB
Inactive(anon):    62644 kB
Active(file):   12818716 kB
Inactive(file): 12852360 kB
Unevictable:      111180 kB
Mlocked:          111180 kB
SwapTotal:      67108860 kB
SwapFree:       66988724 kB
Dirty:             26712 kB
Writeback:             0 kB
AnonPages:       1174204 kB
Mapped:            60136 kB
Shmem:             29292 kB
Slab:             562564 kB
SReclaimable:     533152 kB
SUnreclaim:        29412 kB
KernelStack:        3792 kB
PageTables:         8392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2405284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    665600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node121 at 2019-09-20 16:33:08