Trace number 4270929

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 47.513901 7.3023701

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-04-04-fair.xml
MD5SUM005af5eedf24bd8f858adc721c64a56d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.3145099
Satisfiable
(Un)Satisfiability was proved
Number of variables4347
Number of constraints4102
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":614},{"size":201,"count":25},{"size":20001,"count":3708}]
Minimum variable degree2
Maximum variable degree49
Distribution of variable degrees[{"degree":2,"count":3807},{"degree":3,"count":96},{"degree":4,"count":16},{"degree":5,"count":65},{"degree":6,"count":59},{"degree":7,"count":88},{"degree":8,"count":101},{"degree":9,"count":66},{"degree":10,"count":11},{"degree":13,"count":16},{"degree":14,"count":5},{"degree":22,"count":5},{"degree":24,"count":2},{"degree":28,"count":1},{"degree":31,"count":4},{"degree":37,"count":1},{"degree":48,"count":2},{"degree":49,"count":2}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":710},{"arity":3,"count":3390}]
Number of extensional constraints0
Number of intensional constraints4102
Distribution of constraint types[{"type":"intension","count":4102}]
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-4270929-1502823745.xml"  -tl '20160s' -p 8 -x 0
0.12/0.15	c [HOME/instance-4270929-1502823745.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.34/0.27	c parse instance...
13.40/2.88	c solve instance...
46.88/7.28	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 (15174 MiB free)
  memory of node 1: 16384 MiB (15571 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270929-1502823745/watcher-4270929-1502823745 -o /tmp/evaluation-result-4270929-1502823745/solver-4270929-1502823745 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502822886-28667 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 521955123 HOME/instance-4270929-1502823745.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=28684, runsolver pid=28681
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 0.77 0.89 1.24 3/199 28705
/proc/meminfo: memFree=31468300/32770624 swapFree=67108860/67108860
[pid=28684] ppid=28681 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28684/stat : 28684 (xcsp3-exec) S 28681 28684 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115462677 9740288 346 33554432000 4194304 5098028 140723343221792 140723343219896 140125037159036 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17936384 140723343225957 140723343226167 140723343226167 140723343228907 0
/proc/28684/statm: 2378 346 289 221 0 87 0
[pid=28686] ppid=28684 vsize=25999808 memory=26728 CPUtime=0.12 cores=0-7
/proc/28686/stat : 28686 (java) S 28684 28684 28640 0 -1 1077944320 5617 0 0 0 11 1 0 0 20 0 20 0 115462677 26623803392 6682 33554432000 4194304 4196468 140733380332256 140733380314800 140678479740663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
/proc/28686/statm: 6499952 6682 2844 1 0 6488269 0
[pid=28686/tid=28687] ppid=28684 vsize=25999808 memory=8114531536242384799 CPUtime=0.08 cores=0-7
/proc/28686/task/28687/stat : 28687 (java) R 28684 28684 28640 0 -1 4202560 3624 0 0 0 8 0 0 0 20 0 20 0 115462677 26623803392 6682 33554432000 4194304 4196468 140733380332256 140678483959640 140678463784293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28688] ppid=28684 vsize=25999808 memory=732370301623454693 CPUtime=0 cores=0-7
/proc/28686/task/28688/stat : 28688 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26623803392 6682 33554432000 4194304 4196468 140733380332256 140678436293008 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28689] ppid=28684 vsize=25999808 memory=140163286001280 CPUtime=0 cores=0-7
/proc/28686/task/28689/stat : 28689 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26623803392 6682 33554432000 4194304 4196468 140733380332256 140678435240208 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28690] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28690/stat : 28690 (java) S 28684 28684 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115462678 26623803392 6682 33554432000 4194304 4196468 140733380332256 140678434187920 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28691] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28691/stat : 28691 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462678 26623803392 6682 33554432000 4194304 4196468 140733380332256 140678034749968 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28692] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28692/stat : 28692 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26623803392 6682 33554432000 4194304 4196468 140733380332256 140678033697680 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28693] ppid=28684 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28686/task/28693/stat : 28693 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462678 26623803392 6682 33554432000 4194304 4196468 140733380332256 140678032644880 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28694] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28694/stat : 28694 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26623803392 6682 33554432000 4194304 4196468 140733380332256 140678031592592 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28695] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28695/stat : 28695 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26623803392 6682 33554432000 4194304 4196468 140733380332256 140678030539792 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28696] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28696/stat : 28696 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462680 26623803392 6682 33554432000 4194304 4196468 140733380332256 140676952995952 140678479751810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28697] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28697/stat : 28697 (java) S 28684 28684 28640 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115462680 26623803392 6682 33554432000 4194304 4196468 140733380332256 140676951941920 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28698] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28698/stat : 28698 (java) S 28684 28684 28640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115462680 26623803392 6682 33554432000 4194304 4196468 140733380332256 140676950889584 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28699] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28699/stat : 28699 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462683 26623803392 6682 33554432000 4194304 4196468 140733380332256 140676949837904 140678479759259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28700] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28700/stat : 28700 (java) S 28684 28684 28640 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 115462683 26623803392 6682 33554432000 4194304 4196468 140733380332256 140676948785776 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28701] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28701/stat : 28701 (java) S 28684 28684 28640 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 115462683 26623803392 6682 33554432000 4194304 4196468 140733380332256 140676947732976 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28702] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28702/stat : 28702 (java) S 28684 28684 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115462683 26623803392 6682 33554432000 4194304 4196468 140733380332256 140676946680688 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28703] ppid=28684 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/28686/task/28703/stat : 28703 (java) R 28684 28684 28640 0 -1 4202560 251 0 0 0 1 0 0 0 20 0 20 0 115462683 26623803392 6682 33554432000 4194304 4196468 140733380332256 140676945627888 140678458714573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28704] ppid=28684 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28704/stat : 28704 (java) S 28684 28684 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115462683 26623803392 6682 33554432000 4194304 4196468 140733380332256 140676944574816 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28705] ppid=28684 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28686/task/28705/stat : 28705 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462683 26623803392 6682 33554432000 4194304 4196468 140733380332256 140676943522096 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28112 KiB

[startup+0.210326 s]*
/proc/loadavg: 0.77 0.89 1.24 2/199 28705
/proc/meminfo: memFree=31459440/32770624 swapFree=67108860/67108860
[pid=28684] ppid=28681 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28684/stat : 28684 (xcsp3-exec) S 28681 28684 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115462677 9740288 346 33554432000 4194304 5098028 140723343221792 140723343219896 140125037159036 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17936384 140723343225957 140723343226167 140723343226167 140723343228907 0
/proc/28684/statm: 2378 346 289 221 0 87 0
[pid=28686] ppid=28684 vsize=26004064 memory=39012 CPUtime=0.34 cores=0-7
/proc/28686/stat : 28686 (java) S 28684 28684 28640 0 -1 1077944320 8309 0 0 0 32 2 0 0 20 0 20 0 115462677 26628161536 9753 33554432000 4194304 4196468 140733380332256 140733380314800 140678479740663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
/proc/28686/statm: 6501016 9753 3078 1 0 6488269 0
[pid=28686/tid=28687] ppid=28684 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/28686/task/28687/stat : 28687 (java) R 28684 28684 28640 0 -1 4202560 5428 0 0 0 18 1 0 0 20 0 20 0 115462677 26628161536 9753 33554432000 4194304 4196468 140733380332256 140678483961656 140678463821150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28688] ppid=28684 vsize=26004064 memory=732370301623454693 CPUtime=0 cores=0-7
/proc/28686/task/28688/stat : 28688 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 9753 33554432000 4194304 4196468 140733380332256 140678436293008 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28689] ppid=28684 vsize=26004064 memory=140163286001280 CPUtime=0 cores=0-7
/proc/28686/task/28689/stat : 28689 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 9753 33554432000 4194304 4196468 140733380332256 140678435240208 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28690] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28690/stat : 28690 (java) S 28684 28684 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 9753 33554432000 4194304 4196468 140733380332256 140678434187920 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28691] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28691/stat : 28691 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 9753 33554432000 4194304 4196468 140733380332256 140678034749968 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28692] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28692/stat : 28692 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 9753 33554432000 4194304 4196468 140733380332256 140678033697680 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28693] ppid=28684 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28686/task/28693/stat : 28693 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 9753 33554432000 4194304 4196468 140733380332256 140678032644880 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28694] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28694/stat : 28694 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 9753 33554432000 4194304 4196468 140733380332256 140678031592592 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28695] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28695/stat : 28695 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 9753 33554432000 4194304 4196468 140733380332256 140678030539792 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28696] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28696/stat : 28696 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462680 26628161536 9753 33554432000 4194304 4196468 140733380332256 140676952995952 140678479751810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28697] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28697/stat : 28697 (java) S 28684 28684 28640 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115462680 26628161536 9753 33554432000 4194304 4196468 140733380332256 140676951941920 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28698] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28698/stat : 28698 (java) S 28684 28684 28640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115462680 26628161536 9753 33554432000 4194304 4196468 140733380332256 140676950889584 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28699] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28699/stat : 28699 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462683 26628161536 9753 33554432000 4194304 4196468 140733380332256 140676949837904 140678479759259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28700] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28700/stat : 28700 (java) S 28684 28684 28640 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 115462683 26628161536 9753 33554432000 4194304 4196468 140733380332256 140676948785776 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28701] ppid=28684 vsize=26004064 memory=0 CPUtime=0.03 cores=0-7
/proc/28686/task/28701/stat : 28701 (java) S 28684 28684 28640 0 -1 1077944384 337 0 0 0 3 0 0 0 20 0 20 0 115462683 26628161536 9753 33554432000 4194304 4196468 140733380332256 140676947732976 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28702] ppid=28684 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/28686/task/28702/stat : 28702 (java) S 28684 28684 28640 0 -1 1077944384 200 0 0 0 1 0 0 0 20 0 20 0 115462683 26628161536 9753 33554432000 4194304 4196468 140733380332256 140676946680688 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28703] ppid=28684 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/28686/task/28703/stat : 28703 (java) S 28684 28684 28640 0 -1 1077944384 723 0 0 0 7 0 0 0 20 0 20 0 115462683 26628161536 9753 33554432000 4194304 4196468 140733380332256 140676945627888 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28704] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28704/stat : 28704 (java) S 28684 28684 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115462683 26628161536 9753 33554432000 4194304 4196468 140733380332256 140676944574816 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28705] ppid=28684 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28686/task/28705/stat : 28705 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462683 26628161536 9753 33554432000 4194304 4196468 140733380332256 140676943522096 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40396 KiB

[startup+0.310218 s]*
/proc/loadavg: 0.77 0.89 1.24 3/199 28705
/proc/meminfo: memFree=31452856/32770624 swapFree=67108860/67108860
[pid=28684] ppid=28681 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28684/stat : 28684 (xcsp3-exec) S 28681 28684 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115462677 9740288 346 33554432000 4194304 5098028 140723343221792 140723343219896 140125037159036 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17936384 140723343225957 140723343226167 140723343226167 140723343228907 0
/proc/28684/statm: 2378 346 289 221 0 87 0
[pid=28686] ppid=28684 vsize=26004064 memory=43904 CPUtime=0.49 cores=0-7
/proc/28686/stat : 28686 (java) S 28684 28684 28640 0 -1 1077944320 9158 0 0 0 47 2 0 0 20 0 20 0 115462677 26628161536 10976 33554432000 4194304 4196468 140733380332256 140733380314800 140678479740663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
/proc/28686/statm: 6501016 10976 3102 1 0 6488269 0
[pid=28686/tid=28687] ppid=28684 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28686/task/28687/stat : 28687 (java) R 28684 28684 28640 0 -1 4202560 6105 0 0 0 27 2 0 0 20 0 20 0 115462677 26628161536 10976 33554432000 4194304 4196468 140733380332256 140678483978928 140678113891936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28688] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28688/stat : 28688 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 10976 33554432000 4194304 4196468 140733380332256 140678436293008 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28689] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28689/stat : 28689 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 10976 33554432000 4194304 4196468 140733380332256 140678435240208 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28690] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28690/stat : 28690 (java) S 28684 28684 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 10976 33554432000 4194304 4196468 140733380332256 140678434187920 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28691] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28691/stat : 28691 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 10976 33554432000 4194304 4196468 140733380332256 140678034749968 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28692] ppid=28684 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/28686/task/28692/stat : 28692 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 10976 33554432000 4194304 4196468 140733380332256 140678033697680 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28693] ppid=28684 vsize=26004064 memory=140163170792367 CPUtime=0 cores=0-7
/proc/28686/task/28693/stat : 28693 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 10976 33554432000 4194304 4196468 140733380332256 140678032644880 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28694] ppid=28684 vsize=26004064 memory=140163170794672 CPUtime=0 cores=0-7
/proc/28686/task/28694/stat : 28694 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 10976 33554432000 4194304 4196468 140733380332256 140678031592592 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28695] ppid=28684 vsize=26004064 memory=140163170796976 CPUtime=0 cores=0-7
/proc/28686/task/28695/stat : 28695 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26628161536 10976 33554432000 4194304 4196468 140733380332256 140678030539792 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28696] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28696/stat : 28696 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462680 26628161536 10976 33554432000 4194304 4196468 140733380332256 140676952995952 140678479751810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28697] ppid=28684 vsize=26004064 memory=280326341600912 CPUtime=0 cores=0-7
/proc/28686/task/28697/stat : 28697 (java) S 28684 28684 28640 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115462680 26628161536 10976 33554432000 4194304 4196468 140733380332256 140676951941920 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28698] ppid=28684 vsize=26004064 memory=280326341607824 CPUtime=0 cores=0-7
/proc/28686/task/28698/stat : 28698 (java) S 28684 28684 28640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115462680 26628161536 10976 33554432000 4194304 4196468 140733380332256 140676950889584 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28699] ppid=28684 vsize=26004064 memory=280326341549104 CPUtime=0 cores=0-7
/proc/28686/task/28699/stat : 28699 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462683 26628161536 10976 33554432000 4194304 4196468 140733380332256 140676949837904 140678479759259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28700] ppid=28684 vsize=26004064 memory=280326341621648 CPUtime=0.01 cores=0-7
/proc/28686/task/28700/stat : 28700 (java) R 28684 28684 28640 0 -1 4202560 371 0 0 0 1 0 0 0 20 0 20 0 115462683 26628161536 10976 33554432000 4194304 4196468 140733380332256 140676948785776 140678460336285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28701] ppid=28684 vsize=26004064 memory=280326341628560 CPUtime=0.03 cores=0-7
/proc/28686/task/28701/stat : 28701 (java) S 28684 28684 28640 0 -1 1077944384 343 0 0 0 3 0 0 0 20 0 20 0 115462683 26628161536 10976 33554432000 4194304 4196468 140733380332256 140676947732976 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28702] ppid=28684 vsize=26004064 memory=280326341626256 CPUtime=0.02 cores=0-7
/proc/28686/task/28702/stat : 28702 (java) S 28684 28684 28640 0 -1 1077944384 209 0 0 0 2 0 0 0 20 0 20 0 115462683 26628161536 10976 33554432000 4194304 4196468 140733380332256 140676946680688 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28703] ppid=28684 vsize=26004064 memory=280326341642416 CPUtime=0.12 cores=0-7
/proc/28686/task/28703/stat : 28703 (java) R 28684 28684 28640 0 -1 4202560 818 0 0 0 12 0 0 0 20 0 20 0 115462683 26628161536 10976 33554432000 4194304 4196468 140733380332256 140676945625552 140678458863917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28704] ppid=28684 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28704/stat : 28704 (java) S 28684 28684 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115462683 26628161536 10976 33554432000 4194304 4196468 140733380332256 140676944574816 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28705] ppid=28684 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28686/task/28705/stat : 28705 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115462683 26628161536 10976 33554432000 4194304 4196468 140733380332256 140676943522096 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45288 KiB

[startup+0.700955 s]
/proc/loadavg: 0.77 0.89 1.24 5/199 28705
/proc/meminfo: memFree=31426120/32770624 swapFree=67108860/67108860
[pid=28684] ppid=28681 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28684/stat : 28684 (xcsp3-exec) S 28681 28684 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115462677 9740288 346 33554432000 4194304 5098028 140723343221792 140723343219896 140125037159036 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17936384 140723343225957 140723343226167 140723343226167 140723343228907 0
/proc/28684/statm: 2378 346 289 221 0 87 0
[pid=28686] ppid=28684 vsize=26006188 memory=142960 CPUtime=1.98 cores=0-7
/proc/28686/stat : 28686 (java) S 28684 28684 28640 0 -1 1077944320 14505 0 0 0 193 5 0 0 20 0 20 0 115462677 26630336512 35740 33554432000 4194304 4196468 140733380332256 140733380314800 140678479740663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
/proc/28686/statm: 6501547 35740 3201 1 0 6488781 0
[pid=28686/tid=28687] ppid=28684 vsize=26006188 memory=280326341937344 CPUtime=0.68 cores=0-7
/proc/28686/task/28687/stat : 28687 (java) R 28684 28684 28640 0 -1 4202560 6620 0 0 0 65 3 0 0 20 0 20 0 115462677 26630336512 35740 33554432000 4194304 4196468 140733380332256 140678483949312 140678463821150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28688] ppid=28684 vsize=26006188 memory=5050881541254 CPUtime=0 cores=0-7
/proc/28686/task/28688/stat : 28688 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26630336512 35740 33554432000 4194304 4196468 140733380332256 140678436293008 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28689] ppid=28684 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28689/stat : 28689 (java) S 28684 28684 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115462678 26630336512 35740 33554432000 4194304 4196468 140733380332256 140678435240208 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28690] ppid=28684 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28690/stat : 28690 (java) S 28684 28684 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115462678 26630336512 35740 33554432000 4194304 4196468 140733380332256 140678434187920 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0

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

[pid=28686/tid=28708] ppid=28684 vsize=26538700 memory=7739811328609576000 CPUtime=1.44 cores=0-7
/proc/28686/task/28708/stat : 28708 (java) R 28684 28684 28640 0 -1 4202560 173 0 0 0 143 1 0 0 20 0 28 0 115462968 27175628800 542550 33554432000 4194304 4196468 140733380332256 140676933408792 140678124591180 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28709] ppid=28684 vsize=26538700 memory=7589525591084787052 CPUtime=1.42 cores=0-7
/proc/28686/task/28709/stat : 28709 (java) R 28684 28684 28640 0 -1 4202560 106 0 0 0 142 0 0 0 20 0 28 0 115462968 27175628800 542550 33554432000 4194304 4196468 140733380332256 140676932356648 140678113930288 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28710] ppid=28684 vsize=26538700 memory=1384 CPUtime=1.29 cores=0-7
/proc/28686/task/28710/stat : 28710 (java) R 28684 28684 28640 0 -1 4202560 133 0 0 0 129 0 0 0 20 0 28 0 115462968 27175628800 542550 33554432000 4194304 4196468 140733380332256 140676931301568 140678114817440 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28711] ppid=28684 vsize=26538700 memory=2169880 CPUtime=1.39 cores=0-7
/proc/28686/task/28711/stat : 28711 (java) R 28684 28684 28640 0 -1 4202560 243 0 0 0 138 1 0 0 20 0 28 0 115462968 27175628800 542550 33554432000 4194304 4196468 140733380332256 140676930250584 140678123608906 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28712] ppid=28684 vsize=26538700 memory=0 CPUtime=1.49 cores=0-7
/proc/28686/task/28712/stat : 28712 (java) R 28684 28684 28640 0 -1 4202560 252 0 0 0 149 0 0 0 20 0 28 0 115462968 27175628800 542550 33554432000 4194304 4196468 140733380332256 140676929195928 140678117935420 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28713] ppid=28684 vsize=26538700 memory=0 CPUtime=1.36 cores=0-7
/proc/28686/task/28713/stat : 28713 (java) R 28684 28684 28640 0 -1 4202560 335 0 0 0 134 2 0 0 20 0 28 0 115462968 27175628800 542550 33554432000 4194304 4196468 140733380332256 140676928144472 140678122638590 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
Current children cumulated CPU time: 40.52 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 2171584 KiB

[startup+6.80203 s]
/proc/loadavg: 0.87 0.91 1.24 11/207 28713
/proc/meminfo: memFree=29319032/32770624 swapFree=67108860/67108860
[pid=28684] ppid=28681 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28684/stat : 28684 (xcsp3-exec) S 28681 28684 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115462677 9740288 346 33554432000 4194304 5098028 140723343221792 140723343219896 140125037159036 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17936384 140723343225957 140723343226167 140723343226167 140723343228907 0
/proc/28684/statm: 2378 346 289 221 0 87 0
[pid=28686] ppid=28684 vsize=26538700 memory=2171980 CPUtime=43.68 cores=0-7
/proc/28686/stat : 28686 (java) S 28684 28684 28640 0 -1 1077944320 45606 0 0 0 3948 420 0 0 20 0 28 0 115462677 27175628800 542995 33554432000 4194304 4196468 140733380332256 140733380314800 140678479740663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
/proc/28686/statm: 6634675 542995 3303 1 0 6621909 0
[pid=28686/tid=28687] ppid=28684 vsize=26538700 memory=0 CPUtime=2.02 cores=0-7
/proc/28686/task/28687/stat : 28687 (java) S 28684 28684 28640 0 -1 1077944384 8339 0 0 0 196 6 0 0 20 0 28 0 115462677 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678483981440 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28688] ppid=28684 vsize=26538700 memory=0 CPUtime=2.12 cores=0-7
/proc/28686/task/28688/stat : 28688 (java) S 28684 28684 28640 0 -1 1077944384 972 0 0 0 163 49 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678436293008 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28689] ppid=28684 vsize=26538700 memory=0 CPUtime=2.15 cores=0-7
/proc/28686/task/28689/stat : 28689 (java) S 28684 28684 28640 0 -1 1077944384 1233 0 0 0 166 49 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678435240208 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28690] ppid=28684 vsize=26538700 memory=0 CPUtime=2.06 cores=0-7
/proc/28686/task/28690/stat : 28690 (java) S 28684 28684 28640 0 -1 1077944384 812 0 0 0 160 46 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678434187920 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28691] ppid=28684 vsize=26538700 memory=0 CPUtime=2.13 cores=0-7
/proc/28686/task/28691/stat : 28691 (java) S 28684 28684 28640 0 -1 1077944384 830 0 0 0 164 49 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678034749968 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28692] ppid=28684 vsize=26538700 memory=0 CPUtime=2.07 cores=0-7
/proc/28686/task/28692/stat : 28692 (java) S 28684 28684 28640 0 -1 1077944384 873 0 0 0 159 48 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678033697680 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28693] ppid=28684 vsize=26538700 memory=0 CPUtime=2.11 cores=0-7
/proc/28686/task/28693/stat : 28693 (java) S 28684 28684 28640 0 -1 1077944384 863 0 0 0 162 49 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678032644880 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28694] ppid=28684 vsize=26538700 memory=0 CPUtime=2.03 cores=0-7
/proc/28686/task/28694/stat : 28694 (java) S 28684 28684 28640 0 -1 1077944384 876 0 0 0 157 46 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678031592592 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28695] ppid=28684 vsize=26538700 memory=0 CPUtime=2.09 cores=0-7
/proc/28686/task/28695/stat : 28695 (java) S 28684 28684 28640 0 -1 1077944384 865 0 0 0 162 47 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678030539792 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28696] ppid=28684 vsize=26538700 memory=0 CPUtime=0.13 cores=0-7
/proc/28686/task/28696/stat : 28696 (java) S 28684 28684 28640 0 -1 1077944384 2383 0 0 0 13 0 0 0 20 0 28 0 115462680 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676952995952 140678479751810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28697] ppid=28684 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28697/stat : 28697 (java) S 28684 28684 28640 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 115462680 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676951941984 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28698] ppid=28684 vsize=26538700 memory=708 CPUtime=0 cores=0-7
/proc/28686/task/28698/stat : 28698 (java) S 28684 28684 28640 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 115462680 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676950889600 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28699] ppid=28684 vsize=26538700 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28686/task/28699/stat : 28699 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676949837904 140678479759259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28700] ppid=28684 vsize=26538700 memory=-7522837415797432224 CPUtime=3.38 cores=0-7
/proc/28686/task/28700/stat : 28700 (java) R 28684 28684 28640 0 -1 4202560 7410 0 0 0 337 1 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676948771984 140678479754527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28701] ppid=28684 vsize=26538700 memory=8326441112149131687 CPUtime=3.38 cores=0-7
/proc/28686/task/28701/stat : 28701 (java) R 28684 28684 28640 0 -1 4202560 4969 0 0 0 338 0 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676947733272 140678459395120 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28702] ppid=28684 vsize=26538700 memory=-8614379499087747112 CPUtime=3.51 cores=0-7
/proc/28686/task/28702/stat : 28702 (java) S 28684 28684 28640 0 -1 1077944384 6331 0 0 0 348 3 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676946680688 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28703] ppid=28684 vsize=26538700 memory=3047711604724501878 CPUtime=0.95 cores=0-7
/proc/28686/task/28703/stat : 28703 (java) R 28684 28684 28640 0 -1 1077944384 5666 0 0 0 93 2 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676945627888 140678479751810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28704] ppid=28684 vsize=26538700 memory=4134930498285298233 CPUtime=0 cores=0-7
/proc/28686/task/28704/stat : 28704 (java) S 28684 28684 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676944574816 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28705] ppid=28684 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28705/stat : 28705 (java) S 28684 28684 28640 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676943522096 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28706] ppid=28684 vsize=26538700 memory=7165336302812423268 CPUtime=1.51 cores=0-7
/proc/28686/task/28706/stat : 28706 (java) R 28684 28684 28640 0 -1 4202560 232 0 0 0 148 3 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676935512664 140678123195733 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28707] ppid=28684 vsize=26538700 memory=4639622827774857296 CPUtime=1.7 cores=0-7
/proc/28686/task/28707/stat : 28707 (java) R 28684 28684 28640 0 -1 4202560 119 0 0 0 169 1 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676934459864 140678124400261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28708] ppid=28684 vsize=26538700 memory=6944656575208382560 CPUtime=1.74 cores=0-7
/proc/28686/task/28708/stat : 28708 (java) R 28684 28684 28640 0 -1 4202560 203 0 0 0 173 1 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676933406504 140678123198462 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28709] ppid=28684 vsize=26538700 memory=6944652177228980320 CPUtime=1.7 cores=0-7
/proc/28686/task/28709/stat : 28709 (java) R 28684 28684 28640 0 -1 4202560 121 0 0 0 170 0 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676932354600 140678122639091 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28710] ppid=28684 vsize=26538700 memory=6645459911560372124 CPUtime=1.5 cores=0-7
/proc/28686/task/28710/stat : 28710 (java) R 28684 28684 28640 0 -1 4202560 203 0 0 0 148 2 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676931301632 140678116674235 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28711] ppid=28684 vsize=26538700 memory=0 CPUtime=1.61 cores=0-7
/proc/28686/task/28711/stat : 28711 (java) R 28684 28684 28640 0 -1 4202560 264 0 0 0 160 1 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676930248680 140678122639440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28712] ppid=28684 vsize=26538700 memory=0 CPUtime=1.84 cores=0-7
/proc/28686/task/28712/stat : 28712 (java) R 28684 28684 28640 0 -1 4202560 287 0 0 0 182 2 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676929197768 140678123734592 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28713] ppid=28684 vsize=26538700 memory=0 CPUtime=1.69 cores=0-7
/proc/28686/task/28713/stat : 28713 (java) R 28684 28684 28640 0 -1 4202560 365 0 0 0 166 3 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676928143080 140678122638936 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
Current children cumulated CPU time: 43.68 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 2173364 KiB

[startup+7.20503 s]
/proc/loadavg: 0.87 0.91 1.24 10/207 28713
/proc/meminfo: memFree=29318548/32770624 swapFree=67108860/67108860
[pid=28684] ppid=28681 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28684/stat : 28684 (xcsp3-exec) S 28681 28684 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115462677 9740288 346 33554432000 4194304 5098028 140723343221792 140723343219896 140125037159036 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17936384 140723343225957 140723343226167 140723343226167 140723343228907 0
/proc/28684/statm: 2378 346 289 221 0 87 0
[pid=28686] ppid=28684 vsize=26538700 memory=2171980 CPUtime=46.88 cores=0-7
/proc/28686/stat : 28686 (java) S 28684 28684 28640 0 -1 1077944320 45668 0 0 0 4267 421 0 0 20 0 28 0 115462677 27175628800 542995 33554432000 4194304 4196468 140733380332256 140733380314800 140678479740663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
/proc/28686/statm: 6634675 542995 3303 1 0 6621909 0
[pid=28686/tid=28687] ppid=28684 vsize=26538700 memory=4140 CPUtime=2.02 cores=0-7
/proc/28686/task/28687/stat : 28687 (java) S 28684 28684 28640 0 -1 1077944384 8339 0 0 0 196 6 0 0 20 0 28 0 115462677 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678483981440 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28688] ppid=28684 vsize=26538700 memory=32384 CPUtime=2.12 cores=0-7
/proc/28686/task/28688/stat : 28688 (java) S 28684 28684 28640 0 -1 1077944384 972 0 0 0 163 49 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678436293008 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28689] ppid=28684 vsize=26538700 memory=1296 CPUtime=2.15 cores=0-7
/proc/28686/task/28689/stat : 28689 (java) S 28684 28684 28640 0 -1 1077944384 1233 0 0 0 166 49 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678435240208 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28690] ppid=28684 vsize=26538700 memory=2336 CPUtime=2.06 cores=0-7
/proc/28686/task/28690/stat : 28690 (java) S 28684 28684 28640 0 -1 1077944384 812 0 0 0 160 46 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678434187920 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28691] ppid=28684 vsize=26538700 memory=1724 CPUtime=2.13 cores=0-7
/proc/28686/task/28691/stat : 28691 (java) S 28684 28684 28640 0 -1 1077944384 830 0 0 0 164 49 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678034749968 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28692] ppid=28684 vsize=26538700 memory=1012 CPUtime=2.07 cores=0-7
/proc/28686/task/28692/stat : 28692 (java) S 28684 28684 28640 0 -1 1077944384 873 0 0 0 159 48 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678033697680 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28693] ppid=28684 vsize=26538700 memory=1384 CPUtime=2.11 cores=0-7
/proc/28686/task/28693/stat : 28693 (java) S 28684 28684 28640 0 -1 1077944384 863 0 0 0 162 49 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678032644880 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28694] ppid=28684 vsize=26538700 memory=2171976 CPUtime=2.03 cores=0-7
/proc/28686/task/28694/stat : 28694 (java) S 28684 28684 28640 0 -1 1077944384 876 0 0 0 157 46 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678031592592 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28695] ppid=28684 vsize=26538700 memory=0 CPUtime=2.09 cores=0-7
/proc/28686/task/28695/stat : 28695 (java) S 28684 28684 28640 0 -1 1077944384 865 0 0 0 162 47 0 0 20 0 28 0 115462678 27175628800 542995 33554432000 4194304 4196468 140733380332256 140678030539792 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28696] ppid=28684 vsize=26538700 memory=0 CPUtime=0.13 cores=0-7
/proc/28686/task/28696/stat : 28696 (java) S 28684 28684 28640 0 -1 1077944384 2383 0 0 0 13 0 0 0 20 0 28 0 115462680 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676952995952 140678479751810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28697] ppid=28684 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28697/stat : 28697 (java) S 28684 28684 28640 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 115462680 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676951941984 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28698] ppid=28684 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28698/stat : 28698 (java) S 28684 28684 28640 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 115462680 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676950889600 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28699] ppid=28684 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28699/stat : 28699 (java) S 28684 28684 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676949837904 140678479759259 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28700] ppid=28684 vsize=26538700 memory=7719362908076503600 CPUtime=3.41 cores=0-7
/proc/28686/task/28700/stat : 28700 (java) S 28684 28684 28640 0 -1 1077944384 7411 0 0 0 340 1 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676948785776 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28701] ppid=28684 vsize=26538700 memory=2315025693988228254 CPUtime=3.46 cores=0-7
/proc/28686/task/28701/stat : 28701 (java) S 28684 28684 28640 0 -1 1077944384 4971 0 0 0 345 1 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676947732976 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28702] ppid=28684 vsize=26538700 memory=7586183461929016192 CPUtime=3.57 cores=0-7
/proc/28686/task/28702/stat : 28702 (java) S 28684 28684 28640 0 -1 1077944384 6333 0 0 0 354 3 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676946680688 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28703] ppid=28684 vsize=26538700 memory=0 CPUtime=0.96 cores=0-7
/proc/28686/task/28703/stat : 28703 (java) S 28684 28684 28640 0 -1 1077944384 5666 0 0 0 94 2 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676945627888 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28704] ppid=28684 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28704/stat : 28704 (java) S 28684 28684 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676944574816 140678479750869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28705] ppid=28684 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28686/task/28705/stat : 28705 (java) S 28684 28684 28640 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 28 0 115462683 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676943522096 140678479751810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28706] ppid=28684 vsize=26538700 memory=0 CPUtime=1.85 cores=0-7
/proc/28686/task/28706/stat : 28706 (java) R 28684 28684 28640 0 -1 4202560 244 0 0 0 182 3 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676935511736 140678124206686 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28707] ppid=28684 vsize=26538700 memory=0 CPUtime=2.1 cores=0-7
/proc/28686/task/28707/stat : 28707 (java) R 28684 28684 28640 0 -1 4202560 126 0 0 0 209 1 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676934459864 140678124206821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28708] ppid=28684 vsize=26538700 memory=0 CPUtime=2.1 cores=0-7
/proc/28686/task/28708/stat : 28708 (java) R 28684 28684 28640 0 -1 4202560 213 0 0 0 209 1 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676933406504 140678123490392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28709] ppid=28684 vsize=26538700 memory=0 CPUtime=2.07 cores=0-7
/proc/28686/task/28709/stat : 28709 (java) R 28684 28684 28640 0 -1 4202560 128 0 0 0 207 0 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676932354152 140678115953508 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28710] ppid=28684 vsize=26538700 memory=0 CPUtime=1.85 cores=0-7
/proc/28686/task/28710/stat : 28710 (java) R 28684 28684 28640 0 -1 4202560 203 0 0 0 183 2 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676931302616 140678124206665 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28711] ppid=28684 vsize=26538700 memory=0 CPUtime=2.02 cores=0-7
/proc/28686/task/28711/stat : 28711 (java) R 28684 28684 28640 0 -1 4202560 269 0 0 0 201 1 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676930249352 140678123768521 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28712] ppid=28684 vsize=26538700 memory=2241 CPUtime=2.25 cores=0-7
/proc/28686/task/28712/stat : 28712 (java) R 28684 28684 28640 0 -1 4202560 302 0 0 0 222 3 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676929196440 140678117935454 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
[pid=28686/tid=28713] ppid=28684 vsize=26538700 memory=2244 CPUtime=2.09 cores=0-7
/proc/28686/task/28713/stat : 28713 (java) R 28684 28684 28640 0 -1 4202560 366 0 0 0 206 3 0 0 20 0 28 0 115462968 27175628800 542995 33554432000 4194304 4196468 140733380332256 140676928145128 140678122638540 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 39563264 140733380338834 140733380339011 140733380339011 140733380341711 0
Current children cumulated CPU time: 46.88 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 2173364 KiB

[startup+7.30133 s]
/proc/loadavg: 0.87 0.91 1.24 10/207 28713
/proc/meminfo: memFree=29318548/32770624 swapFree=67108860/67108860
[pid=28684] ppid=28681 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28684/stat : 28684 (xcsp3-exec) S 28681 28684 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115462677 9740288 346 33554432000 4194304 5098028 140723343221792 140723343219896 140125037159036 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17936384 140723343225957 140723343226167 140723343226167 140723343228907 0
/proc/28684/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1384 KiB

Child status: 0
Real time (s): 7.30237
CPU time (s): 47.5139
CPU user time (s): 43.2682
CPU system time (s): 4.24576
CPU usage (%): 650.664
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 2175240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.2682
system time used= 4.24576
maximum resident set size= 2174252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46352
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4772
involuntary context switches= 1017


# summary of solver processes directly reported to runsolver:
#   pid: 28684
#   total CPU time (s): 47.5139
#   total CPU user time (s): 43.2682
#   total CPU system time (s): 4.24576

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079467 second user time and 0.130327 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-15 20:48:06
IDJOB=4270929
IDBENCH=139269
IDSOLVER=2662
FILE ID=node103/4270929-1502823745
RUNJOBID= node103-1502822886-28667
PBS_JOBID= 20629831
Free space on /tmp= 61800 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-04-04-fair.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-4270929-1502823745/watcher-4270929-1502823745 -o /tmp/evaluation-result-4270929-1502823745/solver-4270929-1502823745 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502822886-28667 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 521955123 HOME/instance-4270929-1502823745.xml

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

MD5SUM BENCH= 005af5eedf24bd8f858adc721c64a56d
RANDOM SEED=521955123

node103.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.56
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.56
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.56
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.56
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:        31483528 kB
MemAvailable:   31984296 kB
Buffers:          190968 kB
Cached:           595864 kB
SwapCached:            0 kB
Active:           595996 kB
Inactive:         244604 kB
Active(anon):       3556 kB
Inactive(anon):    78452 kB
Active(file):     592440 kB
Inactive(file):   166152 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7868 kB
Writeback:             0 kB
AnonPages:         60332 kB
Mapped:            46144 kB
Shmem:             25228 kB
Slab:             142592 kB
SReclaimable:     116024 kB
SUnreclaim:        26568 kB
KernelStack:        3200 kB
PageTables:         4592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 61792 MiB
End job on node103 at 2017-08-15 20:48:14