Trace number 4271212

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 11.3848 6.4619298

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-40.xml
MD5SUM878edee888014227e65ca0b3d1539934
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 benchmark1.05151
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints257
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":108}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":38},{"degree":3,"count":26},{"degree":4,"count":16},{"degree":5,"count":9},{"degree":6,"count":5},{"degree":7,"count":4},{"degree":10,"count":1},{"degree":12,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":108},{"arity":2,"count":42},{"arity":3,"count":20},{"arity":4,"count":19},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints108
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":108}]
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-4271212-1502824350.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271212-1502824350.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
9.98/6.24	c solve instance...
11.06/6.43	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 (13309 MiB free)
  memory of node 1: 16384 MiB (13779 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271212-1502824350/watcher-4271212-1502824350 -o /tmp/evaluation-result-4271212-1502824350/solver-4271212-1502824350 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1274633954 HOME/instance-4271212-1502824350.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=23320, runsolver pid=23317
Current StackSize limit: 8192 KiB


[startup+0.102529 s]*
/proc/loadavg: 5.61 6.79 6.75 2/199 23341
/proc/meminfo: memFree=27723956/32770624 swapFree=67108860/67108860
[pid=23320] ppid=23317 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23320/stat : 23320 (xcsp3-exec) S 23317 23320 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115515885 9740288 346 33554432000 4194304 5098028 140727383081328 140727383079432 140237254197884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24494080 140727383086180 140727383086391 140727383086391 140727383089131 0
/proc/23320/statm: 2378 346 289 221 0 87 0
[pid=23322] ppid=23320 vsize=25999808 memory=26304 CPUtime=0.12 cores=0-7
/proc/23322/stat : 23322 (java) S 23320 23320 21909 0 -1 1077944320 5507 0 0 0 11 1 0 0 20 0 20 0 115515885 26623803392 6576 33554432000 4194304 4196468 140725073301968 140725073284512 139903702720247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
/proc/23322/statm: 6499952 6576 2839 1 0 6488269 0
[pid=23322/tid=23323] ppid=23320 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23322/task/23323/stat : 23323 (java) R 23320 23320 21909 0 -1 4202560 3508 0 0 0 8 1 0 0 20 0 20 0 115515885 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903706941144 139903702732182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23324] ppid=23320 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23322/task/23324/stat : 23324 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903260707728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23325] ppid=23320 vsize=25999808 memory=139802228438656 CPUtime=0 cores=0-7
/proc/23322/task/23325/stat : 23325 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515886 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903259654928 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23326] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23326/stat : 23326 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515886 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903258602640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23327] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23327/stat : 23327 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903257549840 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23328] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23328/stat : 23328 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903256496528 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23329] ppid=23320 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23322/task/23329/stat : 23329 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515886 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903255443728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23330] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23330/stat : 23330 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903254391440 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23331] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23331/stat : 23331 (java) S 23320 23320 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515886 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903253338640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23332] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23332/stat : 23332 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515887 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903098579568 139903702731394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23333] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23333/stat : 23333 (java) S 23320 23320 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115515888 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903097525536 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23334] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23334/stat : 23334 (java) S 23320 23320 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115515888 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903096473200 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23335] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23335/stat : 23335 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515890 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903095421520 139903702738843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23336] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23336/stat : 23336 (java) S 23320 23320 21909 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 115515890 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903094368368 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23337] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23337/stat : 23337 (java) S 23320 23320 21909 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 115515890 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903093315568 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23338] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23338/stat : 23338 (java) S 23320 23320 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515891 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903092263280 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23339] ppid=23320 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/23322/task/23339/stat : 23339 (java) R 23320 23320 21909 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 20 0 115515891 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903091210480 139903683957808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23340] ppid=23320 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23340/stat : 23340 (java) S 23320 23320 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515891 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903090158432 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23341] ppid=23320 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23322/task/23341/stat : 23341 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515891 26623803392 6576 33554432000 4194304 4196468 140725073301968 139903089105712 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27688 KiB

[startup+0.210301 s]*
/proc/loadavg: 5.61 6.79 6.75 3/199 23341
/proc/meminfo: memFree=27713164/32770624 swapFree=67108860/67108860
[pid=23320] ppid=23317 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23320/stat : 23320 (xcsp3-exec) S 23317 23320 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115515885 9740288 346 33554432000 4194304 5098028 140727383081328 140727383079432 140237254197884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24494080 140727383086180 140727383086391 140727383086391 140727383089131 0
/proc/23320/statm: 2378 346 289 221 0 87 0
[pid=23322] ppid=23320 vsize=26004064 memory=39184 CPUtime=0.33 cores=0-7
/proc/23322/stat : 23322 (java) S 23320 23320 21909 0 -1 1077944320 8340 0 0 0 30 3 0 0 20 0 20 0 115515885 26628161536 9796 33554432000 4194304 4196468 140725073301968 140725073284512 139903702720247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
/proc/23322/statm: 6501016 9796 3054 1 0 6488269 0
[pid=23322/tid=23323] ppid=23320 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/23322/task/23323/stat : 23323 (java) R 23320 23320 21909 0 -1 4202560 5419 0 0 0 18 1 0 0 20 0 20 0 115515885 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903706942288 139903686800734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23324] ppid=23320 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/23322/task/23324/stat : 23324 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903260707728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23325] ppid=23320 vsize=26004064 memory=288370178380150400 CPUtime=0 cores=0-7
/proc/23322/task/23325/stat : 23325 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903259654928 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23326] ppid=23320 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23322/task/23326/stat : 23326 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903258602640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23327] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23327/stat : 23327 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903257549840 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23328] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23328/stat : 23328 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903256496528 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23329] ppid=23320 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23322/task/23329/stat : 23329 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903255443728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23330] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23330/stat : 23330 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903254391440 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23331] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23331/stat : 23331 (java) S 23320 23320 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903253338640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23332] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23332/stat : 23332 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515887 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903098579568 139903702731394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23333] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23333/stat : 23333 (java) S 23320 23320 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115515888 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903097525536 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23334] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23334/stat : 23334 (java) S 23320 23320 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115515888 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903096473200 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23335] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23335/stat : 23335 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515890 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903095421520 139903702738843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23336] ppid=23320 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/23322/task/23336/stat : 23336 (java) S 23320 23320 21909 0 -1 1077944384 568 0 0 0 1 0 0 0 20 0 20 0 115515890 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903094368368 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23337] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23337/stat : 23337 (java) S 23320 23320 21909 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 115515890 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903093315568 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23338] ppid=23320 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23322/task/23338/stat : 23338 (java) S 23320 23320 21909 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 20 0 115515891 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903092263280 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23339] ppid=23320 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/23322/task/23339/stat : 23339 (java) R 23320 23320 21909 0 -1 4202560 736 0 0 0 7 0 0 0 20 0 20 0 115515891 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903091210480 139903702732182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23340] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23340/stat : 23340 (java) S 23320 23320 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515891 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903090158432 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23341] ppid=23320 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23322/task/23341/stat : 23341 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515891 26628161536 9796 33554432000 4194304 4196468 140725073301968 139903089105712 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40568 KiB

[startup+0.310072 s]*
/proc/loadavg: 5.61 6.79 6.75 3/199 23341
/proc/meminfo: memFree=27708760/32770624 swapFree=67108860/67108860
[pid=23320] ppid=23317 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23320/stat : 23320 (xcsp3-exec) S 23317 23320 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115515885 9740288 346 33554432000 4194304 5098028 140727383081328 140727383079432 140237254197884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24494080 140727383086180 140727383086391 140727383086391 140727383089131 0
/proc/23320/statm: 2378 346 289 221 0 87 0
[pid=23322] ppid=23320 vsize=26004064 memory=45876 CPUtime=0.5 cores=0-7
/proc/23322/stat : 23322 (java) S 23320 23320 21909 0 -1 1077944320 9152 0 0 0 46 4 0 0 20 0 20 0 115515885 26628161536 11469 33554432000 4194304 4196468 140725073301968 140725073284512 139903702720247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
/proc/23322/statm: 6501016 11469 3094 1 0 6488269 0
[pid=23322/tid=23323] ppid=23320 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23322/task/23323/stat : 23323 (java) R 23320 23320 21909 0 -1 4202560 6084 0 0 0 27 2 0 0 20 0 20 0 115515885 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903706958944 139903702742173 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23324] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23324/stat : 23324 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903260707728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23325] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23325/stat : 23325 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903259654928 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23326] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23326/stat : 23326 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903258602640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23327] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23327/stat : 23327 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903257549840 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23328] ppid=23320 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/23322/task/23328/stat : 23328 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903256496528 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23329] ppid=23320 vsize=26004064 memory=139802125104047 CPUtime=0 cores=0-7
/proc/23322/task/23329/stat : 23329 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903255443728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23330] ppid=23320 vsize=26004064 memory=139802125106352 CPUtime=0 cores=0-7
/proc/23322/task/23330/stat : 23330 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903254391440 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23331] ppid=23320 vsize=26004064 memory=139802125108656 CPUtime=0 cores=0-7
/proc/23322/task/23331/stat : 23331 (java) S 23320 23320 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515886 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903253338640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23332] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23332/stat : 23332 (java) S 23320 23320 21909 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115515887 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903098579568 139903702731394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23333] ppid=23320 vsize=26004064 memory=279604250224272 CPUtime=0 cores=0-7
/proc/23322/task/23333/stat : 23333 (java) S 23320 23320 21909 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115515888 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903097525536 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23334] ppid=23320 vsize=26004064 memory=279604250231184 CPUtime=0 cores=0-7
/proc/23322/task/23334/stat : 23334 (java) S 23320 23320 21909 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115515888 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903096473200 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23335] ppid=23320 vsize=26004064 memory=279604250172464 CPUtime=0 cores=0-7
/proc/23322/task/23335/stat : 23335 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515890 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903095421520 139903702738843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23336] ppid=23320 vsize=26004064 memory=279604250245008 CPUtime=0.02 cores=0-7
/proc/23322/task/23336/stat : 23336 (java) S 23320 23320 21909 0 -1 1077944384 603 0 0 0 2 0 0 0 20 0 20 0 115515890 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903094368368 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23337] ppid=23320 vsize=26004064 memory=279604250251920 CPUtime=0 cores=0-7
/proc/23322/task/23337/stat : 23337 (java) S 23320 23320 21909 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 115515890 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903093315568 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23338] ppid=23320 vsize=26004064 memory=279604250249616 CPUtime=0.02 cores=0-7
/proc/23322/task/23338/stat : 23338 (java) S 23320 23320 21909 0 -1 1077944384 118 0 0 0 2 0 0 0 20 0 20 0 115515891 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903092263280 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23339] ppid=23320 vsize=26004064 memory=279604250265776 CPUtime=0.12 cores=0-7
/proc/23322/task/23339/stat : 23339 (java) R 23320 23320 21909 0 -1 4202560 827 0 0 0 12 0 0 0 20 0 20 0 115515891 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903091207416 139903681525268 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23340] ppid=23320 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23340/stat : 23340 (java) S 23320 23320 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515891 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903090158432 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23341] ppid=23320 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23322/task/23341/stat : 23341 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515891 26628161536 11469 33554432000 4194304 4196468 140725073301968 139903089105712 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47260 KiB

[startup+0.701048 s]
/proc/loadavg: 5.61 6.79 6.75 5/199 23341
/proc/meminfo: memFree=27668076/32770624 swapFree=67108860/67108860
[pid=23320] ppid=23317 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23320/stat : 23320 (xcsp3-exec) S 23317 23320 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115515885 9740288 346 33554432000 4194304 5098028 140727383081328 140727383079432 140237254197884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24494080 140727383086180 140727383086391 140727383086391 140727383089131 0
/proc/23320/statm: 2378 346 289 221 0 87 0
[pid=23322] ppid=23320 vsize=26004140 memory=200516 CPUtime=1.81 cores=0-7
/proc/23322/stat : 23322 (java) S 23320 23320 21909 0 -1 1077944320 13670 0 0 0 170 11 0 0 20 0 20 0 115515885 26628239360 50129 33554432000 4194304 4196468 140725073301968 140725073284512 139903702720247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
/proc/23322/statm: 6501035 50129 3207 1 0 6488269 0
[pid=23322/tid=23323] ppid=23320 vsize=26004140 memory=279604250623664 CPUtime=0.65 cores=0-7
/proc/23322/task/23323/stat : 23323 (java) R 23320 23320 21909 0 -1 4202560 6468 0 0 0 61 4 0 0 20 0 20 0 115515885 26628239360 50129 33554432000 4194304 4196468 140725073301968 139903706958624 139903343350192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23324] ppid=23320 vsize=26004140 memory=139802125312880 CPUtime=0 cores=0-7
/proc/23322/task/23324/stat : 23324 (java) S 23320 23320 21909 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 115515886 26628239360 50129 33554432000 4194304 4196468 140725073301968 139903260707728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23325] ppid=23320 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23325/stat : 23325 (java) S 23320 23320 21909 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 115515886 26628239360 50129 33554432000 4194304 4196468 140725073301968 139903259654928 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23326] ppid=23320 vsize=26004140 memory=8624 CPUtime=0 cores=0-7
/proc/23322/task/23326/stat : 23326 (java) S 23320 23320 21909 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 115515886 26628239360 50129 33554432000 4194304 4196468 140725073301968 139903258602640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0

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

/proc/loadavg: 5.32 6.71 6.72 2/199 23341
/proc/meminfo: memFree=27067276/32770624 swapFree=67108860/67108860
[pid=23320] ppid=23317 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23320/stat : 23320 (xcsp3-exec) S 23317 23320 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115515885 9740288 346 33554432000 4194304 5098028 140727383081328 140727383079432 140237254197884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24494080 140727383086180 140727383086391 140727383086391 140727383089131 0
/proc/23320/statm: 2378 346 289 221 0 87 0
[pid=23322] ppid=23320 vsize=26006188 memory=686444 CPUtime=5.81 cores=0-7
/proc/23322/stat : 23322 (java) S 23320 23320 21909 0 -1 1077944320 17067 0 0 0 524 57 0 0 20 0 20 0 115515885 26630336512 171611 33554432000 4194304 4196468 140725073301968 140725073284512 139903702720247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
/proc/23322/statm: 6501547 171611 3240 1 0 6488781 0
[pid=23322/tid=23323] ppid=23320 vsize=26006188 memory=674672 CPUtime=2.95 cores=0-7
/proc/23322/task/23323/stat : 23323 (java) R 23320 23320 21909 0 -1 4202560 7365 0 0 0 286 9 0 0 20 0 20 0 115515885 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903706956912 139903344257504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23324] ppid=23320 vsize=26006188 memory=0 CPUtime=0.09 cores=0-7
/proc/23322/task/23324/stat : 23324 (java) S 23320 23320 21909 0 -1 1077944384 78 0 0 0 5 4 0 0 20 0 20 0 115515886 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903260707728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23325] ppid=23320 vsize=26006188 memory=0 CPUtime=0.1 cores=0-7
/proc/23322/task/23325/stat : 23325 (java) S 23320 23320 21909 0 -1 1077944384 104 0 0 0 5 5 0 0 20 0 20 0 115515886 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903259654928 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23326] ppid=23320 vsize=26006188 memory=279604250897424 CPUtime=0.11 cores=0-7
/proc/23322/task/23326/stat : 23326 (java) S 23320 23320 21909 0 -1 1077944384 88 0 0 0 6 5 0 0 20 0 20 0 115515886 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903258602640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23327] ppid=23320 vsize=26006188 memory=139802125449760 CPUtime=0.1 cores=0-7
/proc/23322/task/23327/stat : 23327 (java) S 23320 23320 21909 0 -1 1077944384 85 0 0 0 5 5 0 0 20 0 20 0 115515886 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903257549840 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23328] ppid=23320 vsize=26006188 memory=0 CPUtime=0.09 cores=0-7
/proc/23322/task/23328/stat : 23328 (java) S 23320 23320 21909 0 -1 1077944384 103 0 0 0 4 5 0 0 20 0 20 0 115515886 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903256496528 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23329] ppid=23320 vsize=26006188 memory=56 CPUtime=0.11 cores=0-7
/proc/23322/task/23329/stat : 23329 (java) S 23320 23320 21909 0 -1 1077944384 90 0 0 0 5 6 0 0 20 0 20 0 115515886 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903255443728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23330] ppid=23320 vsize=26006188 memory=9133 CPUtime=0.1 cores=0-7
/proc/23322/task/23330/stat : 23330 (java) S 23320 23320 21909 0 -1 1077944384 84 0 0 0 5 5 0 0 20 0 20 0 115515886 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903254391440 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23331] ppid=23320 vsize=26006188 memory=25180 CPUtime=0.11 cores=0-7
/proc/23322/task/23331/stat : 23331 (java) S 23320 23320 21909 0 -1 1077944384 95 0 0 0 6 5 0 0 20 0 20 0 115515886 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903253338640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23332] ppid=23320 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23332/stat : 23332 (java) S 23320 23320 21909 0 -1 1077944384 500 0 0 0 0 0 0 0 20 0 20 0 115515887 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903098579568 139903702731394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23333] ppid=23320 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/23322/task/23333/stat : 23333 (java) S 23320 23320 21909 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 115515888 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903097525600 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23334] ppid=23320 vsize=26006188 memory=1384 CPUtime=0 cores=0-7
/proc/23322/task/23334/stat : 23334 (java) S 23320 23320 21909 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 115515888 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903096473216 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23335] ppid=23320 vsize=26006188 memory=223160 CPUtime=0 cores=0-7
/proc/23322/task/23335/stat : 23335 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515890 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903095421520 139903702738843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23336] ppid=23320 vsize=26006188 memory=8624 CPUtime=0.41 cores=0-7
/proc/23322/task/23336/stat : 23336 (java) S 23320 23320 21909 0 -1 1077944384 1608 0 0 0 41 0 0 0 20 0 20 0 115515890 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903094368368 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23337] ppid=23320 vsize=26006188 memory=4620 CPUtime=0.55 cores=0-7
/proc/23322/task/23337/stat : 23337 (java) S 23320 23320 21909 0 -1 1077944384 1713 0 0 0 55 0 0 0 20 0 20 0 115515890 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903093315568 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23338] ppid=23320 vsize=26006188 memory=1196 CPUtime=0.42 cores=0-7
/proc/23322/task/23338/stat : 23338 (java) S 23320 23320 21909 0 -1 1077944384 1492 0 0 0 42 0 0 0 20 0 20 0 115515891 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903092263280 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23339] ppid=23320 vsize=26006188 memory=15872 CPUtime=0.52 cores=0-7
/proc/23322/task/23339/stat : 23339 (java) S 23320 23320 21909 0 -1 1077944384 2365 0 0 0 51 1 0 0 20 0 20 0 115515891 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903091210480 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23340] ppid=23320 vsize=26006188 memory=18476 CPUtime=0 cores=0-7
/proc/23322/task/23340/stat : 23340 (java) S 23320 23320 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115515891 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903090158432 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23341] ppid=23320 vsize=26006188 memory=19316 CPUtime=0 cores=0-7
/proc/23322/task/23341/stat : 23341 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115515891 26630336512 171611 33554432000 4194304 4196468 140725073301968 139903089105712 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 687828 KiB

[startup+6.30142 s]
/proc/loadavg: 5.32 6.71 6.72 2/199 23341
/proc/meminfo: memFree=26408036/32770624 swapFree=67108860/67108860
[pid=23320] ppid=23317 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23320/stat : 23320 (xcsp3-exec) S 23317 23320 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115515885 9740288 346 33554432000 4194304 5098028 140727383081328 140727383079432 140237254197884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24494080 140727383086180 140727383086391 140727383086391 140727383089131 0
/proc/23320/statm: 2378 346 289 221 0 87 0
[pid=23322] ppid=23320 vsize=26538700 memory=1345228 CPUtime=10.3 cores=0-7
/proc/23322/stat : 23322 (java) S 23320 23320 21909 0 -1 1077944320 24242 0 0 0 913 117 0 0 20 0 28 0 115515885 27175628800 336307 33554432000 4194304 4196468 140725073301968 140725073284512 139903702720247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
/proc/23322/statm: 6634675 336307 3245 1 0 6621909 0
[pid=23322/tid=23323] ppid=23320 vsize=26538700 memory=4144 CPUtime=5.74 cores=0-7
/proc/23322/task/23323/stat : 23323 (java) S 23320 23320 21909 0 -1 1077944384 9269 0 0 0 556 18 0 0 20 0 28 0 115515885 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903706961024 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23324] ppid=23320 vsize=26538700 memory=32652 CPUtime=0.23 cores=0-7
/proc/23322/task/23324/stat : 23324 (java) S 23320 23320 21909 0 -1 1077944384 363 0 0 0 12 11 0 0 20 0 28 0 115515886 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903260707728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23325] ppid=23320 vsize=26538700 memory=1296 CPUtime=0.23 cores=0-7
/proc/23322/task/23325/stat : 23325 (java) S 23320 23320 21909 0 -1 1077944384 406 0 0 0 12 11 0 0 20 0 28 0 115515886 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903259654928 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23326] ppid=23320 vsize=26538700 memory=1296 CPUtime=0.24 cores=0-7
/proc/23322/task/23326/stat : 23326 (java) S 23320 23320 21909 0 -1 1077944384 304 0 0 0 14 10 0 0 20 0 28 0 115515886 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903258602640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23327] ppid=23320 vsize=26538700 memory=2408 CPUtime=0.24 cores=0-7
/proc/23322/task/23327/stat : 23327 (java) S 23320 23320 21909 0 -1 1077944384 269 0 0 0 13 11 0 0 20 0 28 0 115515886 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903257549840 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23328] ppid=23320 vsize=26538700 memory=1732 CPUtime=0.23 cores=0-7
/proc/23322/task/23328/stat : 23328 (java) S 23320 23320 21909 0 -1 1077944384 269 0 0 0 12 11 0 0 20 0 28 0 115515886 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903256496528 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23329] ppid=23320 vsize=26538700 memory=56 CPUtime=0.24 cores=0-7
/proc/23322/task/23329/stat : 23329 (java) S 23320 23320 21909 0 -1 1077944384 290 0 0 0 12 12 0 0 20 0 28 0 115515886 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903255443728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23330] ppid=23320 vsize=26538700 memory=9133 CPUtime=0.24 cores=0-7
/proc/23322/task/23330/stat : 23330 (java) S 23320 23320 21909 0 -1 1077944384 272 0 0 0 13 11 0 0 20 0 28 0 115515886 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903254391440 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23331] ppid=23320 vsize=26538700 memory=25180 CPUtime=0.24 cores=0-7
/proc/23322/task/23331/stat : 23331 (java) S 23320 23320 21909 0 -1 1077944384 393 0 0 0 13 11 0 0 20 0 28 0 115515886 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903253338640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23332] ppid=23320 vsize=26538700 memory=0 CPUtime=0.01 cores=0-7
/proc/23322/task/23332/stat : 23332 (java) S 23320 23320 21909 0 -1 1077944384 1136 0 0 0 1 0 0 0 20 0 28 0 115515887 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903098579568 139903702731394 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23333] ppid=23320 vsize=26538700 memory=65 CPUtime=0 cores=0-7
/proc/23322/task/23333/stat : 23333 (java) S 23320 23320 21909 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 115515888 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903097525600 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23334] ppid=23320 vsize=26538700 memory=52 CPUtime=0 cores=0-7
/proc/23322/task/23334/stat : 23334 (java) S 23320 23320 21909 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 115515888 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903096473216 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23335] ppid=23320 vsize=26538700 memory=56 CPUtime=0 cores=0-7
/proc/23322/task/23335/stat : 23335 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 115515890 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903095421520 139903702738843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23336] ppid=23320 vsize=26538700 memory=0 CPUtime=0.56 cores=0-7
/proc/23322/task/23336/stat : 23336 (java) R 23320 23320 21909 0 -1 4202560 2517 0 0 0 56 0 0 0 20 0 28 0 115515890 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903094359712 139903681964892 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23337] ppid=23320 vsize=26538700 memory=0 CPUtime=0.69 cores=0-7
/proc/23322/task/23337/stat : 23337 (java) R 23320 23320 21909 0 -1 4202560 2401 0 0 0 68 1 0 0 20 0 28 0 115515890 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903093308472 139903682550584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23338] ppid=23320 vsize=26538700 memory=4144 CPUtime=0.54 cores=0-7
/proc/23322/task/23338/stat : 23338 (java) R 23320 23320 21909 0 -1 4202560 1691 0 0 0 53 1 0 0 20 0 28 0 115515891 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903092250064 139903702732182 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23339] ppid=23320 vsize=26538700 memory=32652 CPUtime=0.58 cores=0-7
/proc/23322/task/23339/stat : 23339 (java) R 23320 23320 21909 0 -1 1077944384 2957 0 0 0 57 1 0 0 20 0 28 0 115515891 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903091208272 139903702730453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23340] ppid=23320 vsize=26538700 memory=279604250021848 CPUtime=0 cores=0-7
/proc/23322/task/23340/stat : 23340 (java) S 23320 23320 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 115515891 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903090158432 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23341] ppid=23320 vsize=26538700 memory=102341420255722 CPUtime=0 cores=0-7
/proc/23322/task/23341/stat : 23341 (java) S 23320 23320 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 115515891 27175628800 336307 33554432000 4194304 4196468 140725073301968 139903089105712 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 23 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
Current children cumulated CPU time: 10.3 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1346612 KiB

[startup+6.46188 s]
# the end of solver process 23320 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.1865 s, system=1.19835 s

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

[startup+6.40142 s]
/proc/loadavg: 5.32 6.71 6.72 2/199 23341
/proc/meminfo: memFree=26408036/32770624 swapFree=67108860/67108860
[pid=23320] ppid=23317 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23320/stat : 23320 (xcsp3-exec) S 23317 23320 21909 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115515885 9740288 346 33554432000 4194304 5098028 140727383081328 140727383079432 140237254197884 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24494080 140727383086180 140727383086391 140727383086391 140727383089131 0
/proc/23320/statm: 2378 346 289 221 0 87 0
[pid=23322] ppid=23320 vsize=26538700 memory=1345696 CPUtime=11.06 cores=0-7
/proc/23322/stat : 23322 (java) S 23320 23320 21909 0 -1 1077944320 24634 0 0 0 988 118 0 0 20 0 28 0 115515885 27175628800 336424 33554432000 4194304 4196468 140725073301968 140725073284512 139903702720247 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
/proc/23322/statm: 6634675 336424 3247 1 0 6621909 0
[pid=23322/tid=23323] ppid=23320 vsize=26538700 memory=6791534058613427641 CPUtime=5.74 cores=0-7
/proc/23322/task/23323/stat : 23323 (java) S 23320 23320 21909 0 -1 1077944384 9269 0 0 0 556 18 0 0 20 0 28 0 115515885 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903706961024 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23324] ppid=23320 vsize=26538700 memory=1266548 CPUtime=0.23 cores=0-7
/proc/23322/task/23324/stat : 23324 (java) S 23320 23320 21909 0 -1 1077944384 363 0 0 0 12 11 0 0 20 0 28 0 115515886 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903260707728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23325] ppid=23320 vsize=26538700 memory=796 CPUtime=0.23 cores=0-7
/proc/23322/task/23325/stat : 23325 (java) S 23320 23320 21909 0 -1 1077944384 406 0 0 0 12 11 0 0 20 0 28 0 115515886 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903259654928 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23326] ppid=23320 vsize=26538700 memory=1436 CPUtime=0.24 cores=0-7
/proc/23322/task/23326/stat : 23326 (java) S 23320 23320 21909 0 -1 1077944384 304 0 0 0 14 10 0 0 20 0 28 0 115515886 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903258602640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23327] ppid=23320 vsize=26538700 memory=1012 CPUtime=0.24 cores=0-7
/proc/23322/task/23327/stat : 23327 (java) S 23320 23320 21909 0 -1 1077944384 269 0 0 0 13 11 0 0 20 0 28 0 115515886 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903257549840 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23328] ppid=23320 vsize=26538700 memory=1712 CPUtime=0.23 cores=0-7
/proc/23322/task/23328/stat : 23328 (java) S 23320 23320 21909 0 -1 1077944384 269 0 0 0 12 11 0 0 20 0 28 0 115515886 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903256496528 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23329] ppid=23320 vsize=26538700 memory=279604250021872 CPUtime=0.24 cores=0-7
/proc/23322/task/23329/stat : 23329 (java) S 23320 23320 21909 0 -1 1077944384 290 0 0 0 12 12 0 0 20 0 28 0 115515886 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903255443728 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23330] ppid=23320 vsize=26538700 memory=102319945419498 CPUtime=0.24 cores=0-7
/proc/23322/task/23330/stat : 23330 (java) S 23320 23320 21909 0 -1 1077944384 272 0 0 0 13 11 0 0 20 0 28 0 115515886 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903254391440 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23331] ppid=23320 vsize=26538700 memory=102332830321386 CPUtime=0.24 cores=0-7
/proc/23322/task/23331/stat : 23331 (java) S 23320 23320 21909 0 -1 1077944384 393 0 0 0 13 11 0 0 20 0 28 0 115515886 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903253338640 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23332] ppid=23320 vsize=26538700 memory=102341420255978 CPUtime=0.01 cores=0-7
/proc/23322/task/23332/stat : 23332 (java) S 23320 23320 21909 0 -1 1077944384 1136 0 0 0 1 0 0 0 20 0 28 0 115515887 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903098579568 139903702731394 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23333] ppid=23320 vsize=26538700 memory=102341420255978 CPUtime=0 cores=0-7
/proc/23322/task/23333/stat : 23333 (java) S 23320 23320 21909 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 115515888 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903097525600 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23334] ppid=23320 vsize=26538700 memory=102341420255978 CPUtime=0 cores=0-7
/proc/23322/task/23334/stat : 23334 (java) S 23320 23320 21909 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 115515888 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903096473216 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23335] ppid=23320 vsize=26538700 memory=102341420255978 CPUtime=0 cores=0-7
/proc/23322/task/23335/stat : 23335 (java) S 23320 23320 21909 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 115515890 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903095421520 139903702738843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23336] ppid=23320 vsize=26538700 memory=102341420255978 CPUtime=0.61 cores=0-7
/proc/23322/task/23336/stat : 23336 (java) S 23320 23320 21909 0 -1 1077944384 2548 0 0 0 60 1 0 0 20 0 28 0 115515890 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903094368368 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23337] ppid=23320 vsize=26538700 memory=102341420255978 CPUtime=0.72 cores=0-7
/proc/23322/task/23337/stat : 23337 (java) R 23320 23320 21909 0 -1 4202560 2453 0 0 0 71 1 0 0 20 0 28 0 115515890 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903093307216 139903686206446 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23338] ppid=23320 vsize=26538700 memory=102341420255978 CPUtime=0.59 cores=0-7
/proc/23322/task/23338/stat : 23338 (java) R 23320 23320 21909 0 -1 4202560 1914 0 0 0 58 1 0 0 20 0 28 0 115515891 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903092249248 139903684264875 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23339] ppid=23320 vsize=26538700 memory=1224 CPUtime=0.6 cores=0-7
/proc/23322/task/23339/stat : 23339 (java) R 23320 23320 21909 0 -1 4202560 3003 0 0 0 59 1 0 0 20 0 28 0 115515891 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903091205552 139903688435220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23340] ppid=23320 vsize=26538700 memory=12032 CPUtime=0 cores=0-7
/proc/23322/task/23340/stat : 23340 (java) S 23320 23320 21909 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 115515891 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903090158432 139903702730453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
[pid=23322/tid=23341] ppid=23320 vsize=26538700 memory=5792 CPUtime=0 cores=0-7
/proc/23322/task/23341/stat : 23341 (java) S 23320 23320 21909 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 115515891 27175628800 336424 33554432000 4194304 4196468 140725073301968 139903089105712 139903702731394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 32559104 140725073306770 140725073306947 140725073306947 140725073309647 0
Current children cumulated CPU time: 11.06 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 1347080 KiB

Child status: 0
Real time (s): 6.46193
CPU time (s): 11.3848
CPU user time (s): 10.1865
CPU system time (s): 1.19835
CPU usage (%): 176.183
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1347080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1865
system time used= 1.19835
maximum resident set size= 1346832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25769
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4360
involuntary context switches= 83


# summary of solver processes directly reported to runsolver:
#   pid: 23320
#   total CPU time (s): 11.3848
#   total CPU user time (s): 10.1865
#   total CPU system time (s): 1.19835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.062178 second user time and 0.11549 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 20:58:11
IDJOB=4271212
IDBENCH=139312
IDSOLVER=2662
FILE ID=node149/4271212-1502824350
RUNJOBID= node149-1502812527-21936
PBS_JOBID= 20629823
Free space on /tmp= 61936 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-40.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-4271212-1502824350/watcher-4271212-1502824350 -o /tmp/evaluation-result-4271212-1502824350/solver-4271212-1502824350 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502812527-21936 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1274633954 HOME/instance-4271212-1502824350.xml

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

MD5SUM BENCH= 878edee888014227e65ca0b3d1539934
RANDOM SEED=1274633954

node149.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.43
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.43
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.43
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.43
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:        27739192 kB
MemAvailable:   31966244 kB
Buffers:          326564 kB
Cached:          4172584 kB
SwapCached:            0 kB
Active:          1202696 kB
Inactive:        3353492 kB
Active(anon):      59992 kB
Inactive(anon):    24956 kB
Active(file):    1142704 kB
Inactive(file):  3328536 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10984 kB
Writeback:             0 kB
AnonPages:         62376 kB
Mapped:            46124 kB
Shmem:             25224 kB
Slab:             170332 kB
SReclaimable:     143292 kB
SUnreclaim:        27040 kB
KernelStack:        3504 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61928 MiB
End job on node149 at 2017-08-15 20:58:18