Trace number 4400328

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16OPT14 52.8085 13.5927

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16e.xml
MD5SUM9478703244e8f640224ac5c9e01083b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark13.1433
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":7},{"degree":2,"count":23},{"degree":5,"count":1},{"degree":7,"count":6}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.01	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400328-1568679431.xml"  -tl '2400s' -p 4
0.12/0.19	c Choco e747e1e
0.12/0.19	c [HOME/instance-4400328-1568679431.xml, -tl, 2400s, -p, 4]
0.32/0.23	c 4 solvers in parallel
0.32/0.29	c parse instance...
0.99/0.55	c solve instance...
0.99/0.60	o 25 
1.30/0.61	o 23 
1.30/0.62	o 21 
1.30/0.64	o 19 
1.30/0.68	o 17 
5.57/1.78	o 16 
6.37/1.94	o 14 
52.46/13.58	s OPTIMUM FOUND
52.46/13.58	v <instantiation>
52.46/13.58	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][2] d[0][3] d[0][5] d[0][6] d[0][7] d[0][8] d[1][3] d[3][5] d[3][6] d[3][7] d[3][8] d[4][5] d[4][6] d[4][7] d[4][8] d[5][6] d[5][7] d[5][8] d[6][7] d[6][8] d[7][8] </list>
52.46/13.58	v 	<values>0 5 8 1 7 2 4 6 3 11 13 12 9 14 10 15 0 0 0 0 1 1 0 1 1 2 0 1 1 0 0 1 0 0 0 2 1 </values>
52.46/13.58	v </instantiation>

Verifier Data

OK	14

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 (15255 MiB free)
  memory of node 1: 16384 MiB (14333 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400328-1568679431/watcher-4400328-1568679431 -o /tmp/evaluation-result-4400328-1568679431/solver-4400328-1568679431 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568673273-32544 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 207796580 HOME/instance-4400328-1568679431.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=10901, runsolver pid=10898
Current StackSize limit: 8192 KiB


[startup+0.107475 s]*
/proc/loadavg: 8.44 8.53 8.50 7/234 10921
/proc/meminfo: memFree=30281256/32770624 swapFree=66997372/67108860
[pid=10901] ppid=10898 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (xcsp3-exec) S 10898 10901 32513 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444196183 115843072 363 33554432000 4194304 5098028 140720687122080 140720687120184 140388206764668 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28774400 140720687129467 140720687129709 140720687129709 140720687132618 0
/proc/10901/statm: 28282 363 304 221 0 87 0
[pid=10903] ppid=10901 vsize=15144776 memory=30816 CPUtime=0.12 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10901 10901 32513 0 -1 1077944320 5668 0 0 0 11 1 0 0 20 0 15 0 444196184 15508250624 7704 33554432000 4194304 4196468 140727755332656 140727755315200 140271755841271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
/proc/10903/statm: 3786194 7704 3118 1 0 3748377 0
[pid=10903/tid=10904] ppid=10901 vsize=15144776 memory=7031125463459224206 CPUtime=0.09 cores=0,2,4,6
/proc/10903/task/10904/stat : 10904 (java) R 10901 10901 32513 0 -1 4202560 3573 0 0 0 8 1 0 0 20 0 15 0 444196184 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271760070448 140271734286851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10905] ppid=10901 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196185 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271692077328 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10906] ppid=10901 vsize=15144776 memory=140385229866624 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196185 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271691024784 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10907] ppid=10901 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196185 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271689972240 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10908] ppid=10901 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10901 10901 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444196185 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271688919696 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10909] ppid=10901 vsize=15144776 memory=140385229866624 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10901 10901 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444196186 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271291685360 140271755852418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10910] ppid=10901 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10901 10901 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444196187 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271290631584 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10911] ppid=10901 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10901 10901 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444196187 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271289578992 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10912] ppid=10901 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444196189 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271288527568 140271755859867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10913] ppid=10901 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10901 10901 32513 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 444196190 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271287474160 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10914] ppid=10901 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) S 10901 10901 32513 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 444196190 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271286421616 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10915] ppid=10901 vsize=15144776 memory=140385229866624 CPUtime=0.02 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) R 10901 10901 32513 0 -1 4202560 362 0 0 0 2 0 0 0 20 0 15 0 444196190 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271285369072 140271755862618 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10916] ppid=10901 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444196190 15508250624 7704 33554432000 4194304 4196468 140727755332656 140271284316768 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10917] ppid=10901 vsize=15144776 memory=140385229866624 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196190 15508250624 7704 33554432000 4194304 4196468 140727755332656 140270688529200 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 32268 KiB

[startup+0.210764 s]*
/proc/loadavg: 8.44 8.53 8.50 4/234 10921
/proc/meminfo: memFree=30266304/32770624 swapFree=66997372/67108860
[pid=10901] ppid=10898 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (xcsp3-exec) S 10898 10901 32513 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444196183 115843072 363 33554432000 4194304 5098028 140720687122080 140720687120184 140388206764668 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28774400 140720687129467 140720687129709 140720687129709 140720687132618 0
/proc/10901/statm: 28282 363 304 221 0 87 0
[pid=10903] ppid=10901 vsize=15144776 memory=42656 CPUtime=0.32 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10901 10901 32513 0 -1 1077944320 9401 0 0 0 29 3 0 0 20 0 15 0 444196184 15508250624 10664 33554432000 4194304 4196468 140727755332656 140727755315200 140271755841271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
/proc/10903/statm: 3786194 10664 3260 1 0 3748377 0
[pid=10903/tid=10904] ppid=10901 vsize=15144776 memory=7022364632946311227 CPUtime=0.19 cores=0,2,4,6
/proc/10903/task/10904/stat : 10904 (java) R 10901 10901 32513 0 -1 4202560 6574 0 0 0 17 2 0 0 20 0 15 0 444196184 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271760073184 140271739921758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10905] ppid=10901 vsize=15144776 memory=4294976396 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196185 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271692077328 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10906] ppid=10901 vsize=15144776 memory=140385229892217 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196185 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271691024784 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10907] ppid=10901 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196185 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271689972240 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10908] ppid=10901 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10901 10901 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444196185 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271688919696 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10909] ppid=10901 vsize=15144776 memory=140385229866624 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10901 10901 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 444196186 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271291685360 140271755852418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10910] ppid=10901 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10901 10901 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444196187 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271290631584 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10911] ppid=10901 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10901 10901 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444196187 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271289578992 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10912] ppid=10901 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444196189 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271288527568 140271755859867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10913] ppid=10901 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) R 10901 10901 32513 0 -1 1077944384 562 0 0 0 3 0 0 0 20 0 15 0 444196190 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271287474160 140271755852418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10914] ppid=10901 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) S 10901 10901 32513 0 -1 1077944384 191 0 0 0 1 0 0 0 20 0 15 0 444196190 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271286421616 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10915] ppid=10901 vsize=15144776 memory=140385229866624 CPUtime=0.07 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) R 10901 10901 32513 0 -1 1077944384 777 0 0 0 7 0 0 0 20 0 15 0 444196190 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271285369072 140271755852418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10916] ppid=10901 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444196190 15508250624 10676 33554432000 4194304 4196468 140727755332656 140271284316768 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10917] ppid=10901 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196190 15508250624 10676 33554432000 4194304 4196468 140727755332656 140270688529200 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 44108 KiB

[startup+0.310659 s]*
/proc/loadavg: 8.44 8.53 8.50 4/234 10921
/proc/meminfo: memFree=30262160/32770624 swapFree=66997372/67108860
[pid=10901] ppid=10898 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (xcsp3-exec) S 10898 10901 32513 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444196183 115843072 363 33554432000 4194304 5098028 140720687122080 140720687120184 140388206764668 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28774400 140720687129467 140720687129709 140720687129709 140720687132618 0
/proc/10901/statm: 28282 363 304 221 0 87 0
[pid=10903] ppid=10901 vsize=15149032 memory=49244 CPUtime=0.5 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10901 10901 32513 0 -1 1077944320 10623 0 0 0 46 4 0 0 20 0 15 0 444196184 15512608768 12311 33554432000 4194304 4196468 140727755332656 140727755315200 140271755841271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
/proc/10903/statm: 3787258 12311 3341 1 0 3748377 0
[pid=10903/tid=10904] ppid=10901 vsize=15149032 memory=32213995742560408 CPUtime=0.29 cores=0,2,4,6
/proc/10903/task/10904/stat : 10904 (java) R 10901 10901 32513 0 -1 4202560 7643 0 0 0 26 3 0 0 20 0 15 0 444196184 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271760077888 140271755863197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10905] ppid=10901 vsize=15149032 memory=288230600379474824 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196185 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271692077328 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10906] ppid=10901 vsize=15149032 memory=4120851040629434827 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196185 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271691024784 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10907] ppid=10901 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196185 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271689972240 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10908] ppid=10901 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10901 10901 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 444196185 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271688919696 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10909] ppid=10901 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10901 10901 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 444196186 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271291685360 140271755852418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10910] ppid=10901 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10901 10901 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 444196187 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271290631584 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10911] ppid=10901 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10901 10901 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 444196187 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271289578992 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10912] ppid=10901 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444196189 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271288527568 140271755859867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10913] ppid=10901 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) R 10901 10901 32513 0 -1 4202560 569 0 0 0 4 0 0 0 20 0 15 0 444196190 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271287474160 140271755855158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10914] ppid=10901 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) R 10901 10901 32513 0 -1 4202560 232 0 0 0 3 0 0 0 20 0 15 0 444196190 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271286421616 140271735176609 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10915] ppid=10901 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10901 10901 32513 0 -1 1077944384 885 0 0 0 12 0 0 0 20 0 15 0 444196190 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271285369072 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10916] ppid=10901 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 444196190 15512608768 12823 33554432000 4194304 4196468 140727755332656 140271284316768 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10917] ppid=10901 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 444196190 15512608768 12823 33554432000 4194304 4196468 140727755332656 140270688529200 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50696 KiB

[startup+0.701469 s]
/proc/loadavg: 8.44 8.53 8.50 6/233 10921
/proc/meminfo: memFree=30244892/32770624 swapFree=66997372/67108860
[pid=10901] ppid=10898 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (xcsp3-exec) S 10898 10901 32513 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444196183 115843072 363 33554432000 4194304 5098028 140720687122080 140720687120184 140388206764668 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28774400 140720687129467 140720687129709 140720687129709 140720687132618 0
/proc/10901/statm: 28282 363 304 221 0 87 0
[pid=10903] ppid=10901 vsize=15485004 memory=124720 CPUtime=1.61 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10901 10901 32513 0 -1 1077944320 14925 0 0 0 154 7 0 0 20 0 19 0 444196184 15856644096 31180 33554432000 4194304 4196468 140727755332656 140727755315200 140271755841271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
/proc/10903/statm: 3871251 31180 3454 1 0 3832351 0
[pid=10903/tid=10904] ppid=10901 vsize=15485004 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/10903/task/10904/stat : 10904 (java) S 10901 10901 32513 0 -1 1077944384 9077 0 0 0 50 4 0 0 20 0 19 0 444196184 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271760082048 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10905] ppid=10901 vsize=15485004 memory=143 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271692077328 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10906] ppid=10901 vsize=15485004 memory=2 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271691024784 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10907] ppid=10901 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271689972240 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10908] ppid=10901 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10901 10901 32513 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271688919696 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10909] ppid=10901 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10901 10901 32513 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 444196186 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271291685360 140271755852418 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10910] ppid=10901 vsize=15485004 memory=2512 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10901 10901 32513 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 444196187 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271290631584 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10911] ppid=10901 vsize=15485004 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10901 10901 32513 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 444196187 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271289578992 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10912] ppid=10901 vsize=15485004 memory=812 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444196189 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271288527568 140271755859867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10913] ppid=10901 vsize=15485004 memory=1764 CPUtime=0.23 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) R 10901 10901 32513 0 -1 4202560 1127 0 0 0 23 0 0 0 20 0 19 0 444196190 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271287460832 140271740228512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10914] ppid=10901 vsize=15485004 memory=111628 CPUtime=0.23 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) R 10901 10901 32513 0 -1 4202560 1042 0 0 0 23 0 0 0 20 0 19 0 444196190 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271286402632 140271736540713 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10915] ppid=10901 vsize=15485004 memory=796 CPUtime=0.34 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10901 10901 32513 0 -1 1077944384 1754 0 0 0 34 0 0 0 20 0 19 0 444196190 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271285369072 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10916] ppid=10901 vsize=15485004 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444196190 15856644096 31180 33554432000 4194304 4196468 140727755332656 140271284316768 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10917] ppid=10901 vsize=15485004 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10901 10901 32513 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 444196190 15856644096 31180 33554432000 4194304 4196468 140727755332656 140270688529200 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 126172 KiB

[startup+1.50147 s]
/proc/loadavg: 8.44 8.53 8.50 9/237 10945
/proc/meminfo: memFree=30174856/32770624 swapFree=66997372/67108860
[pid=10901] ppid=10898 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (xcsp3-exec) S 10898 10901 32513 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444196183 115843072 363 33554432000 4194304 5098028 140720687122080 140720687120184 140388206764668 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28774400 140720687129467 140720687129709 140720687129709 140720687132618 0
/proc/10901/statm: 28282 363 304 221 0 87 0

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

/proc/10903/task/10917/stat : 10917 (java) S 10901 10901 32513 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 19 0 444196190 15856644096 53798 33554432000 4194304 4196468 140727755332656 140270688529200 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10958] ppid=10901 vsize=15485004 memory=1548 CPUtime=10.52 cores=0,2,4,6
/proc/10903/task/10958/stat : 10958 (java) R 10901 10901 32513 0 -1 4202560 192 0 0 0 1052 0 0 0 20 0 19 0 444196377 15856644096 53798 33554432000 4194304 4196468 140727755332656 140270236412528 140271371999018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10959] ppid=10901 vsize=15485004 memory=8560 CPUtime=10.34 cores=0,2,4,6
/proc/10903/task/10959/stat : 10959 (java) R 10901 10901 32513 0 -1 4202560 637 0 0 0 1032 2 0 0 20 0 19 0 444196377 15856644096 53798 33554432000 4194304 4196468 140727755332656 140270237466312 140271371935762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10960] ppid=10901 vsize=15485004 memory=1668 CPUtime=10.3 cores=0,2,4,6
/proc/10903/task/10960/stat : 10960 (java) R 10901 10901 32513 0 -1 4202560 797 0 0 0 1030 0 0 0 20 0 19 0 444196377 15856644096 53798 33554432000 4194304 4196468 140727755332656 140270233256488 140271371999345 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10961] ppid=10901 vsize=15485004 memory=1112 CPUtime=10.47 cores=0,2,4,6
/proc/10903/task/10961/stat : 10961 (java) R 10901 10901 32513 0 -1 4202560 473 0 0 0 1047 0 0 0 20 0 19 0 444196377 15856644096 53798 33554432000 4194304 4196468 140727755332656 140270232203608 140271372197789 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
Current children cumulated CPU time: 49.72 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 216644 KiB

[startup+13.2015 s]
/proc/loadavg: 7.96 8.42 8.46 9/237 10993
/proc/meminfo: memFree=29930184/32770624 swapFree=66997372/67108860
[pid=10901] ppid=10898 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (xcsp3-exec) S 10898 10901 32513 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444196183 115843072 363 33554432000 4194304 5098028 140720687122080 140720687120184 140388206764668 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28774400 140720687129467 140720687129709 140720687129709 140720687132618 0
/proc/10901/statm: 28282 363 304 221 0 87 0
[pid=10903] ppid=10901 vsize=15485004 memory=215260 CPUtime=51.26 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10901 10901 32513 0 -1 1077944320 35737 0 0 0 5113 13 0 0 20 0 19 0 444196184 15856644096 53815 33554432000 4194304 4196468 140727755332656 140727755315200 140271755841271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
/proc/10903/statm: 3871251 53815 3515 1 0 3832351 0
[pid=10903/tid=10904] ppid=10901 vsize=15485004 memory=-7751062316387021378 CPUtime=0.54 cores=0,2,4,6
/proc/10903/task/10904/stat : 10904 (java) S 10901 10901 32513 0 -1 1077944384 9108 0 0 0 50 4 0 0 20 0 19 0 444196184 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271760082048 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10905] ppid=10901 vsize=15485004 memory=-2245088631185882904 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) S 10901 10901 32513 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271692077328 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10906] ppid=10901 vsize=15485004 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10901 10901 32513 0 -1 1077944384 794 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271691024784 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10907] ppid=10901 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10901 10901 32513 0 -1 1077944384 848 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271689972240 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10908] ppid=10901 vsize=15485004 memory=303430223234596890 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10901 10901 32513 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271688919696 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10909] ppid=10901 vsize=15485004 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10901 10901 32513 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 19 0 444196186 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271291685360 140271755852418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10910] ppid=10901 vsize=15485004 memory=14410423571057304 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10901 10901 32513 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 444196187 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271290631648 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10911] ppid=10901 vsize=15485004 memory=215168 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10901 10901 32513 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 19 0 444196187 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271289579008 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10912] ppid=10901 vsize=15485004 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444196189 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271288527568 140271755859867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10913] ppid=10901 vsize=15485004 memory=182408 CPUtime=1.77 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10901 10901 32513 0 -1 1077944384 7379 0 0 0 176 1 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271287474160 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10914] ppid=10901 vsize=15485004 memory=776 CPUtime=1.58 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) S 10901 10901 32513 0 -1 1077944384 6267 0 0 0 158 0 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271286421616 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10915] ppid=10901 vsize=15485004 memory=3992 CPUtime=0.57 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10901 10901 32513 0 -1 1077944384 5543 0 0 0 56 1 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271285369072 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10916] ppid=10901 vsize=15485004 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271284316768 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10917] ppid=10901 vsize=15485004 memory=280770199465280 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10901 10901 32513 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270688529200 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10958] ppid=10901 vsize=15485004 memory=288230377091498274 CPUtime=10.91 cores=0,2,4,6
/proc/10903/task/10958/stat : 10958 (java) R 10901 10901 32513 0 -1 4202560 212 0 0 0 1091 0 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270236412664 140271371999005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10959] ppid=10901 vsize=15485004 memory=14981061499160105 CPUtime=10.73 cores=0,2,4,6
/proc/10903/task/10959/stat : 10959 (java) R 10901 10901 32513 0 -1 4202560 654 0 0 0 1071 2 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270237466312 140271372956784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10960] ppid=10901 vsize=15485004 memory=0 CPUtime=10.64 cores=0,2,4,6
/proc/10903/task/10960/stat : 10960 (java) R 10901 10901 32513 0 -1 4202560 800 0 0 0 1064 0 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270233254808 140271372773517 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10961] ppid=10901 vsize=15485004 memory=0 CPUtime=10.85 cores=0,2,4,6
/proc/10903/task/10961/stat : 10961 (java) R 10901 10901 32513 0 -1 4202560 488 0 0 0 1085 0 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270232203608 140271371999153 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
Current children cumulated CPU time: 51.26 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 216712 KiB

[startup+13.4015 s]
/proc/loadavg: 7.96 8.42 8.46 9/237 10993
/proc/meminfo: memFree=29930184/32770624 swapFree=66997372/67108860
[pid=10901] ppid=10898 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (xcsp3-exec) S 10898 10901 32513 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444196183 115843072 363 33554432000 4194304 5098028 140720687122080 140720687120184 140388206764668 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28774400 140720687129467 140720687129709 140720687129709 140720687132618 0
/proc/10901/statm: 28282 363 304 221 0 87 0
[pid=10903] ppid=10901 vsize=15485004 memory=215260 CPUtime=52.06 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10901 10901 32513 0 -1 1077944320 35742 0 0 0 5193 13 0 0 20 0 19 0 444196184 15856644096 53815 33554432000 4194304 4196468 140727755332656 140727755315200 140271755841271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
/proc/10903/statm: 3871251 53815 3515 1 0 3832351 0
[pid=10903/tid=10904] ppid=10901 vsize=15485004 memory=1412 CPUtime=0.54 cores=0,2,4,6
/proc/10903/task/10904/stat : 10904 (java) S 10901 10901 32513 0 -1 1077944384 9108 0 0 0 50 4 0 0 20 0 19 0 444196184 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271760082048 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10905] ppid=10901 vsize=15485004 memory=2924 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) S 10901 10901 32513 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271692077328 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10906] ppid=10901 vsize=15485004 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10901 10901 32513 0 -1 1077944384 794 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271691024784 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10907] ppid=10901 vsize=15485004 memory=1323012 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10901 10901 32513 0 -1 1077944384 848 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271689972240 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10908] ppid=10901 vsize=15485004 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10901 10901 32513 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271688919696 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10909] ppid=10901 vsize=15485004 memory=2644 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10901 10901 32513 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 19 0 444196186 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271291685360 140271755852418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10910] ppid=10901 vsize=15485004 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10901 10901 32513 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 444196187 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271290631648 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10911] ppid=10901 vsize=15485004 memory=213976 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10901 10901 32513 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 19 0 444196187 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271289579008 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10912] ppid=10901 vsize=15485004 memory=1756 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444196189 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271288527568 140271755859867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10913] ppid=10901 vsize=15485004 memory=33 CPUtime=1.77 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10901 10901 32513 0 -1 1077944384 7379 0 0 0 176 1 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271287474160 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10914] ppid=10901 vsize=15485004 memory=0 CPUtime=1.58 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) S 10901 10901 32513 0 -1 1077944384 6267 0 0 0 158 0 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271286421616 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10915] ppid=10901 vsize=15485004 memory=0 CPUtime=0.57 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10901 10901 32513 0 -1 1077944384 5543 0 0 0 56 1 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271285369072 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10916] ppid=10901 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271284316768 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10917] ppid=10901 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10901 10901 32513 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270688529200 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10958] ppid=10901 vsize=15485004 memory=0 CPUtime=11.11 cores=0,2,4,6
/proc/10903/task/10958/stat : 10958 (java) R 10901 10901 32513 0 -1 4202560 213 0 0 0 1111 0 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270236412664 140271371182360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10959] ppid=10901 vsize=15485004 memory=0 CPUtime=10.93 cores=0,2,4,6
/proc/10903/task/10959/stat : 10959 (java) R 10901 10901 32513 0 -1 4202560 656 0 0 0 1091 2 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270237466312 140271372089766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10960] ppid=10901 vsize=15485004 memory=0 CPUtime=10.84 cores=0,2,4,6
/proc/10903/task/10960/stat : 10960 (java) R 10901 10901 32513 0 -1 4202560 800 0 0 0 1084 0 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270233254808 140271371998755 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10961] ppid=10901 vsize=15485004 memory=0 CPUtime=11.05 cores=0,2,4,6
/proc/10903/task/10961/stat : 10961 (java) R 10901 10901 32513 0 -1 4202560 490 0 0 0 1105 0 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270232203608 140271371998760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
Current children cumulated CPU time: 52.06 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 216712 KiB

[startup+13.5015 s]
/proc/loadavg: 7.96 8.42 8.46 9/237 10993
/proc/meminfo: memFree=29930184/32770624 swapFree=66997372/67108860
[pid=10901] ppid=10898 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10901/stat : 10901 (xcsp3-exec) S 10898 10901 32513 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 444196183 115843072 363 33554432000 4194304 5098028 140720687122080 140720687120184 140388206764668 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28774400 140720687129467 140720687129709 140720687129709 140720687132618 0
/proc/10901/statm: 28282 363 304 221 0 87 0
[pid=10903] ppid=10901 vsize=15485004 memory=215260 CPUtime=52.46 cores=0,2,4,6
/proc/10903/stat : 10903 (java) S 10901 10901 32513 0 -1 1077944320 35744 0 0 0 5233 13 0 0 20 0 19 0 444196184 15856644096 53815 33554432000 4194304 4196468 140727755332656 140727755315200 140271755841271 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
/proc/10903/statm: 3871251 53815 3515 1 0 3832351 0
[pid=10903/tid=10904] ppid=10901 vsize=15485004 memory=776 CPUtime=0.54 cores=0,2,4,6
/proc/10903/task/10904/stat : 10904 (java) S 10901 10901 32513 0 -1 1077944384 9108 0 0 0 50 4 0 0 20 0 19 0 444196184 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271760082048 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10905] ppid=10901 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10905/stat : 10905 (java) S 10901 10901 32513 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271692077328 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10906] ppid=10901 vsize=15485004 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10906/stat : 10906 (java) S 10901 10901 32513 0 -1 1077944384 794 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271691024784 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10907] ppid=10901 vsize=15485004 memory=31 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10907/stat : 10907 (java) S 10901 10901 32513 0 -1 1077944384 848 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271689972240 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10908] ppid=10901 vsize=15485004 memory=3545248131344198504 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10908/stat : 10908 (java) S 10901 10901 32513 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 19 0 444196185 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271688919696 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10909] ppid=10901 vsize=15485004 memory=4638778411218063696 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10909/stat : 10909 (java) S 10901 10901 32513 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 19 0 444196186 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271291685360 140271755852418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10910] ppid=10901 vsize=15485004 memory=4642196815031920488 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10910/stat : 10910 (java) S 10901 10901 32513 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 444196187 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271290631648 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10911] ppid=10901 vsize=15485004 memory=6152867345578682467 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10911/stat : 10911 (java) S 10901 10901 32513 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 19 0 444196187 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271289579008 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10912] ppid=10901 vsize=15485004 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10912/stat : 10912 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444196189 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271288527568 140271755859867 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10913] ppid=10901 vsize=15485004 memory=6036 CPUtime=1.77 cores=0,2,4,6
/proc/10903/task/10913/stat : 10913 (java) S 10901 10901 32513 0 -1 1077944384 7380 0 0 0 176 1 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271287474160 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10914] ppid=10901 vsize=15485004 memory=14008 CPUtime=1.58 cores=0,2,4,6
/proc/10903/task/10914/stat : 10914 (java) S 10901 10901 32513 0 -1 1077944384 6267 0 0 0 158 0 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271286421616 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 41 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10915] ppid=10901 vsize=15485004 memory=2124 CPUtime=0.57 cores=0,2,4,6
/proc/10903/task/10915/stat : 10915 (java) S 10901 10901 32513 0 -1 1077944384 5543 0 0 0 56 1 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271285369072 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 38 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10916] ppid=10901 vsize=15485004 memory=25984 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10916/stat : 10916 (java) S 10901 10901 32513 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140271284316768 140271755851477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10917] ppid=10901 vsize=15485004 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10903/task/10917/stat : 10917 (java) S 10901 10901 32513 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 19 0 444196190 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270688529200 140271755852418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10958] ppid=10901 vsize=15485004 memory=216088 CPUtime=11.21 cores=0,2,4,6
/proc/10903/task/10958/stat : 10958 (java) R 10901 10901 32513 0 -1 4202560 213 0 0 0 1121 0 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270236412664 140271371999888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10959] ppid=10901 vsize=15485004 memory=216088 CPUtime=11.03 cores=0,2,4,6
/proc/10903/task/10959/stat : 10959 (java) R 10901 10901 32513 0 -1 4202560 657 0 0 0 1101 2 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270237466312 140271371683600 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10960] ppid=10901 vsize=15485004 memory=1452 CPUtime=10.94 cores=0,2,4,6
/proc/10903/task/10960/stat : 10960 (java) R 10901 10901 32513 0 -1 4202560 800 0 0 0 1094 0 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270233254776 140271371999457 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
[pid=10903/tid=10961] ppid=10901 vsize=15485004 memory=215168 CPUtime=11.15 cores=0,2,4,6
/proc/10903/task/10961/stat : 10961 (java) R 10901 10901 32513 0 -1 4202560 490 0 0 0 1115 0 0 0 20 0 19 0 444196377 15856644096 53815 33554432000 4194304 4196468 140727755332656 140270232203608 140271371999113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26808320 140727755334639 140727755334810 140727755334810 140727755337679 0
Current children cumulated CPU time: 52.46 s
Current children cumulated vsize: 15598132 KiB
Current children cumulated memory: 216712 KiB

Child status: 0
Real time (s): 13.5927
CPU time (s): 52.8085
CPU user time (s): 52.6705
CPU system time (s): 0.137963
CPU usage (%): 388.507
Max. virtual memory (cumulated for all children) (KiB): 15598132
Max. memory (cumulated for all children) (KiB): 221904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.6705
system time used= 0.137963
maximum resident set size= 220452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36753
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2912
involuntary context switches= 1287


# summary of solver processes directly reported to runsolver:
#   pid: 10901
#   total CPU time (s): 52.8085
#   total CPU user time (s): 52.6705
#   total CPU system time (s): 0.137963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.094685 second user time and 0.199461 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 02:16:12
IDJOB=4400328
IDBENCH=123101
IDSOLVER=2856
FILE ID=node103/4400328-1568679431
RUNJOBID= node103-1568673273-32544
PBS_JOBID= 21703797
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16e.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-4400328-1568679431/watcher-4400328-1568679431 -o /tmp/evaluation-result-4400328-1568679431/solver-4400328-1568679431 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568673273-32544 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 207796580 HOME/instance-4400328-1568679431.xml

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

MD5SUM BENCH= 9478703244e8f640224ac5c9e01083b8
RANDOM SEED=207796580

node103.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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.74
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.74
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.74
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:        30299384 kB
MemAvailable:   30664148 kB
Buffers:           55308 kB
Cached:           604992 kB
SwapCached:         9016 kB
Active:          1651536 kB
Inactive:         244340 kB
Active(anon):    1227276 kB
Inactive(anon):    57300 kB
Active(file):     424260 kB
Inactive(file):   187040 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26420 kB
Writeback:             0 kB
AnonPages:       1338116 kB
Mapped:            61636 kB
Shmem:             40856 kB
Slab:             168588 kB
SReclaimable:     138596 kB
SUnreclaim:        29992 kB
KernelStack:        3776 kB
PageTables:         8232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3196188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1198080 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= 61668 MiB
End job on node103 at 2019-09-17 02:16:26