Trace number 4398884

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16UNSAT 493.981 124.486

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-94.xml
MD5SUM6d6d0435d13d3ff0671cf8a5c787b057
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 benchmark48.6477
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints496
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree7
Maximum variable degree30
Distribution of variable degrees[{"degree":7,"count":2},{"degree":8,"count":1},{"degree":9,"count":1},{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":3},{"degree":15,"count":3},{"degree":16,"count":6},{"degree":17,"count":1},{"degree":18,"count":1},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":7},{"degree":23,"count":1},{"degree":24,"count":2},{"degree":25,"count":4},{"degree":26,"count":2},{"degree":27,"count":3},{"degree":29,"count":4},{"degree":30,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":496}]
Number of extensional constraints496
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":496}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398884-1568695659.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.19	c [HOME/instance-4398884-1568695659.xml, -tl, 2520s, -p, 4]
0.34/0.23	c 4 solvers in parallel
0.34/0.29	c parse instance...
3.10/1.15	c solve instance...
493.67/124.47	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 (14237 MiB free)
  memory of node 1: 16384 MiB (15680 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398884-1568695659/watcher-4398884-1568695659 -o /tmp/evaluation-result-4398884-1568695659/solver-4398884-1568695659 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21538 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2120444012 HOME/instance-4398884-1568695659.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100062 s]*
/proc/loadavg: 7.97 8.37 7.66 6/233 23746
/proc/meminfo: memFree=30620480/32770624 swapFree=66976992/67108860
[pid=23730] ppid=23727 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23730/stat : 23730 (xcsp3-exec) S 23727 23730 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445828508 115843072 363 33554432000 4194304 5098028 140724317045856 140724317043960 139982600118908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38551552 140724317049722 140724317049965 140724317049965 140724317052874 0
/proc/23730/statm: 28282 363 304 221 0 87 0
[pid=23732] ppid=23730 vsize=15144776 memory=28000 CPUtime=0.13 cores=1,3,5,7
/proc/23732/stat : 23732 (java) S 23730 23730 21506 0 -1 1077944320 5896 0 0 0 11 2 0 0 20 0 15 0 445828509 15508250624 7000 33554432000 4194304 4196468 140721973849152 140721973831696 140485725638391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
/proc/23732/statm: 3786194 7000 3145 1 0 3748377 0
[pid=23732/tid=23733] ppid=23730 vsize=15144776 memory=7682489639022458387 CPUtime=0.09 cores=1,3,5,7
/proc/23732/task/23733/stat : 23733 (java) R 23730 23730 21506 0 -1 4202560 3755 0 0 0 8 1 0 0 20 0 15 0 445828509 15508250624 7000 33554432000 4194304 4196468 140721973849152 140485729866272 140485711337473 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23734] ppid=23730 vsize=15144776 memory=3472468505596359888 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23734/stat : 23734 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15508250624 7000 33554432000 4194304 4196468 140721973849152 140485697481360 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23735] ppid=23730 vsize=15144776 memory=140376701208192 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23735/stat : 23735 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15508250624 7000 33554432000 4194304 4196468 140721973849152 140485316938256 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23736] ppid=23730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23736/stat : 23736 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15508250624 7000 33554432000 4194304 4196468 140721973849152 140485315885456 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23737] ppid=23730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23737/stat : 23737 (java) S 23730 23730 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445828510 15508250624 7000 33554432000 4194304 4196468 140721973849152 140485314832656 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23738] ppid=23730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23738/stat : 23738 (java) S 23730 23730 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445828511 15508250624 7000 33554432000 4194304 4196468 140721973849152 140484599642992 140485725649538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23739] ppid=23730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23739/stat : 23739 (java) S 23730 23730 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445828512 15508250624 7000 33554432000 4194304 4196468 140721973849152 140484598588960 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23740] ppid=23730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23740/stat : 23740 (java) S 23730 23730 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445828512 15508250624 7000 33554432000 4194304 4196468 140721973849152 140484597536112 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23741] ppid=23730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23741/stat : 23741 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445828514 15508250624 7000 33554432000 4194304 4196468 140721973849152 140484596484432 140485725656987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23742] ppid=23730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23742/stat : 23742 (java) S 23730 23730 21506 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 445828514 15508250624 7000 33554432000 4194304 4196468 140721973849152 140484595431792 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23743] ppid=23730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23743/stat : 23743 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445828514 15508250624 7000 33554432000 4194304 4196468 140721973849152 140484594378992 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23744] ppid=23730 vsize=15144776 memory=140376701208192 CPUtime=0.02 cores=1,3,5,7
/proc/23732/task/23744/stat : 23744 (java) R 23730 23730 21506 0 -1 4202560 405 0 0 0 2 0 0 0 20 0 15 0 445828514 15508250624 7000 33554432000 4194304 4196468 140721973849152 140484593326192 140485725650326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23745] ppid=23730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23745/stat : 23745 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445828514 15508250624 7000 33554432000 4194304 4196468 140721973849152 140484592273632 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23746] ppid=23730 vsize=15144776 memory=140376701208192 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23746/stat : 23746 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828515 15508250624 7000 33554432000 4194304 4196468 140721973849152 140484591221936 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 29452 KiB

[startup+0.211133 s]*
/proc/loadavg: 7.97 8.37 7.66 7/233 23746
/proc/meminfo: memFree=30607236/32770624 swapFree=66976992/67108860
[pid=23730] ppid=23727 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23730/stat : 23730 (xcsp3-exec) S 23727 23730 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445828508 115843072 363 33554432000 4194304 5098028 140724317045856 140724317043960 139982600118908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38551552 140724317049722 140724317049965 140724317049965 140724317052874 0
/proc/23730/statm: 28282 363 304 221 0 87 0
[pid=23732] ppid=23730 vsize=15144776 memory=39776 CPUtime=0.34 cores=1,3,5,7
/proc/23732/stat : 23732 (java) S 23730 23730 21506 0 -1 1077944320 9697 0 0 0 31 3 0 0 20 0 15 0 445828509 15508250624 9944 33554432000 4194304 4196468 140721973849152 140721973831696 140485725638391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
/proc/23732/statm: 3786194 9944 3282 1 0 3748377 0
[pid=23732/tid=23733] ppid=23730 vsize=15144776 memory=7682489639022458387 CPUtime=0.2 cores=1,3,5,7
/proc/23732/task/23733/stat : 23733 (java) R 23730 23730 21506 0 -1 4202560 6681 0 0 0 18 2 0 0 20 0 15 0 445828509 15508250624 9944 33554432000 4194304 4196468 140721973849152 140485729869040 140485709718878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23734] ppid=23730 vsize=15144776 memory=3472468505596359888 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23734/stat : 23734 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15508250624 9944 33554432000 4194304 4196468 140721973849152 140485697481360 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23735] ppid=23730 vsize=15144776 memory=140376701208192 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23735/stat : 23735 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15508250624 9944 33554432000 4194304 4196468 140721973849152 140485316938256 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23736] ppid=23730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23736/stat : 23736 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15508250624 9944 33554432000 4194304 4196468 140721973849152 140485315885456 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23737] ppid=23730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23737/stat : 23737 (java) S 23730 23730 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445828510 15508250624 9944 33554432000 4194304 4196468 140721973849152 140485314832656 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23738] ppid=23730 vsize=15144776 memory=140376701208192 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23738/stat : 23738 (java) S 23730 23730 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445828511 15508250624 9944 33554432000 4194304 4196468 140721973849152 140484599642992 140485725649538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23739] ppid=23730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23739/stat : 23739 (java) S 23730 23730 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445828512 15508250624 9944 33554432000 4194304 4196468 140721973849152 140484598588960 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23740] ppid=23730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23740/stat : 23740 (java) S 23730 23730 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445828512 15508250624 9944 33554432000 4194304 4196468 140721973849152 140484597536112 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23741] ppid=23730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23741/stat : 23741 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445828514 15508250624 9944 33554432000 4194304 4196468 140721973849152 140484596484432 140485725656987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23742] ppid=23730 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/23732/task/23742/stat : 23742 (java) S 23730 23730 21506 0 -1 1077944384 587 0 0 0 3 0 0 0 20 0 15 0 445828514 15508250624 9944 33554432000 4194304 4196468 140721973849152 140484595424816 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23743] ppid=23730 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23732/task/23743/stat : 23743 (java) S 23730 23730 21506 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 15 0 445828514 15508250624 9944 33554432000 4194304 4196468 140721973849152 140484594379088 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23744] ppid=23730 vsize=15144776 memory=140376701208192 CPUtime=0.08 cores=1,3,5,7
/proc/23732/task/23744/stat : 23744 (java) R 23730 23730 21506 0 -1 4202560 846 0 0 0 8 0 0 0 20 0 15 0 445828514 15508250624 9944 33554432000 4194304 4196468 140721973849152 140484593326000 140485725650326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23745] ppid=23730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23745/stat : 23745 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445828514 15508250624 9944 33554432000 4194304 4196468 140721973849152 140484592273632 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23746] ppid=23730 vsize=15144776 memory=140376701208192 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23746/stat : 23746 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828515 15508250624 9944 33554432000 4194304 4196468 140721973849152 140484591221936 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41228 KiB

[startup+0.311264 s]*
/proc/loadavg: 7.97 8.37 7.66 7/233 23746
/proc/meminfo: memFree=30602128/32770624 swapFree=66976992/67108860
[pid=23730] ppid=23727 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23730/stat : 23730 (xcsp3-exec) S 23727 23730 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445828508 115843072 363 33554432000 4194304 5098028 140724317045856 140724317043960 139982600118908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38551552 140724317049722 140724317049965 140724317049965 140724317052874 0
/proc/23730/statm: 28282 363 304 221 0 87 0
[pid=23732] ppid=23730 vsize=15149032 memory=48968 CPUtime=0.53 cores=1,3,5,7
/proc/23732/stat : 23732 (java) S 23730 23730 21506 0 -1 1077944320 11044 0 0 0 49 4 0 0 20 0 15 0 445828509 15512608768 12242 33554432000 4194304 4196468 140721973849152 140721973831696 140485725638391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
/proc/23732/statm: 3787258 12242 3368 1 0 3748377 0
[pid=23732/tid=23733] ppid=23730 vsize=15149032 memory=-8439527450518781933 CPUtime=0.3 cores=1,3,5,7
/proc/23732/task/23733/stat : 23733 (java) R 23730 23730 21506 0 -1 4202560 7747 0 0 0 27 3 0 0 20 0 15 0 445828509 15512608768 12242 33554432000 4194304 4196468 140721973849152 140485729869504 140485725660317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23734] ppid=23730 vsize=15149032 memory=3472468505596359888 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23734/stat : 23734 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15512608768 12242 33554432000 4194304 4196468 140721973849152 140485697481360 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23735] ppid=23730 vsize=15149032 memory=280753278204288 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23735/stat : 23735 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15512608768 12242 33554432000 4194304 4196468 140721973849152 140485316938256 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23736] ppid=23730 vsize=15149032 memory=280753154024480 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23736/stat : 23736 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15512608768 12242 33554432000 4194304 4196468 140721973849152 140485315885456 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23737] ppid=23730 vsize=15149032 memory=140376576996111 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23737/stat : 23737 (java) S 23730 23730 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445828510 15512608768 12242 33554432000 4194304 4196468 140721973849152 140485314832656 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23738] ppid=23730 vsize=15149032 memory=280753278211200 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23738/stat : 23738 (java) S 23730 23730 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445828511 15512608768 12242 33554432000 4194304 4196468 140721973849152 140484599642992 140485725649538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23739] ppid=23730 vsize=15149032 memory=140376577000719 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23739/stat : 23739 (java) S 23730 23730 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445828512 15512608768 12242 33554432000 4194304 4196468 140721973849152 140484598588960 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23740] ppid=23730 vsize=15149032 memory=140376577024562 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23740/stat : 23740 (java) S 23730 23730 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445828512 15512608768 12242 33554432000 4194304 4196468 140721973849152 140484597536112 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23741] ppid=23730 vsize=15149032 memory=140376577028695 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23741/stat : 23741 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445828514 15512608768 12242 33554432000 4194304 4196468 140721973849152 140484596484432 140485725656987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23742] ppid=23730 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/23732/task/23742/stat : 23742 (java) R 23730 23730 21506 0 -1 4202560 665 0 0 0 5 0 0 0 20 0 15 0 445828514 15512608768 12308 33554432000 4194304 4196468 140721973849152 140484595422176 140485706338688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23743] ppid=23730 vsize=15149032 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/23732/task/23743/stat : 23743 (java) R 23730 23730 21506 0 -1 1077944384 341 0 0 0 3 0 0 0 20 0 15 0 445828514 15512608768 12308 33554432000 4194304 4196468 140721973849152 140484594378992 140485725649538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23744] ppid=23730 vsize=15149032 memory=140376701208192 CPUtime=0.13 cores=1,3,5,7
/proc/23732/task/23744/stat : 23744 (java) R 23730 23730 21506 0 -1 4202560 1033 0 0 0 13 0 0 0 20 0 15 0 445828514 15512608768 12308 33554432000 4194304 4196468 140721973849152 140484593326192 140485704263664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23745] ppid=23730 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23745/stat : 23745 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445828514 15512608768 12308 33554432000 4194304 4196468 140721973849152 140484592273632 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23746] ppid=23730 vsize=15149032 memory=140376701209644 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23746/stat : 23746 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828515 15512608768 12308 33554432000 4194304 4196468 140721973849152 140484591221936 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50420 KiB

[startup+0.701469 s]
/proc/loadavg: 7.97 8.37 7.66 8/233 23746
/proc/meminfo: memFree=30580144/32770624 swapFree=66976992/67108860
[pid=23730] ppid=23727 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23730/stat : 23730 (xcsp3-exec) S 23727 23730 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445828508 115843072 363 33554432000 4194304 5098028 140724317045856 140724317043960 139982600118908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38551552 140724317049722 140724317049965 140724317049965 140724317052874 0
/proc/23730/statm: 28282 363 304 221 0 87 0
[pid=23732] ppid=23730 vsize=15151156 memory=122032 CPUtime=1.72 cores=1,3,5,7
/proc/23732/stat : 23732 (java) S 23730 23730 21506 0 -1 1077944320 14476 0 0 0 166 6 0 0 20 0 15 0 445828509 15514783744 30508 33554432000 4194304 4196468 140721973849152 140721973831696 140485725638391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
/proc/23732/statm: 3787789 30508 3444 1 0 3748889 0
[pid=23732/tid=23733] ppid=23730 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/23732/task/23733/stat : 23733 (java) R 23730 23730 21506 0 -1 4202560 8444 0 0 0 63 4 0 0 20 0 15 0 445828509 15514783744 30508 33554432000 4194304 4196468 140721973849152 140485729874800 140485365686942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23734] ppid=23730 vsize=15151156 memory=128 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23734/stat : 23734 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15514783744 30508 33554432000 4194304 4196468 140721973849152 140485697481360 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23735] ppid=23730 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23735/stat : 23735 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15514783744 30508 33554432000 4194304 4196468 140721973849152 140485316938256 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23736] ppid=23730 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23736/stat : 23736 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828510 15514783744 30508 33554432000 4194304 4196468 140721973849152 140485315885456 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23737] ppid=23730 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23737/stat : 23737 (java) S 23730 23730 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445828510 15514783744 30508 33554432000 4194304 4196468 140721973849152 140485314832656 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23738] ppid=23730 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23738/stat : 23738 (java) S 23730 23730 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445828511 15514783744 30508 33554432000 4194304 4196468 140721973849152 140484599642992 140485725649538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23739] ppid=23730 vsize=15151156 memory=756 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23739/stat : 23739 (java) S 23730 23730 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445828512 15514783744 30508 33554432000 4194304 4196468 140721973849152 140484598588960 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23740] ppid=23730 vsize=15151156 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23740/stat : 23740 (java) S 23730 23730 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445828512 15514783744 30508 33554432000 4194304 4196468 140721973849152 140484597536112 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23741] ppid=23730 vsize=15151156 memory=7872 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23741/stat : 23741 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445828514 15514783744 30508 33554432000 4194304 4196468 140721973849152 140484596484432 140485725656987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23742] ppid=23730 vsize=15151156 memory=1164 CPUtime=0.36 cores=1,3,5,7
/proc/23732/task/23742/stat : 23742 (java) R 23730 23730 21506 0 -1 4202560 1752 0 0 0 36 0 0 0 20 0 15 0 445828514 15514783744 30508 33554432000 4194304 4196468 140721973849152 140484595431920 140485706274249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23743] ppid=23730 vsize=15151156 memory=9448 CPUtime=0.3 cores=1,3,5,7
/proc/23732/task/23743/stat : 23743 (java) R 23730 23730 21506 0 -1 4202560 1167 0 0 0 30 0 0 0 20 0 15 0 445828514 15514783744 30508 33554432000 4194304 4196468 140721973849152 140484594365840 140485718738238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23744] ppid=23730 vsize=15151156 memory=14008 CPUtime=0.35 cores=1,3,5,7
/proc/23732/task/23744/stat : 23744 (java) R 23730 23730 21506 0 -1 1077944384 1806 0 0 0 35 0 0 0 20 0 15 0 445828514 15514783744 30508 33554432000 4194304 4196468 140721973849152 140484593321232 140485725648597 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23745] ppid=23730 vsize=15151156 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23745/stat : 23745 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445828514 15514783744 30508 33554432000 4194304 4196468 140721973849152 140484592273632 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23746] ppid=23730 vsize=15151156 memory=11976 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23746/stat : 23746 (java) S 23730 23730 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445828515 15514783744 30508 33554432000 4194304 4196468 140721973849152 140484591221936 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 123484 KiB

[startup+1.50836 s]
/proc/loadavg: 7.97 8.37 7.66 8/233 23746
/proc/meminfo: memFree=30445236/32770624 swapFree=66976992/67108860
[pid=23730] ppid=23727 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23730/stat : 23730 (xcsp3-exec) S 23727 23730 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445828508 115843072 363 33554432000 4194304 5098028 140724317045856 140724317043960 139982600118908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38551552 140724317049722 140724317049965 140724317049965 140724317052874 0
/proc/23730/statm: 28282 363 304 221 0 87 0

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

/proc/23732/task/23746/stat : 23746 (java) S 23730 23730 21506 0 -1 1077944384 643 0 0 0 3 0 0 0 20 0 19 0 445828515 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484591221936 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23747] ppid=23730 vsize=15417412 memory=1477 CPUtime=119.14 cores=1,3,5,7
/proc/23732/task/23747/stat : 23747 (java) R 23730 23730 21506 0 -1 4202560 372 0 0 0 11914 0 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484582001944 140485368961708 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23748] ppid=23730 vsize=15417412 memory=0 CPUtime=119.7 cores=1,3,5,7
/proc/23732/task/23748/stat : 23748 (java) R 23730 23730 21506 0 -1 4202560 2194 0 0 0 11962 8 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484580950344 140485368962379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23749] ppid=23730 vsize=15417412 memory=7596559175289761378 CPUtime=118.39 cores=1,3,5,7
/proc/23732/task/23749/stat : 23749 (java) R 23730 23730 21506 0 -1 4202560 330 0 0 0 11838 1 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484579897424 140485369647487 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23750] ppid=23730 vsize=15417412 memory=7596559175289761378 CPUtime=119.44 cores=1,3,5,7
/proc/23732/task/23750/stat : 23750 (java) R 23730 23730 21506 0 -1 4202560 1984 0 0 0 11936 8 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484578846512 140485367932086 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
Current children cumulated CPU time: 482.54 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1137720 KiB

[startup+123.207 s]
/proc/loadavg: 8.55 8.42 7.76 10/237 23760
/proc/meminfo: memFree=29347828/32770624 swapFree=66976992/67108860
[pid=23730] ppid=23727 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23730/stat : 23730 (xcsp3-exec) S 23727 23730 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445828508 115843072 363 33554432000 4194304 5098028 140724317045856 140724317043960 139982600118908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38551552 140724317049722 140724317049965 140724317049965 140724317052874 0
/proc/23730/statm: 28282 363 304 221 0 87 0
[pid=23732] ppid=23730 vsize=15417412 memory=1136268 CPUtime=488.91 cores=1,3,5,7
/proc/23732/stat : 23732 (java) S 23730 23730 21506 0 -1 1077944320 41141 0 0 0 48845 46 0 0 20 0 19 0 445828509 15787429888 284067 33554432000 4194304 4196468 140721973849152 140721973831696 140485725638391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
/proc/23732/statm: 3854353 284067 3523 1 0 3815453 0
[pid=23732/tid=23733] ppid=23730 vsize=15417412 memory=6791534058613427641 CPUtime=1.1 cores=1,3,5,7
/proc/23732/task/23733/stat : 23733 (java) S 23730 23730 21506 0 -1 1077944384 9018 0 0 0 104 6 0 0 20 0 19 0 445828509 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485729879168 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23734] ppid=23730 vsize=15417412 memory=1564 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23734/stat : 23734 (java) S 23730 23730 21506 0 -1 1077944384 306 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485697481360 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23735] ppid=23730 vsize=15417412 memory=928 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23735/stat : 23735 (java) S 23730 23730 21506 0 -1 1077944384 2948 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485316938256 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23736] ppid=23730 vsize=15417412 memory=3784 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23736/stat : 23736 (java) S 23730 23730 21506 0 -1 1077944384 1559 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485315885456 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23737] ppid=23730 vsize=15417412 memory=1440 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23737/stat : 23737 (java) S 23730 23730 21506 0 -1 1077944384 1521 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485314832656 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23738] ppid=23730 vsize=15417412 memory=904 CPUtime=0.02 cores=1,3,5,7
/proc/23732/task/23738/stat : 23738 (java) S 23730 23730 21506 0 -1 1077944384 2177 0 0 0 1 1 0 0 20 0 19 0 445828511 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484599642992 140485725649538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23739] ppid=23730 vsize=15417412 memory=1984 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23739/stat : 23739 (java) S 23730 23730 21506 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 445828512 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484598589024 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23740] ppid=23730 vsize=15417412 memory=4088 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23740/stat : 23740 (java) S 23730 23730 21506 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 445828512 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484597536128 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23741] ppid=23730 vsize=15417412 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23741/stat : 23741 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484596484432 140485725656987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23742] ppid=23730 vsize=15417412 memory=1028 CPUtime=1.72 cores=1,3,5,7
/proc/23732/task/23742/stat : 23742 (java) S 23730 23730 21506 0 -1 1077944384 5895 0 0 0 171 1 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484595431792 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23743] ppid=23730 vsize=15417412 memory=1060 CPUtime=1.74 cores=1,3,5,7
/proc/23732/task/23743/stat : 23743 (java) S 23730 23730 21506 0 -1 1077944384 5705 0 0 0 173 1 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484594378992 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23744] ppid=23730 vsize=15417412 memory=2828 CPUtime=0.76 cores=1,3,5,7
/proc/23732/task/23744/stat : 23744 (java) S 23730 23730 21506 0 -1 1077944384 5131 0 0 0 75 1 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484593326192 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23745] ppid=23730 vsize=15417412 memory=756 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23745/stat : 23745 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484592273632 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23746] ppid=23730 vsize=15417412 memory=1548 CPUtime=0.03 cores=1,3,5,7
/proc/23732/task/23746/stat : 23746 (java) S 23730 23730 21506 0 -1 1077944384 643 0 0 0 3 0 0 0 20 0 19 0 445828515 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484591221936 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23747] ppid=23730 vsize=15417412 memory=7872 CPUtime=120.71 cores=1,3,5,7
/proc/23732/task/23747/stat : 23747 (java) R 23730 23730 21506 0 -1 4202560 372 0 0 0 12071 0 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484582001944 140485368228650 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23748] ppid=23730 vsize=15417412 memory=1164 CPUtime=121.3 cores=1,3,5,7
/proc/23732/task/23748/stat : 23748 (java) R 23730 23730 21506 0 -1 4202560 2200 0 0 0 12122 8 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484580950344 140485368228204 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23749] ppid=23730 vsize=15417412 memory=9448 CPUtime=119.99 cores=1,3,5,7
/proc/23732/task/23749/stat : 23749 (java) R 23730 23730 21506 0 -1 4202560 331 0 0 0 11998 1 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484579897424 140485368888879 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23750] ppid=23730 vsize=15417412 memory=14008 CPUtime=121.04 cores=1,3,5,7
/proc/23732/task/23750/stat : 23750 (java) R 23730 23730 21506 0 -1 4202560 1993 0 0 0 12096 8 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484578846512 140485368520131 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
Current children cumulated CPU time: 488.91 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1137720 KiB

[startup+124.001 s]*
/proc/loadavg: 8.55 8.42 7.76 9/237 23760
/proc/meminfo: memFree=29348076/32770624 swapFree=66976992/67108860
[pid=23730] ppid=23727 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23730/stat : 23730 (xcsp3-exec) S 23727 23730 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445828508 115843072 363 33554432000 4194304 5098028 140724317045856 140724317043960 139982600118908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38551552 140724317049722 140724317049965 140724317049965 140724317052874 0
/proc/23730/statm: 28282 363 304 221 0 87 0
[pid=23732] ppid=23730 vsize=15417412 memory=1136268 CPUtime=492.11 cores=1,3,5,7
/proc/23732/stat : 23732 (java) S 23730 23730 21506 0 -1 1077944320 41147 0 0 0 49164 47 0 0 20 0 19 0 445828509 15787429888 284067 33554432000 4194304 4196468 140721973849152 140721973831696 140485725638391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
/proc/23732/statm: 3854353 284067 3523 1 0 3815453 0
[pid=23732/tid=23733] ppid=23730 vsize=15417412 memory=8317482817917895235 CPUtime=1.1 cores=1,3,5,7
/proc/23732/task/23733/stat : 23733 (java) S 23730 23730 21506 0 -1 1077944384 9018 0 0 0 104 6 0 0 20 0 19 0 445828509 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485729879168 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23734] ppid=23730 vsize=15417412 memory=-7003737579269690708 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23734/stat : 23734 (java) S 23730 23730 21506 0 -1 1077944384 306 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485697481360 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23735] ppid=23730 vsize=15417412 memory=804 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23735/stat : 23735 (java) S 23730 23730 21506 0 -1 1077944384 2948 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485316938256 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23736] ppid=23730 vsize=15417412 memory=4104 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23736/stat : 23736 (java) S 23730 23730 21506 0 -1 1077944384 1559 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485315885456 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23737] ppid=23730 vsize=15417412 memory=1804 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23737/stat : 23737 (java) S 23730 23730 21506 0 -1 1077944384 1521 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485314832656 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23738] ppid=23730 vsize=15417412 memory=920 CPUtime=0.02 cores=1,3,5,7
/proc/23732/task/23738/stat : 23738 (java) S 23730 23730 21506 0 -1 1077944384 2177 0 0 0 1 1 0 0 20 0 19 0 445828511 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484599642992 140485725649538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23739] ppid=23730 vsize=15417412 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23739/stat : 23739 (java) S 23730 23730 21506 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 445828512 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484598589024 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23740] ppid=23730 vsize=15417412 memory=2592 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23740/stat : 23740 (java) S 23730 23730 21506 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 445828512 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484597536128 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23741] ppid=23730 vsize=15417412 memory=2660 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23741/stat : 23741 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484596484432 140485725656987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23742] ppid=23730 vsize=15417412 memory=1412 CPUtime=1.72 cores=1,3,5,7
/proc/23732/task/23742/stat : 23742 (java) S 23730 23730 21506 0 -1 1077944384 5895 0 0 0 171 1 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484595431792 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23743] ppid=23730 vsize=15417412 memory=3336 CPUtime=1.74 cores=1,3,5,7
/proc/23732/task/23743/stat : 23743 (java) S 23730 23730 21506 0 -1 1077944384 5705 0 0 0 173 1 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484594378992 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23744] ppid=23730 vsize=15417412 memory=1448 CPUtime=0.76 cores=1,3,5,7
/proc/23732/task/23744/stat : 23744 (java) S 23730 23730 21506 0 -1 1077944384 5131 0 0 0 75 1 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484593326192 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23745] ppid=23730 vsize=15417412 memory=1249528 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23745/stat : 23745 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484592273632 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23746] ppid=23730 vsize=15417412 memory=1412 CPUtime=0.03 cores=1,3,5,7
/proc/23732/task/23746/stat : 23746 (java) S 23730 23730 21506 0 -1 1077944384 643 0 0 0 3 0 0 0 20 0 19 0 445828515 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484591221936 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23747] ppid=23730 vsize=15417412 memory=6791534058613427641 CPUtime=121.5 cores=1,3,5,7
/proc/23732/task/23747/stat : 23747 (java) R 23730 23730 21506 0 -1 4202560 372 0 0 0 12150 0 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484582001944 140485367932086 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23748] ppid=23730 vsize=15417412 memory=1136268 CPUtime=122.1 cores=1,3,5,7
/proc/23732/task/23748/stat : 23748 (java) R 23730 23730 21506 0 -1 4202560 2205 0 0 0 12202 8 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484580950344 140485368890227 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23749] ppid=23730 vsize=15417412 memory=2660 CPUtime=120.79 cores=1,3,5,7
/proc/23732/task/23749/stat : 23749 (java) R 23730 23730 21506 0 -1 4202560 331 0 0 0 12078 1 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484579897424 140485368228636 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23750] ppid=23730 vsize=15417412 memory=1412 CPUtime=121.84 cores=1,3,5,7
/proc/23732/task/23750/stat : 23750 (java) R 23730 23730 21506 0 -1 4202560 1994 0 0 0 12176 8 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484578846512 140485368962379 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
Current children cumulated CPU time: 492.11 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1137720 KiB

[startup+124.401 s]
/proc/loadavg: 8.55 8.42 7.76 9/237 23760
/proc/meminfo: memFree=29348076/32770624 swapFree=66976992/67108860
[pid=23730] ppid=23727 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23730/stat : 23730 (xcsp3-exec) S 23727 23730 21506 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 445828508 115843072 363 33554432000 4194304 5098028 140724317045856 140724317043960 139982600118908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38551552 140724317049722 140724317049965 140724317049965 140724317052874 0
/proc/23730/statm: 28282 363 304 221 0 87 0
[pid=23732] ppid=23730 vsize=15417412 memory=1136268 CPUtime=493.67 cores=1,3,5,7
/proc/23732/stat : 23732 (java) S 23730 23730 21506 0 -1 1077944320 41150 0 0 0 49320 47 0 0 20 0 19 0 445828509 15787429888 284067 33554432000 4194304 4196468 140721973849152 140721973831696 140485725638391 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
/proc/23732/statm: 3854353 284067 3523 1 0 3815453 0
[pid=23732/tid=23733] ppid=23730 vsize=15417412 memory=1069 CPUtime=1.1 cores=1,3,5,7
/proc/23732/task/23733/stat : 23733 (java) S 23730 23730 21506 0 -1 1077944384 9018 0 0 0 104 6 0 0 20 0 19 0 445828509 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485729879168 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23734] ppid=23730 vsize=15417412 memory=395 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23734/stat : 23734 (java) S 23730 23730 21506 0 -1 1077944384 306 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485697481360 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23735] ppid=23730 vsize=15417412 memory=1424 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23735/stat : 23735 (java) S 23730 23730 21506 0 -1 1077944384 2948 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485316938256 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23736] ppid=23730 vsize=15417412 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23736/stat : 23736 (java) S 23730 23730 21506 0 -1 1077944384 1559 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485315885456 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23737] ppid=23730 vsize=15417412 memory=14008 CPUtime=0.1 cores=1,3,5,7
/proc/23732/task/23737/stat : 23737 (java) S 23730 23730 21506 0 -1 1077944384 1521 0 0 0 6 4 0 0 20 0 19 0 445828510 15787429888 284067 33554432000 4194304 4196468 140721973849152 140485314832656 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23738] ppid=23730 vsize=15417412 memory=2120 CPUtime=0.02 cores=1,3,5,7
/proc/23732/task/23738/stat : 23738 (java) S 23730 23730 21506 0 -1 1077944384 2177 0 0 0 1 1 0 0 20 0 19 0 445828511 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484599642992 140485725649538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 31 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23739] ppid=23730 vsize=15417412 memory=11976 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23739/stat : 23739 (java) S 23730 23730 21506 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 445828512 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484598589024 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23740] ppid=23730 vsize=15417412 memory=11396 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23740/stat : 23740 (java) S 23730 23730 21506 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 19 0 445828512 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484597536128 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23741] ppid=23730 vsize=15417412 memory=512 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23741/stat : 23741 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484596484432 140485725656987 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23742] ppid=23730 vsize=15417412 memory=1564 CPUtime=1.72 cores=1,3,5,7
/proc/23732/task/23742/stat : 23742 (java) S 23730 23730 21506 0 -1 1077944384 5895 0 0 0 171 1 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484595431792 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23743] ppid=23730 vsize=15417412 memory=928 CPUtime=1.74 cores=1,3,5,7
/proc/23732/task/23743/stat : 23743 (java) S 23730 23730 21506 0 -1 1077944384 5705 0 0 0 173 1 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484594378992 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23744] ppid=23730 vsize=15417412 memory=1452 CPUtime=0.76 cores=1,3,5,7
/proc/23732/task/23744/stat : 23744 (java) S 23730 23730 21506 0 -1 1077944384 5131 0 0 0 75 1 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484593326192 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23745] ppid=23730 vsize=15417412 memory=1136268 CPUtime=0 cores=1,3,5,7
/proc/23732/task/23745/stat : 23745 (java) S 23730 23730 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445828514 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484592273632 140485725648597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23746] ppid=23730 vsize=15417412 memory=904 CPUtime=0.03 cores=1,3,5,7
/proc/23732/task/23746/stat : 23746 (java) S 23730 23730 21506 0 -1 1077944384 643 0 0 0 3 0 0 0 20 0 19 0 445828515 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484591221936 140485725649538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23747] ppid=23730 vsize=15417412 memory=1984 CPUtime=121.88 cores=1,3,5,7
/proc/23732/task/23747/stat : 23747 (java) R 23730 23730 21506 0 -1 4202560 372 0 0 0 12188 0 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484582001944 140485367932038 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23748] ppid=23730 vsize=15417412 memory=2528 CPUtime=122.49 cores=1,3,5,7
/proc/23732/task/23748/stat : 23748 (java) R 23730 23730 21506 0 -1 4202560 2207 0 0 0 12241 8 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484580950344 140485368961708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23749] ppid=23730 vsize=15417412 memory=1452 CPUtime=121.18 cores=1,3,5,7
/proc/23732/task/23749/stat : 23749 (java) R 23730 23730 21506 0 -1 4202560 331 0 0 0 12117 1 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484579897424 140485368308563 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
[pid=23732/tid=23750] ppid=23730 vsize=15417412 memory=1060 CPUtime=122.23 cores=1,3,5,7
/proc/23732/task/23750/stat : 23750 (java) R 23730 23730 21506 0 -1 4202560 1995 0 0 0 12215 8 0 0 20 0 19 0 445828625 15787429888 284067 33554432000 4194304 4196468 140721973849152 140484578846512 140485368961483 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25890816 140721973855215 140721973855386 140721973855386 140721973858255 0
Current children cumulated CPU time: 493.67 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1137720 KiB

Child status: 0
Real time (s): 124.486
CPU time (s): 493.981
CPU user time (s): 493.502
CPU system time (s): 0.479057
CPU usage (%): 396.817
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 1137720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 493.502
system time used= 0.479057
maximum resident set size= 1136604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42711
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5013
involuntary context switches= 11233


# summary of solver processes directly reported to runsolver:
#   pid: 23730
#   total CPU time (s): 493.981
#   total CPU user time (s): 493.502
#   total CPU system time (s): 0.479057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.815219 second user time and 1.52252 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 06:46:56
IDJOB=4398884
IDBENCH=126185
IDSOLVER=2853
FILE ID=node121/4398884-1568695659
RUNJOBID= node121-1568693400-21538
PBS_JOBID= 21703800
Free space on /tmp= 61380 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-94.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398884-1568695659/watcher-4398884-1568695659 -o /tmp/evaluation-result-4398884-1568695659/solver-4398884-1568695659 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21538 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2120444012 HOME/instance-4398884-1568695659.xml

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

MD5SUM BENCH= 6d6d0435d13d3ff0671cf8a5c787b057
RANDOM SEED=2120444012

node121.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.75
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.75
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.75
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.75
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:        30635852 kB
MemAvailable:   30842604 kB
Buffers:           58584 kB
Cached:           446028 kB
SwapCached:        10720 kB
Active:          1292888 kB
Inactive:         303764 kB
Active(anon):    1082164 kB
Inactive(anon):    42160 kB
Active(file):     210724 kB
Inactive(file):   261604 kB
Unevictable:      109148 kB
Mlocked:          109148 kB
SwapTotal:      67108860 kB
SwapFree:       66976992 kB
Dirty:             26704 kB
Writeback:             0 kB
AnonPages:       1258576 kB
Mapped:            55228 kB
Shmem:             23796 kB
Slab:             130480 kB
SReclaimable:     100520 kB
SUnreclaim:        29960 kB
KernelStack:        4064 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2522888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1148928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61356 MiB
End job on node121 at 2019-09-17 06:49:01