Trace number 4399009

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-16SAT 942.348 248.827

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-4399009-1568695644.xml"  -tl '2520s' -p 4
0.13/0.17	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399009-1568695644.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
32.60/20.31	c solve instance...
942.31/248.80	s SATISFIABLE
942.31/248.80	v <instantiation>
942.31/248.80	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>
942.31/248.80	v 	<values>1 1 1 4 2 2 0 1 1 4 4 4 0 4 2 4 2 4 1 0 4 3 3 4 4 </values>
942.31/248.80	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 (14390 MiB free)
  memory of node 1: 16384 MiB (13417 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399009-1568695644/watcher-4399009-1568695644 -o /tmp/evaluation-result-4399009-1568695644/solver-4399009-1568695644 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568691194-25964 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1214390995 HOME/instance-4399009-1568695644.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=26638, runsolver pid=26635
Current StackSize limit: 8192 KiB


[startup+0.101283 s]*
/proc/loadavg: 7.73 7.54 4.95 3/228 26654
/proc/meminfo: memFree=28357980/32770624 swapFree=67000020/67108860
[pid=26638] ppid=26635 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26638/stat : 26638 (xcsp3-exec) S 26635 26638 25933 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445818936 115843072 362 33554432000 4194304 5098028 140736782143040 140736782141144 139717091099260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38162432 140736782148474 140736782148717 140736782148717 140736782151626 0
/proc/26638/statm: 28282 362 304 221 0 87 0
[pid=26640] ppid=26638 vsize=15144776 memory=29204 CPUtime=0.13 cores=0,2,4,6
/proc/26640/stat : 26640 (java) S 26638 26638 25933 0 -1 1077944320 5711 0 0 0 12 1 0 0 20 0 15 0 445818936 15508250624 7301 33554432000 4194304 4196468 140733072432896 140733072415440 139984379055863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
/proc/26640/statm: 3786194 7301 3186 1 0 3748377 0
[pid=26640/tid=26641] ppid=26638 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/26640/task/26641/stat : 26641 (java) R 26638 26638 25933 0 -1 4202560 3592 0 0 0 8 1 0 0 20 0 15 0 445818936 15508250624 7301 33554432000 4194304 4196468 140733072432896 139984383277136 139984379067798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26642] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26642/stat : 26642 (java) S 26638 26638 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818937 15508250624 7301 33554432000 4194304 4196468 140733072432896 139984331676816 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26643] ppid=26638 vsize=15144776 memory=4050624736378898080 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26638 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818937 15508250624 7301 33554432000 4194304 4196468 140733072432896 139984330624016 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26644] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26638 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818937 15508250624 7301 33554432000 4194304 4196468 140733072432896 139984329571216 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26645] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26638 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818937 15508250624 7301 33554432000 4194304 4196468 140733072432896 139984328518416 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26646] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26638 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818938 15508250624 7301 33554432000 4194304 4196468 140733072432896 139983847385456 139984379067010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26647] ppid=26638 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26638 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445818939 15508250624 7301 33554432000 4194304 4196468 140733072432896 139983846331424 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26648] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26638 25933 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445818939 15508250624 7301 33554432000 4194304 4196468 140733072432896 139983845278576 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26649] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818941 15508250624 7301 33554432000 4194304 4196468 140733072432896 139983844226896 139984379074459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26650] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26650/stat : 26650 (java) R 26638 26638 25933 0 -1 4202560 307 0 0 0 0 0 0 0 20 0 15 0 445818941 15508250624 7301 33554432000 4194304 4196468 140733072432896 139983843174464 139984358477238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26651] ppid=26638 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26651/stat : 26651 (java) R 26638 26638 25933 0 -1 1077944384 160 0 0 0 0 0 0 0 20 0 15 0 445818941 15508250624 7301 33554432000 4194304 4196468 140733072432896 139983842122576 139984379066069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26652] ppid=26638 vsize=15144776 memory=140219412268672 CPUtime=0.02 cores=0,2,4,6
/proc/26640/task/26652/stat : 26652 (java) R 26638 26638 25933 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 445818941 15508250624 7301 33554432000 4194304 4196468 140733072432896 139983841069680 139984363136350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26653] ppid=26638 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818941 15508250624 7301 33554432000 4194304 4196468 140733072432896 139983840017120 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26654] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26654/stat : 26654 (java) R 26638 26638 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818942 15508250624 7301 33554432000 4194304 4196468 140733072432896 139983838964400 139984379067010 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30652 KiB

[startup+0.210609 s]*
/proc/loadavg: 7.73 7.54 4.95 3/228 26654
/proc/meminfo: memFree=28233844/32770624 swapFree=67000020/67108860
[pid=26638] ppid=26635 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26638/stat : 26638 (xcsp3-exec) S 26635 26638 25933 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445818936 115843072 362 33554432000 4194304 5098028 140736782143040 140736782141144 139717091099260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38162432 140736782148474 140736782148717 140736782148717 140736782151626 0
/proc/26638/statm: 28282 362 304 221 0 87 0
[pid=26640] ppid=26638 vsize=15144776 memory=40820 CPUtime=0.34 cores=0,2,4,6
/proc/26640/stat : 26640 (java) S 26638 26638 25933 0 -1 1077944320 9474 0 0 0 32 2 0 0 20 0 15 0 445818936 15508250624 10205 33554432000 4194304 4196468 140733072432896 140733072415440 139984379055863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
/proc/26640/statm: 3786194 10205 3298 1 0 3748377 0
[pid=26640/tid=26641] ppid=26638 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/26640/task/26641/stat : 26641 (java) R 26638 26638 25933 0 -1 4202560 6633 0 0 0 18 2 0 0 20 0 15 0 445818936 15508250624 10205 33554432000 4194304 4196468 140733072432896 139984383285584 139984379077789 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26642] ppid=26638 vsize=15144776 memory=2669799 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26642/stat : 26642 (java) S 26638 26638 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818937 15508250624 10205 33554432000 4194304 4196468 140733072432896 139984331676816 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26643] ppid=26638 vsize=15144776 memory=140219415432344 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26638 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818937 15508250624 10205 33554432000 4194304 4196468 140733072432896 139984330624016 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26644] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26638 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818937 15508250624 10205 33554432000 4194304 4196468 140733072432896 139984329571216 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26645] ppid=26638 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26638 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818937 15508250624 10205 33554432000 4194304 4196468 140733072432896 139984328518416 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26646] ppid=26638 vsize=15144776 memory=140219412268672 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26638 25933 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445818938 15508250624 10205 33554432000 4194304 4196468 140733072432896 139983847385456 139984379067010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26647] ppid=26638 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26638 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445818939 15508250624 10205 33554432000 4194304 4196468 140733072432896 139983846331424 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26648] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26638 25933 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445818939 15508250624 10205 33554432000 4194304 4196468 140733072432896 139983845278576 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26649] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818941 15508250624 10205 33554432000 4194304 4196468 140733072432896 139983844226896 139984379074459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26650] ppid=26638 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26640/task/26650/stat : 26650 (java) S 26638 26638 25933 0 -1 1077944384 519 0 0 0 2 0 0 0 20 0 15 0 445818941 15508250624 10205 33554432000 4194304 4196468 140733072432896 139983843175280 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26651] ppid=26638 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26638 25933 0 -1 1077944384 253 0 0 0 2 0 0 0 20 0 15 0 445818941 15508250624 10269 33554432000 4194304 4196468 140733072432896 139983842122480 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26652] ppid=26638 vsize=15144776 memory=140219412268672 CPUtime=0.08 cores=0,2,4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26638 25933 0 -1 1077944384 762 0 0 0 8 0 0 0 20 0 15 0 445818941 15508250624 10269 33554432000 4194304 4196468 140733072432896 139983841069680 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26653] ppid=26638 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818941 15508250624 10269 33554432000 4194304 4196468 140733072432896 139983840017120 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26654] ppid=26638 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26638 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818942 15508250624 10269 33554432000 4194304 4196468 140733072432896 139983838964400 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42268 KiB

[startup+0.310465 s]*
/proc/loadavg: 7.73 7.54 4.95 4/228 26654
/proc/meminfo: memFree=28128036/32770624 swapFree=67000020/67108860
[pid=26638] ppid=26635 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26638/stat : 26638 (xcsp3-exec) S 26635 26638 25933 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445818936 115843072 362 33554432000 4194304 5098028 140736782143040 140736782141144 139717091099260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38162432 140736782148474 140736782148717 140736782148717 140736782151626 0
/proc/26638/statm: 28282 362 304 221 0 87 0
[pid=26640] ppid=26638 vsize=15149032 memory=50556 CPUtime=0.52 cores=0,2,4,6
/proc/26640/stat : 26640 (java) S 26638 26638 25933 0 -1 1077944320 10958 0 0 0 49 3 0 0 20 0 15 0 445818936 15512608768 12639 33554432000 4194304 4196468 140733072432896 140733072415440 139984379055863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
/proc/26640/statm: 3787258 12639 3369 1 0 3748377 0
[pid=26640/tid=26641] ppid=26638 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/26640/task/26641/stat : 26641 (java) R 26638 26638 25933 0 -1 4202560 7851 0 0 0 27 3 0 0 20 0 15 0 445818936 15512608768 12639 33554432000 4194304 4196468 140733072432896 139984383287632 139984363136350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26642] ppid=26638 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26642/stat : 26642 (java) S 26638 26638 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818937 15512608768 12639 33554432000 4194304 4196468 140733072432896 139984331676816 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26643] ppid=26638 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26638 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818937 15512608768 12639 33554432000 4194304 4196468 140733072432896 139984330624016 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26644] ppid=26638 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26638 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818937 15512608768 12639 33554432000 4194304 4196468 140733072432896 139984329571216 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26645] ppid=26638 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26638 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818937 15512608768 12639 33554432000 4194304 4196468 140733072432896 139984328518416 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26646] ppid=26638 vsize=15149032 memory=4500088463514900084 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26638 25933 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445818938 15512608768 12639 33554432000 4194304 4196468 140733072432896 139983847385456 139984379067010 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26647] ppid=26638 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26638 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445818939 15512608768 12639 33554432000 4194304 4196468 140733072432896 139983846331424 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26648] ppid=26638 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26638 25933 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445818939 15512608768 12639 33554432000 4194304 4196468 140733072432896 139983845278576 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26649] ppid=26638 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818941 15512608768 12639 33554432000 4194304 4196468 140733072432896 139983844226896 139984379074459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26650] ppid=26638 vsize=15149032 memory=7827413994055111515 CPUtime=0.05 cores=0,2,4,6
/proc/26640/task/26650/stat : 26650 (java) S 26638 26638 25933 0 -1 1077944384 663 0 0 0 5 0 0 0 20 0 15 0 445818941 15512608768 12639 33554432000 4194304 4196468 140733072432896 139983843175280 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26651] ppid=26638 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26638 25933 0 -1 1077944384 264 0 0 0 3 0 0 0 20 0 15 0 445818941 15512608768 12639 33554432000 4194304 4196468 140733072432896 139983842122480 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26652] ppid=26638 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26638 25933 0 -1 1077944384 875 0 0 0 12 0 0 0 20 0 15 0 445818941 15512608768 12639 33554432000 4194304 4196468 140733072432896 139983841069680 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26653] ppid=26638 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818941 15512608768 12639 33554432000 4194304 4196468 140733072432896 139983840017120 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26654] ppid=26638 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26638 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818942 15512608768 12639 33554432000 4194304 4196468 140733072432896 139983838964400 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52004 KiB

[startup+0.701555 s]
/proc/loadavg: 7.73 7.54 4.95 6/228 26654
/proc/meminfo: memFree=27845176/32770624 swapFree=67000020/67108860
[pid=26638] ppid=26635 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26638/stat : 26638 (xcsp3-exec) S 26635 26638 25933 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445818936 115843072 362 33554432000 4194304 5098028 140736782143040 140736782141144 139717091099260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38162432 140736782148474 140736782148717 140736782148717 140736782151626 0
/proc/26638/statm: 28282 362 304 221 0 87 0
[pid=26640] ppid=26638 vsize=15151156 memory=252700 CPUtime=1.51 cores=0,2,4,6
/proc/26640/stat : 26640 (java) S 26638 26638 25933 0 -1 1077944320 14062 0 0 0 139 12 0 0 20 0 15 0 445818936 15514783744 63175 33554432000 4194304 4196468 140733072432896 140733072415440 139984379055863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
/proc/26640/statm: 3787789 63175 3456 1 0 3748889 0
[pid=26640/tid=26641] ppid=26638 vsize=15151156 memory=-3704326594973231466 CPUtime=0.64 cores=0,2,4,6
/proc/26640/task/26641/stat : 26641 (java) R 26638 26638 25933 0 -1 4202560 8262 0 0 0 59 5 0 0 20 0 15 0 445818936 15514783744 63175 33554432000 4194304 4196468 140733072432896 139984383292080 139984009956981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26642] ppid=26638 vsize=15151156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26640/task/26642/stat : 26642 (java) S 26638 26638 25933 0 -1 1077944384 22 0 0 0 0 1 0 0 20 0 15 0 445818937 15514783744 63175 33554432000 4194304 4196468 140733072432896 139984331676816 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26643] ppid=26638 vsize=15151156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26638 25933 0 -1 1077944384 45 0 0 0 1 1 0 0 20 0 15 0 445818937 15514783744 63175 33554432000 4194304 4196468 140733072432896 139984330624016 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26644] ppid=26638 vsize=15151156 memory=772 CPUtime=0.01 cores=0,2,4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26638 25933 0 -1 1077944384 26 0 0 0 0 1 0 0 20 0 15 0 445818937 15514783744 63175 33554432000 4194304 4196468 140733072432896 139984329571216 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26645] ppid=26638 vsize=15151156 memory=4168 CPUtime=0.02 cores=0,2,4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26638 25933 0 -1 1077944384 47 0 0 0 1 1 0 0 20 0 15 0 445818937 15514783744 63175 33554432000 4194304 4196468 140733072432896 139984328518416 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26646] ppid=26638 vsize=15151156 memory=948 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26638 25933 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 445818938 15514783744 63175 33554432000 4194304 4196468 140733072432896 139983847385456 139984379067010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26647] ppid=26638 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26638 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445818939 15514783744 63175 33554432000 4194304 4196468 140733072432896 139983846331424 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26648] ppid=26638 vsize=15151156 memory=9492 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26638 25933 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 445818939 15514783744 63175 33554432000 4194304 4196468 140733072432896 139983845278576 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26649] ppid=26638 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818941 15514783744 63175 33554432000 4194304 4196468 140733072432896 139983844226896 139984379074459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26650] ppid=26638 vsize=15151156 memory=628 CPUtime=0.26 cores=0,2,4,6
/proc/26640/task/26650/stat : 26650 (java) R 26638 26638 25933 0 -1 4202560 1685 0 0 0 26 0 0 0 20 0 15 0 445818941 15514783744 63175 33554432000 4194304 4196468 140733072432896 139983843161160 139984360577254 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26651] ppid=26638 vsize=15151156 memory=1056 CPUtime=0.23 cores=0,2,4,6
/proc/26640/task/26651/stat : 26651 (java) R 26638 26638 25933 0 -1 4202560 1241 0 0 0 23 0 0 0 20 0 15 0 445818941 15514783744 63175 33554432000 4194304 4196468 140733072432896 139983842108504 139984360600081 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26652] ppid=26638 vsize=15151156 memory=1724 CPUtime=0.24 cores=0,2,4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26638 25933 0 -1 1077944384 1354 0 0 0 24 0 0 0 20 0 15 0 445818941 15514783744 63175 33554432000 4194304 4196468 140733072432896 139983841069680 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26653] ppid=26638 vsize=15151156 memory=6056 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818941 15514783744 63175 33554432000 4194304 4196468 140733072432896 139983840017120 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26654] ppid=26638 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26638 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818942 15514783744 63175 33554432000 4194304 4196468 140733072432896 139983838964400 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 254148 KiB

[startup+1.5008 s]
/proc/loadavg: 7.73 7.54 4.95 5/228 26654
/proc/meminfo: memFree=27317736/32770624 swapFree=67000020/67108860
[pid=26638] ppid=26635 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26638/stat : 26638 (xcsp3-exec) S 26635 26638 25933 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445818936 115843072 362 33554432000 4194304 5098028 140736782143040 140736782141144 139717091099260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38162432 140736782148474 140736782148717 140736782148717 140736782151626 0
/proc/26638/statm: 28282 362 304 221 0 87 0

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

/proc/26640/task/26650/stat : 26650 (java) S 26638 26638 25933 0 -1 1077944384 9128 0 0 0 181 1 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983843175280 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26651] ppid=26638 vsize=15417412 memory=4168 CPUtime=2.02 cores=0,2,4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26638 25933 0 -1 1077944384 11007 0 0 0 201 1 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983842122480 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26652] ppid=26638 vsize=15417412 memory=948 CPUtime=0.62 cores=0,2,4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26638 25933 0 -1 1077944384 6596 0 0 0 62 0 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983841069680 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26653] ppid=26638 vsize=15417412 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983840017120 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26654] ppid=26638 vsize=15417412 memory=9492 CPUtime=0.07 cores=0,2,4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26638 25933 0 -1 1077944384 1303 0 0 0 4 3 0 0 20 0 19 0 445818942 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983838964400 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26660] ppid=26638 vsize=15417412 memory=1548 CPUtime=225.24 cores=0,2,4,6
/proc/26640/task/26660/stat : 26660 (java) R 26638 26638 25933 0 -1 4202560 1400 0 0 0 22524 0 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983829982056 139984012231402 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26661] ppid=26638 vsize=15417412 memory=628 CPUtime=223.22 cores=0,2,4,6
/proc/26640/task/26661/stat : 26661 (java) R 26638 26638 25933 0 -1 4202560 3889 0 0 0 22322 0 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983828930392 139984012537183 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26662] ppid=26638 vsize=15417412 memory=1056 CPUtime=224.29 cores=0,2,4,6
/proc/26640/task/26662/stat : 26662 (java) R 26638 26638 25933 0 -1 4202560 3075 0 0 0 22429 0 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983827877344 139984012592248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26663] ppid=26638 vsize=15417412 memory=1724 CPUtime=223.92 cores=0,2,4,6
/proc/26640/task/26663/stat : 26663 (java) R 26638 26638 25933 0 -1 4202560 5364 0 0 0 22391 1 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983826827800 139984012231375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
Current children cumulated CPU time: 932.76 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4850880 KiB

[startup+248.002 s]*
/proc/loadavg: 8.43 7.90 5.69 9/238 26839
/proc/meminfo: memFree=25244716/32770624 swapFree=67000028/67108860
[pid=26638] ppid=26635 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26638/stat : 26638 (xcsp3-exec) S 26635 26638 25933 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445818936 115843072 362 33554432000 4194304 5098028 140736782143040 140736782141144 139717091099260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38162432 140736782148474 140736782148717 140736782148717 140736782151626 0
/proc/26638/statm: 28282 362 304 221 0 87 0
[pid=26640] ppid=26638 vsize=15417412 memory=4849432 CPUtime=939.16 cores=0,2,4,6
/proc/26640/stat : 26640 (java) S 26638 26638 25933 0 -1 1077944320 101916 0 0 0 93566 350 0 0 20 0 19 0 445818936 15787429888 1212358 33554432000 4194304 4196468 140733072432896 140733072415440 139984379055863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
/proc/26640/statm: 3854353 1212358 3519 1 0 3815453 0
[pid=26640/tid=26641] ppid=26638 vsize=15417412 memory=8317482817917895235 CPUtime=15.71 cores=0,2,4,6
/proc/26640/task/26641/stat : 26641 (java) S 26638 26638 25933 0 -1 1077944384 15001 0 0 0 1532 39 0 0 20 0 19 0 445818936 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139984383296640 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26642] ppid=26638 vsize=15417412 memory=1724 CPUtime=3.67 cores=0,2,4,6
/proc/26640/task/26642/stat : 26642 (java) S 26638 26638 25933 0 -1 1077944384 11866 0 0 0 293 74 0 0 20 0 19 0 445818937 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139984331676816 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26643] ppid=26638 vsize=15417412 memory=6056 CPUtime=3.71 cores=0,2,4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26638 25933 0 -1 1077944384 11618 0 0 0 293 78 0 0 20 0 19 0 445818937 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139984330624016 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26644] ppid=26638 vsize=15417412 memory=14012 CPUtime=3.67 cores=0,2,4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26638 25933 0 -1 1077944384 7208 0 0 0 296 71 0 0 20 0 19 0 445818937 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139984329571216 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26645] ppid=26638 vsize=15417412 memory=2116 CPUtime=3.71 cores=0,2,4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26638 25933 0 -1 1077944384 7831 0 0 0 293 78 0 0 20 0 19 0 445818937 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139984328518416 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26646] ppid=26638 vsize=15417412 memory=14488 CPUtime=0.95 cores=0,2,4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26638 25933 0 -1 1077944384 5232 0 0 0 95 0 0 0 20 0 19 0 445818938 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983847385456 139984379067010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26647] ppid=26638 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26638 25933 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 445818939 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983846331488 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26648] ppid=26638 vsize=15417412 memory=4849432 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26638 25933 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 445818939 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983845278592 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26649] ppid=26638 vsize=15417412 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983844226896 139984379074459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26650] ppid=26638 vsize=15417412 memory=3364 CPUtime=1.82 cores=0,2,4,6
/proc/26640/task/26650/stat : 26650 (java) S 26638 26638 25933 0 -1 1077944384 9128 0 0 0 181 1 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983843175280 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26651] ppid=26638 vsize=15417412 memory=1448 CPUtime=2.02 cores=0,2,4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26638 25933 0 -1 1077944384 11007 0 0 0 201 1 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983842122480 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26652] ppid=26638 vsize=15417412 memory=239076 CPUtime=0.62 cores=0,2,4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26638 25933 0 -1 1077944384 6596 0 0 0 62 0 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983841069680 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26653] ppid=26638 vsize=15417412 memory=1164 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983840017120 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26654] ppid=26638 vsize=15417412 memory=8317482817917895235 CPUtime=0.08 cores=0,2,4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26638 25933 0 -1 1077944384 1303 0 0 0 5 3 0 0 20 0 19 0 445818942 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983838964400 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26660] ppid=26638 vsize=15417412 memory=2832 CPUtime=226.84 cores=0,2,4,6
/proc/26640/task/26660/stat : 26660 (java) R 26638 26638 25933 0 -1 4202560 1400 0 0 0 22684 0 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983829982056 139984013574521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26661] ppid=26638 vsize=15417412 memory=9492 CPUtime=224.79 cores=0,2,4,6
/proc/26640/task/26661/stat : 26661 (java) R 26638 26638 25933 0 -1 4202560 3904 0 0 0 22479 0 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983828930392 139984012537505 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26662] ppid=26638 vsize=15417412 memory=1548 CPUtime=225.9 cores=0,2,4,6
/proc/26640/task/26662/stat : 26662 (java) R 26638 26638 25933 0 -1 4202560 3075 0 0 0 22590 0 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983827877344 139984012231438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26663] ppid=26638 vsize=15417412 memory=628 CPUtime=225.53 cores=0,2,4,6
/proc/26640/task/26663/stat : 26663 (java) R 26638 26638 25933 0 -1 4202560 5392 0 0 0 22552 1 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983826827800 139984012592486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
Current children cumulated CPU time: 939.16 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4850880 KiB

[startup+248.402 s]
/proc/loadavg: 8.43 7.90 5.69 9/238 26839
/proc/meminfo: memFree=25244716/32770624 swapFree=67000028/67108860
[pid=26638] ppid=26635 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26638/stat : 26638 (xcsp3-exec) S 26635 26638 25933 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445818936 115843072 362 33554432000 4194304 5098028 140736782143040 140736782141144 139717091099260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38162432 140736782148474 140736782148717 140736782148717 140736782151626 0
/proc/26638/statm: 28282 362 304 221 0 87 0
[pid=26640] ppid=26638 vsize=15417412 memory=4849432 CPUtime=940.72 cores=0,2,4,6
/proc/26640/stat : 26640 (java) S 26638 26638 25933 0 -1 1077944320 101926 0 0 0 93722 350 0 0 20 0 19 0 445818936 15787429888 1212358 33554432000 4194304 4196468 140733072432896 140733072415440 139984379055863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
/proc/26640/statm: 3854353 1212358 3519 1 0 3815453 0
[pid=26640/tid=26641] ppid=26638 vsize=15417412 memory=1760 CPUtime=15.71 cores=0,2,4,6
/proc/26640/task/26641/stat : 26641 (java) S 26638 26638 25933 0 -1 1077944384 15001 0 0 0 1532 39 0 0 20 0 19 0 445818936 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139984383296640 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26642] ppid=26638 vsize=15417412 memory=6791534058613427641 CPUtime=3.67 cores=0,2,4,6
/proc/26640/task/26642/stat : 26642 (java) S 26638 26638 25933 0 -1 1077944384 11866 0 0 0 293 74 0 0 20 0 19 0 445818937 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139984331676816 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26643] ppid=26638 vsize=15417412 memory=800 CPUtime=3.71 cores=0,2,4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26638 25933 0 -1 1077944384 11618 0 0 0 293 78 0 0 20 0 19 0 445818937 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139984330624016 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26644] ppid=26638 vsize=15417412 memory=4104 CPUtime=3.67 cores=0,2,4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26638 25933 0 -1 1077944384 7208 0 0 0 296 71 0 0 20 0 19 0 445818937 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139984329571216 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26645] ppid=26638 vsize=15417412 memory=1804 CPUtime=3.71 cores=0,2,4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26638 25933 0 -1 1077944384 7831 0 0 0 293 78 0 0 20 0 19 0 445818937 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139984328518416 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26646] ppid=26638 vsize=15417412 memory=916 CPUtime=0.95 cores=0,2,4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26638 25933 0 -1 1077944384 5232 0 0 0 95 0 0 0 20 0 19 0 445818938 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983847385456 139984379067010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26647] ppid=26638 vsize=15417412 memory=3828 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26638 25933 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 445818939 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983846331488 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26648] ppid=26638 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26638 25933 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 445818939 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983845278592 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26649] ppid=26638 vsize=15417412 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983844226896 139984379074459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26650] ppid=26638 vsize=15417412 memory=1724 CPUtime=1.82 cores=0,2,4,6
/proc/26640/task/26650/stat : 26650 (java) S 26638 26638 25933 0 -1 1077944384 9128 0 0 0 181 1 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983843175280 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26651] ppid=26638 vsize=15417412 memory=6056 CPUtime=2.02 cores=0,2,4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26638 25933 0 -1 1077944384 11007 0 0 0 201 1 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983842122480 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26652] ppid=26638 vsize=15417412 memory=14012 CPUtime=0.62 cores=0,2,4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26638 25933 0 -1 1077944384 6596 0 0 0 62 0 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983841069680 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26653] ppid=26638 vsize=15417412 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445818941 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983840017120 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26654] ppid=26638 vsize=15417412 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26638 25933 0 -1 1077944384 1303 0 0 0 5 3 0 0 20 0 19 0 445818942 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983838964400 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26660] ppid=26638 vsize=15417412 memory=948 CPUtime=227.23 cores=0,2,4,6
/proc/26640/task/26660/stat : 26660 (java) R 26638 26638 25933 0 -1 4202560 1400 0 0 0 22723 0 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983829982056 139984012645258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26661] ppid=26638 vsize=15417412 memory=2832 CPUtime=225.17 cores=0,2,4,6
/proc/26640/task/26661/stat : 26661 (java) R 26638 26638 25933 0 -1 4202560 3908 0 0 0 22517 0 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983828930392 139984012592137 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26662] ppid=26638 vsize=15417412 memory=9492 CPUtime=226.29 cores=0,2,4,6
/proc/26640/task/26662/stat : 26662 (java) R 26638 26638 25933 0 -1 4202560 3075 0 0 0 22629 0 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983827877344 139984012592392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26663] ppid=26638 vsize=15417412 memory=1548 CPUtime=225.92 cores=0,2,4,6
/proc/26640/task/26663/stat : 26663 (java) R 26638 26638 25933 0 -1 4202560 5398 0 0 0 22591 1 0 0 20 0 19 0 445820968 15787429888 1212358 33554432000 4194304 4196468 140733072432896 139983826827800 139984012592087 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
Current children cumulated CPU time: 940.72 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4850880 KiB

[startup+248.801 s]
/proc/loadavg: 8.43 7.90 5.69 9/238 26839
/proc/meminfo: memFree=25244716/32770624 swapFree=67000028/67108860
[pid=26638] ppid=26635 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26638/stat : 26638 (xcsp3-exec) S 26635 26638 25933 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445818936 115843072 362 33554432000 4194304 5098028 140736782143040 140736782141144 139717091099260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 38162432 140736782148474 140736782148717 140736782148717 140736782151626 0
/proc/26638/statm: 28282 362 304 221 0 87 0
[pid=26640] ppid=26638 vsize=15417412 memory=4849200 CPUtime=942.31 cores=0,2,4,6
/proc/26640/stat : 26640 (java) S 26638 26638 25933 0 -1 1077944320 102616 0 0 0 93881 350 0 0 20 0 15 0 445818936 15787429888 1212300 33554432000 4194304 4196468 140733072432896 140733072415440 139984379055863 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
/proc/26640/statm: 3854353 1212300 3522 1 0 3815453 0
[pid=26640/tid=26641] ppid=26638 vsize=15417412 memory=1448 CPUtime=15.71 cores=0,2,4,6
/proc/26640/task/26641/stat : 26641 (java) R 26638 26638 25933 0 -1 4202560 15443 0 0 0 1532 39 0 0 20 0 15 0 445818936 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139984383291856 139984006944000 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26642] ppid=26638 vsize=15417412 memory=14488 CPUtime=3.67 cores=0,2,4,6
/proc/26640/task/26642/stat : 26642 (java) S 26638 26638 25933 0 -1 1077944384 11866 0 0 0 293 74 0 0 20 0 15 0 445818937 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139984331676816 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26643] ppid=26638 vsize=15417412 memory=12024 CPUtime=3.71 cores=0,2,4,6
/proc/26640/task/26643/stat : 26643 (java) S 26638 26638 25933 0 -1 1077944384 11618 0 0 0 293 78 0 0 20 0 15 0 445818937 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139984330624016 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26644] ppid=26638 vsize=15417412 memory=1556 CPUtime=3.67 cores=0,2,4,6
/proc/26640/task/26644/stat : 26644 (java) S 26638 26638 25933 0 -1 1077944384 7208 0 0 0 296 71 0 0 20 0 15 0 445818937 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139984329571216 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26645] ppid=26638 vsize=15417412 memory=500 CPUtime=3.71 cores=0,2,4,6
/proc/26640/task/26645/stat : 26645 (java) S 26638 26638 25933 0 -1 1077944384 7831 0 0 0 293 78 0 0 20 0 15 0 445818937 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139984328518416 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26646] ppid=26638 vsize=15417412 memory=928 CPUtime=0.96 cores=0,2,4,6
/proc/26640/task/26646/stat : 26646 (java) S 26638 26638 25933 0 -1 1077944384 5240 0 0 0 96 0 0 0 20 0 15 0 445818938 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139983847385456 139984379067010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26647] ppid=26638 vsize=15417412 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26647/stat : 26647 (java) S 26638 26638 25933 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 445818939 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139983846331488 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26648] ppid=26638 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26648/stat : 26648 (java) S 26638 26638 25933 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 445818939 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139983845278592 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26649] ppid=26638 vsize=15417412 memory=876 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26649/stat : 26649 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818941 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139983844226896 139984379074459 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26650] ppid=26638 vsize=15417412 memory=6791534058613427641 CPUtime=1.82 cores=0,2,4,6
/proc/26640/task/26650/stat : 26650 (java) R 26638 26638 25933 0 -1 4202560 9160 0 0 0 181 1 0 0 20 0 15 0 445818941 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139983843175280 139984356883101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26651] ppid=26638 vsize=15417412 memory=1448 CPUtime=2.02 cores=0,2,4,6
/proc/26640/task/26651/stat : 26651 (java) S 26638 26638 25933 0 -1 1077944384 11007 0 0 0 201 1 0 0 20 0 15 0 445818941 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139983842122480 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26652] ppid=26638 vsize=15417412 memory=1448 CPUtime=0.62 cores=0,2,4,6
/proc/26640/task/26652/stat : 26652 (java) S 26638 26638 25933 0 -1 1077944384 6596 0 0 0 62 0 0 0 20 0 15 0 445818941 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139983841069680 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26653] ppid=26638 vsize=15417412 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/26640/task/26653/stat : 26653 (java) S 26638 26638 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818941 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139983840017120 139984379066069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
[pid=26640/tid=26654] ppid=26638 vsize=15417412 memory=4849432 CPUtime=0.08 cores=0,2,4,6
/proc/26640/task/26654/stat : 26654 (java) S 26638 26638 25933 0 -1 1077944384 1303 0 0 0 5 3 0 0 20 0 15 0 445818942 15787429888 1212300 33554432000 4194304 4196468 140733072432896 139983838964400 139984379067010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 25 0 0 6293624 6294260 7897088 140733072438255 140733072438426 140733072438426 140733072441295 0
Current children cumulated CPU time: 942.31 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4850648 KiB

Child status: 0
Real time (s): 248.827
CPU time (s): 942.348
CPU user time (s): 938.817
CPU system time (s): 3.53115
CPU usage (%): 378.717
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 4850880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 938.817
system time used= 3.53115
maximum resident set size= 4849468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103588
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8593
involuntary context switches= 15450


# summary of solver processes directly reported to runsolver:
#   pid: 26638
#   total CPU time (s): 942.348
#   total CPU user time (s): 938.817
#   total CPU system time (s): 3.53115

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.62938 second user time and 2.68809 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-17 05:46:06
IDJOB=4399009
IDBENCH=126096
IDSOLVER=2853
FILE ID=node106/4399009-1568695644
RUNJOBID= node106-1568691194-25964
PBS_JOBID= 21703809
Free space on /tmp= 58996 MiB

SOLVER NAME= choco-solver 2019-09-16
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 NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399009-1568695644/watcher-4399009-1568695644 -o /tmp/evaluation-result-4399009-1568695644/solver-4399009-1568695644 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568691194-25964 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1214390995 HOME/instance-4399009-1568695644.xml

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

MD5SUM BENCH= 9efca6d5489e39e5f473d5ee8bd54dad
RANDOM SEED=1214390995

node106.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.79
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.79
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.79
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.79
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:        28493504 kB
MemAvailable:   30099224 kB
Buffers:          195992 kB
Cached:          1699404 kB
SwapCached:         7404 kB
Active:          2469572 kB
Inactive:        1230248 kB
Active(anon):    1804676 kB
Inactive(anon):    44200 kB
Active(file):     664896 kB
Inactive(file):  1186048 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67000020 kB
Dirty:             59080 kB
Writeback:             0 kB
AnonPages:       1955844 kB
Mapped:            57284 kB
Shmem:             35772 kB
Slab:             171500 kB
SReclaimable:     141224 kB
SUnreclaim:        30276 kB
KernelStack:        3984 kB
PageTables:         9492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4053552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1865728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59004 MiB
End job on node106 at 2019-09-17 05:50:15