Trace number 4271120

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 4.0.5 par (2017-08-09)UNSAT 9.6685104 2.55371

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K108.xml
MD5SUM2a47884be513939e719b7a1148b6038b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7344
Number of constraints7562
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7344}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":185},{"degree":5,"count":1300},{"degree":6,"count":2879},{"degree":7,"count":1808},{"degree":8,"count":745},{"degree":9,"count":214},{"degree":10,"count":212}]
Minimum constraint arity1
Maximum constraint arity108
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1391},{"arity":3,"count":2889},{"arity":4,"count":1926},{"arity":5,"count":642},{"arity":6,"count":214},{"arity":7,"count":214},{"arity":68,"count":216},{"arity":108,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7562}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271120-1502773984.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271120-1502773984.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.26	c parse instance...
7.52/2.22	c solve instance...
9.41/2.53	s UNSATISFIABLE

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271120-1502773984/watcher-4271120-1502773984 -o /tmp/evaluation-result-4271120-1502773984/solver-4271120-1502773984 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502773125-778 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 884022895 HOME/instance-4271120-1502773984.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0.100107 s]*
/proc/loadavg: 8.63 8.93 8.79 2/199 816
/proc/meminfo: memFree=28678600/32770624 swapFree=67108860/67108860
[pid=795] ppid=792 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/795/stat : 795 (xcsp3-exec) S 792 795 751 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110479268 9740288 345 33554432000 4194304 5098028 140726063361136 140726063359240 140064686682748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34111488 140726063363173 140726063363383 140726063363383 140726063366123 0
/proc/795/statm: 2378 345 289 221 0 87 0
[pid=797] ppid=795 vsize=25999808 memory=26072 CPUtime=0.11 cores=0-7
/proc/797/stat : 797 (java) S 795 795 751 0 -1 1077944320 5463 0 0 0 10 1 0 0 20 0 20 0 110479268 26623803392 6518 33554432000 4194304 4196468 140725700449456 140725700432000 139910321180407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
/proc/797/statm: 6499952 6518 2840 1 0 6488269 0
[pid=797/tid=798] ppid=795 vsize=25999808 memory=8390339637985935414 CPUtime=0.08 cores=0-7
/proc/797/task/798/stat : 798 (java) R 795 795 751 0 -1 4202560 3491 0 0 0 8 0 0 0 20 0 20 0 110479269 26623803392 6584 33554432000 4194304 4196468 140725700449456 139910325412736 139910321202333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=799] ppid=795 vsize=25999808 memory=288230600429797399 CPUtime=0 cores=0-7
/proc/797/task/799/stat : 799 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26623803392 6584 33554432000 4194304 4196468 140725700449456 139910243760656 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=800] ppid=795 vsize=25999808 memory=3762676765705229984 CPUtime=0 cores=0-7
/proc/797/task/800/stat : 800 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26623803392 6584 33554432000 4194304 4196468 140725700449456 139910242708112 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=801] ppid=795 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/797/task/801/stat : 801 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479269 26623803392 6584 33554432000 4194304 4196468 140725700449456 139910241655056 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=802] ppid=795 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/797/task/802/stat : 802 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479269 26623803392 6584 33554432000 4194304 4196468 140725700449456 139910240602512 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=803] ppid=795 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/797/task/803/stat : 803 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26623803392 6584 33554432000 4194304 4196468 140725700449456 139910239550480 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=804] ppid=795 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/797/task/804/stat : 804 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26623803392 6584 33554432000 4194304 4196468 140725700449456 139910238497936 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=805] ppid=795 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/797/task/805/stat : 805 (java) S 795 795 751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110479269 26623803392 6584 33554432000 4194304 4196468 140725700449456 139909873556240 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=806] ppid=795 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/797/task/806/stat : 806 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26623803392 6584 33554432000 4194304 4196468 140725700449456 139909872503696 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=807] ppid=795 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/797/task/807/stat : 807 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479271 26623803392 6584 33554432000 4194304 4196468 140725700449456 139909716248816 139910321191554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=808] ppid=795 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/797/task/808/stat : 808 (java) S 795 795 751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110479271 26623803392 6584 33554432000 4194304 4196468 140725700449456 139909715195040 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=809] ppid=795 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/797/task/809/stat : 809 (java) S 795 795 751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110479272 26623803392 6649 33554432000 4194304 4196468 140725700449456 139909714141936 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=810] ppid=795 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/797/task/810/stat : 810 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479274 26623803392 6649 33554432000 4194304 4196468 140725700449456 139909713090512 139910321199003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=811] ppid=795 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/797/task/811/stat : 811 (java) S 795 795 751 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 110479274 26623803392 6649 33554432000 4194304 4196468 140725700449456 139909712038640 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=812] ppid=795 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/797/task/812/stat : 812 (java) S 795 795 751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110479274 26623803392 6649 33554432000 4194304 4196468 140725700449456 139909710986096 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=813] ppid=795 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/797/task/813/stat : 813 (java) S 795 795 751 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 110479274 26623803392 6649 33554432000 4194304 4196468 140725700449456 139909709933040 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=814] ppid=795 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/797/task/814/stat : 814 (java) R 795 795 751 0 -1 4202560 265 0 0 0 1 0 0 0 20 0 20 0 110479274 26623803392 6649 33554432000 4194304 4196468 140725700449456 139909708880496 139910305260894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=815] ppid=795 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/797/task/815/stat : 815 (java) S 795 795 751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110479274 26623803392 6649 33554432000 4194304 4196468 140725700449456 139909707827680 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=816] ppid=795 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/797/task/816/stat : 816 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479274 26623803392 6649 33554432000 4194304 4196468 140725700449456 139909706775216 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27452 KiB

[startup+0.210169 s]*
/proc/loadavg: 8.63 8.93 8.79 3/199 816
/proc/meminfo: memFree=28666740/32770624 swapFree=67108860/67108860
[pid=795] ppid=792 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/795/stat : 795 (xcsp3-exec) S 792 795 751 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110479268 9740288 345 33554432000 4194304 5098028 140726063361136 140726063359240 140064686682748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34111488 140726063363173 140726063363383 140726063363383 140726063366123 0
/proc/795/statm: 2378 345 289 221 0 87 0
[pid=797] ppid=795 vsize=26004064 memory=39356 CPUtime=0.32 cores=0-7
/proc/797/stat : 797 (java) S 795 795 751 0 -1 1077944320 8320 0 0 0 30 2 0 0 20 0 20 0 110479268 26628161536 9839 33554432000 4194304 4196468 140725700449456 140725700432000 139910321180407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
/proc/797/statm: 6501016 9839 3075 1 0 6488269 0
[pid=797/tid=798] ppid=795 vsize=26004064 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/797/task/798/stat : 798 (java) R 795 795 751 0 -1 4202560 5389 0 0 0 18 1 0 0 20 0 20 0 110479269 26628161536 9839 33554432000 4194304 4196468 140725700449456 139910325401400 139910321202333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=799] ppid=795 vsize=26004064 memory=288230600429797399 CPUtime=0 cores=0-7
/proc/797/task/799/stat : 799 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 9839 33554432000 4194304 4196468 140725700449456 139910243760656 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=800] ppid=795 vsize=26004064 memory=3762676765705229984 CPUtime=0 cores=0-7
/proc/797/task/800/stat : 800 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 9839 33554432000 4194304 4196468 140725700449456 139910242708112 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=801] ppid=795 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/797/task/801/stat : 801 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 9839 33554432000 4194304 4196468 140725700449456 139910241655056 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=802] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/802/stat : 802 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 9839 33554432000 4194304 4196468 140725700449456 139910240602512 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=803] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/803/stat : 803 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 9839 33554432000 4194304 4196468 140725700449456 139910239550480 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=804] ppid=795 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/797/task/804/stat : 804 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 9839 33554432000 4194304 4196468 140725700449456 139910238497936 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=805] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/805/stat : 805 (java) S 795 795 751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909873556240 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=806] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/806/stat : 806 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909872503696 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=807] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/807/stat : 807 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479271 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909716248816 139910321191554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=808] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/808/stat : 808 (java) S 795 795 751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110479271 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909715195040 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=809] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/809/stat : 809 (java) S 795 795 751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110479272 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909714141936 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=810] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/810/stat : 810 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479274 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909713090512 139910321199003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=811] ppid=795 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/797/task/811/stat : 811 (java) S 795 795 751 0 -1 1077944384 345 0 0 0 1 0 0 0 20 0 20 0 110479274 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909712038640 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=812] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/812/stat : 812 (java) S 795 795 751 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 20 0 110479274 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909710986096 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=813] ppid=795 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/797/task/813/stat : 813 (java) S 795 795 751 0 -1 1077944384 419 0 0 0 1 0 0 0 20 0 20 0 110479274 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909709933040 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=814] ppid=795 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/797/task/814/stat : 814 (java) R 795 795 751 0 -1 4202560 735 0 0 0 7 0 0 0 20 0 20 0 110479274 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909708880496 139910313417534 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=815] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/815/stat : 815 (java) S 795 795 751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110479274 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909707827680 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=816] ppid=795 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/797/task/816/stat : 816 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479274 26628161536 9839 33554432000 4194304 4196468 140725700449456 139909706775216 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40736 KiB

[startup+0.309514 s]*
/proc/loadavg: 8.63 8.93 8.79 3/199 816
/proc/meminfo: memFree=28661964/32770624 swapFree=67108860/67108860
[pid=795] ppid=792 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/795/stat : 795 (xcsp3-exec) S 792 795 751 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110479268 9740288 345 33554432000 4194304 5098028 140726063361136 140726063359240 140064686682748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34111488 140726063363173 140726063363383 140726063363383 140726063366123 0
/proc/795/statm: 2378 345 289 221 0 87 0
[pid=797] ppid=795 vsize=26004064 memory=43984 CPUtime=0.49 cores=0-7
/proc/797/stat : 797 (java) S 795 795 751 0 -1 1077944320 9171 0 0 0 47 2 0 0 20 0 20 0 110479268 26628161536 10996 33554432000 4194304 4196468 140725700449456 140725700432000 139910321180407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
/proc/797/statm: 6501016 10996 3108 1 0 6488269 0
[pid=797/tid=798] ppid=795 vsize=26004064 memory=0 CPUtime=0.29 cores=0-7
/proc/797/task/798/stat : 798 (java) R 795 795 751 0 -1 4202560 6060 0 0 0 28 1 0 0 20 0 20 0 110479269 26628161536 11640 33554432000 4194304 4196468 140725700449456 139910325418672 139910321202333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=799] ppid=795 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/797/task/799/stat : 799 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 11640 33554432000 4194304 4196468 140725700449456 139910243760656 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=800] ppid=795 vsize=26004064 memory=140041812076832 CPUtime=0 cores=0-7
/proc/797/task/800/stat : 800 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 11640 33554432000 4194304 4196468 140725700449456 139910242708112 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=801] ppid=795 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/797/task/801/stat : 801 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 11640 33554432000 4194304 4196468 140725700449456 139910241655056 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=802] ppid=795 vsize=26004064 memory=4026531975 CPUtime=0 cores=0-7
/proc/797/task/802/stat : 802 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 11640 33554432000 4194304 4196468 140725700449456 139910240602512 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=803] ppid=795 vsize=26004064 memory=3193 CPUtime=0 cores=0-7
/proc/797/task/803/stat : 803 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 11640 33554432000 4194304 4196468 140725700449456 139910239550480 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=804] ppid=795 vsize=26004064 memory=114886 CPUtime=0 cores=0-7
/proc/797/task/804/stat : 804 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 11640 33554432000 4194304 4196468 140725700449456 139910238497936 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=805] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/805/stat : 805 (java) S 795 795 751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909873556240 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=806] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/806/stat : 806 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909872503696 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=807] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/807/stat : 807 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479271 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909716248816 139910321191554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=808] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/808/stat : 808 (java) S 795 795 751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 110479271 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909715195040 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=809] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/809/stat : 809 (java) S 795 795 751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 110479272 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909714141936 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=810] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/810/stat : 810 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479274 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909713090512 139910321199003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=811] ppid=795 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/797/task/811/stat : 811 (java) S 795 795 751 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 20 0 110479274 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909712038640 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=812] ppid=795 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/797/task/812/stat : 812 (java) R 795 795 751 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 20 0 110479274 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909710967112 139910304678994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=813] ppid=795 vsize=26004064 memory=0 CPUtime=0.03 cores=0-7
/proc/797/task/813/stat : 813 (java) S 795 795 751 0 -1 1077944384 522 0 0 0 3 0 0 0 20 0 20 0 110479274 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909709933040 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=814] ppid=795 vsize=26004064 memory=0 CPUtime=0.12 cores=0-7
/proc/797/task/814/stat : 814 (java) R 795 795 751 0 -1 4202560 877 0 0 0 12 0 0 0 20 0 20 0 110479274 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909708877304 139910300134899 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=815] ppid=795 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/797/task/815/stat : 815 (java) S 795 795 751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110479274 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909707827680 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=816] ppid=795 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/797/task/816/stat : 816 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479274 26628161536 11640 33554432000 4194304 4196468 140725700449456 139909706775216 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45364 KiB

[startup+0.700907 s]
/proc/loadavg: 8.63 8.93 8.79 5/199 816
/proc/meminfo: memFree=28631988/32770624 swapFree=67108860/67108860
[pid=795] ppid=792 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/795/stat : 795 (xcsp3-exec) S 792 795 751 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110479268 9740288 345 33554432000 4194304 5098028 140726063361136 140726063359240 140064686682748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34111488 140726063363173 140726063363383 140726063363383 140726063366123 0
/proc/795/statm: 2378 345 289 221 0 87 0
[pid=797] ppid=795 vsize=26004140 memory=141300 CPUtime=2.13 cores=0-7
/proc/797/stat : 797 (java) S 795 795 751 0 -1 1077944320 13542 0 0 0 209 4 0 0 20 0 20 0 110479268 26628239360 35325 33554432000 4194304 4196468 140725700449456 140725700432000 139910321180407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
/proc/797/statm: 6501035 35325 3206 1 0 6488269 0
[pid=797/tid=798] ppid=795 vsize=26004140 memory=2428 CPUtime=0.67 cores=0-7
/proc/797/task/798/stat : 798 (java) R 795 795 751 0 -1 4202560 6422 0 0 0 65 2 0 0 20 0 20 0 110479269 26628239360 35325 33554432000 4194304 4196468 140725700449456 139910325416592 139909918730369 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=799] ppid=795 vsize=26004140 memory=1728 CPUtime=0 cores=0-7
/proc/797/task/799/stat : 799 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628239360 35325 33554432000 4194304 4196468 140725700449456 139910243760656 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=800] ppid=795 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/797/task/800/stat : 800 (java) S 795 795 751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 110479269 26628239360 35325 33554432000 4194304 4196468 140725700449456 139910242708112 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=801] ppid=795 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/797/task/801/stat : 801 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479269 26628239360 35325 33554432000 4194304 4196468 140725700449456 139910241655056 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0

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

/proc/797/task/815/stat : 815 (java) S 795 795 751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110479274 26630336512 74578 33554432000 4194304 4196468 140725700449456 139909707827680 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=816] ppid=795 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/797/task/816/stat : 816 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479274 26630336512 74578 33554432000 4194304 4196468 140725700449456 139909706775216 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 299692 KiB

[startup+2.00938 s]*
/proc/loadavg: 8.63 8.93 8.79 10/199 816
/proc/meminfo: memFree=28281772/32770624 swapFree=67108860/67108860
[pid=795] ppid=792 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/795/stat : 795 (xcsp3-exec) S 792 795 751 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110479268 9740288 345 33554432000 4194304 5098028 140726063361136 140726063359240 140064686682748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34111488 140726063363173 140726063363383 140726063363383 140726063366123 0
/proc/795/statm: 2378 345 289 221 0 87 0
[pid=797] ppid=795 vsize=26006188 memory=429088 CPUtime=7.15 cores=0-7
/proc/797/stat : 797 (java) S 795 795 751 0 -1 1077944320 20647 0 0 0 687 28 0 0 20 0 20 0 110479268 26630336512 107272 33554432000 4194304 4196468 140725700449456 140725700432000 139910321180407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
/proc/797/statm: 6501547 107272 3259 1 0 6488781 0
[pid=797/tid=798] ppid=795 vsize=26006188 memory=1398720917958146503 CPUtime=1.86 cores=0-7
/proc/797/task/798/stat : 798 (java) S 795 795 751 0 -1 1077944384 6829 0 0 0 181 5 0 0 20 0 20 0 110479269 26630336512 108345 33554432000 4194304 4196468 140725700449456 139910325419696 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=799] ppid=795 vsize=26006188 memory=4126316290023845779 CPUtime=0.1 cores=0-7
/proc/797/task/799/stat : 799 (java) R 795 795 751 0 -1 4202560 146 0 0 0 8 2 0 0 20 0 20 0 110479269 26630336512 108345 33554432000 4194304 4196468 140725700449456 139910243760856 139910306208245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=800] ppid=795 vsize=26006188 memory=0 CPUtime=0.09 cores=0-7
/proc/797/task/800/stat : 800 (java) R 795 795 751 0 -1 4202560 130 0 0 0 7 2 0 0 20 0 20 0 110479269 26630336512 108345 33554432000 4194304 4196468 140725700449456 139910242708312 139910306207826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=801] ppid=795 vsize=26006188 memory=0 CPUtime=0.09 cores=0-7
/proc/797/task/801/stat : 801 (java) R 795 795 751 0 -1 4202560 96 0 0 0 7 2 0 0 20 0 20 0 110479269 26630336512 108345 33554432000 4194304 4196468 140725700449456 139910241655056 139910306207826 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=802] ppid=795 vsize=26006188 memory=0 CPUtime=0.08 cores=0-7
/proc/797/task/802/stat : 802 (java) R 795 795 751 0 -1 4202560 159 0 0 0 6 2 0 0 20 0 20 0 110479269 26630336512 108345 33554432000 4194304 4196468 140725700449456 139910240602400 139910306207826 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=803] ppid=795 vsize=26006188 memory=0 CPUtime=0.1 cores=0-7
/proc/797/task/803/stat : 803 (java) R 795 795 751 0 -1 4202560 135 0 0 0 8 2 0 0 20 0 20 0 110479269 26630336512 108345 33554432000 4194304 4196468 140725700449456 139910239550680 139910302827978 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=804] ppid=795 vsize=26006188 memory=0 CPUtime=0.09 cores=0-7
/proc/797/task/804/stat : 804 (java) R 795 795 751 0 -1 4202560 91 0 0 0 7 2 0 0 20 0 20 0 110479269 26630336512 108345 33554432000 4194304 4196468 140725700449456 139910238498136 139910305628622 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=805] ppid=795 vsize=26006188 memory=2314885530816952941 CPUtime=0.08 cores=0-7
/proc/797/task/805/stat : 805 (java) R 795 795 751 0 -1 4202560 87 0 0 0 6 2 0 0 20 0 20 0 110479269 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909873556440 139910306202528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=806] ppid=795 vsize=26006188 memory=0 CPUtime=0.1 cores=0-7
/proc/797/task/806/stat : 806 (java) R 795 795 751 0 -1 4202560 94 0 0 0 8 2 0 0 20 0 20 0 110479269 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909872503896 139910306207387 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=807] ppid=795 vsize=26006188 memory=2241 CPUtime=0 cores=0-7
/proc/797/task/807/stat : 807 (java) S 795 795 751 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 110479271 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909716247328 139910321190613 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=808] ppid=795 vsize=26006188 memory=2244 CPUtime=0 cores=0-7
/proc/797/task/808/stat : 808 (java) S 795 795 751 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 110479271 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909715195104 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=809] ppid=795 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/797/task/809/stat : 809 (java) S 795 795 751 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 110479272 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909714141952 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=810] ppid=795 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/797/task/810/stat : 810 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479274 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909713090512 139910321199003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=811] ppid=795 vsize=26006188 memory=0 CPUtime=1.26 cores=0-7
/proc/797/task/811/stat : 811 (java) S 795 795 751 0 -1 1077944384 2719 0 0 0 126 0 0 0 20 0 20 0 110479274 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909712038640 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=812] ppid=795 vsize=26006188 memory=0 CPUtime=1.33 cores=0-7
/proc/797/task/812/stat : 812 (java) S 795 795 751 0 -1 1077944384 2767 0 0 0 133 0 0 0 20 0 20 0 110479274 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909710986096 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=813] ppid=795 vsize=26006188 memory=0 CPUtime=1.34 cores=0-7
/proc/797/task/813/stat : 813 (java) S 795 795 751 0 -1 1077944384 3167 0 0 0 134 0 0 0 20 0 20 0 110479274 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909709933040 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=814] ppid=795 vsize=26006188 memory=0 CPUtime=0.51 cores=0-7
/proc/797/task/814/stat : 814 (java) S 795 795 751 0 -1 1077944384 2757 0 0 0 50 1 0 0 20 0 20 0 110479274 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909708880496 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=815] ppid=795 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/797/task/815/stat : 815 (java) S 795 795 751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 110479274 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909707827680 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=816] ppid=795 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/797/task/816/stat : 816 (java) R 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 110479274 26630336512 108345 33554432000 4194304 4196468 140725700449456 139909706775216 139910321191554 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
Current children cumulated CPU time: 7.15 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 430468 KiB

[startup+2.40138 s]
/proc/loadavg: 8.63 8.93 8.79 10/199 816
/proc/meminfo: memFree=28281772/32770624 swapFree=67108860/67108860
[pid=795] ppid=792 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/795/stat : 795 (xcsp3-exec) S 792 795 751 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110479268 9740288 345 33554432000 4194304 5098028 140726063361136 140726063359240 140064686682748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34111488 140726063363173 140726063363383 140726063363383 140726063366123 0
/proc/795/statm: 2378 345 289 221 0 87 0
[pid=797] ppid=795 vsize=26538700 memory=440780 CPUtime=8.6 cores=0-7
/proc/797/stat : 797 (java) S 795 795 751 0 -1 1077944320 21401 0 0 0 829 31 0 0 20 0 28 0 110479268 27175628800 110195 33554432000 4194304 4196468 140725700449456 140725700432000 139910321180407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
/proc/797/statm: 6634675 110195 3261 1 0 6621909 0
[pid=797/tid=798] ppid=795 vsize=26538700 memory=6947385649911455296 CPUtime=2.08 cores=0-7
/proc/797/task/798/stat : 798 (java) S 795 795 751 0 -1 1077944384 6946 0 0 0 203 5 0 0 20 0 28 0 110479269 27175628800 110195 33554432000 4194304 4196468 140725700449456 139910325421184 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=799] ppid=795 vsize=26538700 memory=2204 CPUtime=0.11 cores=0-7
/proc/797/task/799/stat : 799 (java) S 795 795 751 0 -1 1077944384 149 0 0 0 9 2 0 0 20 0 28 0 110479269 27175628800 110195 33554432000 4194304 4196468 140725700449456 139910243760656 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=800] ppid=795 vsize=26538700 memory=7280 CPUtime=0.11 cores=0-7
/proc/797/task/800/stat : 800 (java) S 795 795 751 0 -1 1077944384 133 0 0 0 8 3 0 0 20 0 28 0 110479269 27175628800 110195 33554432000 4194304 4196468 140725700449456 139910242708112 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=801] ppid=795 vsize=26538700 memory=844 CPUtime=0.1 cores=0-7
/proc/797/task/801/stat : 801 (java) S 795 795 751 0 -1 1077944384 104 0 0 0 8 2 0 0 20 0 28 0 110479269 27175628800 110195 33554432000 4194304 4196468 140725700449456 139910241655056 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=802] ppid=795 vsize=26538700 memory=4108 CPUtime=0.1 cores=0-7
/proc/797/task/802/stat : 802 (java) S 795 795 751 0 -1 1077944384 162 0 0 0 8 2 0 0 20 0 28 0 110479269 27175628800 110195 33554432000 4194304 4196468 140725700449456 139910240602512 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=803] ppid=795 vsize=26538700 memory=1380 CPUtime=0.11 cores=0-7
/proc/797/task/803/stat : 803 (java) S 795 795 751 0 -1 1077944384 142 0 0 0 9 2 0 0 20 0 28 0 110479269 27175628800 110195 33554432000 4194304 4196468 140725700449456 139910239550480 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=804] ppid=795 vsize=26538700 memory=221492 CPUtime=0.1 cores=0-7
/proc/797/task/804/stat : 804 (java) S 795 795 751 0 -1 1077944384 94 0 0 0 8 2 0 0 20 0 28 0 110479269 27175628800 110195 33554432000 4194304 4196468 140725700449456 139910238497936 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=805] ppid=795 vsize=26538700 memory=33 CPUtime=0.09 cores=0-7
/proc/797/task/805/stat : 805 (java) S 795 795 751 0 -1 1077944384 90 0 0 0 7 2 0 0 20 0 28 0 110479269 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909873556240 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=806] ppid=795 vsize=26538700 memory=0 CPUtime=0.12 cores=0-7
/proc/797/task/806/stat : 806 (java) S 795 795 751 0 -1 1077944384 97 0 0 0 9 3 0 0 20 0 28 0 110479269 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909872503696 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=807] ppid=795 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/797/task/807/stat : 807 (java) S 795 795 751 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 110479271 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909716248816 139910321191554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=808] ppid=795 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/797/task/808/stat : 808 (java) S 795 795 751 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 110479271 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909715195104 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=809] ppid=795 vsize=26538700 memory=7666938992195096687 CPUtime=0 cores=0-7
/proc/797/task/809/stat : 809 (java) S 795 795 751 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 110479272 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909714141952 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=810] ppid=795 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/797/task/810/stat : 810 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 110479274 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909713090512 139910321199003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=811] ppid=795 vsize=26538700 memory=0 CPUtime=1.36 cores=0-7
/proc/797/task/811/stat : 811 (java) R 795 795 751 0 -1 1077944384 2743 0 0 0 136 0 0 0 20 0 28 0 110479274 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909712031664 139910321190613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=812] ppid=795 vsize=26538700 memory=0 CPUtime=1.44 cores=0-7
/proc/797/task/812/stat : 812 (java) R 795 795 751 0 -1 4202560 2800 0 0 0 144 0 0 0 20 0 28 0 110479274 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909710978048 139910307194737 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=813] ppid=795 vsize=26538700 memory=0 CPUtime=1.44 cores=0-7
/proc/797/task/813/stat : 813 (java) R 795 795 751 0 -1 4202560 3195 0 0 0 144 0 0 0 20 0 28 0 110479274 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909709926232 139910306306501 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=814] ppid=795 vsize=26538700 memory=0 CPUtime=0.58 cores=0-7
/proc/797/task/814/stat : 814 (java) S 795 795 751 0 -1 1077944384 2895 0 0 0 57 1 0 0 20 0 28 0 110479274 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909708878288 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=815] ppid=795 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/797/task/815/stat : 815 (java) S 795 795 751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 110479274 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909707827680 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=816] ppid=795 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/797/task/816/stat : 816 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 110479274 27175628800 110195 33554432000 4194304 4196468 140725700449456 139909706775216 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
Current children cumulated CPU time: 8.6 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 442160 KiB

[startup+2.50338 s]
/proc/loadavg: 8.63 8.93 8.79 10/199 816
/proc/meminfo: memFree=28281772/32770624 swapFree=67108860/67108860
[pid=795] ppid=792 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/795/stat : 795 (xcsp3-exec) S 792 795 751 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 110479268 9740288 345 33554432000 4194304 5098028 140726063361136 140726063359240 140064686682748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34111488 140726063363173 140726063363383 140726063363383 140726063366123 0
/proc/795/statm: 2378 345 289 221 0 87 0
[pid=797] ppid=795 vsize=26538700 memory=441116 CPUtime=9.41 cores=0-7
/proc/797/stat : 797 (java) S 795 795 751 0 -1 1077944320 21497 0 0 0 909 32 0 0 20 0 28 0 110479268 27175628800 110279 33554432000 4194304 4196468 140725700449456 140725700432000 139910321180407 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
/proc/797/statm: 6634675 110279 3264 1 0 6621909 0
[pid=797/tid=798] ppid=795 vsize=26538700 memory=246948 CPUtime=2.08 cores=0-7
/proc/797/task/798/stat : 798 (java) S 795 795 751 0 -1 1077944384 6946 0 0 0 203 5 0 0 20 0 28 0 110479269 27175628800 110279 33554432000 4194304 4196468 140725700449456 139910325421184 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=799] ppid=795 vsize=26538700 memory=0 CPUtime=0.11 cores=0-7
/proc/797/task/799/stat : 799 (java) S 795 795 751 0 -1 1077944384 149 0 0 0 9 2 0 0 20 0 28 0 110479269 27175628800 110279 33554432000 4194304 4196468 140725700449456 139910243760656 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=800] ppid=795 vsize=26538700 memory=0 CPUtime=0.11 cores=0-7
/proc/797/task/800/stat : 800 (java) S 795 795 751 0 -1 1077944384 133 0 0 0 8 3 0 0 20 0 28 0 110479269 27175628800 110279 33554432000 4194304 4196468 140725700449456 139910242708112 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=801] ppid=795 vsize=26538700 memory=0 CPUtime=0.1 cores=0-7
/proc/797/task/801/stat : 801 (java) S 795 795 751 0 -1 1077944384 104 0 0 0 8 2 0 0 20 0 28 0 110479269 27175628800 110279 33554432000 4194304 4196468 140725700449456 139910241655056 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=802] ppid=795 vsize=26538700 memory=1692 CPUtime=0.1 cores=0-7
/proc/797/task/802/stat : 802 (java) S 795 795 751 0 -1 1077944384 162 0 0 0 8 2 0 0 20 0 28 0 110479269 27175628800 110279 33554432000 4194304 4196468 140725700449456 139910240602512 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=803] ppid=795 vsize=26538700 memory=912 CPUtime=0.11 cores=0-7
/proc/797/task/803/stat : 803 (java) S 795 795 751 0 -1 1077944384 142 0 0 0 9 2 0 0 20 0 28 0 110479269 27175628800 110279 33554432000 4194304 4196468 140725700449456 139910239550480 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=804] ppid=795 vsize=26538700 memory=3888 CPUtime=0.1 cores=0-7
/proc/797/task/804/stat : 804 (java) S 795 795 751 0 -1 1077944384 94 0 0 0 8 2 0 0 20 0 28 0 110479269 27175628800 110279 33554432000 4194304 4196468 140725700449456 139910238497936 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=805] ppid=795 vsize=26538700 memory=1152 CPUtime=0.09 cores=0-7
/proc/797/task/805/stat : 805 (java) S 795 795 751 0 -1 1077944384 90 0 0 0 7 2 0 0 20 0 28 0 110479269 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909873556240 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=806] ppid=795 vsize=26538700 memory=55 CPUtime=0.12 cores=0-7
/proc/797/task/806/stat : 806 (java) S 795 795 751 0 -1 1077944384 97 0 0 0 9 3 0 0 20 0 28 0 110479269 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909872503696 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=807] ppid=795 vsize=26538700 memory=7379269371268517993 CPUtime=0 cores=0-7
/proc/797/task/807/stat : 807 (java) S 795 795 751 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 28 0 110479271 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909716248816 139910321191554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=808] ppid=795 vsize=26538700 memory=7670303488817194087 CPUtime=0 cores=0-7
/proc/797/task/808/stat : 808 (java) S 795 795 751 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 110479271 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909715195104 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=809] ppid=795 vsize=26538700 memory=7440062498843165781 CPUtime=0 cores=0-7
/proc/797/task/809/stat : 809 (java) S 795 795 751 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 110479272 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909714141952 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=810] ppid=795 vsize=26538700 memory=6152078266877579206 CPUtime=0 cores=0-7
/proc/797/task/810/stat : 810 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 110479274 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909713090512 139910321199003 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=811] ppid=795 vsize=26538700 memory=1380 CPUtime=1.42 cores=0-7
/proc/797/task/811/stat : 811 (java) R 795 795 751 0 -1 1077944384 2759 0 0 0 142 0 0 0 20 0 28 0 110479274 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909712038448 139910321190613 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=812] ppid=795 vsize=26538700 memory=400036 CPUtime=1.53 cores=0-7
/proc/797/task/812/stat : 812 (java) R 795 795 751 0 -1 1077944384 2814 0 0 0 153 0 0 0 20 0 28 0 110479274 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909710976016 139910321190613 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=813] ppid=795 vsize=26538700 memory=0 CPUtime=1.52 cores=0-7
/proc/797/task/813/stat : 813 (java) R 795 795 751 0 -1 4202560 3224 0 0 0 152 0 0 0 20 0 28 0 110479274 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909709921776 139910304738783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=814] ppid=795 vsize=26538700 memory=0 CPUtime=0.6 cores=0-7
/proc/797/task/814/stat : 814 (java) R 795 795 751 0 -1 1077944384 2927 0 0 0 59 1 0 0 20 0 28 0 110479274 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909708880496 139910321191554 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=815] ppid=795 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/797/task/815/stat : 815 (java) S 795 795 751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 110479274 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909707827680 139910321190613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
[pid=797/tid=816] ppid=795 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/797/task/816/stat : 816 (java) S 795 795 751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 110479274 27175628800 110279 33554432000 4194304 4196468 140725700449456 139909706775216 139910321191554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15654912 140725700457618 140725700457795 140725700457795 140725700460495 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 442496 KiB

Child status: 0
Real time (s): 2.55371
CPU time (s): 9.66851
CPU user time (s): 9.33688
CPU system time (s): 0.331627
CPU usage (%): 378.606
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 442496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.33688
system time used= 0.331627
maximum resident set size= 442808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22089
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3252
involuntary context switches= 84


# summary of solver processes directly reported to runsolver:
#   pid: 795
#   total CPU time (s): 9.66851
#   total CPU user time (s): 9.33688
#   total CPU system time (s): 0.331627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041188 second user time and 0.064294 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-15 06:58:45
IDJOB=4271120
IDBENCH=135029
IDSOLVER=2662
FILE ID=node151/4271120-1502773984
RUNJOBID= node151-1502773125-778
PBS_JOBID= 20629105
Free space on /tmp= 61756 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K108.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271120-1502773984/watcher-4271120-1502773984 -o /tmp/evaluation-result-4271120-1502773984/solver-4271120-1502773984 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502773125-778 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 884022895 HOME/instance-4271120-1502773984.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 2a47884be513939e719b7a1148b6038b
RANDOM SEED=884022895

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28693728 kB
MemAvailable:   31987060 kB
Buffers:          288836 kB
Cached:          3293880 kB
SwapCached:            0 kB
Active:           977164 kB
Inactive:        2657724 kB
Active(anon):      55128 kB
Inactive(anon):    25048 kB
Active(file):     922036 kB
Inactive(file):  2632676 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8248 kB
Writeback:             0 kB
AnonPages:         59104 kB
Mapped:            45588 kB
Shmem:             25224 kB
Slab:             135564 kB
SReclaimable:     108912 kB
SUnreclaim:        26652 kB
KernelStack:        3200 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61748 MiB
End job on node151 at 2017-08-15 06:58:48