Trace number 4403787

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-20OPT75 189.759 48.0105

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-46-08.xml
MD5SUM1a36b9c979418634ede1d2fbb3d1d330
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark75
Best CPU time to get the best result obtained on this benchmark70.2833
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size347
Distribution of domain sizes[{"size":1,"count":1},{"size":347,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":7,"count":5},{"degree":8,"count":40},{"degree":9,"count":9},{"degree":10,"count":6}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":131},{"arity":60,"count":4}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403787-1568991476.xml"  -tl '2520s' -p 4
0.11/0.19	c Choco 3fb4b153
0.11/0.19	c [HOME/instance-4403787-1568991476.xml, -tl, 2520s, -p, 4]
0.33/0.23	c 4 solvers in parallel
0.33/0.29	c parse instance...
1.61/0.72	c solve instance...
1.99/0.89	o 90 
2.32/0.94	o 85 
2.32/0.96	o 84 
2.73/1.02	o 82 
2.73/1.04	o 81 
2.73/1.07	o 80 
12.60/3.56	o 79 
13.00/3.62	o 78 
14.20/3.93	o 77 
44.80/11.61	o 76 
175.02/44.38	o 75 
189.36/47.99	s OPTIMUM FOUND
189.36/47.99	v <instantiation>
189.36/47.99	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
189.36/47.99	v 	<values>0 0 0 0 7 5 6 10 15 25 5 15 12 15 21 12 8 26 22 29 13 26 14 30 13 17 26 32 25 33 43 64 24 22 39 25 39 42 48 34 43 47 39 34 53 55 47 56 60 64 61 62 53 56 56 66 63 63 65 73 66 75 </values>
189.36/47.99	v </instantiation>

Verifier Data

OK	75

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403787-1568991476/watcher-4403787-1568991476 -o /var/tmp/evaluation-result-4403787-1568991476/solver-4403787-1568991476 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568987938-25142 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1782193200 HOME/instance-4403787-1568991476.xml 

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

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=28655, runsolver pid=28652

[startup+0.100092 s]*
/proc/loadavg: 9.66 8.86 8.37 6/233 28671
/proc/meminfo: memFree=21475796/32770624 swapFree=67002248/67108860
[pid=28655] ppid=28652 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (xcsp3-exec) S 28652 28655 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475396194 115843072 364 33554432000 4194304 5098028 140727445624976 140727445623080 140044669379196 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14184448 140727445631830 140727445632089 140727445632089 140727445635014 0
/proc/28655/statm: 28282 364 305 221 0 87 0
[pid=28657] ppid=28655 vsize=15144776 memory=28564 CPUtime=0.11 cores=0,2,4,6
/proc/28657/stat : 28657 (java) S 28655 28655 25111 0 -1 1077944320 5556 0 0 0 10 1 0 0 20 0 15 0 475396195 15508250624 7141 33554432000 4194304 4196468 140735633263744 140735633246288 139871809617655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
/proc/28657/statm: 3786194 7141 3136 1 0 3748377 0
[pid=28657/tid=28658] ppid=28655 vsize=15144776 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/28657/task/28658/stat : 28658 (java) R 28655 28655 25111 0 -1 4202560 3561 0 0 0 7 1 0 0 20 0 15 0 475396195 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871813843952 139871809629590 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28659] ppid=28655 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28659/stat : 28659 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871721274384 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28660] ppid=28655 vsize=15144776 memory=140261398210176 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28660/stat : 28660 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871720221840 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28661] ppid=28655 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28661/stat : 28661 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871719168784 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28662] ppid=28655 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28662/stat : 28662 (java) S 28655 28655 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475396196 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871718116240 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28663] ppid=28655 vsize=15144776 memory=140261398210176 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28663/stat : 28663 (java) S 28655 28655 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475396197 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871278086384 139871809628802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28664] ppid=28655 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28664/stat : 28664 (java) S 28655 28655 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475396198 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871277032608 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28665] ppid=28655 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28665/stat : 28665 (java) S 28655 28655 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475396198 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871275979504 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28666] ppid=28655 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28666/stat : 28666 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475396200 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871274928080 139871809636251 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28667] ppid=28655 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28667/stat : 28667 (java) S 28655 28655 25111 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 475396201 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871273876208 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28668] ppid=28655 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28668/stat : 28668 (java) S 28655 28655 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475396201 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871272823664 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28669] ppid=28655 vsize=15144776 memory=140261398210176 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28669/stat : 28669 (java) R 28655 28655 25111 0 -1 4202560 266 0 0 0 1 0 0 0 20 0 15 0 475396201 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871271770608 139871809629590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28670] ppid=28655 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28670/stat : 28670 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475396201 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871270718304 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28671] ppid=28655 vsize=15144776 memory=140261398210176 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28671/stat : 28671 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396201 15508250624 7141 33554432000 4194304 4196468 140735633263744 139871269665328 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30020 KiB

[startup+0.213095 s]*
/proc/loadavg: 9.66 8.86 8.37 6/233 28671
/proc/meminfo: memFree=21461816/32770624 swapFree=67002248/67108860
[pid=28655] ppid=28652 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (xcsp3-exec) S 28652 28655 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475396194 115843072 364 33554432000 4194304 5098028 140727445624976 140727445623080 140044669379196 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14184448 140727445631830 140727445632089 140727445632089 140727445635014 0
/proc/28655/statm: 28282 364 305 221 0 87 0
[pid=28657] ppid=28655 vsize=15144776 memory=40660 CPUtime=0.33 cores=0,2,4,6
/proc/28657/stat : 28657 (java) S 28655 28655 25111 0 -1 1077944320 9330 0 0 0 30 3 0 0 20 0 15 0 475396195 15508250624 10165 33554432000 4194304 4196468 140735633263744 140735633246288 139871809617655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
/proc/28657/statm: 3786194 10165 3319 1 0 3748377 0
[pid=28657/tid=28658] ppid=28655 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/28657/task/28658/stat : 28658 (java) R 28655 28655 25111 0 -1 4202560 6561 0 0 0 17 3 0 0 20 0 15 0 475396195 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871813855680 139871809639581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28659] ppid=28655 vsize=15144776 memory=13620 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28659/stat : 28659 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871721274384 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28660] ppid=28655 vsize=15144776 memory=140261401737953 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28660/stat : 28660 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871720221840 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28661] ppid=28655 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28661/stat : 28661 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871719168784 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28662] ppid=28655 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28662/stat : 28662 (java) S 28655 28655 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475396196 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871718116240 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28663] ppid=28655 vsize=15144776 memory=140261398210176 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28663/stat : 28663 (java) S 28655 28655 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475396197 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871278086384 139871809628802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28664] ppid=28655 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28664/stat : 28664 (java) S 28655 28655 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475396198 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871277032608 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28665] ppid=28655 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28665/stat : 28665 (java) S 28655 28655 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475396198 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871275979504 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28666] ppid=28655 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28666/stat : 28666 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475396200 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871274928080 139871809636251 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28667] ppid=28655 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28657/task/28667/stat : 28667 (java) S 28655 28655 25111 0 -1 1077944384 538 0 0 0 3 0 0 0 20 0 15 0 475396201 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871273876208 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28668] ppid=28655 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28657/task/28668/stat : 28668 (java) S 28655 28655 25111 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 15 0 475396201 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871272823664 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28669] ppid=28655 vsize=15144776 memory=140261398210176 CPUtime=0.07 cores=0,2,4,6
/proc/28657/task/28669/stat : 28669 (java) R 28655 28655 25111 0 -1 4202560 806 0 0 0 7 0 0 0 20 0 15 0 475396201 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871271770608 139871809639002 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28670] ppid=28655 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28670/stat : 28670 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475396201 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871270718304 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28671] ppid=28655 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28671/stat : 28671 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396201 15508250624 10165 33554432000 4194304 4196468 140735633263744 139871269665328 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42116 KiB

[startup+0.310621 s]*
/proc/loadavg: 9.66 8.86 8.37 6/233 28671
/proc/meminfo: memFree=21455972/32770624 swapFree=67002248/67108860
[pid=28655] ppid=28652 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (xcsp3-exec) S 28652 28655 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475396194 115843072 364 33554432000 4194304 5098028 140727445624976 140727445623080 140044669379196 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14184448 140727445631830 140727445632089 140727445632089 140727445635014 0
/proc/28655/statm: 28282 364 305 221 0 87 0
[pid=28657] ppid=28655 vsize=15149032 memory=49172 CPUtime=0.52 cores=0,2,4,6
/proc/28657/stat : 28657 (java) S 28655 28655 25111 0 -1 1077944320 10590 0 0 0 48 4 0 0 20 0 15 0 475396195 15512608768 12293 33554432000 4194304 4196468 140735633263744 140735633246288 139871809617655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
/proc/28657/statm: 3787258 12293 3350 1 0 3748377 0
[pid=28657/tid=28658] ppid=28655 vsize=15149032 memory=7883960649037381690 CPUtime=0.29 cores=0,2,4,6
/proc/28657/task/28658/stat : 28658 (java) R 28655 28655 25111 0 -1 4202560 7625 0 0 0 26 3 0 0 20 0 15 0 475396195 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871813848768 139871809629590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28659] ppid=28655 vsize=15149032 memory=13961 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28659/stat : 28659 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871721274384 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28660] ppid=28655 vsize=15149032 memory=3546595 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28660/stat : 28660 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871720221840 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28661] ppid=28655 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28661/stat : 28661 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871719168784 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28662] ppid=28655 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28662/stat : 28662 (java) S 28655 28655 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475396196 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871718116240 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28663] ppid=28655 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28663/stat : 28663 (java) S 28655 28655 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475396197 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871278086384 139871809628802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28664] ppid=28655 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28664/stat : 28664 (java) S 28655 28655 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475396198 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871277032608 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28665] ppid=28655 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28665/stat : 28665 (java) S 28655 28655 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475396198 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871275979504 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28666] ppid=28655 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28666/stat : 28666 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475396200 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871274928080 139871809636251 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28667] ppid=28655 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/28657/task/28667/stat : 28667 (java) S 28655 28655 25111 0 -1 1077944384 559 0 0 0 5 0 0 0 20 0 15 0 475396201 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871273876208 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28668] ppid=28655 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28657/task/28668/stat : 28668 (java) S 28655 28655 25111 0 -1 1077944384 117 0 0 0 3 0 0 0 20 0 15 0 475396201 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871272823664 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28669] ppid=28655 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28657/task/28669/stat : 28669 (java) S 28655 28655 25111 0 -1 1077944384 981 0 0 0 12 0 0 0 20 0 15 0 475396201 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871271770608 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28670] ppid=28655 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28670/stat : 28670 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475396201 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871270718304 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28671] ppid=28655 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28671/stat : 28671 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396201 15512608768 12293 33554432000 4194304 4196468 140735633263744 139871269665328 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50628 KiB

[startup+0.703405 s]
/proc/loadavg: 9.66 8.86 8.37 9/233 28671
/proc/meminfo: memFree=21437780/32770624 swapFree=67002248/67108860
[pid=28655] ppid=28652 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (xcsp3-exec) S 28652 28655 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475396194 115843072 364 33554432000 4194304 5098028 140727445624976 140727445623080 140044669379196 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14184448 140727445631830 140727445632089 140727445632089 140727445635014 0
/proc/28655/statm: 28282 364 305 221 0 87 0
[pid=28657] ppid=28655 vsize=15151156 memory=87332 CPUtime=1.61 cores=0,2,4,6
/proc/28657/stat : 28657 (java) S 28655 28655 25111 0 -1 1077944320 15007 0 0 0 155 6 0 0 20 0 15 0 475396195 15514783744 21833 33554432000 4194304 4196468 140735633263744 140735633246288 139871809617655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
/proc/28657/statm: 3787789 21833 3455 1 0 3748889 0
[pid=28657/tid=28658] ppid=28655 vsize=15151156 memory=29924 CPUtime=0.67 cores=0,2,4,6
/proc/28657/task/28658/stat : 28658 (java) R 28655 28655 25111 0 -1 4202560 9309 0 0 0 63 4 0 0 20 0 15 0 475396195 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871813853760 139871398424032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28659] ppid=28655 vsize=15151156 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28659/stat : 28659 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871721274384 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28660] ppid=28655 vsize=15151156 memory=500 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28660/stat : 28660 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871720221840 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28661] ppid=28655 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28661/stat : 28661 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396196 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871719168784 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28662] ppid=28655 vsize=15151156 memory=1776 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28662/stat : 28662 (java) S 28655 28655 25111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475396196 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871718116240 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28663] ppid=28655 vsize=15151156 memory=1656 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28663/stat : 28663 (java) S 28655 28655 25111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475396197 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871278086384 139871809628802 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28664] ppid=28655 vsize=15151156 memory=804 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28664/stat : 28664 (java) S 28655 28655 25111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475396198 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871277032608 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28665] ppid=28655 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28665/stat : 28665 (java) S 28655 28655 25111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475396198 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871275979504 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28666] ppid=28655 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28666/stat : 28666 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475396200 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871274928080 139871809636251 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28667] ppid=28655 vsize=15151156 memory=2676 CPUtime=0.23 cores=0,2,4,6
/proc/28657/task/28667/stat : 28667 (java) R 28655 28655 25111 0 -1 4202560 1237 0 0 0 23 0 0 0 20 0 15 0 475396201 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871273857224 139871787212400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28668] ppid=28655 vsize=15151156 memory=1764 CPUtime=0.27 cores=0,2,4,6
/proc/28657/task/28668/stat : 28668 (java) R 28655 28655 25111 0 -1 1077944384 876 0 0 0 27 0 0 0 20 0 15 0 475396201 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871272816688 139871809627861 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28669] ppid=28655 vsize=15151156 memory=111632 CPUtime=0.42 cores=0,2,4,6
/proc/28657/task/28669/stat : 28669 (java) R 28655 28655 25111 0 -1 4202560 2275 0 0 0 42 0 0 0 20 0 15 0 475396201 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871271769792 139871809629590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28670] ppid=28655 vsize=15151156 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28670/stat : 28670 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475396201 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871270718304 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28671] ppid=28655 vsize=15151156 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28671/stat : 28671 (java) S 28655 28655 25111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475396201 15514783744 21833 33554432000 4194304 4196468 140735633263744 139871269665328 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 88788 KiB

[startup+1.50137 s]
/proc/loadavg: 9.66 8.86 8.37 9/237 28687
/proc/meminfo: memFree=21359844/32770624 swapFree=67002248/67108860
[pid=28655] ppid=28652 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (xcsp3-exec) S 28652 28655 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475396194 115843072 364 33554432000 4194304 5098028 140727445624976 140727445623080 140044669379196 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14184448 140727445631830 140727445632089 140727445632089 140727445635014 0
/proc/28655/statm: 28282 364 305 221 0 87 0

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

[pid=28657/tid=28671] ppid=28655 vsize=15486024 memory=13412 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28671/stat : 28671 (java) S 28655 28655 25111 0 -1 1077944384 381 0 0 0 0 0 0 0 20 0 19 0 475396201 15857688576 57152 33554432000 4194304 4196468 140735633263744 139871269665328 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
Current children cumulated CPU time: 177.02 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 230064 KiB

[startup+46.4014 s]
/proc/loadavg: 9.00 8.81 8.38 10/237 28722
/proc/meminfo: memFree=21275408/32770624 swapFree=67002248/67108860
[pid=28655] ppid=28652 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (xcsp3-exec) S 28652 28655 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475396194 115843072 364 33554432000 4194304 5098028 140727445624976 140727445623080 140044669379196 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14184448 140727445631830 140727445632089 140727445632089 140727445635014 0
/proc/28655/statm: 28282 364 305 221 0 87 0
[pid=28657] ppid=28655 vsize=15486024 memory=228684 CPUtime=183.38 cores=0,2,4,6
/proc/28657/stat : 28657 (java) S 28655 28655 25111 0 -1 1077944320 61762 0 0 0 18323 15 0 0 20 0 19 0 475396195 15857688576 57171 33554432000 4194304 4196468 140735633263744 140735633246288 139871809617655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
/proc/28657/statm: 3871506 57171 3537 1 0 3832606 0
[pid=28657/tid=28658] ppid=28655 vsize=15486024 memory=0 CPUtime=0.71 cores=0,2,4,6
/proc/28657/task/28658/stat : 28658 (java) S 28655 28655 25111 0 -1 1077944384 9906 0 0 0 66 5 0 0 20 0 19 0 475396195 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871813858432 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28659] ppid=28655 vsize=15486024 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28659/stat : 28659 (java) S 28655 28655 25111 0 -1 1077944384 1567 0 0 0 1 0 0 0 20 0 19 0 475396196 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871721274384 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28660] ppid=28655 vsize=15486024 memory=55332 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28660/stat : 28660 (java) S 28655 28655 25111 0 -1 1077944384 879 0 0 0 1 0 0 0 20 0 19 0 475396196 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871720221840 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28661] ppid=28655 vsize=15486024 memory=988 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28661/stat : 28661 (java) S 28655 28655 25111 0 -1 1077944384 130 0 0 0 1 0 0 0 20 0 19 0 475396196 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871719168784 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28662] ppid=28655 vsize=15486024 memory=2024 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28662/stat : 28662 (java) S 28655 28655 25111 0 -1 1077944384 1126 0 0 0 0 0 0 0 20 0 19 0 475396196 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871718116240 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28663] ppid=28655 vsize=15486024 memory=1416 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28663/stat : 28663 (java) S 28655 28655 25111 0 -1 1077944384 857 0 0 0 1 0 0 0 20 0 19 0 475396197 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871278086384 139871809628802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28664] ppid=28655 vsize=15486024 memory=776 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28664/stat : 28664 (java) S 28655 28655 25111 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 475396198 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871277032672 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28665] ppid=28655 vsize=15486024 memory=3540 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28665/stat : 28665 (java) S 28655 28655 25111 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 475396198 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871275979520 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28666] ppid=28655 vsize=15486024 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28666/stat : 28666 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475396200 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871274928080 139871809636251 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28667] ppid=28655 vsize=15486024 memory=228608 CPUtime=3.03 cores=0,2,4,6
/proc/28657/task/28667/stat : 28667 (java) S 28655 28655 25111 0 -1 1077944384 12500 0 0 0 302 1 0 0 20 0 19 0 475396201 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871273876208 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28668] ppid=28655 vsize=15486024 memory=3820 CPUtime=3.27 cores=0,2,4,6
/proc/28657/task/28668/stat : 28668 (java) S 28655 28655 25111 0 -1 1077944384 16129 0 0 0 326 1 0 0 20 0 19 0 475396201 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871272823664 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28669] ppid=28655 vsize=15486024 memory=2592 CPUtime=0.8 cores=0,2,4,6
/proc/28657/task/28669/stat : 28669 (java) S 28655 28655 25111 0 -1 1077944384 8979 0 0 0 79 1 0 0 20 0 19 0 475396201 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871271770608 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28670] ppid=28655 vsize=15486024 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28670/stat : 28670 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475396201 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871270718304 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28671] ppid=28655 vsize=15486024 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28671/stat : 28671 (java) S 28655 28655 25111 0 -1 1077944384 383 0 0 0 0 0 0 0 20 0 19 0 475396201 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871269665328 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28719] ppid=28655 vsize=15486024 memory=3076 CPUtime=2 cores=0,2,4,6
/proc/28657/task/28719/stat : 28719 (java) R 28655 28655 25111 0 -1 4202560 52 0 0 0 200 0 0 0 20 0 19 0 475400633 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871257525120 139871405496628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28720] ppid=28655 vsize=15486024 memory=6791534058613427641 CPUtime=2 cores=0,2,4,6
/proc/28657/task/28720/stat : 28720 (java) R 28655 28655 25111 0 -1 4202560 105 0 0 0 200 0 0 0 20 0 19 0 475400633 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871260686336 139871405629617 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28721] ppid=28655 vsize=15486024 memory=209620 CPUtime=2 cores=0,2,4,6
/proc/28657/task/28721/stat : 28721 (java) R 28655 28655 25111 0 -1 4202560 43 0 0 0 200 0 0 0 20 0 19 0 475400633 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871254376272 139871405820326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28722] ppid=28655 vsize=15486024 memory=1056 CPUtime=1.97 cores=0,2,4,6
/proc/28657/task/28722/stat : 28722 (java) R 28655 28655 25111 0 -1 4202560 39 0 0 0 197 0 0 0 20 0 19 0 475400633 15857688576 57171 33554432000 4194304 4196468 140735633263744 139871259630800 139871405131813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
Current children cumulated CPU time: 183.38 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 230140 KiB

[startup+47.2014 s]
/proc/loadavg: 9.00 8.81 8.38 10/237 28722
/proc/meminfo: memFree=21277548/32770624 swapFree=67002248/67108860
[pid=28655] ppid=28652 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (xcsp3-exec) S 28652 28655 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475396194 115843072 364 33554432000 4194304 5098028 140727445624976 140727445623080 140044669379196 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14184448 140727445631830 140727445632089 140727445632089 140727445635014 0
/proc/28655/statm: 28282 364 305 221 0 87 0
[pid=28657] ppid=28655 vsize=15486024 memory=228752 CPUtime=186.56 cores=0,2,4,6
/proc/28657/stat : 28657 (java) S 28655 28655 25111 0 -1 1077944320 61903 0 0 0 18641 15 0 0 20 0 19 0 475396195 15857688576 57188 33554432000 4194304 4196468 140735633263744 140735633246288 139871809617655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
/proc/28657/statm: 3871506 57188 3537 1 0 3832606 0
[pid=28657/tid=28658] ppid=28655 vsize=15486024 memory=988 CPUtime=0.71 cores=0,2,4,6
/proc/28657/task/28658/stat : 28658 (java) S 28655 28655 25111 0 -1 1077944384 9906 0 0 0 66 5 0 0 20 0 19 0 475396195 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871813858432 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28659] ppid=28655 vsize=15486024 memory=2024 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28659/stat : 28659 (java) S 28655 28655 25111 0 -1 1077944384 1567 0 0 0 1 0 0 0 20 0 19 0 475396196 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871721274384 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28660] ppid=28655 vsize=15486024 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28660/stat : 28660 (java) S 28655 28655 25111 0 -1 1077944384 879 0 0 0 1 0 0 0 20 0 19 0 475396196 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871720221840 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28661] ppid=28655 vsize=15486024 memory=796 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28661/stat : 28661 (java) S 28655 28655 25111 0 -1 1077944384 130 0 0 0 1 0 0 0 20 0 19 0 475396196 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871719168784 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28662] ppid=28655 vsize=15486024 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28662/stat : 28662 (java) S 28655 28655 25111 0 -1 1077944384 1126 0 0 0 0 0 0 0 20 0 19 0 475396196 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871718116240 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28663] ppid=28655 vsize=15486024 memory=228608 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28663/stat : 28663 (java) S 28655 28655 25111 0 -1 1077944384 857 0 0 0 1 0 0 0 20 0 19 0 475396197 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871278086384 139871809628802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28664] ppid=28655 vsize=15486024 memory=920 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28664/stat : 28664 (java) S 28655 28655 25111 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 475396198 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871277032672 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28665] ppid=28655 vsize=15486024 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28665/stat : 28665 (java) S 28655 28655 25111 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 475396198 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871275979520 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28666] ppid=28655 vsize=15486024 memory=228752 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28666/stat : 28666 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475396200 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871274928080 139871809636251 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28667] ppid=28655 vsize=15486024 memory=302620785158390043 CPUtime=3.03 cores=0,2,4,6
/proc/28657/task/28667/stat : 28667 (java) S 28655 28655 25111 0 -1 1077944384 12500 0 0 0 302 1 0 0 20 0 19 0 475396201 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871273876208 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28668] ppid=28655 vsize=15486024 memory=288293259724457151 CPUtime=3.27 cores=0,2,4,6
/proc/28657/task/28668/stat : 28668 (java) S 28655 28655 25111 0 -1 1077944384 16129 0 0 0 326 1 0 0 20 0 19 0 475396201 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871272823664 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28669] ppid=28655 vsize=15486024 memory=4423987746982830229 CPUtime=0.8 cores=0,2,4,6
/proc/28657/task/28669/stat : 28669 (java) S 28655 28655 25111 0 -1 1077944384 8979 0 0 0 79 1 0 0 20 0 19 0 475396201 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871271770608 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28670] ppid=28655 vsize=15486024 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28670/stat : 28670 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475396201 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871270718304 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28671] ppid=28655 vsize=15486024 memory=776 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28671/stat : 28671 (java) S 28655 28655 25111 0 -1 1077944384 385 0 0 0 0 0 0 0 20 0 19 0 475396201 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871269665328 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28719] ppid=28655 vsize=15486024 memory=3540 CPUtime=2.8 cores=0,2,4,6
/proc/28657/task/28719/stat : 28719 (java) R 28655 28655 25111 0 -1 4202560 52 0 0 0 280 0 0 0 20 0 19 0 475400633 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871257525120 139871403364952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28720] ppid=28655 vsize=15486024 memory=1220 CPUtime=2.78 cores=0,2,4,6
/proc/28657/task/28720/stat : 28720 (java) R 28655 28655 25111 0 -1 4202560 164 0 0 0 278 0 0 0 20 0 19 0 475400633 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871260686336 139871405497107 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28721] ppid=28655 vsize=15486024 memory=10600 CPUtime=2.8 cores=0,2,4,6
/proc/28657/task/28721/stat : 28721 (java) R 28655 28655 25111 0 -1 4202560 118 0 0 0 280 0 0 0 20 0 19 0 475400633 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871254376272 139871403358092 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28722] ppid=28655 vsize=15486024 memory=1736 CPUtime=2.77 cores=0,2,4,6
/proc/28657/task/28722/stat : 28722 (java) R 28655 28655 25111 0 -1 4202560 44 0 0 0 277 0 0 0 20 0 19 0 475400633 15857688576 57188 33554432000 4194304 4196468 140735633263744 139871259630936 139871405660402 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
Current children cumulated CPU time: 186.56 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 230208 KiB

[startup+47.6014 s]
/proc/loadavg: 9.00 8.81 8.38 10/237 28722
/proc/meminfo: memFree=21277548/32770624 swapFree=67002248/67108860
[pid=28655] ppid=28652 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/28655/stat : 28655 (xcsp3-exec) S 28652 28655 25111 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 475396194 115843072 364 33554432000 4194304 5098028 140727445624976 140727445623080 140044669379196 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 14184448 140727445631830 140727445632089 140727445632089 140727445635014 0
/proc/28655/statm: 28282 364 305 221 0 87 0
[pid=28657] ppid=28655 vsize=15486024 memory=228888 CPUtime=188.16 cores=0,2,4,6
/proc/28657/stat : 28657 (java) S 28655 28655 25111 0 -1 1077944320 62165 0 0 0 18801 15 0 0 20 0 19 0 475396195 15857688576 57222 33554432000 4194304 4196468 140735633263744 140735633246288 139871809617655 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
/proc/28657/statm: 3871506 57222 3537 1 0 3832606 0
[pid=28657/tid=28658] ppid=28655 vsize=15486024 memory=6791534058613427641 CPUtime=0.71 cores=0,2,4,6
/proc/28657/task/28658/stat : 28658 (java) S 28655 28655 25111 0 -1 1077944384 9906 0 0 0 66 5 0 0 20 0 19 0 475396195 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871813858432 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28659] ppid=28655 vsize=15486024 memory=500 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28659/stat : 28659 (java) S 28655 28655 25111 0 -1 1077944384 1567 0 0 0 1 0 0 0 20 0 19 0 475396196 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871721274384 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28660] ppid=28655 vsize=15486024 memory=932 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28660/stat : 28660 (java) S 28655 28655 25111 0 -1 1077944384 879 0 0 0 1 0 0 0 20 0 19 0 475396196 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871720221840 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28661] ppid=28655 vsize=15486024 memory=1776 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28661/stat : 28661 (java) S 28655 28655 25111 0 -1 1077944384 130 0 0 0 1 0 0 0 20 0 19 0 475396196 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871719168784 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28662] ppid=28655 vsize=15486024 memory=1656 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28662/stat : 28662 (java) S 28655 28655 25111 0 -1 1077944384 1126 0 0 0 0 0 0 0 20 0 19 0 475396196 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871718116240 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28663] ppid=28655 vsize=15486024 memory=804 CPUtime=0.01 cores=0,2,4,6
/proc/28657/task/28663/stat : 28663 (java) S 28655 28655 25111 0 -1 1077944384 859 0 0 0 1 0 0 0 20 0 19 0 475396197 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871278086384 139871809628802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28664] ppid=28655 vsize=15486024 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28664/stat : 28664 (java) S 28655 28655 25111 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 19 0 475396198 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871277032672 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28665] ppid=28655 vsize=15486024 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28665/stat : 28665 (java) S 28655 28655 25111 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 19 0 475396198 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871275979520 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28666] ppid=28655 vsize=15486024 memory=988 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28666/stat : 28666 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475396200 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871274928080 139871809636251 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28667] ppid=28655 vsize=15486024 memory=2024 CPUtime=3.03 cores=0,2,4,6
/proc/28657/task/28667/stat : 28667 (java) S 28655 28655 25111 0 -1 1077944384 12500 0 0 0 302 1 0 0 20 0 19 0 475396201 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871273876208 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28668] ppid=28655 vsize=15486024 memory=1416 CPUtime=3.27 cores=0,2,4,6
/proc/28657/task/28668/stat : 28668 (java) S 28655 28655 25111 0 -1 1077944384 16129 0 0 0 326 1 0 0 20 0 19 0 475396201 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871272823664 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28669] ppid=28655 vsize=15486024 memory=776 CPUtime=0.8 cores=0,2,4,6
/proc/28657/task/28669/stat : 28669 (java) S 28655 28655 25111 0 -1 1077944384 8979 0 0 0 79 1 0 0 20 0 19 0 475396201 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871271770608 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28670] ppid=28655 vsize=15486024 memory=3540 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28670/stat : 28670 (java) S 28655 28655 25111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475396201 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871270718304 139871809627861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28671] ppid=28655 vsize=15486024 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/28657/task/28671/stat : 28671 (java) S 28655 28655 25111 0 -1 1077944384 405 0 0 0 0 0 0 0 20 0 19 0 475396201 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871269665328 139871809628802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28719] ppid=28655 vsize=15486024 memory=10600 CPUtime=3.2 cores=0,2,4,6
/proc/28657/task/28719/stat : 28719 (java) R 28655 28655 25111 0 -1 4202560 139 0 0 0 320 0 0 0 20 0 19 0 475400633 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871257525120 139871405498647 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28720] ppid=28655 vsize=15486024 memory=1736 CPUtime=3.18 cores=0,2,4,6
/proc/28657/task/28720/stat : 28720 (java) R 28655 28655 25111 0 -1 4202560 223 0 0 0 318 0 0 0 20 0 19 0 475400633 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871260686336 139871405199016 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28721] ppid=28655 vsize=15486024 memory=6064 CPUtime=3.2 cores=0,2,4,6
/proc/28657/task/28721/stat : 28721 (java) R 28655 28655 25111 0 -1 4202560 124 0 0 0 320 0 0 0 20 0 19 0 475400633 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871254376272 139871405755877 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
[pid=28657/tid=28722] ppid=28655 vsize=15486024 memory=636 CPUtime=3.17 cores=0,2,4,6
/proc/28657/task/28722/stat : 28722 (java) R 28655 28655 25111 0 -1 4202560 132 0 0 0 317 0 0 0 20 0 19 0 475400633 15857688576 57222 33554432000 4194304 4196468 140735633263744 139871259630936 139871405496666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36749312 140735633269723 140735633269898 140735633269898 140735633272783 0
Current children cumulated CPU time: 188.16 s
Current children cumulated vsize: 15599152 KiB
Current children cumulated memory: 230344 KiB

[startup+48.0008 s]*
/proc/loadavg: 9.00 8.81 8.38 6/220 28722
/proc/meminfo: memFree=21408744/32770624 swapFree=67002248/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 48.0105
CPU time (s): 189.759
CPU user time (s): 189.599
CPU system time (s): 0.159798
CPU usage (%): 395.245
Max. virtual memory (cumulated for all children) (KiB): 15600948
Max. memory (cumulated for all children) (KiB): 230344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 189.599
system time used= 0.159798
maximum resident set size= 228888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64290
page faults= 0
swaps= 0
block input operations= 8
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4552
involuntary context switches= 4561


# summary of solver processes directly reported to runsolver:
#   pid: 28655
#   total CPU time (s): 189.759
#   total CPU user time (s): 189.599
#   total CPU system time (s): 0.159798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.305056 second user time and 0.54026 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 16:57:11
IDJOB=4403787
IDBENCH=128523
IDSOLVER=2863
FILE ID=node136/4403787-1568991476
RUNJOBID= node136-1568987938-25142
PBS_JOBID= 21704639
Free space on /var/tmp= 13460 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-46-08.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 /var/tmp/evaluation-result-4403787-1568991476/watcher-4403787-1568991476 -o /var/tmp/evaluation-result-4403787-1568991476/solver-4403787-1568991476 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568987938-25142 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1782193200 HOME/instance-4403787-1568991476.xml

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

MD5SUM BENCH= 1a36b9c979418634ede1d2fbb3d1d330
RANDOM SEED=1782193200

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21491396 kB
MemAvailable:   31649648 kB
Buffers:           90996 kB
Cached:         10125892 kB
SwapCached:         3520 kB
Active:          5265388 kB
Inactive:        5161472 kB
Active(anon):     206248 kB
Inactive(anon):    52544 kB
Active(file):    5059140 kB
Inactive(file):  5108928 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67002248 kB
Dirty:             26344 kB
Writeback:             0 kB
AnonPages:        332068 kB
Mapped:            65236 kB
Shmem:             40204 kB
Slab:             447552 kB
SReclaimable:     418644 kB
SUnreclaim:        28908 kB
KernelStack:        4064 kB
PageTables:         5992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1520216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13436 MiB
End job on node136 at 2019-09-20 16:57:59