Trace number 4406533

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-24OPT3 784.133 778.802

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark4.89685
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406533-1569396686.xml"  -tl '2400s' -p 1
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4406533-1569396686.xml, -tl, 2400s, -p, 1]
0.34/0.24	c simple solver
0.34/0.31	c parse instance...
1.25/0.61	c solve instance...
1.50/0.74	o 3 
784.02/778.79	s OPTIMUM FOUND
784.02/778.79	v <instantiation>
784.02/778.79	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] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] </list>
784.02/778.79	v 	<values>2 0 2 0 1 0 2 0 1 0 2 2 0 1 1 1 0 1 1 1 2 1 1 1 2 1 3 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 2 1 1 1 2 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 </values>
784.02/778.79	v </instantiation>

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406533-1569396686/watcher-4406533-1569396686 -o /tmp/evaluation-result-4406533-1569396686/solver-4406533-1569396686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569396628-22039 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 2000911244 HOME/instance-4406533-1569396686.xml 

running on 4 cores: 0-3

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=22165, runsolver pid=22162
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 0.24 0.06 0.06 4/230 22181
/proc/meminfo: memFree=25402140/32770688 swapFree=67001276/67108860
[pid=22165] ppid=22162 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/22165/stat : 22165 (xcsp3-exec) S 22162 22165 22008 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515610210 115843072 363 33554432000 4194304 5098028 140720441460656 140720441458760 139676478845564 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25714688 140720441463674 140720441463917 140720441463917 140720441466826 0
/proc/22165/statm: 28282 363 304 221 0 87 0
[pid=22167] ppid=22165 vsize=15144776 memory=27380 CPUtime=0.12 cores=0-3
/proc/22167/stat : 22167 (java) S 22165 22165 22008 0 -1 1077944320 5849 0 0 0 11 1 0 0 20 0 15 0 515610211 15508250624 6845 33554432000 4194304 4196468 140737302623120 140737302605664 139995097116407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
/proc/22167/statm: 3786194 6845 3114 1 0 3748377 0
[pid=22167/tid=22168] ppid=22165 vsize=15144776 memory=8036256212623698507 CPUtime=0.09 cores=0-3
/proc/22167/task/22168/stat : 22168 (java) R 22165 22165 22008 0 -1 4202560 3738 0 0 0 8 1 0 0 20 0 15 0 515610211 15508250624 6845 33554432000 4194304 4196468 140737302623120 139995101337304 139995097138333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22169] ppid=22165 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0-3
/proc/22167/task/22169/stat : 22169 (java) S 22165 22165 22008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515610212 15508250624 6845 33554432000 4194304 4196468 140737302623120 139995064674576 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22170] ppid=22165 vsize=15144776 memory=139780148242048 CPUtime=0 cores=0-3
/proc/22167/task/22170/stat : 22170 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610212 15508250624 6845 33554432000 4194304 4196468 140737302623120 139994688317840 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22171] ppid=22165 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22171/stat : 22171 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610212 15508250624 6845 33554432000 4194304 4196468 140737302623120 139994687265296 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22172] ppid=22165 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/22167/task/22172/stat : 22172 (java) S 22165 22165 22008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515610212 15508250624 6845 33554432000 4194304 4196468 140737302623120 139994686212752 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22173] ppid=22165 vsize=15144776 memory=139780148242048 CPUtime=0 cores=0-3
/proc/22167/task/22173/stat : 22173 (java) S 22165 22165 22008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515610213 15508250624 6845 33554432000 4194304 4196468 140737302623120 139993970948592 139995097127554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22174] ppid=22165 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/22167/task/22174/stat : 22174 (java) S 22165 22165 22008 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515610214 15508250624 6845 33554432000 4194304 4196468 140737302623120 139993969894816 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22175] ppid=22165 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22175/stat : 22175 (java) S 22165 22165 22008 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515610214 15508250624 6845 33554432000 4194304 4196468 140737302623120 139993968842224 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22176] ppid=22165 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22176/stat : 22176 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15508250624 6845 33554432000 4194304 4196468 140737302623120 139993967790800 139995097135003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22177] ppid=22165 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22177/stat : 22177 (java) R 22165 22165 22008 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 515610217 15508250624 6845 33554432000 4194304 4196468 140737302623120 139993966737392 139995097127554 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22178] ppid=22165 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/22167/task/22178/stat : 22178 (java) S 22165 22165 22008 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 515610217 15508250624 6845 33554432000 4194304 4196468 140737302623120 139993965684848 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22179] ppid=22165 vsize=15144776 memory=139780148242048 CPUtime=0.01 cores=0-3
/proc/22167/task/22179/stat : 22179 (java) R 22165 22165 22008 0 -1 4202560 371 0 0 0 1 0 0 0 20 0 15 0 515610217 15508250624 6845 33554432000 4194304 4196468 140737302623120 139993964632304 139995097128342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22180] ppid=22165 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/22167/task/22180/stat : 22180 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15508250624 6845 33554432000 4194304 4196468 140737302623120 139993963580000 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22181] ppid=22165 vsize=15144776 memory=139780148242048 CPUtime=0 cores=0-3
/proc/22167/task/22181/stat : 22181 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610217 15508250624 6845 33554432000 4194304 4196468 140737302623120 139993962527536 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28832 KiB

[startup+0.211743 s]*
/proc/loadavg: 0.24 0.06 0.06 4/230 22181
/proc/meminfo: memFree=25387560/32770688 swapFree=67001276/67108860
[pid=22165] ppid=22162 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/22165/stat : 22165 (xcsp3-exec) S 22162 22165 22008 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515610210 115843072 363 33554432000 4194304 5098028 140720441460656 140720441458760 139676478845564 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25714688 140720441463674 140720441463917 140720441463917 140720441466826 0
/proc/22165/statm: 28282 363 304 221 0 87 0
[pid=22167] ppid=22165 vsize=15144776 memory=39348 CPUtime=0.34 cores=0-3
/proc/22167/stat : 22167 (java) S 22165 22165 22008 0 -1 1077944320 9608 0 0 0 31 3 0 0 20 0 15 0 515610211 15508250624 9837 33554432000 4194304 4196468 140737302623120 140737302605664 139995097116407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
/proc/22167/statm: 3786194 9837 3310 1 0 3748377 0
[pid=22167/tid=22168] ppid=22165 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0-3
/proc/22167/task/22168/stat : 22168 (java) R 22165 22165 22008 0 -1 4202560 6650 0 0 0 18 2 0 0 20 0 15 0 515610211 15508250624 9837 33554432000 4194304 4196468 140737302623120 139995101349600 139995081196894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22169] ppid=22165 vsize=15144776 memory=9642 CPUtime=0 cores=0-3
/proc/22167/task/22169/stat : 22169 (java) S 22165 22165 22008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515610212 15508250624 9837 33554432000 4194304 4196468 140737302623120 139995064674576 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22170] ppid=22165 vsize=15144776 memory=3545802065567831833 CPUtime=0 cores=0-3
/proc/22167/task/22170/stat : 22170 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610212 15508250624 9837 33554432000 4194304 4196468 140737302623120 139994688317840 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22171] ppid=22165 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22171/stat : 22171 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610212 15508250624 9837 33554432000 4194304 4196468 140737302623120 139994687265296 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22172] ppid=22165 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/22167/task/22172/stat : 22172 (java) S 22165 22165 22008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515610212 15508250624 9837 33554432000 4194304 4196468 140737302623120 139994686212752 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22173] ppid=22165 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22173/stat : 22173 (java) S 22165 22165 22008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515610213 15508250624 9837 33554432000 4194304 4196468 140737302623120 139993970948592 139995097127554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22174] ppid=22165 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/22167/task/22174/stat : 22174 (java) S 22165 22165 22008 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515610214 15508250624 9837 33554432000 4194304 4196468 140737302623120 139993969894816 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22175] ppid=22165 vsize=15144776 memory=139780148242048 CPUtime=0 cores=0-3
/proc/22167/task/22175/stat : 22175 (java) S 22165 22165 22008 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515610214 15508250624 9837 33554432000 4194304 4196468 140737302623120 139993968842224 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22176] ppid=22165 vsize=15144776 memory=-1 CPUtime=0 cores=0-3
/proc/22167/task/22176/stat : 22176 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15508250624 9837 33554432000 4194304 4196468 140737302623120 139993967790800 139995097135003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22177] ppid=22165 vsize=15144776 memory=0 CPUtime=0.02 cores=0-3
/proc/22167/task/22177/stat : 22177 (java) S 22165 22165 22008 0 -1 1077944384 569 0 0 0 2 0 0 0 20 0 15 0 515610217 15508250624 9837 33554432000 4194304 4196468 140737302623120 139993966737392 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22178] ppid=22165 vsize=15144776 memory=-1 CPUtime=0.02 cores=0-3
/proc/22167/task/22178/stat : 22178 (java) S 22165 22165 22008 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 15 0 515610217 15508250624 9837 33554432000 4194304 4196468 140737302623120 139993965684848 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22179] ppid=22165 vsize=15144776 memory=0 CPUtime=0.07 cores=0-3
/proc/22167/task/22179/stat : 22179 (java) R 22165 22165 22008 0 -1 4202560 855 0 0 0 7 0 0 0 20 0 15 0 515610217 15508250624 9837 33554432000 4194304 4196468 140737302623120 139993964632304 139995090213243 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22180] ppid=22165 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22180/stat : 22180 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15508250624 9837 33554432000 4194304 4196468 140737302623120 139993963580000 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22181] ppid=22165 vsize=15144776 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22181/stat : 22181 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610217 15508250624 9837 33554432000 4194304 4196468 140737302623120 139993962527536 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 40800 KiB

[startup+0.312677 s]*
/proc/loadavg: 0.24 0.06 0.06 3/230 22181
/proc/meminfo: memFree=25382968/32770688 swapFree=67001276/67108860
[pid=22165] ppid=22162 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/22165/stat : 22165 (xcsp3-exec) S 22162 22165 22008 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515610210 115843072 363 33554432000 4194304 5098028 140720441460656 140720441458760 139676478845564 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25714688 140720441463674 140720441463917 140720441463917 140720441466826 0
/proc/22165/statm: 28282 363 304 221 0 87 0
[pid=22167] ppid=22165 vsize=15149032 memory=46016 CPUtime=0.52 cores=0-3
/proc/22167/stat : 22167 (java) S 22165 22165 22008 0 -1 1077944320 10866 0 0 0 48 4 0 0 20 0 15 0 515610211 15512608768 11504 33554432000 4194304 4196468 140737302623120 140737302605664 139995097116407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
/proc/22167/statm: 3787258 11504 3356 1 0 3748377 0
[pid=22167/tid=22168] ppid=22165 vsize=15149032 memory=8389772277269004345 CPUtime=0.3 cores=0-3
/proc/22167/task/22168/stat : 22168 (java) R 22165 22165 22008 0 -1 4202560 7653 0 0 0 27 3 0 0 20 0 15 0 515610211 15512608768 11569 33554432000 4194304 4196468 140737302623120 139995101337920 139995081196894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22169] ppid=22165 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22169/stat : 22169 (java) S 22165 22165 22008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515610212 15512608768 11569 33554432000 4194304 4196468 140737302623120 139995064674576 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22170] ppid=22165 vsize=15149032 memory=3833183618742900011 CPUtime=0 cores=0-3
/proc/22167/task/22170/stat : 22170 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610212 15512608768 11569 33554432000 4194304 4196468 140737302623120 139994688317840 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22171] ppid=22165 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22171/stat : 22171 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610212 15512608768 11569 33554432000 4194304 4196468 140737302623120 139994687265296 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22172] ppid=22165 vsize=15149032 memory=-1 CPUtime=0 cores=0-3
/proc/22167/task/22172/stat : 22172 (java) S 22165 22165 22008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515610212 15512608768 11569 33554432000 4194304 4196468 140737302623120 139994686212752 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22173] ppid=22165 vsize=15149032 memory=139780148242048 CPUtime=0 cores=0-3
/proc/22167/task/22173/stat : 22173 (java) S 22165 22165 22008 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515610213 15512608768 11569 33554432000 4194304 4196468 140737302623120 139993970948592 139995097127554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22174] ppid=22165 vsize=15149032 memory=-1 CPUtime=0 cores=0-3
/proc/22167/task/22174/stat : 22174 (java) S 22165 22165 22008 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515610214 15512608768 11569 33554432000 4194304 4196468 140737302623120 139993969894816 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22175] ppid=22165 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22175/stat : 22175 (java) S 22165 22165 22008 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515610214 15512608768 11569 33554432000 4194304 4196468 140737302623120 139993968842224 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22176] ppid=22165 vsize=15149032 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22176/stat : 22176 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15512608768 11569 33554432000 4194304 4196468 140737302623120 139993967790800 139995097135003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22177] ppid=22165 vsize=15149032 memory=0 CPUtime=0.04 cores=0-3
/proc/22167/task/22177/stat : 22177 (java) S 22165 22165 22008 0 -1 1077944384 608 0 0 0 4 0 0 0 20 0 15 0 515610217 15512608768 11569 33554432000 4194304 4196468 140737302623120 139993966737392 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22178] ppid=22165 vsize=15149032 memory=-1 CPUtime=0.04 cores=0-3
/proc/22167/task/22178/stat : 22178 (java) S 22165 22165 22008 0 -1 1077944384 265 0 0 0 4 0 0 0 20 0 15 0 515610217 15512608768 11569 33554432000 4194304 4196468 140737302623120 139993965684848 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22179] ppid=22165 vsize=15149032 memory=139780148242048 CPUtime=0.12 cores=0-3
/proc/22167/task/22179/stat : 22179 (java) S 22165 22165 22008 0 -1 1077944384 1036 0 0 0 12 0 0 0 20 0 15 0 515610217 15512608768 11569 33554432000 4194304 4196468 140737302623120 139993964632304 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22180] ppid=22165 vsize=15149032 memory=-1 CPUtime=0 cores=0-3
/proc/22167/task/22180/stat : 22180 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15512608768 11569 33554432000 4194304 4196468 140737302623120 139993963580000 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22181] ppid=22165 vsize=15149032 memory=139780148242048 CPUtime=0 cores=0-3
/proc/22167/task/22181/stat : 22181 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610217 15512608768 11569 33554432000 4194304 4196468 140737302623120 139993962527536 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 47468 KiB

[startup+0.701124 s]
/proc/loadavg: 0.24 0.06 0.06 4/230 22181
/proc/meminfo: memFree=25372364/32770688 swapFree=67001276/67108860
[pid=22165] ppid=22162 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/22165/stat : 22165 (xcsp3-exec) S 22162 22165 22008 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515610210 115843072 363 33554432000 4194304 5098028 140720441460656 140720441458760 139676478845564 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25714688 140720441463674 140720441463917 140720441463917 140720441466826 0
/proc/22165/statm: 28282 363 304 221 0 87 0
[pid=22167] ppid=22165 vsize=15151156 memory=69940 CPUtime=1.5 cores=0-3
/proc/22167/stat : 22167 (java) S 22165 22165 22008 0 -1 1077944320 14742 0 0 0 145 5 0 0 20 0 15 0 515610211 15514783744 17485 33554432000 4194304 4196468 140737302623120 140737302605664 139995097116407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
/proc/22167/statm: 3787789 17485 3450 1 0 3748889 0
[pid=22167/tid=22168] ppid=22165 vsize=15151156 memory=2120 CPUtime=0.67 cores=0-3
/proc/22167/task/22168/stat : 22168 (java) R 22165 22165 22008 0 -1 4202560 9236 0 0 0 63 4 0 0 20 0 15 0 515610211 15514783744 17485 33554432000 4194304 4196468 140737302623120 139995101354592 139994736810832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22169] ppid=22165 vsize=15151156 memory=496 CPUtime=0 cores=0-3
/proc/22167/task/22169/stat : 22169 (java) S 22165 22165 22008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515610212 15514783744 17485 33554432000 4194304 4196468 140737302623120 139995064674576 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22170] ppid=22165 vsize=15151156 memory=1556 CPUtime=0 cores=0-3
/proc/22167/task/22170/stat : 22170 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610212 15514783744 17485 33554432000 4194304 4196468 140737302623120 139994688317840 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22171] ppid=22165 vsize=15151156 memory=928 CPUtime=0 cores=0-3
/proc/22167/task/22171/stat : 22171 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610212 15514783744 17485 33554432000 4194304 4196468 140737302623120 139994687265296 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22172] ppid=22165 vsize=15151156 memory=1620 CPUtime=0 cores=0-3
/proc/22167/task/22172/stat : 22172 (java) S 22165 22165 22008 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515610212 15514783744 17485 33554432000 4194304 4196468 140737302623120 139994686212752 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22173] ppid=22165 vsize=15151156 memory=780 CPUtime=0 cores=0-3
/proc/22167/task/22173/stat : 22173 (java) S 22165 22165 22008 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 515610213 15514783744 17485 33554432000 4194304 4196468 140737302623120 139993970948592 139995097127554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22174] ppid=22165 vsize=15151156 memory=1444 CPUtime=0 cores=0-3
/proc/22167/task/22174/stat : 22174 (java) S 22165 22165 22008 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515610214 15514783744 17485 33554432000 4194304 4196468 140737302623120 139993969894816 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22175] ppid=22165 vsize=15151156 memory=1984 CPUtime=0 cores=0-3
/proc/22167/task/22175/stat : 22175 (java) S 22165 22165 22008 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515610214 15514783744 17485 33554432000 4194304 4196468 140737302623120 139993968842224 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22176] ppid=22165 vsize=15151156 memory=7086240636229996643 CPUtime=0 cores=0-3
/proc/22167/task/22176/stat : 22176 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15514783744 17485 33554432000 4194304 4196468 140737302623120 139993967790800 139995097135003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22177] ppid=22165 vsize=15151156 memory=7453282923444726100 CPUtime=0.24 cores=0-3
/proc/22167/task/22177/stat : 22177 (java) R 22165 22165 22008 0 -1 4202560 1302 0 0 0 24 0 0 0 20 0 15 0 515610217 15514783744 17485 33554432000 4194304 4196468 140737302623120 139993966723960 139995080610784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22178] ppid=22165 vsize=15151156 memory=7007707949394126417 CPUtime=0.22 cores=0-3
/proc/22167/task/22178/stat : 22178 (java) R 22165 22165 22008 0 -1 4202560 911 0 0 0 22 0 0 0 20 0 15 0 515610217 15514783744 17485 33554432000 4194304 4196468 140737302623120 139993965684848 139995080616790 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22179] ppid=22165 vsize=15151156 memory=8514726395714826909 CPUtime=0.34 cores=0-3
/proc/22167/task/22179/stat : 22179 (java) S 22165 22165 22008 0 -1 1077944384 1985 0 0 0 34 0 0 0 20 0 15 0 515610217 15514783744 17485 33554432000 4194304 4196468 140737302623120 139993964632304 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22180] ppid=22165 vsize=15151156 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22180/stat : 22180 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15514783744 17485 33554432000 4194304 4196468 140737302623120 139993963580000 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22181] ppid=22165 vsize=15151156 memory=0 CPUtime=0 cores=0-3
/proc/22167/task/22181/stat : 22181 (java) S 22165 22165 22008 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515610217 15514783744 17485 33554432000 4194304 4196468 140737302623120 139993962527536 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
Current children cumulated CPU time: 1.5 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 71392 KiB

[startup+1.50091 s]
/proc/loadavg: 0.24 0.06 0.06 5/230 22182
/proc/meminfo: memFree=25345128/32770688 swapFree=67001276/67108860
[pid=22165] ppid=22162 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/22165/stat : 22165 (xcsp3-exec) S 22162 22165 22008 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515610210 115843072 363 33554432000 4194304 5098028 140720441460656 140720441458760 139676478845564 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25714688 140720441463674 140720441463917 140720441463917 140720441466826 0
/proc/22165/statm: 28282 363 304 221 0 87 0

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

/proc/22167/task/22170/stat : 22170 (java) S 22165 22165 22008 0 -1 1077944384 2592 0 0 0 79 6 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994688317840 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22171] ppid=22165 vsize=15151156 memory=3608 CPUtime=0.82 cores=0-3
/proc/22167/task/22171/stat : 22171 (java) S 22165 22165 22008 0 -1 1077944384 2311 0 0 0 74 8 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994687265296 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22172] ppid=22165 vsize=15151156 memory=63876 CPUtime=0.85 cores=0-3
/proc/22167/task/22172/stat : 22172 (java) S 22165 22165 22008 0 -1 1077944384 2226 0 0 0 78 7 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994686212752 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22173] ppid=22165 vsize=15151156 memory=984 CPUtime=0.75 cores=0-3
/proc/22167/task/22173/stat : 22173 (java) S 22165 22165 22008 0 -1 1077944384 3145 0 0 0 69 6 0 0 20 0 15 0 515610213 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993970948592 139995097127554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22174] ppid=22165 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0-3
/proc/22167/task/22174/stat : 22174 (java) S 22165 22165 22008 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 515610214 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993969894880 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22175] ppid=22165 vsize=15151156 memory=928 CPUtime=0 cores=0-3
/proc/22167/task/22175/stat : 22175 (java) S 22165 22165 22008 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 515610214 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993968842240 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22176] ppid=22165 vsize=15151156 memory=1620 CPUtime=0 cores=0-3
/proc/22167/task/22176/stat : 22176 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993967790800 139995097135003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22177] ppid=22165 vsize=15151156 memory=780 CPUtime=1.18 cores=0-3
/proc/22167/task/22177/stat : 22177 (java) S 22165 22165 22008 0 -1 1077944384 9559 0 0 0 117 1 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993966737392 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22178] ppid=22165 vsize=15151156 memory=1452 CPUtime=1.12 cores=0-3
/proc/22167/task/22178/stat : 22178 (java) S 22165 22165 22008 0 -1 1077944384 7009 0 0 0 111 1 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993965684848 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22179] ppid=22165 vsize=15151156 memory=3608 CPUtime=0.5 cores=0-3
/proc/22167/task/22179/stat : 22179 (java) S 22165 22165 22008 0 -1 1077944384 5442 0 0 0 50 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993964632304 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22180] ppid=22165 vsize=15151156 memory=482424 CPUtime=0 cores=0-3
/proc/22167/task/22180/stat : 22180 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993963580000 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22181] ppid=22165 vsize=15151156 memory=984 CPUtime=0.23 cores=0-3
/proc/22167/task/22181/stat : 22181 (java) S 22165 22165 22008 0 -1 1077944384 668 0 0 0 11 12 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993962527536 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
Current children cumulated CPU time: 779.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 483936 KiB

[startup+776.001 s]*
/proc/loadavg: 1.95 1.67 0.99 3/230 22248
/proc/meminfo: memFree=22833108/32770688 swapFree=67001276/67108860
[pid=22165] ppid=22162 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/22165/stat : 22165 (xcsp3-exec) S 22162 22165 22008 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515610210 115843072 363 33554432000 4194304 5098028 140720441460656 140720441458760 139676478845564 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25714688 140720441463674 140720441463917 140720441463917 140720441466826 0
/proc/22165/statm: 28282 363 304 221 0 87 0
[pid=22167] ppid=22165 vsize=15151156 memory=482484 CPUtime=781.33 cores=0-3
/proc/22167/stat : 22167 (java) S 22165 22165 22008 0 -1 1077944320 65306 0 0 0 78080 53 0 0 20 0 15 0 515610211 15514783744 120621 33554432000 4194304 4196468 140737302623120 140737302605664 139995097116407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
/proc/22167/statm: 3787789 120621 3495 1 0 3748889 0
[pid=22167/tid=22168] ppid=22165 vsize=15151156 memory=1398722017469774279 CPUtime=774.1 cores=0-3
/proc/22167/task/22168/stat : 22168 (java) R 22165 22165 22008 0 -1 4202560 28662 0 0 0 77397 13 0 0 20 0 15 0 515610211 15514783744 120621 33554432000 4194304 4196468 140737302623120 139995101355680 139994737932073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22169] ppid=22165 vsize=15151156 memory=4872558044660077418 CPUtime=0.84 cores=0-3
/proc/22167/task/22169/stat : 22169 (java) S 22165 22165 22008 0 -1 1077944384 2291 0 0 0 79 5 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139995064674576 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22170] ppid=22165 vsize=15151156 memory=1620 CPUtime=0.85 cores=0-3
/proc/22167/task/22170/stat : 22170 (java) S 22165 22165 22008 0 -1 1077944384 2592 0 0 0 79 6 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994688317840 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22171] ppid=22165 vsize=15151156 memory=780 CPUtime=0.82 cores=0-3
/proc/22167/task/22171/stat : 22171 (java) S 22165 22165 22008 0 -1 1077944384 2311 0 0 0 74 8 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994687265296 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22172] ppid=22165 vsize=15151156 memory=1444 CPUtime=0.85 cores=0-3
/proc/22167/task/22172/stat : 22172 (java) S 22165 22165 22008 0 -1 1077944384 2226 0 0 0 78 7 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994686212752 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22173] ppid=22165 vsize=15151156 memory=1984 CPUtime=0.75 cores=0-3
/proc/22167/task/22173/stat : 22173 (java) S 22165 22165 22008 0 -1 1077944384 3145 0 0 0 69 6 0 0 20 0 15 0 515610213 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993970948592 139995097127554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22174] ppid=22165 vsize=15151156 memory=2524 CPUtime=0 cores=0-3
/proc/22167/task/22174/stat : 22174 (java) S 22165 22165 22008 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 515610214 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993969894880 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22175] ppid=22165 vsize=15151156 memory=1760 CPUtime=0 cores=0-3
/proc/22167/task/22175/stat : 22175 (java) S 22165 22165 22008 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 515610214 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993968842240 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22176] ppid=22165 vsize=15151156 memory=482484 CPUtime=0 cores=0-3
/proc/22167/task/22176/stat : 22176 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993967790800 139995097135003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22177] ppid=22165 vsize=15151156 memory=1728 CPUtime=1.18 cores=0-3
/proc/22167/task/22177/stat : 22177 (java) S 22165 22165 22008 0 -1 1077944384 9559 0 0 0 117 1 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993966737392 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22178] ppid=22165 vsize=15151156 memory=1398722017469774279 CPUtime=1.12 cores=0-3
/proc/22167/task/22178/stat : 22178 (java) S 22165 22165 22008 0 -1 1077944384 7010 0 0 0 111 1 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993965684848 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22179] ppid=22165 vsize=15151156 memory=4872558044660077418 CPUtime=0.5 cores=0-3
/proc/22167/task/22179/stat : 22179 (java) S 22165 22165 22008 0 -1 1077944384 5442 0 0 0 50 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993964632304 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22180] ppid=22165 vsize=15151156 memory=6124 CPUtime=0 cores=0-3
/proc/22167/task/22180/stat : 22180 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993963580000 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22181] ppid=22165 vsize=15151156 memory=780 CPUtime=0.23 cores=0-3
/proc/22167/task/22181/stat : 22181 (java) S 22165 22165 22008 0 -1 1077944384 668 0 0 0 11 12 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993962527536 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 41 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
Current children cumulated CPU time: 781.33 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 483936 KiB

[startup+777.601 s]
/proc/loadavg: 1.95 1.67 0.99 3/230 22248
/proc/meminfo: memFree=22783584/32770688 swapFree=67001276/67108860
[pid=22165] ppid=22162 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/22165/stat : 22165 (xcsp3-exec) S 22162 22165 22008 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515610210 115843072 363 33554432000 4194304 5098028 140720441460656 140720441458760 139676478845564 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25714688 140720441463674 140720441463917 140720441463917 140720441466826 0
/proc/22165/statm: 28282 363 304 221 0 87 0
[pid=22167] ppid=22165 vsize=15151156 memory=482484 CPUtime=782.92 cores=0-3
/proc/22167/stat : 22167 (java) S 22165 22165 22008 0 -1 1077944320 65311 0 0 0 78239 53 0 0 20 0 15 0 515610211 15514783744 120621 33554432000 4194304 4196468 140737302623120 140737302605664 139995097116407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
/proc/22167/statm: 3787789 120621 3495 1 0 3748889 0
[pid=22167/tid=22168] ppid=22165 vsize=15151156 memory=6791534058613427641 CPUtime=775.68 cores=0-3
/proc/22167/task/22168/stat : 22168 (java) R 22165 22165 22008 0 -1 4202560 28667 0 0 0 77555 13 0 0 20 0 15 0 515610211 15514783744 120621 33554432000 4194304 4196468 140737302623120 139995101355872 139994737696628 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22169] ppid=22165 vsize=15151156 memory=482484 CPUtime=0.84 cores=0-3
/proc/22167/task/22169/stat : 22169 (java) S 22165 22165 22008 0 -1 1077944384 2291 0 0 0 79 5 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139995064674576 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22170] ppid=22165 vsize=15151156 memory=984 CPUtime=0.85 cores=0-3
/proc/22167/task/22170/stat : 22170 (java) S 22165 22165 22008 0 -1 1077944384 2592 0 0 0 79 6 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994688317840 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22171] ppid=22165 vsize=15151156 memory=2044 CPUtime=0.82 cores=0-3
/proc/22167/task/22171/stat : 22171 (java) S 22165 22165 22008 0 -1 1077944384 2311 0 0 0 74 8 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994687265296 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22172] ppid=22165 vsize=15151156 memory=1452 CPUtime=0.85 cores=0-3
/proc/22167/task/22172/stat : 22172 (java) S 22165 22165 22008 0 -1 1077944384 2226 0 0 0 78 7 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994686212752 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22173] ppid=22165 vsize=15151156 memory=63876 CPUtime=0.75 cores=0-3
/proc/22167/task/22173/stat : 22173 (java) S 22165 22165 22008 0 -1 1077944384 3145 0 0 0 69 6 0 0 20 0 15 0 515610213 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993970948592 139995097127554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22174] ppid=22165 vsize=15151156 memory=984 CPUtime=0 cores=0-3
/proc/22167/task/22174/stat : 22174 (java) S 22165 22165 22008 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 515610214 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993969894880 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22175] ppid=22165 vsize=15151156 memory=2044 CPUtime=0 cores=0-3
/proc/22167/task/22175/stat : 22175 (java) S 22165 22165 22008 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 515610214 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993968842240 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22176] ppid=22165 vsize=15151156 memory=1368 CPUtime=0 cores=0-3
/proc/22167/task/22176/stat : 22176 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993967790800 139995097135003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22177] ppid=22165 vsize=15151156 memory=1056 CPUtime=1.18 cores=0-3
/proc/22167/task/22177/stat : 22177 (java) S 22165 22165 22008 0 -1 1077944384 9559 0 0 0 117 1 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993966737392 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22178] ppid=22165 vsize=15151156 memory=6791534058613427641 CPUtime=1.12 cores=0-3
/proc/22167/task/22178/stat : 22178 (java) S 22165 22165 22008 0 -1 1077944384 7010 0 0 0 111 1 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993965684848 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22179] ppid=22165 vsize=15151156 memory=1564 CPUtime=0.5 cores=0-3
/proc/22167/task/22179/stat : 22179 (java) S 22165 22165 22008 0 -1 1077944384 5442 0 0 0 50 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993964632304 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22180] ppid=22165 vsize=15151156 memory=8392 CPUtime=0 cores=0-3
/proc/22167/task/22180/stat : 22180 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993963580000 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22181] ppid=22165 vsize=15151156 memory=14008 CPUtime=0.23 cores=0-3
/proc/22167/task/22181/stat : 22181 (java) S 22165 22165 22008 0 -1 1077944384 668 0 0 0 11 12 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993962527536 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
Current children cumulated CPU time: 782.92 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 483936 KiB

[startup+778.401 s]
/proc/loadavg: 1.95 1.67 0.99 3/230 22248
/proc/meminfo: memFree=22732136/32770688 swapFree=67001276/67108860
[pid=22165] ppid=22162 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/22165/stat : 22165 (xcsp3-exec) S 22162 22165 22008 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515610210 115843072 363 33554432000 4194304 5098028 140720441460656 140720441458760 139676478845564 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25714688 140720441463674 140720441463917 140720441463917 140720441466826 0
/proc/22165/statm: 28282 363 304 221 0 87 0
[pid=22167] ppid=22165 vsize=15151156 memory=482484 CPUtime=783.72 cores=0-3
/proc/22167/stat : 22167 (java) S 22165 22165 22008 0 -1 1077944320 65313 0 0 0 78319 53 0 0 20 0 15 0 515610211 15514783744 120621 33554432000 4194304 4196468 140737302623120 140737302605664 139995097116407 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
/proc/22167/statm: 3787789 120621 3495 1 0 3748889 0
[pid=22167/tid=22168] ppid=22165 vsize=15151156 memory=2596 CPUtime=776.48 cores=0-3
/proc/22167/task/22168/stat : 22168 (java) R 22165 22165 22008 0 -1 4202560 28668 0 0 0 77635 13 0 0 20 0 15 0 515610211 15514783744 120621 33554432000 4194304 4196468 140737302623120 139995101356224 139994737699051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22169] ppid=22165 vsize=15151156 memory=2300 CPUtime=0.84 cores=0-3
/proc/22167/task/22169/stat : 22169 (java) S 22165 22165 22008 0 -1 1077944384 2291 0 0 0 79 5 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139995064674576 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22170] ppid=22165 vsize=15151156 memory=1452 CPUtime=0.85 cores=0-3
/proc/22167/task/22170/stat : 22170 (java) S 22165 22165 22008 0 -1 1077944384 2592 0 0 0 79 6 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994688317840 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22171] ppid=22165 vsize=15151156 memory=6791534058613427641 CPUtime=0.82 cores=0-3
/proc/22167/task/22171/stat : 22171 (java) S 22165 22165 22008 0 -1 1077944384 2311 0 0 0 74 8 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994687265296 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22172] ppid=22165 vsize=15151156 memory=279560093343040 CPUtime=0.85 cores=0-3
/proc/22167/task/22172/stat : 22172 (java) S 22165 22165 22008 0 -1 1077944384 2226 0 0 0 78 7 0 0 20 0 15 0 515610212 15514783744 120621 33554432000 4194304 4196468 140737302623120 139994686212752 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22173] ppid=22165 vsize=15151156 memory=7100839861465685612 CPUtime=0.75 cores=0-3
/proc/22167/task/22173/stat : 22173 (java) S 22165 22165 22008 0 -1 1077944384 3146 0 0 0 69 6 0 0 20 0 15 0 515610213 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993970948592 139995097127554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22174] ppid=22165 vsize=15151156 memory=-7175204567652784766 CPUtime=0 cores=0-3
/proc/22167/task/22174/stat : 22174 (java) S 22165 22165 22008 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 515610214 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993969894880 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22175] ppid=22165 vsize=15151156 memory=1452 CPUtime=0 cores=0-3
/proc/22167/task/22175/stat : 22175 (java) S 22165 22165 22008 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 515610214 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993968842240 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22176] ppid=22165 vsize=15151156 memory=482424 CPUtime=0 cores=0-3
/proc/22167/task/22176/stat : 22176 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993967790800 139995097135003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22177] ppid=22165 vsize=15151156 memory=984 CPUtime=1.18 cores=0-3
/proc/22167/task/22177/stat : 22177 (java) S 22165 22165 22008 0 -1 1077944384 9559 0 0 0 117 1 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993966737392 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 38 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22178] ppid=22165 vsize=15151156 memory=1452 CPUtime=1.12 cores=0-3
/proc/22167/task/22178/stat : 22178 (java) S 22165 22165 22008 0 -1 1077944384 7010 0 0 0 111 1 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993965684848 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 32 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22179] ppid=22165 vsize=15151156 memory=482424 CPUtime=0.5 cores=0-3
/proc/22167/task/22179/stat : 22179 (java) S 22165 22165 22008 0 -1 1077944384 5442 0 0 0 50 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993964632304 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 42 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22180] ppid=22165 vsize=15151156 memory=1056 CPUtime=0 cores=0-3
/proc/22167/task/22180/stat : 22180 (java) S 22165 22165 22008 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993963580000 139995097126613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
[pid=22167/tid=22181] ppid=22165 vsize=15151156 memory=482484 CPUtime=0.23 cores=0-3
/proc/22167/task/22181/stat : 22181 (java) S 22165 22165 22008 0 -1 1077944384 668 0 0 0 11 12 0 0 20 0 15 0 515610217 15514783744 120621 33554432000 4194304 4196468 140737302623120 139993962527536 139995097127554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 10276864 140737302631407 140737302631578 140737302631578 140737302634447 0
Current children cumulated CPU time: 783.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 483936 KiB

[startup+778.801 s]
/proc/loadavg: 1.95 1.67 0.99 3/230 22248
/proc/meminfo: memFree=22732136/32770688 swapFree=67001276/67108860
[pid=22165] ppid=22162 vsize=113128 memory=1452 CPUtime=0 cores=0-3
/proc/22165/stat : 22165 (xcsp3-exec) S 22162 22165 22008 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 515610210 115843072 363 33554432000 4194304 5098028 140720441460656 140720441458760 139676478845564 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 25714688 140720441463674 140720441463917 140720441463917 140720441466826 0
/proc/22165/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 0
Real time (s): 778.802
CPU time (s): 784.133
CPU user time (s): 783.592
CPU system time (s): 0.541642
CPU usage (%): 100.685
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 483936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 783.592
system time used= 0.541642
maximum resident set size= 482656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66763
page faults= 0
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37818
involuntary context switches= 1147


# summary of solver processes directly reported to runsolver:
#   pid: 22165
#   total CPU time (s): 784.133
#   total CPU user time (s): 783.592
#   total CPU system time (s): 0.541642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.35695 second user time and 7.93608 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-25 09:30:44
IDJOB=4406533
IDBENCH=120617
IDSOLVER=2870
FILE ID=node116/4406533-1569396686
RUNJOBID= node116-1569396628-22039
PBS_JOBID= 21705695
Free space on /tmp= 6524 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406533-1569396686/watcher-4406533-1569396686 -o /tmp/evaluation-result-4406533-1569396686/solver-4406533-1569396686 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1569396628-22039 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 2000911244 HOME/instance-4406533-1569396686.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=2000911244

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        25417460 kB
MemAvailable:   31660328 kB
Buffers:          114356 kB
Cached:          6300860 kB
SwapCached:         3308 kB
Active:          3391364 kB
Inactive:        3215080 kB
Active(anon):     190960 kB
Inactive(anon):    56664 kB
Active(file):    3200404 kB
Inactive(file):  3158416 kB
Unevictable:      109488 kB
Mlocked:          109488 kB
SwapTotal:      67108860 kB
SwapFree:       67001276 kB
Dirty:             26564 kB
Writeback:             0 kB
AnonPages:        311116 kB
Mapped:            70480 kB
Shmem:             47780 kB
Slab:             341168 kB
SReclaimable:     312508 kB
SUnreclaim:        28660 kB
KernelStack:        4016 kB
PageTables:         6388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    1519628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 6500 MiB
End job on node116 at 2019-09-25 09:43:43