Trace number 4271257

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 7.7157402 1.54724

General information on the benchmark

NameScheduling/Scheduling-xcsp2-cabinet/
Cabinet-5580_X2.xml
MD5SUMc1d9bbd499a467fa3c210b9e0bab246a
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 benchmark0.661475
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Number of domains46
Minimum domain size2
Maximum domain size84591
Distribution of domain sizes[{"size":2,"count":98},{"size":7,"count":14},{"size":5580,"count":1},{"size":24829,"count":2},{"size":44731,"count":4},{"size":84591,"count":1}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":98},{"degree":3,"count":7},{"degree":7,"count":3},{"degree":8,"count":3},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":111},{"arity":8,"count":1},{"arity":15,"count":7}]
Number of extensional constraints98
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":98},{"type":"intension","count":20},{"type":"sum","count":7},{"type":"maximum","count":1}]
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-4271257-1502654120.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271257-1502654120.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
2.92/0.90	c solve instance...
7.48/1.52	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 (14291 MiB free)
  memory of node 1: 16384 MiB (14166 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271257-1502654120/watcher-4271257-1502654120 -o /tmp/evaluation-result-4271257-1502654120/solver-4271257-1502654120 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502648212-19730 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1395818148 HOME/instance-4271257-1502654120.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
Current StackSize limit: 8192 KiB

solver pid=20259, runsolver pid=20256

[startup+0.100157 s]*
/proc/loadavg: 8.13 8.05 8.12 2/200 20280
/proc/meminfo: memFree=29125232/32770624 swapFree=67108860/67108860
[pid=20259] ppid=20256 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/20259/stat : 20259 (xcsp3-exec) S 20256 20259 19703 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 98500092 9740288 346 33554432000 4194304 5098028 140722527768720 140722527766824 140502242615932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23236608 140722527777892 140722527778103 140722527778103 140722527780843 0
/proc/20259/statm: 2378 346 289 221 0 87 0
[pid=20261] ppid=20259 vsize=25999808 memory=26476 CPUtime=0.12 cores=0-7
/proc/20261/stat : 20261 (java) S 20259 20259 19703 0 -1 1077944320 5479 0 0 0 11 1 0 0 20 0 20 0 98500092 26623803392 6619 33554432000 4194304 4196468 140731323865056 140731323847600 139722379185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
/proc/20261/statm: 6499952 6619 2865 1 0 6488269 0
[pid=20261/tid=20262] ppid=20259 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/20261/task/20262/stat : 20262 (java) R 20259 20259 19703 0 -1 4202560 3483 0 0 0 8 1 0 0 20 0 20 0 98500092 26623803392 6619 33554432000 4194304 4196468 140731323865056 139722383419184 139722363266398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20263] ppid=20259 vsize=25999808 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/20261/task/20263/stat : 20263 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26623803392 6619 33554432000 4194304 4196468 140731323865056 139722335738384 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20264] ppid=20259 vsize=25999808 memory=140713935840896 CPUtime=0 cores=0-7
/proc/20261/task/20264/stat : 20264 (java) S 20259 20259 19703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 98500093 26623803392 6619 33554432000 4194304 4196468 140731323865056 139722334685840 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20265] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20265/stat : 20265 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500093 26623803392 6619 33554432000 4194304 4196468 140731323865056 139722333632784 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20266] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20266/stat : 20266 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500093 26623803392 6619 33554432000 4194304 4196468 140731323865056 139721934764432 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20267] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20267/stat : 20267 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26623803392 6619 33554432000 4194304 4196468 140731323865056 139721933712400 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20268] ppid=20259 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/20261/task/20268/stat : 20268 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500093 26623803392 6619 33554432000 4194304 4196468 140731323865056 139721932659856 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20269] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20269/stat : 20269 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26623803392 6619 33554432000 4194304 4196468 140731323865056 139721931606800 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20270] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20270/stat : 20270 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26623803392 6619 33554432000 4194304 4196468 140731323865056 139721930554256 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20271] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20271/stat : 20271 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500094 26623803392 6619 33554432000 4194304 4196468 140731323865056 139720919066864 139722379197058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20272] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20272/stat : 20272 (java) S 20259 20259 19703 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 98500095 26623803392 6619 33554432000 4194304 4196468 140731323865056 139720918013088 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20273] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20273/stat : 20273 (java) S 20259 20259 19703 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 98500095 26623803392 6619 33554432000 4194304 4196468 140731323865056 139720916959984 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20274] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20274/stat : 20274 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500097 26623803392 6619 33554432000 4194304 4196468 140731323865056 139720915908560 139722379204507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20275] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20275/stat : 20275 (java) S 20259 20259 19703 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 98500097 26623803392 6619 33554432000 4194304 4196468 140731323865056 139720914856688 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20276] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20276/stat : 20276 (java) S 20259 20259 19703 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 98500097 26623803392 6619 33554432000 4194304 4196468 140731323865056 139720913804144 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20277] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20277/stat : 20277 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500097 26623803392 6619 33554432000 4194304 4196468 140731323865056 139720912751088 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20278] ppid=20259 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/20261/task/20278/stat : 20278 (java) R 20259 20259 19703 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 20 0 98500097 26623803392 6619 33554432000 4194304 4196468 140731323865056 139720911698544 139722379197058 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20279] ppid=20259 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20279/stat : 20279 (java) S 20259 20259 19703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 98500098 26623803392 6619 33554432000 4194304 4196468 140731323865056 139720910645728 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20280] ppid=20259 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/20261/task/20280/stat : 20280 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500098 26623803392 6619 33554432000 4194304 4196468 140731323865056 139720909593264 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27860 KiB

[startup+0.209707 s]*
/proc/loadavg: 8.13 8.05 8.12 2/200 20280
/proc/meminfo: memFree=29113120/32770624 swapFree=67108860/67108860
[pid=20259] ppid=20256 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/20259/stat : 20259 (xcsp3-exec) S 20256 20259 19703 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 98500092 9740288 346 33554432000 4194304 5098028 140722527768720 140722527766824 140502242615932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23236608 140722527777892 140722527778103 140722527778103 140722527780843 0
/proc/20259/statm: 2378 346 289 221 0 87 0
[pid=20261] ppid=20259 vsize=26004064 memory=38816 CPUtime=0.33 cores=0-7
/proc/20261/stat : 20261 (java) S 20259 20259 19703 0 -1 1077944320 8303 0 0 0 30 3 0 0 20 0 20 0 98500092 26628161536 9704 33554432000 4194304 4196468 140731323865056 140731323847600 139722379185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
/proc/20261/statm: 6501016 9704 3023 1 0 6488269 0
[pid=20261/tid=20262] ppid=20259 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/20261/task/20262/stat : 20262 (java) R 20259 20259 19703 0 -1 4202560 5394 0 0 0 17 2 0 0 20 0 20 0 98500092 26628161536 9704 33554432000 4194304 4196468 140731323865056 139722383399920 139722363266398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20263] ppid=20259 vsize=26004064 memory=327 CPUtime=0 cores=0-7
/proc/20261/task/20263/stat : 20263 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 9704 33554432000 4194304 4196468 140731323865056 139722335738384 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20264] ppid=20259 vsize=26004064 memory=288371090087552640 CPUtime=0 cores=0-7
/proc/20261/task/20264/stat : 20264 (java) S 20259 20259 19703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 9704 33554432000 4194304 4196468 140731323865056 139722334685840 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20265] ppid=20259 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/20261/task/20265/stat : 20265 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 9704 33554432000 4194304 4196468 140731323865056 139722333632784 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20266] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20266/stat : 20266 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 9704 33554432000 4194304 4196468 140731323865056 139721934764432 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20267] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20267/stat : 20267 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 9704 33554432000 4194304 4196468 140731323865056 139721933712400 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20268] ppid=20259 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/20261/task/20268/stat : 20268 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 9704 33554432000 4194304 4196468 140731323865056 139721932659856 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20269] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20269/stat : 20269 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 9704 33554432000 4194304 4196468 140731323865056 139721931606800 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20270] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20270/stat : 20270 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 9704 33554432000 4194304 4196468 140731323865056 139721930554256 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20271] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20271/stat : 20271 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500094 26628161536 9704 33554432000 4194304 4196468 140731323865056 139720919066864 139722379197058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20272] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20272/stat : 20272 (java) S 20259 20259 19703 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 98500095 26628161536 9704 33554432000 4194304 4196468 140731323865056 139720918013088 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20273] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20273/stat : 20273 (java) S 20259 20259 19703 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 98500095 26628161536 9704 33554432000 4194304 4196468 140731323865056 139720916959984 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20274] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20274/stat : 20274 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500097 26628161536 9704 33554432000 4194304 4196468 140731323865056 139720915908560 139722379204507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20275] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20275/stat : 20275 (java) S 20259 20259 19703 0 -1 1077944384 366 0 0 0 0 0 0 0 20 0 20 0 98500097 26628161536 9704 33554432000 4194304 4196468 140731323865056 139720914856688 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20276] ppid=20259 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/20261/task/20276/stat : 20276 (java) S 20259 20259 19703 0 -1 1077944384 207 0 0 0 1 0 0 0 20 0 20 0 98500097 26628161536 9704 33554432000 4194304 4196468 140731323865056 139720913804144 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20277] ppid=20259 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/20261/task/20277/stat : 20277 (java) S 20259 20259 19703 0 -1 1077944384 248 0 0 0 1 0 0 0 20 0 20 0 98500097 26628161536 9704 33554432000 4194304 4196468 140731323865056 139720912751088 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20278] ppid=20259 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/20261/task/20278/stat : 20278 (java) R 20259 20259 19703 0 -1 4202560 780 0 0 0 8 0 0 0 20 0 20 0 98500097 26628161536 9704 33554432000 4194304 4196468 140731323865056 139720911698544 139722357711009 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20279] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20279/stat : 20279 (java) S 20259 20259 19703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 98500098 26628161536 9704 33554432000 4194304 4196468 140731323865056 139720910645728 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20280] ppid=20259 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/20261/task/20280/stat : 20280 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500098 26628161536 9704 33554432000 4194304 4196468 140731323865056 139720909593264 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40200 KiB

[startup+0.309562 s]*
/proc/loadavg: 8.13 8.05 8.12 3/200 20280
/proc/meminfo: memFree=29108756/32770624 swapFree=67108860/67108860
[pid=20259] ppid=20256 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/20259/stat : 20259 (xcsp3-exec) S 20256 20259 19703 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 98500092 9740288 346 33554432000 4194304 5098028 140722527768720 140722527766824 140502242615932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23236608 140722527777892 140722527778103 140722527778103 140722527780843 0
/proc/20259/statm: 2378 346 289 221 0 87 0
[pid=20261] ppid=20259 vsize=26004064 memory=45760 CPUtime=0.5 cores=0-7
/proc/20261/stat : 20261 (java) S 20259 20259 19703 0 -1 1077944320 9182 0 0 0 47 3 0 0 20 0 20 0 98500092 26628161536 11440 33554432000 4194304 4196468 140731323865056 140731323847600 139722379185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
/proc/20261/statm: 6501016 11440 3045 1 0 6488269 0
[pid=20261/tid=20262] ppid=20259 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/20261/task/20262/stat : 20262 (java) R 20259 20259 19703 0 -1 4202560 6077 0 0 0 27 2 0 0 20 0 20 0 98500092 26628161536 11440 33554432000 4194304 4196468 140731323865056 139722383411808 139722363266398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20263] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20263/stat : 20263 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 11440 33554432000 4194304 4196468 140731323865056 139722335738384 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20264] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20264/stat : 20264 (java) S 20259 20259 19703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 11440 33554432000 4194304 4196468 140731323865056 139722334685840 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20265] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20265/stat : 20265 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 11440 33554432000 4194304 4196468 140731323865056 139722333632784 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20266] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20266/stat : 20266 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 11440 33554432000 4194304 4196468 140731323865056 139721934764432 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20267] ppid=20259 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/20261/task/20267/stat : 20267 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 11440 33554432000 4194304 4196468 140731323865056 139721933712400 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20268] ppid=20259 vsize=26004064 memory=140713799021487 CPUtime=0 cores=0-7
/proc/20261/task/20268/stat : 20268 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 11440 33554432000 4194304 4196468 140731323865056 139721932659856 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20269] ppid=20259 vsize=26004064 memory=140713799023792 CPUtime=0 cores=0-7
/proc/20261/task/20269/stat : 20269 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 11440 33554432000 4194304 4196468 140731323865056 139721931606800 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20270] ppid=20259 vsize=26004064 memory=140713799026096 CPUtime=0 cores=0-7
/proc/20261/task/20270/stat : 20270 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26628161536 11440 33554432000 4194304 4196468 140731323865056 139721930554256 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20271] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20271/stat : 20271 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500094 26628161536 11440 33554432000 4194304 4196468 140731323865056 139720919066864 139722379197058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20272] ppid=20259 vsize=26004064 memory=281427598059152 CPUtime=0 cores=0-7
/proc/20261/task/20272/stat : 20272 (java) S 20259 20259 19703 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 98500095 26628161536 11440 33554432000 4194304 4196468 140731323865056 139720918013088 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20273] ppid=20259 vsize=26004064 memory=281427598066064 CPUtime=0 cores=0-7
/proc/20261/task/20273/stat : 20273 (java) S 20259 20259 19703 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 98500095 26628161536 11440 33554432000 4194304 4196468 140731323865056 139720916959984 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20274] ppid=20259 vsize=26004064 memory=281427598007344 CPUtime=0 cores=0-7
/proc/20261/task/20274/stat : 20274 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500097 26628161536 11440 33554432000 4194304 4196468 140731323865056 139720915908560 139722379204507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20275] ppid=20259 vsize=26004064 memory=281427598079888 CPUtime=0.01 cores=0-7
/proc/20261/task/20275/stat : 20275 (java) S 20259 20259 19703 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 20 0 98500097 26628161536 11440 33554432000 4194304 4196468 140731323865056 139720914856688 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20276] ppid=20259 vsize=26004064 memory=281427598086800 CPUtime=0.03 cores=0-7
/proc/20261/task/20276/stat : 20276 (java) S 20259 20259 19703 0 -1 1077944384 271 0 0 0 3 0 0 0 20 0 20 0 98500097 26628161536 11440 33554432000 4194304 4196468 140731323865056 139720913804144 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20277] ppid=20259 vsize=26004064 memory=281427598084496 CPUtime=0.02 cores=0-7
/proc/20261/task/20277/stat : 20277 (java) S 20259 20259 19703 0 -1 1077944384 257 0 0 0 2 0 0 0 20 0 20 0 98500097 26628161536 11440 33554432000 4194304 4196468 140731323865056 139720912751088 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20278] ppid=20259 vsize=26004064 memory=281427598100656 CPUtime=0.12 cores=0-7
/proc/20261/task/20278/stat : 20278 (java) R 20259 20259 19703 0 -1 4202560 905 0 0 0 12 0 0 0 20 0 20 0 98500097 26628161536 11440 33554432000 4194304 4196468 140731323865056 139720911695480 139722372285758 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20279] ppid=20259 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20279/stat : 20279 (java) S 20259 20259 19703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 98500098 26628161536 11440 33554432000 4194304 4196468 140731323865056 139720910645728 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20280] ppid=20259 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/20261/task/20280/stat : 20280 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500098 26628161536 11440 33554432000 4194304 4196468 140731323865056 139720909593264 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47144 KiB

[startup+0.700875 s]
/proc/loadavg: 8.13 8.05 8.12 6/200 20280
/proc/meminfo: memFree=29077360/32770624 swapFree=67108860/67108860
[pid=20259] ppid=20256 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/20259/stat : 20259 (xcsp3-exec) S 20256 20259 19703 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 98500092 9740288 346 33554432000 4194304 5098028 140722527768720 140722527766824 140502242615932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23236608 140722527777892 140722527778103 140722527778103 140722527780843 0
/proc/20259/statm: 2378 346 289 221 0 87 0
[pid=20261] ppid=20259 vsize=26006188 memory=166208 CPUtime=1.75 cores=0-7
/proc/20261/stat : 20261 (java) S 20259 20259 19703 0 -1 1077944320 14261 0 0 0 167 8 0 0 20 0 20 0 98500092 26630336512 41552 33554432000 4194304 4196468 140731323865056 140731323847600 139722379185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
/proc/20261/statm: 6501547 41552 3210 1 0 6488781 0
[pid=20261/tid=20262] ppid=20259 vsize=26006188 memory=281427598458544 CPUtime=0.67 cores=0-7
/proc/20261/task/20262/stat : 20262 (java) R 20259 20259 19703 0 -1 4202560 6730 0 0 0 63 4 0 0 20 0 20 0 98500092 26630336512 41552 33554432000 4194304 4196468 140731323865056 139722383421456 139722016541886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20263] ppid=20259 vsize=26006188 memory=140713799230320 CPUtime=0 cores=0-7
/proc/20261/task/20263/stat : 20263 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500093 26630336512 41552 33554432000 4194304 4196468 140731323865056 139722335738384 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20264] ppid=20259 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20264/stat : 20264 (java) S 20259 20259 19703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 98500093 26630336512 41552 33554432000 4194304 4196468 140731323865056 139722334685840 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20265] ppid=20259 vsize=26006188 memory=5296 CPUtime=0 cores=0-7
/proc/20261/task/20265/stat : 20265 (java) S 20259 20259 19703 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 98500093 26630336512 41552 33554432000 4194304 4196468 140731323865056 139722333632784 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0

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

[pid=20261/tid=20274] ppid=20259 vsize=26006188 memory=956 CPUtime=0 cores=0-7
/proc/20261/task/20274/stat : 20274 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500097 26630336512 41552 33554432000 4194304 4196468 140731323865056 139720915908560 139722379204507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20275] ppid=20259 vsize=26006188 memory=0 CPUtime=0.18 cores=0-7
/proc/20261/task/20275/stat : 20275 (java) R 20259 20259 19703 0 -1 4202560 1252 0 0 0 18 0 0 0 20 0 20 0 98500097 26630336512 41552 33554432000 4194304 4196468 140731323865056 139720914837704 139722359886208 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20276] ppid=20259 vsize=26006188 memory=11032 CPUtime=0.21 cores=0-7
/proc/20261/task/20276/stat : 20276 (java) R 20259 20259 19703 0 -1 4202560 1370 0 0 0 21 0 0 0 20 0 20 0 98500097 26630336512 41552 33554432000 4194304 4196468 140731323865056 139720913790024 139722362570913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20277] ppid=20259 vsize=26006188 memory=1712 CPUtime=0.22 cores=0-7
/proc/20261/task/20277/stat : 20277 (java) R 20259 20259 19703 0 -1 4202560 1130 0 0 0 22 0 0 0 20 0 20 0 98500097 26630336512 41552 33554432000 4194304 4196468 140731323865056 139720912737872 139722360730008 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20278] ppid=20259 vsize=26006188 memory=1952 CPUtime=0.41 cores=0-7
/proc/20261/task/20278/stat : 20278 (java) R 20259 20259 19703 0 -1 4202560 2467 0 0 0 41 0 0 0 20 0 20 0 98500097 26630336512 41552 33554432000 4194304 4196468 140731323865056 139720911694456 139722357819605 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20279] ppid=20259 vsize=26006188 memory=8552 CPUtime=0 cores=0-7
/proc/20261/task/20279/stat : 20279 (java) S 20259 20259 19703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 98500098 26630336512 41552 33554432000 4194304 4196468 140731323865056 139720910645728 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20280] ppid=20259 vsize=26006188 memory=1224 CPUtime=0 cores=0-7
/proc/20261/task/20280/stat : 20280 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 98500098 26630336512 41552 33554432000 4194304 4196468 140731323865056 139720909593264 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 167592 KiB

[startup+1.50147 s]
/proc/loadavg: 8.13 8.05 8.12 12/208 20288
/proc/meminfo: memFree=28862216/32770624 swapFree=67108860/67108860
[pid=20259] ppid=20256 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/20259/stat : 20259 (xcsp3-exec) S 20256 20259 19703 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 98500092 9740288 346 33554432000 4194304 5098028 140722527768720 140722527766824 140502242615932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23236608 140722527777892 140722527778103 140722527778103 140722527780843 0
/proc/20259/statm: 2378 346 289 221 0 87 0
[pid=20261] ppid=20259 vsize=26538700 memory=310956 CPUtime=7.48 cores=0-7
/proc/20261/stat : 20261 (java) S 20259 20259 19703 0 -1 1077944320 20885 0 0 0 719 29 0 0 20 0 28 0 98500092 27175628800 77739 33554432000 4194304 4196468 140731323865056 140731323847600 139722379185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
/proc/20261/statm: 6634675 77739 3233 1 0 6621909 0
[pid=20261/tid=20262] ppid=20259 vsize=26538700 memory=14698478437665088 CPUtime=0.76 cores=0-7
/proc/20261/task/20262/stat : 20262 (java) S 20259 20259 19703 0 -1 1077944384 6806 0 0 0 71 5 0 0 20 0 28 0 98500092 27175628800 77739 33554432000 4194304 4196468 140731323865056 139722383426688 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20263] ppid=20259 vsize=26538700 memory=0 CPUtime=0.11 cores=0-7
/proc/20261/task/20263/stat : 20263 (java) S 20259 20259 19703 0 -1 1077944384 55 0 0 0 9 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139722335738384 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20264] ppid=20259 vsize=26538700 memory=0 CPUtime=0.08 cores=0-7
/proc/20261/task/20264/stat : 20264 (java) S 20259 20259 19703 0 -1 1077944384 39 0 0 0 6 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139722334685840 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20265] ppid=20259 vsize=26538700 memory=0 CPUtime=0.08 cores=0-7
/proc/20261/task/20265/stat : 20265 (java) S 20259 20259 19703 0 -1 1077944384 39 0 0 0 6 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139722333632784 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20266] ppid=20259 vsize=26538700 memory=0 CPUtime=0.08 cores=0-7
/proc/20261/task/20266/stat : 20266 (java) S 20259 20259 19703 0 -1 1077944384 36 0 0 0 6 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139721934764432 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20267] ppid=20259 vsize=26538700 memory=2244 CPUtime=0.08 cores=0-7
/proc/20261/task/20267/stat : 20267 (java) S 20259 20259 19703 0 -1 1077944384 50 0 0 0 6 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139721933712400 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20268] ppid=20259 vsize=26538700 memory=0 CPUtime=0.09 cores=0-7
/proc/20261/task/20268/stat : 20268 (java) S 20259 20259 19703 0 -1 1077944384 51 0 0 0 7 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139721932659856 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20269] ppid=20259 vsize=26538700 memory=0 CPUtime=0.1 cores=0-7
/proc/20261/task/20269/stat : 20269 (java) S 20259 20259 19703 0 -1 1077944384 43 0 0 0 8 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139721931606800 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20270] ppid=20259 vsize=26538700 memory=0 CPUtime=0.08 cores=0-7
/proc/20261/task/20270/stat : 20270 (java) S 20259 20259 19703 0 -1 1077944384 35 0 0 0 6 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139721930554256 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20271] ppid=20259 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20271/stat : 20271 (java) S 20259 20259 19703 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 98500094 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720919066864 139722379197058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20272] ppid=20259 vsize=26538700 memory=302460 CPUtime=0 cores=0-7
/proc/20261/task/20272/stat : 20272 (java) S 20259 20259 19703 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 98500095 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720918013088 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20273] ppid=20259 vsize=26538700 memory=4140 CPUtime=0 cores=0-7
/proc/20261/task/20273/stat : 20273 (java) S 20259 20259 19703 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 98500095 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720916959984 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20274] ppid=20259 vsize=26538700 memory=28152 CPUtime=0 cores=0-7
/proc/20261/task/20274/stat : 20274 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 98500097 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720915908560 139722379204507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20275] ppid=20259 vsize=26538700 memory=1292 CPUtime=0.6 cores=0-7
/proc/20261/task/20275/stat : 20275 (java) R 20259 20259 19703 0 -1 4202560 3553 0 0 0 59 1 0 0 20 0 28 0 98500097 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720914842184 139722362743250 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20276] ppid=20259 vsize=26538700 memory=2428 CPUtime=0.59 cores=0-7
/proc/20261/task/20276/stat : 20276 (java) R 20259 20259 19703 0 -1 4202560 2279 0 0 0 58 1 0 0 20 0 28 0 98500097 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720913785160 139722363574768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20277] ppid=20259 vsize=26538700 memory=1728 CPUtime=0.56 cores=0-7
/proc/20261/task/20277/stat : 20277 (java) R 20259 20259 19703 0 -1 4202560 2392 0 0 0 56 0 0 0 20 0 28 0 98500097 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720912744280 139722363178509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20278] ppid=20259 vsize=26538700 memory=1420 CPUtime=0.65 cores=0-7
/proc/20261/task/20278/stat : 20278 (java) R 20259 20259 19703 0 -1 4202560 3672 0 0 0 64 1 0 0 20 0 28 0 98500097 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720911698544 139722371423038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20279] ppid=20259 vsize=26538700 memory=11032 CPUtime=0 cores=0-7
/proc/20261/task/20279/stat : 20279 (java) S 20259 20259 19703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 98500098 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720910645728 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20280] ppid=20259 vsize=26538700 memory=1712 CPUtime=0 cores=0-7
/proc/20261/task/20280/stat : 20280 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 98500098 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720909593264 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20281] ppid=20259 vsize=26538700 memory=1952 CPUtime=0.46 cores=0-7
/proc/20261/task/20281/stat : 20281 (java) R 20259 20259 19703 0 -1 4202560 61 0 0 0 46 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720902073728 139722020302380 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20282] ppid=20259 vsize=26538700 memory=8552 CPUtime=0.41 cores=0-7
/proc/20261/task/20282/stat : 20282 (java) R 20259 20259 19703 0 -1 4202560 56 0 0 0 41 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720901025976 139722019574400 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20283] ppid=20259 vsize=26538700 memory=0 CPUtime=0.36 cores=0-7
/proc/20261/task/20283/stat : 20283 (java) R 20259 20259 19703 0 -1 4202560 72 0 0 0 36 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720899975288 139722019660191 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20284] ppid=20259 vsize=26538700 memory=0 CPUtime=0.41 cores=0-7
/proc/20261/task/20284/stat : 20284 (java) R 20259 20259 19703 0 -1 4202560 99 0 0 0 41 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720898920568 139722019737696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20285] ppid=20259 vsize=26538700 memory=4580 CPUtime=0.42 cores=0-7
/proc/20261/task/20285/stat : 20285 (java) R 20259 20259 19703 0 -1 4202560 41 0 0 0 42 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720897869480 139722019639360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20286] ppid=20259 vsize=26538700 memory=0 CPUtime=0.47 cores=0-7
/proc/20261/task/20286/stat : 20286 (java) R 20259 20259 19703 0 -1 4202560 33 0 0 0 47 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720896815848 139722019860688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20287] ppid=20259 vsize=26538700 memory=0 CPUtime=0.45 cores=0-7
/proc/20261/task/20287/stat : 20287 (java) R 20259 20259 19703 0 -1 4202560 48 0 0 0 45 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720895764528 139722019442425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20288] ppid=20259 vsize=26538700 memory=0 CPUtime=0.48 cores=0-7
/proc/20261/task/20288/stat : 20288 (java) R 20259 20259 19703 0 -1 4202560 47 0 0 0 48 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720894706712 139722020301888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
Current children cumulated CPU time: 7.48 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 312340 KiB

[startup+1.54717 s]
# the end of solver process 20259 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.41631 s, system=0.299429 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1.50147 s]
/proc/loadavg: 8.13 8.05 8.12 12/208 20288
/proc/meminfo: memFree=28862216/32770624 swapFree=67108860/67108860
[pid=20259] ppid=20256 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/20259/stat : 20259 (xcsp3-exec) S 20256 20259 19703 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 98500092 9740288 346 33554432000 4194304 5098028 140722527768720 140722527766824 140502242615932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23236608 140722527777892 140722527778103 140722527778103 140722527780843 0
/proc/20259/statm: 2378 346 289 221 0 87 0
[pid=20261] ppid=20259 vsize=26538700 memory=310956 CPUtime=7.48 cores=0-7
/proc/20261/stat : 20261 (java) S 20259 20259 19703 0 -1 1077944320 20885 0 0 0 719 29 0 0 20 0 28 0 98500092 27175628800 77739 33554432000 4194304 4196468 140731323865056 140731323847600 139722379185911 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
/proc/20261/statm: 6634675 77739 3233 1 0 6621909 0
[pid=20261/tid=20262] ppid=20259 vsize=26538700 memory=14698478437665088 CPUtime=0.76 cores=0-7
/proc/20261/task/20262/stat : 20262 (java) S 20259 20259 19703 0 -1 1077944384 6806 0 0 0 71 5 0 0 20 0 28 0 98500092 27175628800 77739 33554432000 4194304 4196468 140731323865056 139722383426688 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20263] ppid=20259 vsize=26538700 memory=0 CPUtime=0.11 cores=0-7
/proc/20261/task/20263/stat : 20263 (java) S 20259 20259 19703 0 -1 1077944384 55 0 0 0 9 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139722335738384 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20264] ppid=20259 vsize=26538700 memory=0 CPUtime=0.08 cores=0-7
/proc/20261/task/20264/stat : 20264 (java) S 20259 20259 19703 0 -1 1077944384 39 0 0 0 6 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139722334685840 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20265] ppid=20259 vsize=26538700 memory=0 CPUtime=0.08 cores=0-7
/proc/20261/task/20265/stat : 20265 (java) S 20259 20259 19703 0 -1 1077944384 39 0 0 0 6 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139722333632784 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20266] ppid=20259 vsize=26538700 memory=0 CPUtime=0.08 cores=0-7
/proc/20261/task/20266/stat : 20266 (java) S 20259 20259 19703 0 -1 1077944384 36 0 0 0 6 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139721934764432 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20267] ppid=20259 vsize=26538700 memory=2244 CPUtime=0.08 cores=0-7
/proc/20261/task/20267/stat : 20267 (java) S 20259 20259 19703 0 -1 1077944384 50 0 0 0 6 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139721933712400 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20268] ppid=20259 vsize=26538700 memory=0 CPUtime=0.09 cores=0-7
/proc/20261/task/20268/stat : 20268 (java) S 20259 20259 19703 0 -1 1077944384 51 0 0 0 7 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139721932659856 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20269] ppid=20259 vsize=26538700 memory=0 CPUtime=0.1 cores=0-7
/proc/20261/task/20269/stat : 20269 (java) S 20259 20259 19703 0 -1 1077944384 43 0 0 0 8 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139721931606800 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20270] ppid=20259 vsize=26538700 memory=0 CPUtime=0.08 cores=0-7
/proc/20261/task/20270/stat : 20270 (java) S 20259 20259 19703 0 -1 1077944384 35 0 0 0 6 2 0 0 20 0 28 0 98500093 27175628800 77739 33554432000 4194304 4196468 140731323865056 139721930554256 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20271] ppid=20259 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/20261/task/20271/stat : 20271 (java) S 20259 20259 19703 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 98500094 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720919066864 139722379197058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20272] ppid=20259 vsize=26538700 memory=302460 CPUtime=0 cores=0-7
/proc/20261/task/20272/stat : 20272 (java) S 20259 20259 19703 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 98500095 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720918013088 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20273] ppid=20259 vsize=26538700 memory=4140 CPUtime=0 cores=0-7
/proc/20261/task/20273/stat : 20273 (java) S 20259 20259 19703 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 98500095 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720916959984 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20274] ppid=20259 vsize=26538700 memory=28152 CPUtime=0 cores=0-7
/proc/20261/task/20274/stat : 20274 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 98500097 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720915908560 139722379204507 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20275] ppid=20259 vsize=26538700 memory=1292 CPUtime=0.6 cores=0-7
/proc/20261/task/20275/stat : 20275 (java) R 20259 20259 19703 0 -1 4202560 3553 0 0 0 59 1 0 0 20 0 28 0 98500097 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720914842184 139722362743250 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20276] ppid=20259 vsize=26538700 memory=2428 CPUtime=0.59 cores=0-7
/proc/20261/task/20276/stat : 20276 (java) R 20259 20259 19703 0 -1 4202560 2279 0 0 0 58 1 0 0 20 0 28 0 98500097 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720913785160 139722363574768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20277] ppid=20259 vsize=26538700 memory=1728 CPUtime=0.56 cores=0-7
/proc/20261/task/20277/stat : 20277 (java) R 20259 20259 19703 0 -1 4202560 2392 0 0 0 56 0 0 0 20 0 28 0 98500097 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720912744280 139722363178509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20278] ppid=20259 vsize=26538700 memory=1420 CPUtime=0.65 cores=0-7
/proc/20261/task/20278/stat : 20278 (java) R 20259 20259 19703 0 -1 4202560 3672 0 0 0 64 1 0 0 20 0 28 0 98500097 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720911698544 139722371423038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20279] ppid=20259 vsize=26538700 memory=11032 CPUtime=0 cores=0-7
/proc/20261/task/20279/stat : 20279 (java) S 20259 20259 19703 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 98500098 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720910645728 139722379196117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20280] ppid=20259 vsize=26538700 memory=1712 CPUtime=0 cores=0-7
/proc/20261/task/20280/stat : 20280 (java) S 20259 20259 19703 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 98500098 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720909593264 139722379197058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20281] ppid=20259 vsize=26538700 memory=1952 CPUtime=0.46 cores=0-7
/proc/20261/task/20281/stat : 20281 (java) R 20259 20259 19703 0 -1 4202560 61 0 0 0 46 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720902073728 139722020302380 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20282] ppid=20259 vsize=26538700 memory=8552 CPUtime=0.41 cores=0-7
/proc/20261/task/20282/stat : 20282 (java) R 20259 20259 19703 0 -1 4202560 56 0 0 0 41 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720901025976 139722019574400 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20283] ppid=20259 vsize=26538700 memory=0 CPUtime=0.36 cores=0-7
/proc/20261/task/20283/stat : 20283 (java) R 20259 20259 19703 0 -1 4202560 72 0 0 0 36 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720899975288 139722019660191 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20284] ppid=20259 vsize=26538700 memory=0 CPUtime=0.41 cores=0-7
/proc/20261/task/20284/stat : 20284 (java) R 20259 20259 19703 0 -1 4202560 99 0 0 0 41 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720898920568 139722019737696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20285] ppid=20259 vsize=26538700 memory=4580 CPUtime=0.42 cores=0-7
/proc/20261/task/20285/stat : 20285 (java) R 20259 20259 19703 0 -1 4202560 41 0 0 0 42 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720897869480 139722019639360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20286] ppid=20259 vsize=26538700 memory=0 CPUtime=0.47 cores=0-7
/proc/20261/task/20286/stat : 20286 (java) R 20259 20259 19703 0 -1 4202560 33 0 0 0 47 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720896815848 139722019860688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20287] ppid=20259 vsize=26538700 memory=0 CPUtime=0.45 cores=0-7
/proc/20261/task/20287/stat : 20287 (java) R 20259 20259 19703 0 -1 4202560 48 0 0 0 45 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720895764528 139722019442425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
[pid=20261/tid=20288] ppid=20259 vsize=26538700 memory=0 CPUtime=0.48 cores=0-7
/proc/20261/task/20288/stat : 20288 (java) R 20259 20259 19703 0 -1 4202560 47 0 0 0 48 0 0 0 20 0 28 0 98500183 27175628800 77739 33554432000 4194304 4196468 140731323865056 139720894706712 139722020301888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15302656 140731323872402 140731323872579 140731323872579 140731323875279 0
Current children cumulated CPU time: 7.48 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 312340 KiB

Child status: 0
Real time (s): 1.54724
CPU time (s): 7.71574
CPU user time (s): 7.41631
CPU system time (s): 0.299429
CPU usage (%): 498.678
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 312340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.41631
system time used= 0.299429
maximum resident set size= 313980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21788
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= 3438
involuntary context switches= 134


# summary of solver processes directly reported to runsolver:
#   pid: 20259
#   total CPU time (s): 7.71574
#   total CPU user time (s): 7.41631
#   total CPU system time (s): 0.299429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034797 second user time and 0.053219 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 21:41:02
IDJOB=4271257
IDBENCH=115703
IDSOLVER=2662
FILE ID=node107/4271257-1502654120
RUNJOBID= node107-1502648212-19730
PBS_JOBID= 20628342
Free space on /tmp= 61660 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Scheduling/Scheduling-xcsp2-cabinet/Cabinet-5580_X2.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-4271257-1502654120/watcher-4271257-1502654120 -o /tmp/evaluation-result-4271257-1502654120/solver-4271257-1502654120 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1502648212-19730 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1395818148 HOME/instance-4271257-1502654120.xml

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

MD5SUM BENCH= c1d9bbd499a467fa3c210b9e0bab246a
RANDOM SEED=1395818148

node107.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.84
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.84
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.84
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.84
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:        29141444 kB
MemAvailable:   31988464 kB
Buffers:          174772 kB
Cached:          2960716 kB
SwapCached:            0 kB
Active:           534192 kB
Inactive:        2652932 kB
Active(anon):      54668 kB
Inactive(anon):    24972 kB
Active(file):     479524 kB
Inactive(file):  2627960 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7968 kB
Writeback:             4 kB
AnonPages:         51556 kB
Mapped:            43560 kB
Shmem:             25228 kB
Slab:             136328 kB
SReclaimable:     110740 kB
SUnreclaim:        25588 kB
KernelStack:        3312 kB
PageTables:         4680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61652 MiB
End job on node107 at 2017-08-13 21:41:03