Trace number 4399037

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 2142.56 542.919

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-05-fair.xml
MD5SUMce7bc4154440f5a39d3b926bfba59e31
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 benchmark14.1142
Satisfiable
(Un)Satisfiability was proved
Number of variables14949
Number of constraints14152
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1994},{"size":201,"count":72},{"size":20001,"count":12883}]
Minimum variable degree2
Maximum variable degree126
Distribution of variable degrees[{"degree":2,"count":13223},{"degree":3,"count":330},{"degree":4,"count":38},{"degree":5,"count":176},{"degree":6,"count":109},{"degree":7,"count":286},{"degree":8,"count":369},{"degree":9,"count":224},{"degree":10,"count":24},{"degree":12,"count":11},{"degree":13,"count":120},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":6},{"degree":57,"count":6},{"degree":59,"count":3},{"degree":70,"count":1},{"degree":80,"count":5},{"degree":122,"count":1},{"degree":125,"count":2},{"degree":126,"count":3}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2301},{"arity":3,"count":11849}]
Number of extensional constraints0
Number of intensional constraints14152
Distribution of constraint types[{"type":"intension","count":14152}]
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-4399037-1568699722.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399037-1568699722.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
17.64/6.01	c solve instance...
2142.16/542.89	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 (13807 MiB free)
  memory of node 1: 16384 MiB (15784 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399037-1568699722/watcher-4399037-1568699722 -o /tmp/evaluation-result-4399037-1568699722/solver-4399037-1568699722 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568699048-7920 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 707335144 HOME/instance-4399037-1568699722.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
Current StackSize limit: 8192 KiB
solver pid=8547, runsolver pid=8544


[startup+0.100088 s]*
/proc/loadavg: 8.55 7.60 4.71 5/231 8588
/proc/meminfo: memFree=30269940/32770624 swapFree=66998764/67108860
[pid=8547] ppid=8544 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8547/stat : 8547 (xcsp3-exec) S 8544 8547 7888 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446237099 115843072 362 33554432000 4194304 5098028 140732178006384 140732178004488 140559199437436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35299328 140732178011003 140732178011245 140732178011245 140732178014154 0
/proc/8547/statm: 28282 362 304 221 0 87 0
[pid=8549] ppid=8547 vsize=15144776 memory=27636 CPUtime=0.13 cores=1,3,5,7
/proc/8549/stat : 8549 (java) S 8547 8547 7888 0 -1 1077944320 5874 0 0 0 12 1 0 0 20 0 15 0 446237100 15508250624 6909 33554432000 4194304 4196468 140725010204960 140725010187504 140377483591415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
/proc/8549/statm: 3786194 6909 3137 1 0 3748377 0
[pid=8549/tid=8550] ppid=8547 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=1,3,5,7
/proc/8549/task/8550/stat : 8550 (java) R 8547 8547 7888 0 -1 4202560 3740 0 0 0 9 0 0 0 20 0 15 0 446237100 15508250624 6975 33554432000 4194304 4196468 140725010204960 140377487822560 140377483612762 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8551] ppid=8547 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8551/stat : 8551 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15508250624 6975 33554432000 4194304 4196468 140725010204960 140377451149840 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8552] ppid=8547 vsize=15144776 memory=139672783660672 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8552/stat : 8552 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15508250624 6975 33554432000 4194304 4196468 140725010204960 140377074625168 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8553] ppid=8547 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8553/stat : 8553 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15508250624 6975 33554432000 4194304 4196468 140725010204960 140377073572112 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8554] ppid=8547 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8554/stat : 8554 (java) S 8547 8547 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237101 15508250624 6975 33554432000 4194304 4196468 140725010204960 140377072519568 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8559] ppid=8547 vsize=15144776 memory=139672783660672 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8559/stat : 8559 (java) S 8547 8547 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237102 15508250624 6975 33554432000 4194304 4196468 140725010204960 140376951798512 140377483602562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8561] ppid=8547 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8561/stat : 8561 (java) S 8547 8547 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446237102 15508250624 6975 33554432000 4194304 4196468 140725010204960 140376950744736 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8563] ppid=8547 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8563/stat : 8563 (java) S 8547 8547 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446237103 15508250624 6975 33554432000 4194304 4196468 140725010204960 140376949691632 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8574] ppid=8547 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8574/stat : 8574 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237105 15508250624 6975 33554432000 4194304 4196468 140725010204960 140376948640208 140377483610011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8575] ppid=8547 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8575/stat : 8575 (java) R 8547 8547 7888 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 15 0 446237105 15508250624 6975 33554432000 4194304 4196468 140725010204960 140376947587312 140377469257568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8576] ppid=8547 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8576/stat : 8576 (java) R 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237105 15508250624 6975 33554432000 4194304 4196468 140725010204960 140376946534768 140377483602562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8577] ppid=8547 vsize=15144776 memory=139672783660672 CPUtime=0.02 cores=1,3,5,7
/proc/8549/task/8577/stat : 8577 (java) R 8547 8547 7888 0 -1 4202560 400 0 0 0 2 0 0 0 20 0 15 0 446237105 15508250624 7041 33554432000 4194304 4196468 140725010204960 140376945481712 140377463306212 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8578] ppid=8547 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8578/stat : 8578 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237105 15508250624 7041 33554432000 4194304 4196468 140725010204960 140376944429408 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8580] ppid=8547 vsize=15144776 memory=139672783660672 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8580/stat : 8580 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237106 15508250624 7041 33554432000 4194304 4196468 140725010204960 140376943377456 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 29084 KiB

[startup+0.214062 s]*
/proc/loadavg: 8.55 7.60 4.71 4/231 8588
/proc/meminfo: memFree=30244220/32770624 swapFree=66998764/67108860
[pid=8547] ppid=8544 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8547/stat : 8547 (xcsp3-exec) S 8544 8547 7888 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446237099 115843072 362 33554432000 4194304 5098028 140732178006384 140732178004488 140559199437436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35299328 140732178011003 140732178011245 140732178011245 140732178014154 0
/proc/8547/statm: 28282 362 304 221 0 87 0
[pid=8549] ppid=8547 vsize=15144776 memory=39756 CPUtime=0.34 cores=1,3,5,7
/proc/8549/stat : 8549 (java) S 8547 8547 7888 0 -1 1077944320 9719 0 0 0 32 2 0 0 20 0 15 0 446237100 15508250624 9939 33554432000 4194304 4196468 140725010204960 140725010187504 140377483591415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
/proc/8549/statm: 3786194 9939 3277 1 0 3748377 0
[pid=8549/tid=8550] ppid=8547 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/8549/task/8550/stat : 8550 (java) R 8547 8547 7888 0 -1 4202560 6712 0 0 0 19 1 0 0 20 0 15 0 446237100 15508250624 9939 33554432000 4194304 4196468 140725010204960 140377487824512 140377483603350 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8551] ppid=8547 vsize=15144776 memory=9776 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8551/stat : 8551 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15508250624 9939 33554432000 4194304 4196468 140725010204960 140377451149840 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8552] ppid=8547 vsize=15144776 memory=139672786956200 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8552/stat : 8552 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15508250624 9939 33554432000 4194304 4196468 140725010204960 140377074625168 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8553] ppid=8547 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8553/stat : 8553 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15508250624 9939 33554432000 4194304 4196468 140725010204960 140377073572112 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8554] ppid=8547 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8554/stat : 8554 (java) S 8547 8547 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237101 15508250624 9939 33554432000 4194304 4196468 140725010204960 140377072519568 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8559] ppid=8547 vsize=15144776 memory=139672783660672 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8559/stat : 8559 (java) S 8547 8547 7888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446237102 15508250624 9939 33554432000 4194304 4196468 140725010204960 140376951798512 140377483602562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8561] ppid=8547 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8561/stat : 8561 (java) S 8547 8547 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446237102 15508250624 9939 33554432000 4194304 4196468 140725010204960 140376950744736 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8563] ppid=8547 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8563/stat : 8563 (java) S 8547 8547 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446237103 15508250624 9939 33554432000 4194304 4196468 140725010204960 140376949691632 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8574] ppid=8547 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8574/stat : 8574 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237105 15508250624 9939 33554432000 4194304 4196468 140725010204960 140376948640208 140377483610011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8575] ppid=8547 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8549/task/8575/stat : 8575 (java) S 8547 8547 7888 0 -1 1077944384 706 0 0 0 3 0 0 0 20 0 15 0 446237105 15508250624 9939 33554432000 4194304 4196468 140725010204960 140376947587312 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8576] ppid=8547 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8549/task/8576/stat : 8576 (java) S 8547 8547 7888 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 15 0 446237105 15508250624 9939 33554432000 4194304 4196468 140725010204960 140376946534768 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8577] ppid=8547 vsize=15144776 memory=139672783660672 CPUtime=0.08 cores=1,3,5,7
/proc/8549/task/8577/stat : 8577 (java) R 8547 8547 7888 0 -1 4202560 901 0 0 0 8 0 0 0 20 0 15 0 446237105 15508250624 9939 33554432000 4194304 4196468 140725010204960 140376945481712 140377467671902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8578] ppid=8547 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8578/stat : 8578 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237105 15508250624 9939 33554432000 4194304 4196468 140725010204960 140376944429408 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8580] ppid=8547 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8580/stat : 8580 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237106 15508250624 9939 33554432000 4194304 4196468 140725010204960 140376943377456 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41204 KiB

[startup+0.310615 s]*
/proc/loadavg: 8.55 7.60 4.71 5/231 8588
/proc/meminfo: memFree=30230336/32770624 swapFree=66998764/67108860
[pid=8547] ppid=8544 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8547/stat : 8547 (xcsp3-exec) S 8544 8547 7888 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446237099 115843072 362 33554432000 4194304 5098028 140732178006384 140732178004488 140559199437436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35299328 140732178011003 140732178011245 140732178011245 140732178014154 0
/proc/8547/statm: 28282 362 304 221 0 87 0
[pid=8549] ppid=8547 vsize=15149032 memory=49168 CPUtime=0.53 cores=1,3,5,7
/proc/8549/stat : 8549 (java) S 8547 8547 7888 0 -1 1077944320 11179 0 0 0 50 3 0 0 20 0 15 0 446237100 15512608768 12292 33554432000 4194304 4196468 140725010204960 140725010187504 140377483591415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
/proc/8549/statm: 3787258 12292 3347 1 0 3748377 0
[pid=8549/tid=8550] ppid=8547 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/8549/task/8550/stat : 8550 (java) R 8547 8547 7888 0 -1 4202560 7845 0 0 0 28 2 0 0 20 0 15 0 446237100 15512608768 12292 33554432000 4194304 4196468 140725010204960 140377487819760 140377467671902 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8551] ppid=8547 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8551/stat : 8551 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15512608768 12292 33554432000 4194304 4196468 140725010204960 140377451149840 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8552] ppid=8547 vsize=15149032 memory=35809 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8552/stat : 8552 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15512608768 12292 33554432000 4194304 4196468 140725010204960 140377074625168 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8553] ppid=8547 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8553/stat : 8553 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15512608768 12292 33554432000 4194304 4196468 140725010204960 140377073572112 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8554] ppid=8547 vsize=15149032 memory=9122464004270842071 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8554/stat : 8554 (java) S 8547 8547 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237101 15512608768 12292 33554432000 4194304 4196468 140725010204960 140377072519568 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8559] ppid=8547 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8559/stat : 8559 (java) S 8547 8547 7888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446237102 15512608768 12292 33554432000 4194304 4196468 140725010204960 140376951798512 140377483602562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8561] ppid=8547 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8561/stat : 8561 (java) S 8547 8547 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446237102 15512608768 12292 33554432000 4194304 4196468 140725010204960 140376950744736 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8563] ppid=8547 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8563/stat : 8563 (java) S 8547 8547 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446237103 15512608768 12292 33554432000 4194304 4196468 140725010204960 140376949691632 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8574] ppid=8547 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8574/stat : 8574 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237105 15512608768 12292 33554432000 4194304 4196468 140725010204960 140376948640208 140377483610011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8575] ppid=8547 vsize=15149032 memory=7307460107981921142 CPUtime=0.06 cores=1,3,5,7
/proc/8549/task/8575/stat : 8575 (java) R 8547 8547 7888 0 -1 4202560 857 0 0 0 6 0 0 0 20 0 15 0 446237105 15512608768 12292 33554432000 4194304 4196468 140725010204960 140376947587312 140377465116322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8576] ppid=8547 vsize=15149032 memory=7016714186490735262 CPUtime=0.03 cores=1,3,5,7
/proc/8549/task/8576/stat : 8576 (java) S 8547 8547 7888 0 -1 1077944384 120 0 0 0 3 0 0 0 20 0 15 0 446237105 15512608768 12292 33554432000 4194304 4196468 140725010204960 140376946534768 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8577] ppid=8547 vsize=15149032 memory=-9062862659931694204 CPUtime=0.12 cores=1,3,5,7
/proc/8549/task/8577/stat : 8577 (java) S 8547 8547 7888 0 -1 1077944384 1064 0 0 0 12 0 0 0 20 0 15 0 446237105 15512608768 12292 33554432000 4194304 4196468 140725010204960 140376945481712 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8578] ppid=8547 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8578/stat : 8578 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237105 15512608768 12292 33554432000 4194304 4196468 140725010204960 140376944429408 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8580] ppid=8547 vsize=15149032 memory=-8412656567168561567 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8580/stat : 8580 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237106 15512608768 12292 33554432000 4194304 4196468 140725010204960 140376943377456 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50616 KiB

[startup+0.700809 s]
/proc/loadavg: 8.55 7.60 4.71 9/231 8588
/proc/meminfo: memFree=30178896/32770624 swapFree=66998764/67108860
[pid=8547] ppid=8544 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8547/stat : 8547 (xcsp3-exec) S 8544 8547 7888 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446237099 115843072 362 33554432000 4194304 5098028 140732178006384 140732178004488 140559199437436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35299328 140732178011003 140732178011245 140732178011245 140732178014154 0
/proc/8547/statm: 28282 362 304 221 0 87 0
[pid=8549] ppid=8547 vsize=15151156 memory=110120 CPUtime=1.76 cores=1,3,5,7
/proc/8549/stat : 8549 (java) S 8547 8547 7888 0 -1 1077944320 14598 0 0 0 172 4 0 0 20 0 15 0 446237100 15514783744 27530 33554432000 4194304 4196468 140725010204960 140725010187504 140377483591415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
/proc/8549/statm: 3787789 27530 3448 1 0 3748889 0
[pid=8549/tid=8550] ppid=8547 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/8549/task/8550/stat : 8550 (java) R 8547 8547 7888 0 -1 4202560 8390 0 0 0 64 3 0 0 20 0 15 0 446237100 15514783744 27530 33554432000 4194304 4196468 140725010204960 140377487826376 140377123123261 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8551] ppid=8547 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8551/stat : 8551 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15514783744 27530 33554432000 4194304 4196468 140725010204960 140377451149840 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8552] ppid=8547 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8552/stat : 8552 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15514783744 27530 33554432000 4194304 4196468 140725010204960 140377074625168 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8553] ppid=8547 vsize=15151156 memory=239 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8553/stat : 8553 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237101 15514783744 27530 33554432000 4194304 4196468 140725010204960 140377073572112 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8554] ppid=8547 vsize=15151156 memory=2 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8554/stat : 8554 (java) S 8547 8547 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446237101 15514783744 27530 33554432000 4194304 4196468 140725010204960 140377072519568 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8559] ppid=8547 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8559/stat : 8559 (java) S 8547 8547 7888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446237102 15514783744 27530 33554432000 4194304 4196468 140725010204960 140376951798512 140377483602562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8561] ppid=8547 vsize=15151156 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8561/stat : 8561 (java) S 8547 8547 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446237102 15514783744 27530 33554432000 4194304 4196468 140725010204960 140376950744736 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8563] ppid=8547 vsize=15151156 memory=1072 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8563/stat : 8563 (java) S 8547 8547 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446237103 15514783744 27530 33554432000 4194304 4196468 140725010204960 140376949691632 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8574] ppid=8547 vsize=15151156 memory=5860 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8574/stat : 8574 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237105 15514783744 27530 33554432000 4194304 4196468 140725010204960 140376948640208 140377483610011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8575] ppid=8547 vsize=15151156 memory=1544 CPUtime=0.39 cores=1,3,5,7
/proc/8549/task/8575/stat : 8575 (java) R 8547 8547 7888 0 -1 4202560 2032 0 0 0 39 0 0 0 20 0 15 0 446237105 15514783744 27530 33554432000 4194304 4196468 140725010204960 140376947568328 140377467002306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8576] ppid=8547 vsize=15151156 memory=776 CPUtime=0.37 cores=1,3,5,7
/proc/8549/task/8576/stat : 8576 (java) R 8547 8547 7888 0 -1 4202560 1076 0 0 0 37 0 0 0 20 0 15 0 446237105 15514783744 27530 33554432000 4194304 4196468 140725010204960 140376946524624 140377467088203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8577] ppid=8547 vsize=15151156 memory=1056 CPUtime=0.3 cores=1,3,5,7
/proc/8549/task/8577/stat : 8577 (java) S 8547 8547 7888 0 -1 1077944384 1794 0 0 0 30 0 0 0 20 0 15 0 446237105 15514783744 27530 33554432000 4194304 4196468 140725010204960 140376945481712 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8578] ppid=8547 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8578/stat : 8578 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446237105 15514783744 27530 33554432000 4194304 4196468 140725010204960 140376944429408 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8580] ppid=8547 vsize=15151156 memory=24748 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8580/stat : 8580 (java) S 8547 8547 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446237106 15514783744 27530 33554432000 4194304 4196468 140725010204960 140376943377456 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 111568 KiB

[startup+1.50155 s]
/proc/loadavg: 8.55 7.60 4.71 11/231 8588
/proc/meminfo: memFree=29927084/32770624 swapFree=66998764/67108860
[pid=8547] ppid=8544 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8547/stat : 8547 (xcsp3-exec) S 8544 8547 7888 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446237099 115843072 362 33554432000 4194304 5098028 140732178006384 140732178004488 140559199437436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35299328 140732178011003 140732178011245 140732178011245 140732178014154 0
/proc/8547/statm: 28282 362 304 221 0 87 0

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

Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5076916 KiB

[startup+541.602 s]
/proc/loadavg: 8.19 8.23 6.34 9/239 8670
/proc/meminfo: memFree=20256800/32770624 swapFree=66998768/67108860
[pid=8547] ppid=8544 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8547/stat : 8547 (xcsp3-exec) S 8544 8547 7888 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446237099 115843072 362 33554432000 4194304 5098028 140732178006384 140732178004488 140559199437436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35299328 140732178011003 140732178011245 140732178011245 140732178014154 0
/proc/8547/statm: 28282 362 304 221 0 87 0
[pid=8549] ppid=8547 vsize=15419460 memory=5075468 CPUtime=2137.39 cores=1,3,5,7
/proc/8549/stat : 8549 (java) S 8547 8547 7888 0 -1 1077944320 202683 0 0 0 213313 426 0 0 20 0 19 0 446237100 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140725010187504 140377483591415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
/proc/8549/statm: 3854865 1268867 3560 1 0 3815965 0
[pid=8549/tid=8550] ppid=8547 vsize=15419460 memory=46072 CPUtime=4.45 cores=1,3,5,7
/proc/8549/task/8550/stat : 8550 (java) S 8547 8547 7888 0 -1 1077944384 12509 0 0 0 435 10 0 0 20 0 19 0 446237100 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377487832192 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8551] ppid=8547 vsize=15419460 memory=988 CPUtime=17.11 cores=1,3,5,7
/proc/8549/task/8551/stat : 8551 (java) S 8547 8547 7888 0 -1 1077944384 8510 0 0 0 1617 94 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377451149840 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8552] ppid=8547 vsize=15419460 memory=8112282956445269571 CPUtime=16.84 cores=1,3,5,7
/proc/8549/task/8552/stat : 8552 (java) S 8547 8547 7888 0 -1 1077944384 6575 0 0 0 1588 96 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377074625168 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8553] ppid=8547 vsize=15419460 memory=1432 CPUtime=17.01 cores=1,3,5,7
/proc/8549/task/8553/stat : 8553 (java) S 8547 8547 7888 0 -1 1077944384 8680 0 0 0 1604 97 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377073572112 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8554] ppid=8547 vsize=15419460 memory=9396 CPUtime=16.89 cores=1,3,5,7
/proc/8549/task/8554/stat : 8554 (java) S 8547 8547 7888 0 -1 1077944384 9331 0 0 0 1593 96 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377072519568 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8559] ppid=8547 vsize=15419460 memory=656 CPUtime=3.97 cores=1,3,5,7
/proc/8549/task/8559/stat : 8559 (java) S 8547 8547 7888 0 -1 1077944384 18159 0 0 0 394 3 0 0 20 0 19 0 446237102 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376951798512 140377483602562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8561] ppid=8547 vsize=15419460 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8561/stat : 8561 (java) S 8547 8547 7888 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 19 0 446237102 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376950744800 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8563] ppid=8547 vsize=15419460 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8563/stat : 8563 (java) S 8547 8547 7888 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 19 0 446237103 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376949691648 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8574] ppid=8547 vsize=15419460 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8574/stat : 8574 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376948640208 140377483610011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8575] ppid=8547 vsize=15419460 memory=1204 CPUtime=5.78 cores=1,3,5,7
/proc/8549/task/8575/stat : 8575 (java) S 8547 8547 7888 0 -1 1077944384 24985 0 0 0 576 2 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376947587312 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8576] ppid=8547 vsize=15419460 memory=1072 CPUtime=5.58 cores=1,3,5,7
/proc/8549/task/8576/stat : 8576 (java) S 8547 8547 7888 0 -1 1077944384 28587 0 0 0 555 3 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376946534768 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8577] ppid=8547 vsize=15419460 memory=5860 CPUtime=1.33 cores=1,3,5,7
/proc/8549/task/8577/stat : 8577 (java) S 8547 8547 7888 0 -1 1077944384 21028 0 0 0 130 3 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376945481712 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8578] ppid=8547 vsize=15419460 memory=1544 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8578/stat : 8578 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376944429408 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8580] ppid=8547 vsize=15419460 memory=908 CPUtime=0.23 cores=1,3,5,7
/proc/8549/task/8580/stat : 8580 (java) S 8547 8547 7888 0 -1 1077944384 1148 0 0 0 23 0 0 0 20 0 19 0 446237106 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376943377456 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8593] ppid=8547 vsize=15419460 memory=776 CPUtime=509.68 cores=1,3,5,7
/proc/8549/task/8593/stat : 8593 (java) R 8547 8547 7888 0 -1 4202560 6594 0 0 0 50967 1 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376932298016 140377132078463 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8594] ppid=8547 vsize=15419460 memory=1056 CPUtime=512.53 cores=1,3,5,7
/proc/8549/task/8594/stat : 8594 (java) R 8547 8547 7888 0 -1 4202560 31842 0 0 0 51244 9 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376931246088 140377123415054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8595] ppid=8547 vsize=15419460 memory=14012 CPUtime=512.05 cores=1,3,5,7
/proc/8549/task/8595/stat : 8595 (java) R 8547 8547 7888 0 -1 4202560 12825 0 0 0 51202 3 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376930196792 140377122792476 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8596] ppid=8547 vsize=15419460 memory=24776 CPUtime=513.78 cores=1,3,5,7
/proc/8549/task/8596/stat : 8596 (java) R 8547 8547 7888 0 -1 4202560 10424 0 0 0 51376 2 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376929140712 140377132550926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
Current children cumulated CPU time: 2137.39 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5076916 KiB

[startup+542.402 s]
/proc/loadavg: 8.26 8.25 6.36 10/240 8671
/proc/meminfo: memFree=20256800/32770624 swapFree=66998768/67108860
[pid=8547] ppid=8544 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8547/stat : 8547 (xcsp3-exec) S 8544 8547 7888 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446237099 115843072 362 33554432000 4194304 5098028 140732178006384 140732178004488 140559199437436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35299328 140732178011003 140732178011245 140732178011245 140732178014154 0
/proc/8547/statm: 28282 362 304 221 0 87 0
[pid=8549] ppid=8547 vsize=15419460 memory=5075468 CPUtime=2140.57 cores=1,3,5,7
/proc/8549/stat : 8549 (java) S 8547 8547 7888 0 -1 1077944320 202687 0 0 0 213631 426 0 0 20 0 19 0 446237100 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140725010187504 140377483591415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
/proc/8549/statm: 3854865 1268867 3560 1 0 3815965 0
[pid=8549/tid=8550] ppid=8547 vsize=15419460 memory=3580 CPUtime=4.45 cores=1,3,5,7
/proc/8549/task/8550/stat : 8550 (java) S 8547 8547 7888 0 -1 1077944384 12509 0 0 0 435 10 0 0 20 0 19 0 446237100 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377487832192 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8551] ppid=8547 vsize=15419460 memory=46072 CPUtime=17.11 cores=1,3,5,7
/proc/8549/task/8551/stat : 8551 (java) S 8547 8547 7888 0 -1 1077944384 8510 0 0 0 1617 94 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377451149840 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8552] ppid=8547 vsize=15419460 memory=988 CPUtime=16.84 cores=1,3,5,7
/proc/8549/task/8552/stat : 8552 (java) S 8547 8547 7888 0 -1 1077944384 6575 0 0 0 1588 96 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377074625168 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8553] ppid=8547 vsize=15419460 memory=2020 CPUtime=17.01 cores=1,3,5,7
/proc/8549/task/8553/stat : 8553 (java) S 8547 8547 7888 0 -1 1077944384 8680 0 0 0 1604 97 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377073572112 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8554] ppid=8547 vsize=15419460 memory=1432 CPUtime=16.89 cores=1,3,5,7
/proc/8549/task/8554/stat : 8554 (java) S 8547 8547 7888 0 -1 1077944384 9331 0 0 0 1593 96 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377072519568 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8559] ppid=8547 vsize=15419460 memory=1448 CPUtime=3.97 cores=1,3,5,7
/proc/8549/task/8559/stat : 8559 (java) S 8547 8547 7888 0 -1 1077944384 18159 0 0 0 394 3 0 0 20 0 19 0 446237102 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376951798512 140377483602562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8561] ppid=8547 vsize=15419460 memory=5075468 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8561/stat : 8561 (java) S 8547 8547 7888 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 19 0 446237102 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376950744800 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8563] ppid=8547 vsize=15419460 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8563/stat : 8563 (java) S 8547 8547 7888 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 19 0 446237103 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376949691648 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8574] ppid=8547 vsize=15419460 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8574/stat : 8574 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376948640208 140377483610011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8575] ppid=8547 vsize=15419460 memory=656 CPUtime=5.78 cores=1,3,5,7
/proc/8549/task/8575/stat : 8575 (java) S 8547 8547 7888 0 -1 1077944384 24985 0 0 0 576 2 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376947587312 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8576] ppid=8547 vsize=15419460 memory=4036 CPUtime=5.58 cores=1,3,5,7
/proc/8549/task/8576/stat : 8576 (java) S 8547 8547 7888 0 -1 1077944384 28587 0 0 0 555 3 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376946534768 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8577] ppid=8547 vsize=15419460 memory=2832 CPUtime=1.33 cores=1,3,5,7
/proc/8549/task/8577/stat : 8577 (java) S 8547 8547 7888 0 -1 1077944384 21028 0 0 0 130 3 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376945481712 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8578] ppid=8547 vsize=15419460 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8578/stat : 8578 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376944429408 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8580] ppid=8547 vsize=15419460 memory=1448 CPUtime=0.23 cores=1,3,5,7
/proc/8549/task/8580/stat : 8580 (java) S 8547 8547 7888 0 -1 1077944384 1148 0 0 0 23 0 0 0 20 0 19 0 446237106 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376943377456 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8593] ppid=8547 vsize=15419460 memory=5075468 CPUtime=510.46 cores=1,3,5,7
/proc/8549/task/8593/stat : 8593 (java) R 8547 8547 7888 0 -1 4202560 6596 0 0 0 51045 1 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376932298016 140377132602117 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8594] ppid=8547 vsize=15419460 memory=1432 CPUtime=513.33 cores=1,3,5,7
/proc/8549/task/8594/stat : 8594 (java) R 8547 8547 7888 0 -1 4202560 31844 0 0 0 51324 9 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376931246088 140377132551566 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8595] ppid=8547 vsize=15419460 memory=9396 CPUtime=512.85 cores=1,3,5,7
/proc/8549/task/8595/stat : 8595 (java) R 8547 8547 7888 0 -1 4202560 12825 0 0 0 51282 3 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376930196792 140377125854881 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8596] ppid=8547 vsize=15419460 memory=656 CPUtime=514.57 cores=1,3,5,7
/proc/8549/task/8596/stat : 8596 (java) R 8547 8547 7888 0 -1 4202560 10424 0 0 0 51455 2 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376929140712 140377132409925 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
Current children cumulated CPU time: 2140.57 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5076916 KiB

[startup+542.802 s]
/proc/loadavg: 8.26 8.25 6.36 10/240 8671
/proc/meminfo: memFree=20256800/32770624 swapFree=66998768/67108860
[pid=8547] ppid=8544 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8547/stat : 8547 (xcsp3-exec) S 8544 8547 7888 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446237099 115843072 362 33554432000 4194304 5098028 140732178006384 140732178004488 140559199437436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35299328 140732178011003 140732178011245 140732178011245 140732178014154 0
/proc/8547/statm: 28282 362 304 221 0 87 0
[pid=8549] ppid=8547 vsize=15419460 memory=5075468 CPUtime=2142.16 cores=1,3,5,7
/proc/8549/stat : 8549 (java) S 8547 8547 7888 0 -1 1077944320 202692 0 0 0 213790 426 0 0 20 0 19 0 446237100 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140725010187504 140377483591415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
/proc/8549/statm: 3854865 1268867 3560 1 0 3815965 0
[pid=8549/tid=8550] ppid=8547 vsize=15419460 memory=8112282956445269571 CPUtime=4.45 cores=1,3,5,7
/proc/8549/task/8550/stat : 8550 (java) S 8547 8547 7888 0 -1 1077944384 12509 0 0 0 435 10 0 0 20 0 19 0 446237100 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377487832192 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8551] ppid=8547 vsize=15419460 memory=4096 CPUtime=17.11 cores=1,3,5,7
/proc/8549/task/8551/stat : 8551 (java) S 8547 8547 7888 0 -1 1077944384 8510 0 0 0 1617 94 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377451149840 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8552] ppid=8547 vsize=15419460 memory=1804 CPUtime=16.84 cores=1,3,5,7
/proc/8549/task/8552/stat : 8552 (java) S 8547 8547 7888 0 -1 1077944384 6575 0 0 0 1588 96 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377074625168 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8553] ppid=8547 vsize=15419460 memory=920 CPUtime=17.01 cores=1,3,5,7
/proc/8549/task/8553/stat : 8553 (java) S 8547 8547 7888 0 -1 1077944384 8680 0 0 0 1604 97 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377073572112 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8554] ppid=8547 vsize=15419460 memory=3848 CPUtime=16.89 cores=1,3,5,7
/proc/8549/task/8554/stat : 8554 (java) S 8547 8547 7888 0 -1 1077944384 9331 0 0 0 1593 96 0 0 20 0 19 0 446237101 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140377072519568 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8559] ppid=8547 vsize=15419460 memory=2600 CPUtime=3.97 cores=1,3,5,7
/proc/8549/task/8559/stat : 8559 (java) S 8547 8547 7888 0 -1 1077944384 18159 0 0 0 394 3 0 0 20 0 19 0 446237102 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376951798512 140377483602562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8561] ppid=8547 vsize=15419460 memory=2600 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8561/stat : 8561 (java) S 8547 8547 7888 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 19 0 446237102 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376950744800 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8563] ppid=8547 vsize=15419460 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8563/stat : 8563 (java) S 8547 8547 7888 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 19 0 446237103 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376949691648 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8574] ppid=8547 vsize=15419460 memory=3440 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8574/stat : 8574 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376948640208 140377483610011 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8575] ppid=8547 vsize=15419460 memory=8112282956445269571 CPUtime=5.78 cores=1,3,5,7
/proc/8549/task/8575/stat : 8575 (java) S 8547 8547 7888 0 -1 1077944384 24985 0 0 0 576 2 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376947587312 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8576] ppid=8547 vsize=15419460 memory=46072 CPUtime=5.58 cores=1,3,5,7
/proc/8549/task/8576/stat : 8576 (java) S 8547 8547 7888 0 -1 1077944384 28587 0 0 0 555 3 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376946534768 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8577] ppid=8547 vsize=15419460 memory=1980 CPUtime=1.33 cores=1,3,5,7
/proc/8549/task/8577/stat : 8577 (java) S 8547 8547 7888 0 -1 1077944384 21028 0 0 0 130 3 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376945481712 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8578] ppid=8547 vsize=15419460 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/8549/task/8578/stat : 8578 (java) S 8547 8547 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446237105 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376944429408 140377483601621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8580] ppid=8547 vsize=15419460 memory=1580 CPUtime=0.23 cores=1,3,5,7
/proc/8549/task/8580/stat : 8580 (java) S 8547 8547 7888 0 -1 1077944384 1150 0 0 0 23 0 0 0 20 0 19 0 446237106 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376943377456 140377483602562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8593] ppid=8547 vsize=15419460 memory=908 CPUtime=510.85 cores=1,3,5,7
/proc/8549/task/8593/stat : 8593 (java) R 8547 8547 7888 0 -1 4202560 6596 0 0 0 51084 1 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376932298016 140377132602201 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8594] ppid=8547 vsize=15419460 memory=1440 CPUtime=513.73 cores=1,3,5,7
/proc/8549/task/8594/stat : 8594 (java) R 8547 8547 7888 0 -1 4202560 31847 0 0 0 51364 9 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376931246088 140377132424274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8595] ppid=8547 vsize=15419460 memory=1760 CPUtime=513.25 cores=1,3,5,7
/proc/8549/task/8595/stat : 8595 (java) R 8547 8547 7888 0 -1 4202560 12825 0 0 0 51322 3 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376930196792 140377124571979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
[pid=8549/tid=8596] ppid=8547 vsize=15419460 memory=111632 CPUtime=514.97 cores=1,3,5,7
/proc/8549/task/8596/stat : 8596 (java) R 8547 8547 7888 0 -1 4202560 10424 0 0 0 51495 2 0 0 20 0 19 0 446237705 15789527040 1268867 33554432000 4194304 4196468 140725010204960 140376929140712 140377122573218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36835328 140725010211823 140725010211994 140725010211994 140725010214863 0
Current children cumulated CPU time: 2142.16 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 5076916 KiB

[startup+542.901 s]
/proc/loadavg: 8.26 8.25 6.36 10/240 8671
/proc/meminfo: memFree=20256800/32770624 swapFree=66998768/67108860
[pid=8547] ppid=8544 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8547/stat : 8547 (xcsp3-exec) S 8544 8547 7888 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446237099 115843072 362 33554432000 4194304 5098028 140732178006384 140732178004488 140559199437436 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35299328 140732178011003 140732178011245 140732178011245 140732178014154 0
/proc/8547/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 542.919
CPU time (s): 2142.56
CPU user time (s): 2138.27
CPU system time (s): 4.29231
CPU usage (%): 394.638
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 5076916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2138.27
system time used= 4.29231
maximum resident set size= 5075664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205866
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16384
involuntary context switches= 46391


# summary of solver processes directly reported to runsolver:
#   pid: 8547
#   total CPU time (s): 2142.56
#   total CPU user time (s): 2138.27
#   total CPU system time (s): 4.29231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.38808 second user time and 6.44462 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 07:54:43
IDJOB=4399037
IDBENCH=139233
IDSOLVER=2853
FILE ID=node123/4399037-1568699722
RUNJOBID= node123-1568699048-7920
PBS_JOBID= 21703821
Free space on /tmp= 59184 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-05-fair.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-4399037-1568699722/watcher-4399037-1568699722 -o /tmp/evaluation-result-4399037-1568699722/solver-4399037-1568699722 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568699048-7920 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 707335144 HOME/instance-4399037-1568699722.xml

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

MD5SUM BENCH= ce7bc4154440f5a39d3b926bfba59e31
RANDOM SEED=707335144

node123.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.49
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.49
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.49
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.49
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:        30301692 kB
MemAvailable:   31896404 kB
Buffers:          124672 kB
Cached:          1767816 kB
SwapCached:         7608 kB
Active:          1242012 kB
Inactive:         663012 kB
Active(anon):      11384 kB
Inactive(anon):    48664 kB
Active(file):    1230628 kB
Inactive(file):   614348 kB
Unevictable:      107572 kB
Mlocked:          107572 kB
SwapTotal:      67108860 kB
SwapFree:       66998764 kB
Dirty:             52976 kB
Writeback:             0 kB
AnonPages:        170004 kB
Mapped:            47792 kB
Shmem:             39808 kB
Slab:             160920 kB
SReclaimable:     131140 kB
SUnreclaim:        29780 kB
KernelStack:        4096 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    124928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59132 MiB
End job on node123 at 2019-09-17 08:03:46