Trace number 4406390

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-24OPT20 13.7083 9.46347

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-8.xml
MD5SUMcc4f118531160cfe6c95c1294546deff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark13.7083
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size4
Maximum domain size21
Distribution of domain sizes[{"size":4,"count":7},{"size":5,"count":7},{"size":6,"count":6},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406390-1569399457.xml"  -tl '2400s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406390-1569399457.xml, -tl, 2400s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.74/0.77	c solve instance...
3.64/1.41	o -4968 
3.64/1.42	o -3976 
3.64/1.49	o -1972 
4.89/2.26	o -969 
6.73/3.24	o 13 
6.73/3.28	o 18 
7.13/3.53	o 20 
13.64/9.45	s OPTIMUM FOUND
13.64/9.45	v <instantiation>
13.64/9.45	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] </list>
13.64/9.45	v 	<values>1 6 -1 4 9 0 7 8 3 14 5 -1 -1 -1 19 10 15 16 17 18 0 1 -1 5 6 15 2 3 4 7 14 -1 -1 -1 8 13 12 11 10 9 -5 -3 0 2 6 1 1 2 5 -7 -2 0 0 0 4 3 6 3 2 2 </values>
13.64/9.45	v </instantiation>

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406390-1569399457/watcher-4406390-1569399457 -o /var/tmp/evaluation-result-4406390-1569399457/solver-4406390-1569399457 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1569392946-4663 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4406390-1569399457.xml 

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

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


[startup+0.100087 s]*
/proc/loadavg: 1.80 1.85 1.72 4/229 6160
/proc/meminfo: memFree=28396804/32770624 swapFree=66954216/67108860
[pid=6144] ppid=6141 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6144/stat : 6144 (xcsp3-exec) S 6141 6144 4632 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516200998 115843072 364 33554432000 4194304 5098028 140726222362752 140726222360856 140349459784316 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35028992 140726222365527 140726222365785 140726222365785 140726222368710 0
/proc/6144/statm: 28282 364 305 221 0 87 0
[pid=6146] ppid=6144 vsize=15144776 memory=29684 CPUtime=0.12 cores=0,2,4,6
/proc/6146/stat : 6146 (java) S 6144 6144 4632 0 -1 1077944320 5391 0 0 0 11 1 0 0 20 0 15 0 516200998 15508250624 7421 33554432000 4194304 4196468 140722858754560 140722858737104 140675507810039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
/proc/6146/statm: 3786194 7421 3117 1 0 3748377 0
[pid=6146/tid=6147] ppid=6144 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/6146/task/6147/stat : 6147 (java) R 6144 6144 4632 0 -1 4202560 3336 0 0 0 8 1 0 0 20 0 15 0 516200998 15508250624 7421 33554432000 4194304 4196468 140722858754560 140675512037808 140675500047166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6148] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6148/stat : 6148 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15508250624 7421 33554432000 4194304 4196468 140722858754560 140675419466640 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6149] ppid=6144 vsize=15144776 memory=3472750130335102624 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6149/stat : 6149 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15508250624 7421 33554432000 4194304 4196468 140722858754560 140675418413840 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6150] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6150/stat : 6150 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15508250624 7421 33554432000 4194304 4196468 140722858754560 140675417361552 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6151] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6151/stat : 6151 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15508250624 7421 33554432000 4194304 4196468 140722858754560 140675416308752 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6152] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6152/stat : 6152 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516201001 15508250624 7421 33554432000 4194304 4196468 140722858754560 140674976458864 140675507821186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6153] ppid=6144 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6153/stat : 6153 (java) S 6144 6144 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516201001 15508250624 7421 33554432000 4194304 4196468 140722858754560 140674975404832 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6154] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6154/stat : 6154 (java) S 6144 6144 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516201001 15508250624 7421 33554432000 4194304 4196468 140722858754560 140674974352496 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6155] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6155/stat : 6155 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15508250624 7421 33554432000 4194304 4196468 140722858754560 140674973300816 140675507828635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6156] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6156/stat : 6156 (java) R 6144 6144 4632 0 -1 4202560 325 0 0 0 0 0 0 0 20 0 15 0 516201004 15508250624 7421 33554432000 4194304 4196468 140722858754560 140674972248688 140675507823921 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6157] ppid=6144 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6157/stat : 6157 (java) R 6144 6144 4632 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 516201004 15508250624 7421 33554432000 4194304 4196468 140722858754560 140674971195888 140675507821186 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6158] ppid=6144 vsize=15144776 memory=140333347026560 CPUtime=0.02 cores=0,2,4,6
/proc/6146/task/6158/stat : 6158 (java) R 6144 6144 4632 0 -1 4202560 324 0 0 0 2 0 0 0 20 0 15 0 516201004 15508250624 7421 33554432000 4194304 4196468 140722858754560 140674970143600 140675486729152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6159] ppid=6144 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6159/stat : 6159 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15508250624 7421 33554432000 4194304 4196468 140722858754560 140674969091040 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6160] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6160/stat : 6160 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516201004 15508250624 7421 33554432000 4194304 4196468 140722858754560 140674968037808 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31140 KiB

[startup+0.211081 s]*
/proc/loadavg: 1.80 1.85 1.72 4/229 6160
/proc/meminfo: memFree=28384160/32770624 swapFree=66954216/67108860
[pid=6144] ppid=6141 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6144/stat : 6144 (xcsp3-exec) S 6141 6144 4632 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516200998 115843072 364 33554432000 4194304 5098028 140726222362752 140726222360856 140349459784316 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35028992 140726222365527 140726222365785 140726222365785 140726222368710 0
/proc/6144/statm: 28282 364 305 221 0 87 0
[pid=6146] ppid=6144 vsize=15144776 memory=40612 CPUtime=0.34 cores=0,2,4,6
/proc/6146/stat : 6146 (java) S 6144 6144 4632 0 -1 1077944320 8881 0 0 0 31 3 0 0 20 0 15 0 516200998 15508250624 10153 33554432000 4194304 4196468 140722858754560 140722858737104 140675507810039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
/proc/6146/statm: 3786194 10153 3310 1 0 3748377 0
[pid=6146/tid=6147] ppid=6144 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6146/task/6147/stat : 6147 (java) R 6144 6144 4632 0 -1 4202560 6138 0 0 0 18 2 0 0 20 0 15 0 516200998 15508250624 10153 33554432000 4194304 4196468 140722858754560 140675512043504 140675507821974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6148] ppid=6144 vsize=15144776 memory=10594 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6148/stat : 6148 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15508250624 10153 33554432000 4194304 4196468 140722858754560 140675419466640 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6149] ppid=6144 vsize=15144776 memory=140333349689467 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6149/stat : 6149 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15508250624 10153 33554432000 4194304 4196468 140722858754560 140675418413840 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6150] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6150/stat : 6150 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15508250624 10153 33554432000 4194304 4196468 140722858754560 140675417361552 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6151] ppid=6144 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6151/stat : 6151 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15508250624 10153 33554432000 4194304 4196468 140722858754560 140675416308752 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6152] ppid=6144 vsize=15144776 memory=140333347026560 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6152/stat : 6152 (java) S 6144 6144 4632 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516201001 15508250624 10153 33554432000 4194304 4196468 140722858754560 140674976458864 140675507821186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6153] ppid=6144 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6153/stat : 6153 (java) S 6144 6144 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516201001 15508250624 10153 33554432000 4194304 4196468 140722858754560 140674975404832 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6154] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6154/stat : 6154 (java) S 6144 6144 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516201001 15508250624 10153 33554432000 4194304 4196468 140722858754560 140674974352496 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6155] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6155/stat : 6155 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15508250624 10153 33554432000 4194304 4196468 140722858754560 140674973300816 140675507828635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6156] ppid=6144 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6146/task/6156/stat : 6156 (java) S 6144 6144 4632 0 -1 1077944384 468 0 0 0 3 0 0 0 20 0 15 0 516201004 15508250624 10153 33554432000 4194304 4196468 140722858754560 140674972248688 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6157] ppid=6144 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6146/task/6157/stat : 6157 (java) S 6144 6144 4632 0 -1 1077944384 182 0 0 0 2 0 0 0 20 0 15 0 516201004 15508250624 10153 33554432000 4194304 4196468 140722858754560 140674971195888 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6158] ppid=6144 vsize=15144776 memory=140333347026560 CPUtime=0.08 cores=0,2,4,6
/proc/6146/task/6158/stat : 6158 (java) R 6144 6144 4632 0 -1 4202560 784 0 0 0 8 0 0 0 20 0 15 0 516201004 15508250624 10153 33554432000 4194304 4196468 140722858754560 140674970143408 140675507821974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6159] ppid=6144 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6159/stat : 6159 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15508250624 10153 33554432000 4194304 4196468 140722858754560 140674969091040 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6160] ppid=6144 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6160/stat : 6160 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516201004 15508250624 10153 33554432000 4194304 4196468 140722858754560 140674968037808 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42068 KiB

[startup+0.310927 s]*
/proc/loadavg: 1.80 1.85 1.72 5/229 6160
/proc/meminfo: memFree=28376996/32770624 swapFree=66954216/67108860
[pid=6144] ppid=6141 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6144/stat : 6144 (xcsp3-exec) S 6141 6144 4632 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516200998 115843072 364 33554432000 4194304 5098028 140726222362752 140726222360856 140349459784316 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35028992 140726222365527 140726222365785 140726222365785 140726222368710 0
/proc/6144/statm: 28282 364 305 221 0 87 0
[pid=6146] ppid=6144 vsize=15149032 memory=49868 CPUtime=0.53 cores=0,2,4,6
/proc/6146/stat : 6146 (java) S 6144 6144 4632 0 -1 1077944320 10300 0 0 0 49 4 0 0 20 0 15 0 516200998 15512608768 12467 33554432000 4194304 4196468 140722858754560 140722858737104 140675507810039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
/proc/6146/statm: 3787258 12467 3364 1 0 3748377 0
[pid=6146/tid=6147] ppid=6144 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/6146/task/6147/stat : 6147 (java) R 6144 6144 4632 0 -1 4202560 7264 0 0 0 27 3 0 0 20 0 15 0 516200998 15512608768 12467 33554432000 4194304 4196468 140722858754560 140675512043824 140675507831965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6148] ppid=6144 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6148/stat : 6148 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15512608768 12467 33554432000 4194304 4196468 140722858754560 140675419466640 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6149] ppid=6144 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6149/stat : 6149 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15512608768 12467 33554432000 4194304 4196468 140722858754560 140675418413840 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6150] ppid=6144 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6150/stat : 6150 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15512608768 12467 33554432000 4194304 4196468 140722858754560 140675417361552 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6151] ppid=6144 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6151/stat : 6151 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15512608768 12467 33554432000 4194304 4196468 140722858754560 140675416308752 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6152] ppid=6144 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6152/stat : 6152 (java) S 6144 6144 4632 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516201001 15512608768 12467 33554432000 4194304 4196468 140722858754560 140674976458864 140675507821186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6153] ppid=6144 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6153/stat : 6153 (java) S 6144 6144 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516201001 15512608768 12467 33554432000 4194304 4196468 140722858754560 140674975404832 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6154] ppid=6144 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6154/stat : 6154 (java) S 6144 6144 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516201001 15512608768 12467 33554432000 4194304 4196468 140722858754560 140674974352496 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6155] ppid=6144 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6155/stat : 6155 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15512608768 12467 33554432000 4194304 4196468 140722858754560 140674973300816 140675507828635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6156] ppid=6144 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=0,2,4,6
/proc/6146/task/6156/stat : 6156 (java) R 6144 6144 4632 0 -1 1077944384 480 0 0 0 4 0 0 0 20 0 15 0 516201004 15512608768 12467 33554432000 4194304 4196468 140722858754560 140674972248784 140675507820245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6157] ppid=6144 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6146/task/6157/stat : 6157 (java) R 6144 6144 4632 0 -1 4202560 329 0 0 0 5 0 0 0 20 0 15 0 516201004 15512608768 12467 33554432000 4194304 4196468 140722858754560 140674971176904 140675489354192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6158] ppid=6144 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6146/task/6158/stat : 6158 (java) S 6144 6144 4632 0 -1 1077944384 946 0 0 0 13 0 0 0 20 0 15 0 516201004 15512608768 12467 33554432000 4194304 4196468 140722858754560 140674970143600 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6159] ppid=6144 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6159/stat : 6159 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15512608768 12467 33554432000 4194304 4196468 140722858754560 140674969091040 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6160] ppid=6144 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6160/stat : 6160 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516201004 15512608768 12467 33554432000 4194304 4196468 140722858754560 140674968037808 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51324 KiB

[startup+0.700811 s]
/proc/loadavg: 1.80 1.85 1.72 5/229 6160
/proc/meminfo: memFree=28352540/32770624 swapFree=66954216/67108860
[pid=6144] ppid=6141 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6144/stat : 6144 (xcsp3-exec) S 6141 6144 4632 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516200998 115843072 364 33554432000 4194304 5098028 140726222362752 140726222360856 140349459784316 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35028992 140726222365527 140726222365785 140726222365785 140726222368710 0
/proc/6144/statm: 28282 364 305 221 0 87 0
[pid=6146] ppid=6144 vsize=15151156 memory=98016 CPUtime=1.74 cores=0,2,4,6
/proc/6146/stat : 6146 (java) S 6144 6144 4632 0 -1 1077944320 14128 0 0 0 169 5 0 0 20 0 15 0 516200998 15514783744 24504 33554432000 4194304 4196468 140722858754560 140722858737104 140675507810039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
/proc/6146/statm: 3787789 24504 3448 1 0 3748889 0
[pid=6146/tid=6147] ppid=6144 vsize=15151156 memory=-3704326594973231466 CPUtime=0.68 cores=0,2,4,6
/proc/6146/task/6147/stat : 6147 (java) R 6144 6144 4632 0 -1 4202560 8177 0 0 0 64 4 0 0 20 0 15 0 516200998 15514783744 24504 33554432000 4194304 4196468 140722858754560 140675512046144 140675097894369 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6148] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6148/stat : 6148 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 24504 33554432000 4194304 4196468 140722858754560 140675419466640 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6149] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6149/stat : 6149 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 24504 33554432000 4194304 4196468 140722858754560 140675418413840 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6150] ppid=6144 vsize=15151156 memory=708 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6150/stat : 6150 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 24504 33554432000 4194304 4196468 140722858754560 140675417361552 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6151] ppid=6144 vsize=15151156 memory=9364 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6151/stat : 6151 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 24504 33554432000 4194304 4196468 140722858754560 140675416308752 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6152] ppid=6144 vsize=15151156 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6152/stat : 6152 (java) S 6144 6144 4632 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 24504 33554432000 4194304 4196468 140722858754560 140674976458864 140675507821186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6153] ppid=6144 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6153/stat : 6153 (java) S 6144 6144 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 24504 33554432000 4194304 4196468 140722858754560 140674975404832 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6154] ppid=6144 vsize=15151156 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6154/stat : 6154 (java) S 6144 6144 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 24504 33554432000 4194304 4196468 140722858754560 140674974352496 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6155] ppid=6144 vsize=15151156 memory=8220 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6155/stat : 6155 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 24504 33554432000 4194304 4196468 140722858754560 140674973300816 140675507828635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6156] ppid=6144 vsize=15151156 memory=3616 CPUtime=0.34 cores=0,2,4,6
/proc/6146/task/6156/stat : 6156 (java) R 6144 6144 4632 0 -1 4202560 1350 0 0 0 34 0 0 0 20 0 15 0 516201004 15514783744 24504 33554432000 4194304 4196468 140722858754560 140674972248688 140675486990072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6157] ppid=6144 vsize=15151156 memory=1556 CPUtime=0.35 cores=0,2,4,6
/proc/6146/task/6157/stat : 6157 (java) R 6144 6144 4632 0 -1 4202560 1255 0 0 0 35 0 0 0 20 0 15 0 516201004 15514783744 24504 33554432000 4194304 4196468 140722858754560 140674971184880 140675489331439 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6158] ppid=6144 vsize=15151156 memory=2832 CPUtime=0.35 cores=0,2,4,6
/proc/6146/task/6158/stat : 6158 (java) R 6144 6144 4632 0 -1 1077944384 2036 0 0 0 35 0 0 0 20 0 15 0 516201004 15514783744 24504 33554432000 4194304 4196468 140722858754560 140674970143600 140675507821186 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6159] ppid=6144 vsize=15151156 memory=984 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6159/stat : 6159 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 24504 33554432000 4194304 4196468 140722858754560 140674969091040 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6160] ppid=6144 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6160/stat : 6160 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 24504 33554432000 4194304 4196468 140722858754560 140674968037808 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 99472 KiB

[startup+1.50076 s]
/proc/loadavg: 1.80 1.85 1.72 5/229 6160
/proc/meminfo: memFree=28319304/32770624 swapFree=66954216/67108860
[pid=6144] ppid=6141 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6144/stat : 6144 (xcsp3-exec) S 6141 6144 4632 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516200998 115843072 364 33554432000 4194304 5098028 140726222362752 140726222360856 140349459784316 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35028992 140726222365527 140726222365785 140726222365785 140726222368710 0
/proc/6144/statm: 28282 364 305 221 0 87 0

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

/proc/6144/stat : 6144 (xcsp3-exec) S 6141 6144 4632 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516200998 115843072 364 33554432000 4194304 5098028 140726222362752 140726222360856 140349459784316 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35028992 140726222365527 140726222365785 140726222365785 140726222368710 0
/proc/6144/statm: 28282 364 305 221 0 87 0
[pid=6146] ppid=6144 vsize=15151156 memory=141336 CPUtime=12.23 cores=0,2,4,6
/proc/6146/stat : 6146 (java) S 6144 6144 4632 0 -1 1077944320 35725 0 0 0 1213 10 0 0 20 0 15 0 516200998 15514783744 35334 33554432000 4194304 4196468 140722858754560 140722858737104 140675507810039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
/proc/6146/statm: 3787789 35334 3476 1 0 3748889 0
[pid=6146/tid=6147] ppid=6144 vsize=15151156 memory=8317482817917895235 CPUtime=7.98 cores=0,2,4,6
/proc/6146/task/6147/stat : 6147 (java) R 6144 6144 4632 0 -1 4202560 10604 0 0 0 793 5 0 0 20 0 15 0 516200998 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675512046728 140675098756026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6148] ppid=6144 vsize=15151156 memory=2548 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6148/stat : 6148 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675419466640 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6149] ppid=6144 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6149/stat : 6149 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675418413840 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6150] ppid=6144 vsize=15151156 memory=141336 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6150/stat : 6150 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675417361552 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6151] ppid=6144 vsize=15151156 memory=1164 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6151/stat : 6151 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675416308752 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6152] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6152/stat : 6152 (java) S 6144 6144 4632 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674976458864 140675507821186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6153] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6153/stat : 6153 (java) S 6144 6144 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674975404832 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6154] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6154/stat : 6154 (java) S 6144 6144 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674974352496 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6155] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6155/stat : 6155 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674973300816 140675507828635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6156] ppid=6144 vsize=15151156 memory=140333224774944 CPUtime=1.76 cores=0,2,4,6
/proc/6146/task/6156/stat : 6156 (java) S 6144 6144 4632 0 -1 1077944384 10436 0 0 0 174 2 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674972248688 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6157] ppid=6144 vsize=15151156 memory=0 CPUtime=1.91 cores=0,2,4,6
/proc/6146/task/6157/stat : 6157 (java) S 6144 6144 4632 0 -1 1077944384 9488 0 0 0 190 1 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674971195888 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6158] ppid=6144 vsize=15151156 memory=7441045044755621552 CPUtime=0.55 cores=0,2,4,6
/proc/6146/task/6158/stat : 6158 (java) S 6144 6144 4632 0 -1 1077944384 2988 0 0 0 54 1 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674970143600 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6159] ppid=6144 vsize=15151156 memory=4830786140298962533 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6159/stat : 6159 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674969091040 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6160] ppid=6144 vsize=15151156 memory=8029051734510808048 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6160/stat : 6160 (java) S 6144 6144 4632 0 -1 1077944384 602 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674968037808 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
Current children cumulated CPU time: 12.23 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 142792 KiB

[startup+8.80074 s]
/proc/loadavg: 1.83 1.86 1.72 3/229 6160
/proc/meminfo: memFree=28285676/32770624 swapFree=66954216/67108860
[pid=6144] ppid=6141 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6144/stat : 6144 (xcsp3-exec) S 6141 6144 4632 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516200998 115843072 364 33554432000 4194304 5098028 140726222362752 140726222360856 140349459784316 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35028992 140726222365527 140726222365785 140726222365785 140726222368710 0
/proc/6144/statm: 28282 364 305 221 0 87 0
[pid=6146] ppid=6144 vsize=15151156 memory=141336 CPUtime=13.03 cores=0,2,4,6
/proc/6146/stat : 6146 (java) S 6144 6144 4632 0 -1 1077944320 36226 0 0 0 1293 10 0 0 20 0 15 0 516200998 15514783744 35334 33554432000 4194304 4196468 140722858754560 140722858737104 140675507810039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
/proc/6146/statm: 3787789 35334 3476 1 0 3748889 0
[pid=6146/tid=6147] ppid=6144 vsize=15151156 memory=0 CPUtime=8.78 cores=0,2,4,6
/proc/6146/task/6147/stat : 6147 (java) R 6144 6144 4632 0 -1 4202560 10800 0 0 0 873 5 0 0 20 0 15 0 516200998 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675512046768 140675098755651 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6148] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6148/stat : 6148 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675419466640 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6149] ppid=6144 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6149/stat : 6149 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675418413840 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6150] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6150/stat : 6150 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675417361552 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6151] ppid=6144 vsize=15151156 memory=280666449330488 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6151/stat : 6151 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675416308752 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6152] ppid=6144 vsize=15151156 memory=-5155635699741267284 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6152/stat : 6152 (java) S 6144 6144 4632 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674976458864 140675507821186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6153] ppid=6144 vsize=15151156 memory=280666449117424 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6153/stat : 6153 (java) S 6144 6144 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674975404832 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6154] ppid=6144 vsize=15151156 memory=-2895008908443480685 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6154/stat : 6154 (java) S 6144 6144 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674974352496 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6155] ppid=6144 vsize=15151156 memory=280666449476832 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6155/stat : 6155 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674973300816 140675507828635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6156] ppid=6144 vsize=15151156 memory=4137282578176515228 CPUtime=1.76 cores=0,2,4,6
/proc/6146/task/6156/stat : 6156 (java) S 6144 6144 4632 0 -1 1077944384 10467 0 0 0 174 2 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674972248688 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6157] ppid=6144 vsize=15151156 memory=6944656592387989600 CPUtime=1.92 cores=0,2,4,6
/proc/6146/task/6157/stat : 6157 (java) S 6144 6144 4632 0 -1 1077944384 9742 0 0 0 191 1 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674971195888 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6158] ppid=6144 vsize=15151156 memory=6944656592455097440 CPUtime=0.55 cores=0,2,4,6
/proc/6146/task/6158/stat : 6158 (java) S 6144 6144 4632 0 -1 1077944384 3006 0 0 0 54 1 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674970143600 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6159] ppid=6144 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6159/stat : 6159 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674969091040 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6160] ppid=6144 vsize=15151156 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6160/stat : 6160 (java) S 6144 6144 4632 0 -1 1077944384 604 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674968037808 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
Current children cumulated CPU time: 13.03 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 142792 KiB

[startup+9.20076 s]
/proc/loadavg: 1.83 1.86 1.72 3/229 6160
/proc/meminfo: memFree=28285676/32770624 swapFree=66954216/67108860
[pid=6144] ppid=6141 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6144/stat : 6144 (xcsp3-exec) S 6141 6144 4632 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516200998 115843072 364 33554432000 4194304 5098028 140726222362752 140726222360856 140349459784316 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35028992 140726222365527 140726222365785 140726222365785 140726222368710 0
/proc/6144/statm: 28282 364 305 221 0 87 0
[pid=6146] ppid=6144 vsize=15151156 memory=141336 CPUtime=13.43 cores=0,2,4,6
/proc/6146/stat : 6146 (java) S 6144 6144 4632 0 -1 1077944320 36228 0 0 0 1333 10 0 0 20 0 15 0 516200998 15514783744 35334 33554432000 4194304 4196468 140722858754560 140722858737104 140675507810039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
/proc/6146/statm: 3787789 35334 3476 1 0 3748889 0
[pid=6146/tid=6147] ppid=6144 vsize=15151156 memory=0 CPUtime=9.18 cores=0,2,4,6
/proc/6146/task/6147/stat : 6147 (java) R 6144 6144 4632 0 -1 4202560 10800 0 0 0 913 5 0 0 20 0 15 0 516200998 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675512046768 140675099702210 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6148] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6148/stat : 6148 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675419466640 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6149] ppid=6144 vsize=15151156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6149/stat : 6149 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675418413840 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6150] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6150/stat : 6150 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675417361552 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6151] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6151/stat : 6151 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35334 33554432000 4194304 4196468 140722858754560 140675416308752 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6152] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6152/stat : 6152 (java) S 6144 6144 4632 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674976458864 140675507821186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6153] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6153/stat : 6153 (java) S 6144 6144 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674975404832 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6154] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6154/stat : 6154 (java) S 6144 6144 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674974352496 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6155] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6155/stat : 6155 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674973300816 140675507828635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6156] ppid=6144 vsize=15151156 memory=0 CPUtime=1.76 cores=0,2,4,6
/proc/6146/task/6156/stat : 6156 (java) S 6144 6144 4632 0 -1 1077944384 10467 0 0 0 174 2 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674972248688 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6157] ppid=6144 vsize=15151156 memory=0 CPUtime=1.92 cores=0,2,4,6
/proc/6146/task/6157/stat : 6157 (java) S 6144 6144 4632 0 -1 1077944384 9742 0 0 0 191 1 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674971195888 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6158] ppid=6144 vsize=15151156 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/6146/task/6158/stat : 6158 (java) S 6144 6144 4632 0 -1 1077944384 3006 0 0 0 54 1 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674970143600 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6159] ppid=6144 vsize=15151156 memory=55 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6159/stat : 6159 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674969091040 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6160] ppid=6144 vsize=15151156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6160/stat : 6160 (java) S 6144 6144 4632 0 -1 1077944384 604 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35334 33554432000 4194304 4196468 140722858754560 140674968037808 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
Current children cumulated CPU time: 13.43 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 142792 KiB

[startup+9.40074 s]
/proc/loadavg: 1.83 1.86 1.72 3/229 6160
/proc/meminfo: memFree=28285676/32770624 swapFree=66954216/67108860
[pid=6144] ppid=6141 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/6144/stat : 6144 (xcsp3-exec) S 6141 6144 4632 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516200998 115843072 364 33554432000 4194304 5098028 140726222362752 140726222360856 140349459784316 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35028992 140726222365527 140726222365785 140726222365785 140726222368710 0
/proc/6144/statm: 28282 364 305 221 0 87 0
[pid=6146] ppid=6144 vsize=15151156 memory=143384 CPUtime=13.64 cores=0,2,4,6
/proc/6146/stat : 6146 (java) S 6144 6144 4632 0 -1 1077944320 36268 0 0 0 1354 10 0 0 20 0 15 0 516200998 15514783744 35846 33554432000 4194304 4196468 140722858754560 140722858737104 140675507810039 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
/proc/6146/statm: 3787789 35846 3476 1 0 3748889 0
[pid=6146/tid=6147] ppid=6144 vsize=15151156 memory=280666449117424 CPUtime=9.38 cores=0,2,4,6
/proc/6146/task/6147/stat : 6147 (java) R 6144 6144 4632 0 -1 4202560 10813 0 0 0 933 5 0 0 20 0 15 0 516200998 15514783744 35846 33554432000 4194304 4196468 140722858754560 140675512046752 140675098756053 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6148] ppid=6144 vsize=15151156 memory=280666449117424 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6148/stat : 6148 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35846 33554432000 4194304 4196468 140722858754560 140675419466640 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6149] ppid=6144 vsize=15151156 memory=280666449117424 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6149/stat : 6149 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35846 33554432000 4194304 4196468 140722858754560 140675418413840 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6150] ppid=6144 vsize=15151156 memory=8315171486948655189 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6150/stat : 6150 (java) S 6144 6144 4632 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35846 33554432000 4194304 4196468 140722858754560 140675417361552 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6151] ppid=6144 vsize=15151156 memory=16459 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6151/stat : 6151 (java) S 6144 6144 4632 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516200999 15514783744 35846 33554432000 4194304 4196468 140722858754560 140675416308752 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6152] ppid=6144 vsize=15151156 memory=280666449117424 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6152/stat : 6152 (java) S 6144 6144 4632 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35846 33554432000 4194304 4196468 140722858754560 140674976458864 140675507821186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6153] ppid=6144 vsize=15151156 memory=280666449117424 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6153/stat : 6153 (java) S 6144 6144 4632 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35846 33554432000 4194304 4196468 140722858754560 140674975404832 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6154] ppid=6144 vsize=15151156 memory=280666449117424 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6154/stat : 6154 (java) S 6144 6144 4632 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516201001 15514783744 35846 33554432000 4194304 4196468 140722858754560 140674974352496 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6155] ppid=6144 vsize=15151156 memory=280666449117424 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6155/stat : 6155 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35846 33554432000 4194304 4196468 140722858754560 140674973300816 140675507828635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6156] ppid=6144 vsize=15151156 memory=289 CPUtime=1.76 cores=0,2,4,6
/proc/6146/task/6156/stat : 6156 (java) S 6144 6144 4632 0 -1 1077944384 10470 0 0 0 174 2 0 0 20 0 15 0 516201004 15514783744 35846 33554432000 4194304 4196468 140722858754560 140674972248688 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6157] ppid=6144 vsize=15151156 memory=6656426216303648864 CPUtime=1.92 cores=0,2,4,6
/proc/6146/task/6157/stat : 6157 (java) S 6144 6144 4632 0 -1 1077944384 9742 0 0 0 191 1 0 0 20 0 15 0 516201004 15514783744 35846 33554432000 4194304 4196468 140722858754560 140674971195888 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6158] ppid=6144 vsize=15151156 memory=6656426216303648864 CPUtime=0.55 cores=0,2,4,6
/proc/6146/task/6158/stat : 6158 (java) S 6144 6144 4632 0 -1 1077944384 3030 0 0 0 54 1 0 0 20 0 15 0 516201004 15514783744 35846 33554432000 4194304 4196468 140722858754560 140674970143600 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6159] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6159/stat : 6159 (java) S 6144 6144 4632 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35846 33554432000 4194304 4196468 140722858754560 140674969091040 140675507820245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
[pid=6146/tid=6160] ppid=6144 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6146/task/6160/stat : 6160 (java) S 6144 6144 4632 0 -1 1077944384 604 0 0 0 0 0 0 0 20 0 15 0 516201004 15514783744 35846 33554432000 4194304 4196468 140722858754560 140674968037808 140675507821186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26050560 140722858763227 140722858763402 140722858763402 140722858766287 0
Current children cumulated CPU time: 13.64 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 144840 KiB

Child status: 0
Real time (s): 9.46347
CPU time (s): 13.7083
CPU user time (s): 13.5986
CPU system time (s): 0.109687
CPU usage (%): 144.855
Max. virtual memory (cumulated for all children) (KiB): 15266128
Max. memory (cumulated for all children) (KiB): 144840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5986
system time used= 0.109687
maximum resident set size= 145724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37317
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2407
involuntary context switches= 33


# summary of solver processes directly reported to runsolver:
#   pid: 6144
#   total CPU time (s): 13.7083
#   total CPU user time (s): 13.5986
#   total CPU system time (s): 0.109687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.08554 second user time and 0.133342 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-25 09:15:33
IDJOB=4406390
IDBENCH=127982
IDSOLVER=2870
FILE ID=node107/4406390-1569399457
RUNJOBID= node107-1569392946-4663
PBS_JOBID= 21705696
Free space on /var/tmp= 12536 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-8.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 /var/tmp/evaluation-result-4406390-1569399457/watcher-4406390-1569399457 -o /var/tmp/evaluation-result-4406390-1569399457/solver-4406390-1569399457 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1569392946-4663 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4406390-1569399457.xml

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

MD5SUM BENCH= cc4f118531160cfe6c95c1294546deff
RANDOM SEED=954226294

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28414272 kB
MemAvailable:   31584060 kB
Buffers:           95364 kB
Cached:          3216400 kB
SwapCached:        48120 kB
Active:          2247480 kB
Inactive:        1333220 kB
Active(anon):     223388 kB
Inactive(anon):    98960 kB
Active(file):    2024092 kB
Inactive(file):  1234260 kB
Unevictable:      110316 kB
Mlocked:          110316 kB
SwapTotal:      67108860 kB
SwapFree:       66954216 kB
Dirty:             26592 kB
Writeback:             0 kB
AnonPages:        332972 kB
Mapped:            67960 kB
Shmem:             44600 kB
Slab:             368860 kB
SReclaimable:     339896 kB
SUnreclaim:        28964 kB
KernelStack:        3744 kB
PageTables:         6324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1515112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-25 09:15:43