Trace number 4405909

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24SAT 164.275 157.948

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-17.xml
MD5SUM9efca6d5489e39e5f473d5ee8bd54dad
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.8714
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":3},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
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-4405909-1569402969.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405909-1569402969.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
9.23/5.35	c solve instance...
164.21/157.93	s SATISFIABLE
164.21/157.93	v <instantiation>
164.21/157.93	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
164.21/157.93	v 	<values>0 4 4 0 0 0 0 1 1 2 3 4 3 3 0 1 0 3 2 3 3 3 2 0 4 </values>
164.21/157.93	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12624 MiB free)
  memory of node 1: 16384 MiB (8757 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405909-1569402969/watcher-4405909-1569402969 -o /var/tmp/evaluation-result-4405909-1569402969/solver-4405909-1569402969 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1569396632-21640 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1090324486 HOME/instance-4405909-1569402969.xml 

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

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


[startup+0.100293 s]*
/proc/loadavg: 2.02 2.08 2.04 4/229 23547
/proc/meminfo: memFree=21878316/32770624 swapFree=66997280/67108860
[pid=23531] ppid=23528 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23531/stat : 23531 (xcsp3-exec) S 23528 23531 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516564671 115843072 364 33554432000 4194304 5098028 140722213668240 140722213666344 140668184244860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20324352 140722213675862 140722213676121 140722213676121 140722213679046 0
/proc/23531/statm: 28282 364 305 221 0 87 0
[pid=23533] ppid=23531 vsize=15144776 memory=29680 CPUtime=0.12 cores=0,2,4,6
/proc/23533/stat : 23533 (java) S 23531 23531 21609 0 -1 1077944320 5396 0 0 0 11 1 0 0 20 0 15 0 516564671 15508250624 7420 33554432000 4194304 4196468 140724894609056 140724894591600 139695449222903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
/proc/23533/statm: 3786194 7420 3114 1 0 3748377 0
[pid=23533/tid=23534] ppid=23531 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/23533/task/23534/stat : 23534 (java) R 23531 23531 21609 0 -1 4202560 3339 0 0 0 8 1 0 0 20 0 15 0 516564671 15508250624 7486 33554432000 4194304 4196468 140724894609056 139695453450672 139695433303383 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23535] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23535/stat : 23535 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564672 15508250624 7486 33554432000 4194304 4196468 140724894609056 139695360879120 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23536] ppid=23531 vsize=15144776 memory=3473600952350770848 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23536/stat : 23536 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564672 15508250624 7486 33554432000 4194304 4196468 140724894609056 139695359826576 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23537] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23537/stat : 23537 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564672 15508250624 7486 33554432000 4194304 4196468 140724894609056 139695358773520 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23538] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23538/stat : 23538 (java) S 23531 23531 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516564672 15508250624 7486 33554432000 4194304 4196468 140724894609056 139695357720976 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23539] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23539/stat : 23539 (java) S 23531 23531 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516564674 15508250624 7486 33554432000 4194304 4196468 140724894609056 139694917962480 139695449234050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23540] ppid=23531 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23540/stat : 23540 (java) S 23531 23531 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516564674 15508250624 7486 33554432000 4194304 4196468 140724894609056 139694916908704 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23541] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23541/stat : 23541 (java) S 23531 23531 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516564674 15508250624 7486 33554432000 4194304 4196468 140724894609056 139694915855600 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23542] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23542/stat : 23542 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15508250624 7486 33554432000 4194304 4196468 140724894609056 139694914804176 139695449241499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23543] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23543/stat : 23543 (java) R 23531 23531 21609 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 516564677 15508250624 7486 33554432000 4194304 4196468 140724894609056 139694913751280 139695449234050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23544] ppid=23531 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23544/stat : 23544 (java) R 23531 23531 21609 0 -1 4202560 144 0 0 0 0 0 0 0 20 0 15 0 516564677 15508250624 7486 33554432000 4194304 4196468 140724894609056 139694912698736 139695432658641 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23545] ppid=23531 vsize=15144776 memory=140154820855424 CPUtime=0.01 cores=0,2,4,6
/proc/23533/task/23545/stat : 23545 (java) R 23531 23531 21609 0 -1 4202560 327 0 0 0 1 0 0 0 20 0 15 0 516564677 15508250624 7486 33554432000 4194304 4196468 140724894609056 139694911645680 139695433533417 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23546] ppid=23531 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23546/stat : 23546 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15508250624 7486 33554432000 4194304 4196468 140724894609056 139694910593376 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23547] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23547/stat : 23547 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564677 15508250624 7486 33554432000 4194304 4196468 140724894609056 139694909541424 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31136 KiB

[startup+0.211618 s]*
/proc/loadavg: 2.02 2.08 2.04 3/229 23547
/proc/meminfo: memFree=21833312/32770624 swapFree=66997280/67108860
[pid=23531] ppid=23528 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23531/stat : 23531 (xcsp3-exec) S 23528 23531 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516564671 115843072 364 33554432000 4194304 5098028 140722213668240 140722213666344 140668184244860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20324352 140722213675862 140722213676121 140722213676121 140722213679046 0
/proc/23531/statm: 28282 364 305 221 0 87 0
[pid=23533] ppid=23531 vsize=15144776 memory=41304 CPUtime=0.34 cores=0,2,4,6
/proc/23533/stat : 23533 (java) S 23531 23531 21609 0 -1 1077944320 9009 0 0 0 31 3 0 0 20 0 15 0 516564671 15508250624 10326 33554432000 4194304 4196468 140724894609056 140724894591600 139695449222903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
/proc/23533/statm: 3786194 10326 3302 1 0 3748377 0
[pid=23533/tid=23534] ppid=23531 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/23533/task/23534/stat : 23534 (java) R 23531 23531 21609 0 -1 4202560 6174 0 0 0 18 2 0 0 20 0 15 0 516564671 15508250624 10326 33554432000 4194304 4196468 140724894609056 139695453452624 139695036116752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23535] ppid=23531 vsize=15144776 memory=8998 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23535/stat : 23535 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564672 15508250624 10326 33554432000 4194304 4196468 140724894609056 139695360879120 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23536] ppid=23531 vsize=15144776 memory=140154824736415 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23536/stat : 23536 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564672 15508250624 10326 33554432000 4194304 4196468 140724894609056 139695359826576 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23537] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23537/stat : 23537 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564672 15508250624 10326 33554432000 4194304 4196468 140724894609056 139695358773520 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23538] ppid=23531 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23538/stat : 23538 (java) S 23531 23531 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516564672 15508250624 10326 33554432000 4194304 4196468 140724894609056 139695357720976 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23539] ppid=23531 vsize=15144776 memory=140154820855424 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23539/stat : 23539 (java) S 23531 23531 21609 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516564674 15508250624 10326 33554432000 4194304 4196468 140724894609056 139694917962480 139695449234050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23540] ppid=23531 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23540/stat : 23540 (java) S 23531 23531 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516564674 15508250624 10326 33554432000 4194304 4196468 140724894609056 139694916908704 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23541] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23541/stat : 23541 (java) S 23531 23531 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516564674 15508250624 10326 33554432000 4194304 4196468 140724894609056 139694915855600 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23542] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23542/stat : 23542 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15508250624 10326 33554432000 4194304 4196468 140724894609056 139694914804176 139695449241499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23543] ppid=23531 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23533/task/23543/stat : 23543 (java) S 23531 23531 21609 0 -1 1077944384 503 0 0 0 2 0 0 0 20 0 15 0 516564677 15508250624 10326 33554432000 4194304 4196468 140724894609056 139694913751280 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23544] ppid=23531 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23533/task/23544/stat : 23544 (java) S 23531 23531 21609 0 -1 1077944384 283 0 0 0 2 0 0 0 20 0 15 0 516564677 15508250624 10326 33554432000 4194304 4196468 140724894609056 139694912698736 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23545] ppid=23531 vsize=15144776 memory=140154820855424 CPUtime=0.08 cores=0,2,4,6
/proc/23533/task/23545/stat : 23545 (java) R 23531 23531 21609 0 -1 4202560 742 0 0 0 8 0 0 0 20 0 15 0 516564677 15508250624 10326 33554432000 4194304 4196468 140724894609056 139694911645488 139695428183936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23546] ppid=23531 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23546/stat : 23546 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15508250624 10326 33554432000 4194304 4196468 140724894609056 139694910593376 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23547] ppid=23531 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23547/stat : 23547 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564677 15508250624 10326 33554432000 4194304 4196468 140724894609056 139694909541424 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42760 KiB

[startup+0.598331 s]*
/proc/loadavg: 2.02 2.08 2.04 5/229 23547
/proc/meminfo: memFree=21738768/32770624 swapFree=66997280/67108860
[pid=23531] ppid=23528 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23531/stat : 23531 (xcsp3-exec) S 23528 23531 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516564671 115843072 364 33554432000 4194304 5098028 140722213668240 140722213666344 140668184244860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20324352 140722213675862 140722213676121 140722213676121 140722213679046 0
/proc/23531/statm: 28282 364 305 221 0 87 0
[pid=23533] ppid=23531 vsize=15149108 memory=154712 CPUtime=1.2 cores=0,2,4,6
/proc/23533/stat : 23533 (java) S 23531 23531 21609 0 -1 1077944320 11998 0 0 0 113 7 0 0 20 0 15 0 516564671 15512686592 38678 33554432000 4194304 4196468 140724894609056 140724894591600 139695449222903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
/proc/23533/statm: 3787277 38678 3431 1 0 3748377 0
[pid=23533/tid=23534] ppid=23531 vsize=15149108 memory=1398722017469774279 CPUtime=0.58 cores=0,2,4,6
/proc/23533/task/23534/stat : 23534 (java) R 23531 23531 21609 0 -1 4202560 7770 0 0 0 54 4 0 0 20 0 15 0 516564671 15512686592 39190 33554432000 4194304 4196468 140724894609056 139695453457464 139695039149091 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23535] ppid=23531 vsize=15149108 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23535/stat : 23535 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564672 15512686592 39190 33554432000 4194304 4196468 140724894609056 139695360879120 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23536] ppid=23531 vsize=15149108 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23536/stat : 23536 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564672 15512686592 39190 33554432000 4194304 4196468 140724894609056 139695359826576 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23537] ppid=23531 vsize=15149108 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23537/stat : 23537 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564672 15512686592 39190 33554432000 4194304 4196468 140724894609056 139695358773520 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23538] ppid=23531 vsize=15149108 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23538/stat : 23538 (java) S 23531 23531 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516564672 15512686592 39190 33554432000 4194304 4196468 140724894609056 139695357720976 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23539] ppid=23531 vsize=15149108 memory=-7089398489494831263 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23539/stat : 23539 (java) S 23531 23531 21609 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516564674 15512686592 39190 33554432000 4194304 4196468 140724894609056 139694917962480 139695449234050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23540] ppid=23531 vsize=15149108 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23540/stat : 23540 (java) S 23531 23531 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516564674 15512686592 39190 33554432000 4194304 4196468 140724894609056 139694916908704 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23541] ppid=23531 vsize=15149108 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23541/stat : 23541 (java) S 23531 23531 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516564674 15512686592 39190 33554432000 4194304 4196468 140724894609056 139694915855600 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23542] ppid=23531 vsize=15149108 memory=8514701219781834910 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23542/stat : 23542 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15512686592 39190 33554432000 4194304 4196468 140724894609056 139694914804176 139695449241499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23543] ppid=23531 vsize=15149108 memory=6576575808607069350 CPUtime=0.18 cores=0,2,4,6
/proc/23533/task/23543/stat : 23543 (java) R 23531 23531 21609 0 -1 4202560 964 0 0 0 18 0 0 0 20 0 15 0 516564677 15512686592 39190 33554432000 4194304 4196468 140724894609056 139694913732296 139695432723101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23544] ppid=23531 vsize=15149108 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/23533/task/23544/stat : 23544 (java) R 23531 23531 21609 0 -1 4202560 674 0 0 0 17 0 0 0 20 0 15 0 516564677 15512686592 39190 33554432000 4194304 4196468 140724894609056 139694912691928 139695434330578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23545] ppid=23531 vsize=15149108 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/23533/task/23545/stat : 23545 (java) R 23531 23531 21609 0 -1 1077944384 1283 0 0 0 23 0 0 0 20 0 15 0 516564677 15512686592 39190 33554432000 4194304 4196468 140724894609056 139694911645680 139695449234050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23546] ppid=23531 vsize=15149108 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23546/stat : 23546 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15512686592 39190 33554432000 4194304 4196468 140724894609056 139694910593376 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23547] ppid=23531 vsize=15149108 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23547/stat : 23547 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564677 15512686592 39190 33554432000 4194304 4196468 140724894609056 139694909541424 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 15262236 KiB
Current children cumulated memory: 156168 KiB

[startup+0.711287 s]*
/proc/loadavg: 2.02 2.08 2.04 6/229 23547
/proc/meminfo: memFree=21647032/32770624 swapFree=66997280/67108860
[pid=23531] ppid=23528 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23531/stat : 23531 (xcsp3-exec) S 23528 23531 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516564671 115843072 364 33554432000 4194304 5098028 140722213668240 140722213666344 140668184244860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20324352 140722213675862 140722213676121 140722213676121 140722213679046 0
/proc/23531/statm: 28282 364 305 221 0 87 0
[pid=23533] ppid=23531 vsize=15151156 memory=251028 CPUtime=1.57 cores=0,2,4,6
/proc/23533/stat : 23533 (java) S 23531 23531 21609 0 -1 1077944320 13201 0 0 0 145 12 0 0 20 0 15 0 516564671 15514783744 62757 33554432000 4194304 4196468 140724894609056 140724894591600 139695449222903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
/proc/23533/statm: 3787789 62757 3456 1 0 3748889 0
[pid=23533/tid=23534] ppid=23531 vsize=15151156 memory=1398722017469774279 CPUtime=0.66 cores=0,2,4,6
/proc/23533/task/23534/stat : 23534 (java) R 23531 23531 21609 0 -1 4202560 7800 0 0 0 61 5 0 0 20 0 15 0 516564671 15514783744 62757 33554432000 4194304 4196468 140724894609056 139695453459392 139695039336495 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23535] ppid=23531 vsize=15151156 memory=6944652177228980320 CPUtime=0.02 cores=0,2,4,6
/proc/23533/task/23535/stat : 23535 (java) S 23531 23531 21609 0 -1 1077944384 42 0 0 0 1 1 0 0 20 0 15 0 516564672 15514783744 62757 33554432000 4194304 4196468 140724894609056 139695360879120 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23536] ppid=23531 vsize=15151156 memory=6655300316396806240 CPUtime=0.01 cores=0,2,4,6
/proc/23533/task/23536/stat : 23536 (java) S 23531 23531 21609 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 516564672 15514783744 62757 33554432000 4194304 4196468 140724894609056 139695359826576 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23537] ppid=23531 vsize=15151156 memory=6944652177228980320 CPUtime=0.01 cores=0,2,4,6
/proc/23533/task/23537/stat : 23537 (java) S 23531 23531 21609 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 516564672 15514783744 62757 33554432000 4194304 4196468 140724894609056 139695358773520 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23538] ppid=23531 vsize=15151156 memory=-4190076264842474805 CPUtime=0.02 cores=0,2,4,6
/proc/23533/task/23538/stat : 23538 (java) S 23531 23531 21609 0 -1 1077944384 41 0 0 0 1 1 0 0 20 0 15 0 516564672 15514783744 62757 33554432000 4194304 4196468 140724894609056 139695357720976 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23539] ppid=23531 vsize=15151156 memory=-7089398489494831263 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23539/stat : 23539 (java) S 23531 23531 21609 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 516564674 15514783744 62757 33554432000 4194304 4196468 140724894609056 139694917962480 139695449234050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23540] ppid=23531 vsize=15151156 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23540/stat : 23540 (java) S 23531 23531 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516564674 15514783744 62757 33554432000 4194304 4196468 140724894609056 139694916908704 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23541] ppid=23531 vsize=15151156 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23541/stat : 23541 (java) S 23531 23531 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516564674 15514783744 62757 33554432000 4194304 4196468 140724894609056 139694915855600 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23542] ppid=23531 vsize=15151156 memory=8514701219781834910 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23542/stat : 23542 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15514783744 62757 33554432000 4194304 4196468 140724894609056 139694914804176 139695449241499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23543] ppid=23531 vsize=15151156 memory=6576575808607069350 CPUtime=0.29 cores=0,2,4,6
/proc/23533/task/23543/stat : 23543 (java) R 23531 23531 21609 0 -1 4202560 1411 0 0 0 28 1 0 0 20 0 15 0 516564677 15514783744 62757 33554432000 4194304 4196468 140724894609056 139694913751408 139695429949767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23544] ppid=23531 vsize=15151156 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/23533/task/23544/stat : 23544 (java) R 23531 23531 21609 0 -1 4202560 1045 0 0 0 24 0 0 0 20 0 15 0 516564677 15514783744 62757 33554432000 4194304 4196468 140724894609056 139694912684616 139695428483203 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23545] ppid=23531 vsize=15151156 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/23533/task/23545/stat : 23545 (java) S 23531 23531 21609 0 -1 1077944384 1436 0 0 0 25 0 0 0 20 0 15 0 516564677 15514783744 62757 33554432000 4194304 4196468 140724894609056 139694911645680 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23546] ppid=23531 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23546/stat : 23546 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15514783744 62757 33554432000 4194304 4196468 140724894609056 139694910593376 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23547] ppid=23531 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23547/stat : 23547 (java) S 23531 23531 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516564677 15514783744 62757 33554432000 4194304 4196468 140724894609056 139694909541424 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 252484 KiB

[startup+1.50081 s]
/proc/loadavg: 2.02 2.08 2.04 3/229 23547
/proc/meminfo: memFree=21488488/32770624 swapFree=66997280/67108860
[pid=23531] ppid=23528 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23531/stat : 23531 (xcsp3-exec) S 23528 23531 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516564671 115843072 364 33554432000 4194304 5098028 140722213668240 140722213666344 140668184244860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20324352 140722213675862 140722213676121 140722213676121 140722213679046 0
/proc/23531/statm: 28282 364 305 221 0 87 0

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

/proc/23531/stat : 23531 (xcsp3-exec) S 23528 23531 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516564671 115843072 364 33554432000 4194304 5098028 140722213668240 140722213666344 140668184244860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20324352 140722213675862 140722213676121 140722213676121 140722213679046 0
/proc/23531/statm: 28282 364 305 221 0 87 0
[pid=23533] ppid=23531 vsize=15151156 memory=1670544 CPUtime=163.31 cores=0,2,4,6
/proc/23533/stat : 23533 (java) S 23531 23531 21609 0 -1 1077944320 43995 0 0 0 16232 99 0 0 20 0 15 0 516564671 15514783744 417636 33554432000 4194304 4196468 140724894609056 140724894591600 139695449222903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
/proc/23533/statm: 3787789 417636 3502 1 0 3748889 0
[pid=23533/tid=23534] ppid=23531 vsize=15151156 memory=6791534058613427641 CPUtime=156 cores=0,2,4,6
/proc/23533/task/23534/stat : 23534 (java) R 23531 23531 21609 0 -1 4202560 15218 0 0 0 15583 17 0 0 20 0 15 0 516564671 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695453462104 139695040700170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23535] ppid=23531 vsize=15151156 memory=1432 CPUtime=0.75 cores=0,2,4,6
/proc/23533/task/23535/stat : 23535 (java) S 23531 23531 21609 0 -1 1077944384 449 0 0 0 57 18 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695360879120 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23536] ppid=23531 vsize=15151156 memory=1060 CPUtime=0.73 cores=0,2,4,6
/proc/23533/task/23536/stat : 23536 (java) S 23531 23531 21609 0 -1 1077944384 708 0 0 0 56 17 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695359826576 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23537] ppid=23531 vsize=15151156 memory=0 CPUtime=0.74 cores=0,2,4,6
/proc/23533/task/23537/stat : 23537 (java) S 23531 23531 21609 0 -1 1077944384 1575 0 0 0 55 19 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695358773520 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23538] ppid=23531 vsize=15151156 memory=1670544 CPUtime=0.74 cores=0,2,4,6
/proc/23533/task/23538/stat : 23538 (java) S 23531 23531 21609 0 -1 1077944384 601 0 0 0 56 18 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695357720976 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23539] ppid=23531 vsize=15151156 memory=1670544 CPUtime=0.17 cores=0,2,4,6
/proc/23533/task/23539/stat : 23539 (java) S 23531 23531 21609 0 -1 1077944384 3498 0 0 0 16 1 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694917962480 139695449234050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23540] ppid=23531 vsize=15151156 memory=952 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23540/stat : 23540 (java) S 23531 23531 21609 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694916908768 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23541] ppid=23531 vsize=15151156 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23541/stat : 23541 (java) S 23531 23531 21609 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694915855616 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23542] ppid=23531 vsize=15151156 memory=111628 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23542/stat : 23542 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694914804176 139695449241499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23543] ppid=23531 vsize=15151156 memory=804 CPUtime=1.68 cores=0,2,4,6
/proc/23533/task/23543/stat : 23543 (java) S 23531 23531 21609 0 -1 1077944384 6341 0 0 0 167 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694913751280 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23544] ppid=23531 vsize=15151156 memory=1804 CPUtime=1.82 cores=0,2,4,6
/proc/23533/task/23544/stat : 23544 (java) S 23531 23531 21609 0 -1 1077944384 8860 0 0 0 181 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694912698736 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23545] ppid=23531 vsize=15151156 memory=920 CPUtime=0.54 cores=0,2,4,6
/proc/23533/task/23545/stat : 23545 (java) S 23531 23531 21609 0 -1 1077944384 4814 0 0 0 53 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694911645680 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23546] ppid=23531 vsize=15151156 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23546/stat : 23546 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694910593376 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23547] ppid=23531 vsize=15151156 memory=3116 CPUtime=0.04 cores=0,2,4,6
/proc/23533/task/23547/stat : 23547 (java) S 23531 23531 21609 0 -1 1077944384 593 0 0 0 1 3 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694909541424 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
Current children cumulated CPU time: 163.31 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1672000 KiB

[startup+157.401 s]
/proc/loadavg: 2.02 2.07 2.05 3/229 23558
/proc/meminfo: memFree=20232528/32770624 swapFree=66997280/67108860
[pid=23531] ppid=23528 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23531/stat : 23531 (xcsp3-exec) S 23528 23531 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516564671 115843072 364 33554432000 4194304 5098028 140722213668240 140722213666344 140668184244860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20324352 140722213675862 140722213676121 140722213676121 140722213679046 0
/proc/23531/statm: 28282 364 305 221 0 87 0
[pid=23533] ppid=23531 vsize=15151156 memory=1670544 CPUtime=163.71 cores=0,2,4,6
/proc/23533/stat : 23533 (java) S 23531 23531 21609 0 -1 1077944320 43999 0 0 0 16272 99 0 0 20 0 15 0 516564671 15514783744 417636 33554432000 4194304 4196468 140724894609056 140724894591600 139695449222903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
/proc/23533/statm: 3787789 417636 3502 1 0 3748889 0
[pid=23533/tid=23534] ppid=23531 vsize=15151156 memory=1670544 CPUtime=156.4 cores=0,2,4,6
/proc/23533/task/23534/stat : 23534 (java) R 23531 23531 21609 0 -1 4202560 15222 0 0 0 15623 17 0 0 20 0 15 0 516564671 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695453462104 139695041037098 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23535] ppid=23531 vsize=15151156 memory=1736 CPUtime=0.75 cores=0,2,4,6
/proc/23533/task/23535/stat : 23535 (java) S 23531 23531 21609 0 -1 1077944384 449 0 0 0 57 18 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695360879120 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23536] ppid=23531 vsize=15151156 memory=1670544 CPUtime=0.73 cores=0,2,4,6
/proc/23533/task/23536/stat : 23536 (java) S 23531 23531 21609 0 -1 1077944384 708 0 0 0 56 17 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695359826576 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23537] ppid=23531 vsize=15151156 memory=984 CPUtime=0.74 cores=0,2,4,6
/proc/23533/task/23537/stat : 23537 (java) S 23531 23531 21609 0 -1 1077944384 1575 0 0 0 55 19 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695358773520 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23538] ppid=23531 vsize=15151156 memory=1456 CPUtime=0.74 cores=0,2,4,6
/proc/23533/task/23538/stat : 23538 (java) S 23531 23531 21609 0 -1 1077944384 601 0 0 0 56 18 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695357720976 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23539] ppid=23531 vsize=15151156 memory=1456 CPUtime=0.17 cores=0,2,4,6
/proc/23533/task/23539/stat : 23539 (java) S 23531 23531 21609 0 -1 1077944384 3498 0 0 0 16 1 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694917962480 139695449234050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23540] ppid=23531 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23540/stat : 23540 (java) S 23531 23531 21609 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694916908768 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23541] ppid=23531 vsize=15151156 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23541/stat : 23541 (java) S 23531 23531 21609 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694915855616 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23542] ppid=23531 vsize=15151156 memory=740 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23542/stat : 23542 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694914804176 139695449241499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23543] ppid=23531 vsize=15151156 memory=1228 CPUtime=1.68 cores=0,2,4,6
/proc/23533/task/23543/stat : 23543 (java) S 23531 23531 21609 0 -1 1077944384 6341 0 0 0 167 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694913751280 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23544] ppid=23531 vsize=15151156 memory=9564 CPUtime=1.82 cores=0,2,4,6
/proc/23533/task/23544/stat : 23544 (java) S 23531 23531 21609 0 -1 1077944384 8860 0 0 0 181 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694912698736 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23545] ppid=23531 vsize=15151156 memory=4076 CPUtime=0.54 cores=0,2,4,6
/proc/23533/task/23545/stat : 23545 (java) S 23531 23531 21609 0 -1 1077944384 4814 0 0 0 53 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694911645680 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23546] ppid=23531 vsize=15151156 memory=2836 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23546/stat : 23546 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694910593376 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23547] ppid=23531 vsize=15151156 memory=1540 CPUtime=0.04 cores=0,2,4,6
/proc/23533/task/23547/stat : 23547 (java) S 23531 23531 21609 0 -1 1077944384 593 0 0 0 1 3 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694909541424 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
Current children cumulated CPU time: 163.71 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1672000 KiB

[startup+157.801 s]
/proc/loadavg: 2.02 2.07 2.05 3/229 23558
/proc/meminfo: memFree=20232528/32770624 swapFree=66997280/67108860
[pid=23531] ppid=23528 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23531/stat : 23531 (xcsp3-exec) S 23528 23531 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516564671 115843072 364 33554432000 4194304 5098028 140722213668240 140722213666344 140668184244860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20324352 140722213675862 140722213676121 140722213676121 140722213679046 0
/proc/23531/statm: 28282 364 305 221 0 87 0
[pid=23533] ppid=23531 vsize=15151156 memory=1670544 CPUtime=164.11 cores=0,2,4,6
/proc/23533/stat : 23533 (java) S 23531 23531 21609 0 -1 1077944320 44003 0 0 0 16312 99 0 0 20 0 15 0 516564671 15514783744 417636 33554432000 4194304 4196468 140724894609056 140724894591600 139695449222903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
/proc/23533/statm: 3787789 417636 3502 1 0 3748889 0
[pid=23533/tid=23534] ppid=23531 vsize=15151156 memory=1456 CPUtime=156.8 cores=0,2,4,6
/proc/23533/task/23534/stat : 23534 (java) R 23531 23531 21609 0 -1 4202560 15226 0 0 0 15663 17 0 0 20 0 15 0 516564671 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695453462104 139695041037080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23535] ppid=23531 vsize=15151156 memory=6791534058613427641 CPUtime=0.75 cores=0,2,4,6
/proc/23533/task/23535/stat : 23535 (java) S 23531 23531 21609 0 -1 1077944384 449 0 0 0 57 18 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695360879120 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23536] ppid=23531 vsize=15151156 memory=5787477641288517003 CPUtime=0.73 cores=0,2,4,6
/proc/23533/task/23536/stat : 23536 (java) S 23531 23531 21609 0 -1 1077944384 708 0 0 0 56 17 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695359826576 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23537] ppid=23531 vsize=15151156 memory=784 CPUtime=0.74 cores=0,2,4,6
/proc/23533/task/23537/stat : 23537 (java) S 23531 23531 21609 0 -1 1077944384 1575 0 0 0 55 19 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695358773520 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23538] ppid=23531 vsize=15151156 memory=1764 CPUtime=0.74 cores=0,2,4,6
/proc/23533/task/23538/stat : 23538 (java) S 23531 23531 21609 0 -1 1077944384 601 0 0 0 56 18 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695357720976 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23539] ppid=23531 vsize=15151156 memory=111628 CPUtime=0.17 cores=0,2,4,6
/proc/23533/task/23539/stat : 23539 (java) S 23531 23531 21609 0 -1 1077944384 3498 0 0 0 16 1 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694917962480 139695449234050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23540] ppid=23531 vsize=15151156 memory=1398722017469774279 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23540/stat : 23540 (java) S 23531 23531 21609 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694916908768 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23541] ppid=23531 vsize=15151156 memory=952 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23541/stat : 23541 (java) S 23531 23531 21609 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694915855616 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23542] ppid=23531 vsize=15151156 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23542/stat : 23542 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694914804176 139695449241499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23543] ppid=23531 vsize=15151156 memory=30272 CPUtime=1.68 cores=0,2,4,6
/proc/23533/task/23543/stat : 23543 (java) S 23531 23531 21609 0 -1 1077944384 6341 0 0 0 167 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694913751280 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23544] ppid=23531 vsize=15151156 memory=2116 CPUtime=1.82 cores=0,2,4,6
/proc/23533/task/23544/stat : 23544 (java) S 23531 23531 21609 0 -1 1077944384 8860 0 0 0 181 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694912698736 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23545] ppid=23531 vsize=15151156 memory=1456 CPUtime=0.54 cores=0,2,4,6
/proc/23533/task/23545/stat : 23545 (java) S 23531 23531 21609 0 -1 1077944384 4814 0 0 0 53 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694911645680 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23546] ppid=23531 vsize=15151156 memory=1670544 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23546/stat : 23546 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694910593376 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23547] ppid=23531 vsize=15151156 memory=2672 CPUtime=0.04 cores=0,2,4,6
/proc/23533/task/23547/stat : 23547 (java) S 23531 23531 21609 0 -1 1077944384 593 0 0 0 1 3 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694909541424 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
Current children cumulated CPU time: 164.11 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1672000 KiB

[startup+157.901 s]
/proc/loadavg: 2.02 2.07 2.05 3/229 23558
/proc/meminfo: memFree=20232528/32770624 swapFree=66997280/67108860
[pid=23531] ppid=23528 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23531/stat : 23531 (xcsp3-exec) S 23528 23531 21609 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 516564671 115843072 364 33554432000 4194304 5098028 140722213668240 140722213666344 140668184244860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20324352 140722213675862 140722213676121 140722213676121 140722213679046 0
/proc/23531/statm: 28282 364 305 221 0 87 0
[pid=23533] ppid=23531 vsize=15151156 memory=1670544 CPUtime=164.21 cores=0,2,4,6
/proc/23533/stat : 23533 (java) S 23531 23531 21609 0 -1 1077944320 44005 0 0 0 16322 99 0 0 20 0 15 0 516564671 15514783744 417636 33554432000 4194304 4196468 140724894609056 140724894591600 139695449222903 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
/proc/23533/statm: 3787789 417636 3502 1 0 3748889 0
[pid=23533/tid=23534] ppid=23531 vsize=15151156 memory=1456 CPUtime=156.9 cores=0,2,4,6
/proc/23533/task/23534/stat : 23534 (java) R 23531 23531 21609 0 -1 4202560 15228 0 0 0 15673 17 0 0 20 0 15 0 516564671 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695453462104 139695042086585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23535] ppid=23531 vsize=15151156 memory=1670544 CPUtime=0.75 cores=0,2,4,6
/proc/23533/task/23535/stat : 23535 (java) S 23531 23531 21609 0 -1 1077944384 449 0 0 0 57 18 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695360879120 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23536] ppid=23531 vsize=15151156 memory=1670544 CPUtime=0.73 cores=0,2,4,6
/proc/23533/task/23536/stat : 23536 (java) S 23531 23531 21609 0 -1 1077944384 708 0 0 0 56 17 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695359826576 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23537] ppid=23531 vsize=15151156 memory=1670544 CPUtime=0.74 cores=0,2,4,6
/proc/23533/task/23537/stat : 23537 (java) S 23531 23531 21609 0 -1 1077944384 1575 0 0 0 55 19 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695358773520 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23538] ppid=23531 vsize=15151156 memory=1456 CPUtime=0.74 cores=0,2,4,6
/proc/23533/task/23538/stat : 23538 (java) S 23531 23531 21609 0 -1 1077944384 601 0 0 0 56 18 0 0 20 0 15 0 516564672 15514783744 417636 33554432000 4194304 4196468 140724894609056 139695357720976 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23539] ppid=23531 vsize=15151156 memory=1456 CPUtime=0.17 cores=0,2,4,6
/proc/23533/task/23539/stat : 23539 (java) S 23531 23531 21609 0 -1 1077944384 3498 0 0 0 16 1 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694917962480 139695449234050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23540] ppid=23531 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23540/stat : 23540 (java) S 23531 23531 21609 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694916908768 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23541] ppid=23531 vsize=15151156 memory=241218248292316 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23541/stat : 23541 (java) S 23531 23531 21609 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 516564674 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694915855616 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23542] ppid=23531 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23542/stat : 23542 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694914804176 139695449241499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23543] ppid=23531 vsize=15151156 memory=6140 CPUtime=1.68 cores=0,2,4,6
/proc/23533/task/23543/stat : 23543 (java) S 23531 23531 21609 0 -1 1077944384 6341 0 0 0 167 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694913751280 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23544] ppid=23531 vsize=15151156 memory=1456 CPUtime=1.82 cores=0,2,4,6
/proc/23533/task/23544/stat : 23544 (java) S 23531 23531 21609 0 -1 1077944384 8860 0 0 0 181 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694912698736 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23545] ppid=23531 vsize=15151156 memory=1456 CPUtime=0.54 cores=0,2,4,6
/proc/23533/task/23545/stat : 23545 (java) S 23531 23531 21609 0 -1 1077944384 4814 0 0 0 53 1 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694911645680 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23546] ppid=23531 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/23533/task/23546/stat : 23546 (java) S 23531 23531 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694910593376 139695449233109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
[pid=23533/tid=23547] ppid=23531 vsize=15151156 memory=1456 CPUtime=0.04 cores=0,2,4,6
/proc/23533/task/23547/stat : 23547 (java) S 23531 23531 21609 0 -1 1077944384 593 0 0 0 1 3 0 0 20 0 15 0 516564677 15514783744 417636 33554432000 4194304 4196468 140724894609056 139694909541424 139695449234050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8527872 140724894614491 140724894614666 140724894614666 140724894617551 0
Current children cumulated CPU time: 164.21 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 1672000 KiB

Child status: 0
Real time (s): 157.948
CPU time (s): 164.275
CPU user time (s): 163.264
CPU system time (s): 1.01062
CPU usage (%): 104.006
Max. virtual memory (cumulated for all children) (KiB): 15266392
Max. memory (cumulated for all children) (KiB): 1676124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.264
system time used= 1.01062
maximum resident set size= 1674668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45263
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6128
involuntary context switches= 269


# summary of solver processes directly reported to runsolver:
#   pid: 23531
#   total CPU time (s): 164.275
#   total CPU user time (s): 163.264
#   total CPU system time (s): 1.01062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.07006 second user time and 1.5773 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-25 11:15:31
IDJOB=4405909
IDBENCH=126096
IDSOLVER=2869
FILE ID=node126/4405909-1569402969
RUNJOBID= node126-1569396632-21640
PBS_JOBID= 21705687
Free space on /var/tmp= 13444 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-17.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405909-1569402969/watcher-4405909-1569402969 -o /var/tmp/evaluation-result-4405909-1569402969/solver-4405909-1569402969 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1569396632-21640 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1090324486 HOME/instance-4405909-1569402969.xml

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

MD5SUM BENCH= 9efca6d5489e39e5f473d5ee8bd54dad
RANDOM SEED=1090324486

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21895500 kB
MemAvailable:   28566144 kB
Buffers:          107992 kB
Cached:          6762440 kB
SwapCached:         7540 kB
Active:          6694332 kB
Inactive:        3460020 kB
Active(anon):    3277772 kB
Inactive(anon):    56828 kB
Active(file):    3416560 kB
Inactive(file):  3403192 kB
Unevictable:      109436 kB
Mlocked:          109436 kB
SwapTotal:      67108860 kB
SwapFree:       66997280 kB
Dirty:             59176 kB
Writeback:             0 kB
AnonPages:       3391332 kB
Mapped:            68584 kB
Shmem:             41848 kB
Slab:             309180 kB
SReclaimable:     279352 kB
SUnreclaim:        29828 kB
KernelStack:        3904 kB
PageTables:        12424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4644696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3268608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13420 MiB
End job on node126 at 2019-09-25 11:18:09