Trace number 4394254

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-06-14OPT25 150.145 38.7147

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-6.xml
MD5SUM0bc555941feddabd64880acf40a70a83
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark37.0951
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":12},{"size":6,"count":5},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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-4394254-1568331406.xml"  -tl '2400s' -p 4
0.13/0.19	c Choco e747e1e
0.13/0.19	c [HOME/instance-4394254-1568331406.xml, -tl, 2400s, -p, 4]
0.33/0.23	c 4 solvers in parallel
0.33/0.29	c parse instance...
3.39/1.32	c solve instance...
3.68/1.42	o -1000 
11.20/3.31	o -998 
13.20/3.83	o -996 
14.44/4.13	o -992 
34.29/9.15	o 2 
34.29/9.18	o 11 
42.60/11.20	o 12 
42.99/11.34	o 24 
49.78/13.07	o 25 
150.02/38.69	s OPTIMUM FOUND
150.02/38.69	v <instantiation>
150.02/38.69	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] 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] p[20] p[21] p[22] p[23] 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] g[20] g[21] g[22] g[23] </list>
150.02/38.69	v 	<values>1 2 3 4 10 -1 0 6 7 15 9 -1 -1 -1 8 16 17 23 -1 -1 14 20 21 22 0 1 2 3 4 -1 17 16 15 6 5 -1 -1 -1 14 7 8 9 -1 -1 13 12 11 10 1 -5 5 5 4 0 -6 0 8 1 7 0 0 0 4 -2 -5 4 0 0 3 -5 6 0 </values>
150.02/38.69	v </instantiation>

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394254-1568331406/watcher-4394254-1568331406 -o /tmp/evaluation-result-4394254-1568331406/solver-4394254-1568331406 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18218 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1521496508 HOME/instance-4394254-1568331406.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=27258, runsolver pid=27255

[startup+0.106666 s]*
/proc/loadavg: 8.87 8.55 7.53 7/233 27274
/proc/meminfo: memFree=16390032/32770624 swapFree=66959212/67108860
[pid=27258] ppid=27255 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27258/stat : 27258 (xcsp3-exec) S 27255 27258 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409080740 115843072 362 33554432000 4194304 5098028 140726452990528 140726452988632 140624137192060 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27336704 140726452999034 140726452999277 140726452999277 140726453002186 0
/proc/27258/statm: 28282 362 304 221 0 87 0
[pid=27260] ppid=27258 vsize=15144768 memory=29116 CPUtime=0.13 cores=1,3,5,7
/proc/27260/stat : 27260 (java) S 27258 27258 18186 0 -1 1077944320 5671 0 0 0 12 1 0 0 20 0 15 0 409080740 15508242432 7279 33554432000 4194304 4196468 140734814058416 140734814040960 140159908699895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
/proc/27260/statm: 3786192 7279 3151 1 0 3748377 0
[pid=27260/tid=27261] ppid=27258 vsize=15144768 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/27260/task/27261/stat : 27261 (java) R 27258 27258 18186 0 -1 4202560 3590 0 0 0 8 1 0 0 20 0 15 0 409080741 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159912930080 140159901035467 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27262] ppid=27258 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27262/stat : 27262 (java) S 27258 27258 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409080741 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159820356240 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27263] ppid=27258 vsize=15144768 memory=139876317619840 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27263/stat : 27263 (java) S 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080741 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159819303440 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27264] ppid=27258 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27264/stat : 27264 (java) S 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080741 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159818250640 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27265] ppid=27258 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27265/stat : 27265 (java) S 27258 27258 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409080741 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159817197840 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27266] ppid=27258 vsize=15144768 memory=139876317619840 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27266/stat : 27266 (java) S 27258 27258 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409080743 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159377357680 140159908711042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27267] ppid=27258 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27267/stat : 27267 (java) S 27258 27258 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409080743 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159376303648 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27268] ppid=27258 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27268/stat : 27268 (java) S 27258 27258 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409080743 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159375250800 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27269] ppid=27258 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27269/stat : 27269 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409080746 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159374199120 140159908718491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27270] ppid=27258 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27270/stat : 27270 (java) S 27258 27258 18186 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 409080746 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159373146480 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27271] ppid=27258 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27271/stat : 27271 (java) S 27258 27258 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409080746 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159372093680 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27272] ppid=27258 vsize=15144768 memory=139876317619840 CPUtime=0.02 cores=1,3,5,7
/proc/27260/task/27272/stat : 27272 (java) R 27258 27258 18186 0 -1 4202560 358 0 0 0 2 0 0 0 20 0 15 0 409080746 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159371040880 140159887376462 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27273] ppid=27258 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27273/stat : 27273 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409080746 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159369988320 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27274] ppid=27258 vsize=15144768 memory=139876317619840 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27274/stat : 27274 (java) S 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080747 15508242432 7279 33554432000 4194304 4196468 140734814058416 140159368936624 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30564 KiB

[startup+0.210707 s]*
/proc/loadavg: 8.87 8.55 7.53 7/233 27274
/proc/meminfo: memFree=16377672/32770624 swapFree=66959212/67108860
[pid=27258] ppid=27255 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27258/stat : 27258 (xcsp3-exec) S 27255 27258 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409080740 115843072 362 33554432000 4194304 5098028 140726452990528 140726452988632 140624137192060 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27336704 140726452999034 140726452999277 140726452999277 140726453002186 0
/proc/27258/statm: 28282 362 304 221 0 87 0
[pid=27260] ppid=27258 vsize=15144768 memory=40632 CPUtime=0.33 cores=1,3,5,7
/proc/27260/stat : 27260 (java) S 27258 27258 18186 0 -1 1077944320 9320 0 0 0 31 2 0 0 20 0 15 0 409080740 15508242432 10158 33554432000 4194304 4196468 140734814058416 140734814040960 140159908699895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
/proc/27260/statm: 3786192 10158 3309 1 0 3748377 0
[pid=27260/tid=27261] ppid=27258 vsize=15144768 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/27260/task/27261/stat : 27261 (java) R 27258 27258 18186 0 -1 4202560 6584 0 0 0 17 2 0 0 20 0 15 0 409080741 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159912931808 140159908721821 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27262] ppid=27258 vsize=15144768 memory=1965945 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27262/stat : 27262 (java) S 27258 27258 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409080741 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159820356240 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27263] ppid=27258 vsize=15144768 memory=4049212633222309536 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27263/stat : 27263 (java) S 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080741 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159819303440 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27264] ppid=27258 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27264/stat : 27264 (java) S 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080741 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159818250640 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27265] ppid=27258 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27265/stat : 27265 (java) S 27258 27258 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409080741 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159817197840 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27266] ppid=27258 vsize=15144768 memory=139876317619840 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27266/stat : 27266 (java) S 27258 27258 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409080743 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159377357680 140159908711042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27267] ppid=27258 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27267/stat : 27267 (java) S 27258 27258 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409080743 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159376303648 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27268] ppid=27258 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27268/stat : 27268 (java) S 27258 27258 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409080743 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159375250800 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27269] ppid=27258 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27269/stat : 27269 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409080746 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159374199120 140159908718491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27270] ppid=27258 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27260/task/27270/stat : 27270 (java) R 27258 27258 18186 0 -1 4202560 539 0 0 0 2 0 0 0 20 0 15 0 409080746 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159373146480 140159892596455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27271] ppid=27258 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27260/task/27271/stat : 27271 (java) R 27258 27258 18186 0 -1 1077944384 97 0 0 0 2 0 0 0 20 0 15 0 409080746 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159372093680 140159908711042 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27272] ppid=27258 vsize=15144768 memory=139876317619840 CPUtime=0.08 cores=1,3,5,7
/proc/27260/task/27272/stat : 27272 (java) R 27258 27258 18186 0 -1 4202560 793 0 0 0 8 0 0 0 20 0 15 0 409080746 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159371035920 140159887659704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27273] ppid=27258 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27273/stat : 27273 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409080746 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159369988320 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27274] ppid=27258 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27274/stat : 27274 (java) R 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080747 15508242432 10158 33554432000 4194304 4196468 140734814058416 140159368936624 140159908711042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42080 KiB

[startup+0.312918 s]*
/proc/loadavg: 8.87 8.55 7.53 6/233 27274
/proc/meminfo: memFree=16372340/32770624 swapFree=66959212/67108860
[pid=27258] ppid=27255 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27258/stat : 27258 (xcsp3-exec) S 27255 27258 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409080740 115843072 362 33554432000 4194304 5098028 140726452990528 140726452988632 140624137192060 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27336704 140726452999034 140726452999277 140726452999277 140726453002186 0
/proc/27258/statm: 28282 362 304 221 0 87 0
[pid=27260] ppid=27258 vsize=15149024 memory=49820 CPUtime=0.52 cores=1,3,5,7
/proc/27260/stat : 27260 (java) S 27258 27258 18186 0 -1 1077944320 10840 0 0 0 49 3 0 0 20 0 15 0 409080740 15512600576 12455 33554432000 4194304 4196468 140734814058416 140734814040960 140159908699895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
/proc/27260/statm: 3787256 12455 3360 1 0 3748377 0
[pid=27260/tid=27261] ppid=27258 vsize=15149024 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/27260/task/27261/stat : 27261 (java) R 27258 27258 18186 0 -1 4202560 7714 0 0 0 27 2 0 0 20 0 15 0 409080741 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159912931008 140159892780382 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27262] ppid=27258 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27262/stat : 27262 (java) S 27258 27258 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409080741 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159820356240 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27263] ppid=27258 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27263/stat : 27263 (java) S 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080741 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159819303440 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27264] ppid=27258 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27264/stat : 27264 (java) S 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080741 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159818250640 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27265] ppid=27258 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27265/stat : 27265 (java) S 27258 27258 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409080741 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159817197840 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27266] ppid=27258 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27266/stat : 27266 (java) S 27258 27258 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409080743 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159377357680 140159908711042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27267] ppid=27258 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27267/stat : 27267 (java) S 27258 27258 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409080743 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159376303648 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27268] ppid=27258 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27268/stat : 27268 (java) S 27258 27258 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409080743 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159375250800 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27269] ppid=27258 vsize=15149024 memory=-6664436420846797971 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27269/stat : 27269 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409080746 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159374199120 140159908718491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27270] ppid=27258 vsize=15149024 memory=4426078206164241782 CPUtime=0.04 cores=1,3,5,7
/proc/27260/task/27270/stat : 27270 (java) R 27258 27258 18186 0 -1 4202560 603 0 0 0 4 0 0 0 20 0 15 0 409080746 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159373146480 140159892990065 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27271] ppid=27258 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/27260/task/27271/stat : 27271 (java) R 27258 27258 18186 0 -1 4202560 248 0 0 0 4 0 0 0 20 0 15 0 409080746 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159372074696 140159894723730 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27272] ppid=27258 vsize=15149024 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/27260/task/27272/stat : 27272 (java) S 27258 27258 18186 0 -1 1077944384 970 0 0 0 13 0 0 0 20 0 15 0 409080746 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159371040880 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27273] ppid=27258 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27273/stat : 27273 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409080746 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159369988320 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27274] ppid=27258 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27274/stat : 27274 (java) S 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080747 15512600576 12455 33554432000 4194304 4196468 140734814058416 140159368936624 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51268 KiB

[startup+0.702096 s]
/proc/loadavg: 8.87 8.55 7.53 8/233 27274
/proc/meminfo: memFree=16342188/32770624 swapFree=66959212/67108860
[pid=27258] ppid=27255 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27258/stat : 27258 (xcsp3-exec) S 27255 27258 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409080740 115843072 362 33554432000 4194304 5098028 140726452990528 140726452988632 140624137192060 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27336704 140726452999034 140726452999277 140726452999277 140726453002186 0
/proc/27258/statm: 28282 362 304 221 0 87 0
[pid=27260] ppid=27258 vsize=15151148 memory=112344 CPUtime=1.7 cores=1,3,5,7
/proc/27260/stat : 27260 (java) S 27258 27258 18186 0 -1 1077944320 15664 0 0 0 165 5 0 0 20 0 15 0 409080740 15514775552 28086 33554432000 4194304 4196468 140734814058416 140734814040960 140159908699895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
/proc/27260/statm: 3787787 28086 3440 1 0 3748889 0
[pid=27260/tid=27261] ppid=27258 vsize=15151148 memory=33 CPUtime=0.66 cores=1,3,5,7
/proc/27260/task/27261/stat : 27261 (java) R 27258 27258 18186 0 -1 4202560 9094 0 0 0 63 3 0 0 20 0 15 0 409080741 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159912935968 140159497766532 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27262] ppid=27258 vsize=15151148 memory=-7816663703405220396 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27262/stat : 27262 (java) S 27258 27258 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409080741 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159820356240 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27263] ppid=27258 vsize=15151148 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27263/stat : 27263 (java) S 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080741 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159819303440 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27264] ppid=27258 vsize=15151148 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27264/stat : 27264 (java) S 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080741 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159818250640 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27265] ppid=27258 vsize=15151148 memory=38320 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27265/stat : 27265 (java) S 27258 27258 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 409080741 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159817197840 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27266] ppid=27258 vsize=15151148 memory=988 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27266/stat : 27266 (java) S 27258 27258 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 409080743 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159377357680 140159908711042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27267] ppid=27258 vsize=15151148 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27267/stat : 27267 (java) S 27258 27258 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 409080743 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159376303648 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27268] ppid=27258 vsize=15151148 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27268/stat : 27268 (java) S 27258 27258 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 409080743 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159375250800 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27269] ppid=27258 vsize=15151148 memory=580 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27269/stat : 27269 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409080746 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159374199120 140159908718491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27270] ppid=27258 vsize=15151148 memory=1720 CPUtime=0.33 cores=1,3,5,7
/proc/27260/task/27270/stat : 27270 (java) R 27258 27258 18186 0 -1 4202560 2125 0 0 0 33 0 0 0 20 0 15 0 409080746 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159373132504 140159890220776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27271] ppid=27258 vsize=15151148 memory=10604 CPUtime=0.34 cores=1,3,5,7
/proc/27260/task/27271/stat : 27271 (java) R 27258 27258 18186 0 -1 1077944384 1247 0 0 0 34 0 0 0 20 0 15 0 409080746 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159372084064 140159908710101 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27272] ppid=27258 vsize=15151148 memory=3360 CPUtime=0.32 cores=1,3,5,7
/proc/27260/task/27272/stat : 27272 (java) R 27258 27258 18186 0 -1 4202560 1891 0 0 0 32 0 0 0 20 0 15 0 409080746 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159371040880 140159887650857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27273] ppid=27258 vsize=15151148 memory=776 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27273/stat : 27273 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 409080746 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159369988320 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27274] ppid=27258 vsize=15151148 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27274/stat : 27274 (java) S 27258 27258 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 409080747 15514775552 28086 33554432000 4194304 4196468 140734814058416 140159368936624 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 113792 KiB

[startup+1.50076 s]
/proc/loadavg: 8.80 8.54 7.53 8/233 27274
/proc/meminfo: memFree=16217084/32770624 swapFree=66959212/67108860
[pid=27258] ppid=27255 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27258/stat : 27258 (xcsp3-exec) S 27255 27258 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409080740 115843072 362 33554432000 4194304 5098028 140726452990528 140726452988632 140624137192060 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27336704 140726452999034 140726452999277 140726452999277 140726453002186 0
/proc/27258/statm: 28282 362 304 221 0 87 0

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

[pid=27260/tid=27314] ppid=27258 vsize=15487044 memory=1760 CPUtime=23.55 cores=1,3,5,7
/proc/27260/task/27314/stat : 27314 (java) R 27258 27258 18186 0 -1 4202560 587 0 0 0 2355 0 0 0 20 0 19 0 409082047 15858733056 74637 33554432000 4194304 4196468 140734814058416 140159353418248 140159505808128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
Current children cumulated CPU time: 144.42 s
Current children cumulated vsize: 15600172 KiB
Current children cumulated memory: 299996 KiB

[startup+37.6017 s]
/proc/loadavg: 8.56 8.51 7.56 9/237 27316
/proc/meminfo: memFree=16019952/32770624 swapFree=66959212/67108860
[pid=27258] ppid=27255 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27258/stat : 27258 (xcsp3-exec) S 27255 27258 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409080740 115843072 362 33554432000 4194304 5098028 140726452990528 140726452988632 140624137192060 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27336704 140726452999034 140726452999277 140726452999277 140726453002186 0
/proc/27258/statm: 28282 362 304 221 0 87 0
[pid=27260] ppid=27258 vsize=15487044 memory=302644 CPUtime=147.6 cores=1,3,5,7
/proc/27260/stat : 27260 (java) S 27258 27258 18186 0 -1 1077944320 55143 0 0 0 14736 24 0 0 20 0 19 0 409080740 15858733056 75661 33554432000 4194304 4196468 140734814058416 140734814040960 140159908699895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
/proc/27260/statm: 3871761 75661 3527 1 0 3832863 0
[pid=27260/tid=27261] ppid=27258 vsize=15487044 memory=6791534058613427641 CPUtime=1.26 cores=1,3,5,7
/proc/27260/task/27261/stat : 27261 (java) S 27258 27258 18186 0 -1 1077944384 9669 0 0 0 121 5 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159912940672 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27262] ppid=27258 vsize=15487044 memory=2008 CPUtime=0.03 cores=1,3,5,7
/proc/27260/task/27262/stat : 27262 (java) S 27258 27258 18186 0 -1 1077944384 118 0 0 0 1 2 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159820356240 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27263] ppid=27258 vsize=15487044 memory=1436 CPUtime=0.03 cores=1,3,5,7
/proc/27260/task/27263/stat : 27263 (java) S 27258 27258 18186 0 -1 1077944384 69 0 0 0 1 2 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159819303440 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27264] ppid=27258 vsize=15487044 memory=580 CPUtime=0.02 cores=1,3,5,7
/proc/27260/task/27264/stat : 27264 (java) S 27258 27258 18186 0 -1 1077944384 114 0 0 0 1 1 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159818250640 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27265] ppid=27258 vsize=15487044 memory=1720 CPUtime=0.02 cores=1,3,5,7
/proc/27260/task/27265/stat : 27265 (java) S 27258 27258 18186 0 -1 1077944384 95 0 0 0 1 1 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159817197840 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27266] ppid=27258 vsize=15487044 memory=10604 CPUtime=0.01 cores=1,3,5,7
/proc/27260/task/27266/stat : 27266 (java) S 27258 27258 18186 0 -1 1077944384 433 0 0 0 1 0 0 0 20 0 19 0 409080743 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159377357680 140159908711042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27267] ppid=27258 vsize=15487044 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27267/stat : 27267 (java) S 27258 27258 18186 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 409080743 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159376303712 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27268] ppid=27258 vsize=15487044 memory=776 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27268/stat : 27268 (java) S 27258 27258 18186 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 409080743 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159375250816 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27269] ppid=27258 vsize=15487044 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27269/stat : 27269 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159374199120 140159908718491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27270] ppid=27258 vsize=15487044 memory=5964 CPUtime=3.02 cores=1,3,5,7
/proc/27260/task/27270/stat : 27270 (java) S 27258 27258 18186 0 -1 1077944384 15621 0 0 0 300 2 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159373146480 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27271] ppid=27258 vsize=15487044 memory=1060 CPUtime=3.08 cores=1,3,5,7
/proc/27260/task/27271/stat : 27271 (java) S 27258 27258 18186 0 -1 1077944384 13481 0 0 0 307 1 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159372093680 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27272] ppid=27258 vsize=15487044 memory=2828 CPUtime=0.87 cores=1,3,5,7
/proc/27260/task/27272/stat : 27272 (java) S 27258 27258 18186 0 -1 1077944384 6982 0 0 0 86 1 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159371040880 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27273] ppid=27258 vsize=15487044 memory=1216 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27273/stat : 27273 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159369988320 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27274] ppid=27258 vsize=15487044 memory=984 CPUtime=0.01 cores=1,3,5,7
/proc/27260/task/27274/stat : 27274 (java) S 27258 27258 18186 0 -1 1077944384 439 0 0 0 0 1 0 0 20 0 19 0 409080747 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159368936624 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27311] ppid=27258 vsize=15487044 memory=14004 CPUtime=24.04 cores=1,3,5,7
/proc/27260/task/27311/stat : 27311 (java) R 27258 27258 18186 0 -1 4202560 348 0 0 0 2404 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159355521896 140159502481279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27312] ppid=27258 vsize=15487044 memory=20496 CPUtime=24.16 cores=1,3,5,7
/proc/27260/task/27312/stat : 27312 (java) R 27258 27258 18186 0 -1 4202560 1258 0 0 0 2416 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159357628840 140159502481165 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27313] ppid=27258 vsize=15487044 memory=14048 CPUtime=23.84 cores=1,3,5,7
/proc/27260/task/27313/stat : 27313 (java) R 27258 27258 18186 0 -1 4202560 1241 0 0 0 2384 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159356577976 140159502481376 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27314] ppid=27258 vsize=15487044 memory=2124 CPUtime=24.35 cores=1,3,5,7
/proc/27260/task/27314/stat : 27314 (java) R 27258 27258 18186 0 -1 4202560 591 0 0 0 2435 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159353418248 140159505808073 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
Current children cumulated CPU time: 147.6 s
Current children cumulated vsize: 15600172 KiB
Current children cumulated memory: 304092 KiB

[startup+38.401 s]
/proc/loadavg: 8.56 8.51 7.56 9/237 27316
/proc/meminfo: memFree=16005616/32770624 swapFree=66959212/67108860
[pid=27258] ppid=27255 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27258/stat : 27258 (xcsp3-exec) S 27255 27258 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409080740 115843072 362 33554432000 4194304 5098028 140726452990528 140726452988632 140624137192060 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27336704 140726452999034 140726452999277 140726452999277 140726453002186 0
/proc/27258/statm: 28282 362 304 221 0 87 0
[pid=27260] ppid=27258 vsize=15487044 memory=302644 CPUtime=149.82 cores=1,3,5,7
/proc/27260/stat : 27260 (java) S 27258 27258 18186 0 -1 1077944320 55249 0 0 0 14958 24 0 0 20 0 19 0 409080740 15858733056 75661 33554432000 4194304 4196468 140734814058416 140734814040960 140159908699895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
/proc/27260/statm: 3871761 75661 3527 1 0 3832863 0
[pid=27260/tid=27261] ppid=27258 vsize=15487044 memory=139876215585159 CPUtime=1.26 cores=1,3,5,7
/proc/27260/task/27261/stat : 27261 (java) S 27258 27258 18186 0 -1 1077944384 9669 0 0 0 121 5 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159912940672 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27262] ppid=27258 vsize=15487044 memory=139876215415010 CPUtime=0.03 cores=1,3,5,7
/proc/27260/task/27262/stat : 27262 (java) S 27258 27258 18186 0 -1 1077944384 118 0 0 0 1 2 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159820356240 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27263] ppid=27258 vsize=15487044 memory=3688650875960553696 CPUtime=0.03 cores=1,3,5,7
/proc/27260/task/27263/stat : 27263 (java) S 27258 27258 18186 0 -1 1077944384 69 0 0 0 1 2 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159819303440 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27264] ppid=27258 vsize=15487044 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/27260/task/27264/stat : 27264 (java) S 27258 27258 18186 0 -1 1077944384 114 0 0 0 1 1 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159818250640 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27265] ppid=27258 vsize=15487044 memory=10604 CPUtime=0.02 cores=1,3,5,7
/proc/27260/task/27265/stat : 27265 (java) S 27258 27258 18186 0 -1 1077944384 95 0 0 0 1 1 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159817197840 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27266] ppid=27258 vsize=15487044 memory=3360 CPUtime=0.01 cores=1,3,5,7
/proc/27260/task/27266/stat : 27266 (java) S 27258 27258 18186 0 -1 1077944384 433 0 0 0 1 0 0 0 20 0 19 0 409080743 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159377357680 140159908711042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27267] ppid=27258 vsize=15487044 memory=776 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27267/stat : 27267 (java) S 27258 27258 18186 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 409080743 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159376303712 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27268] ppid=27258 vsize=15487044 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27268/stat : 27268 (java) S 27258 27258 18186 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 409080743 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159375250816 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27269] ppid=27258 vsize=15487044 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27269/stat : 27269 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159374199120 140159908718491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27270] ppid=27258 vsize=15487044 memory=7379518977417963605 CPUtime=3.03 cores=1,3,5,7
/proc/27260/task/27270/stat : 27270 (java) S 27258 27258 18186 0 -1 1077944384 15673 0 0 0 301 2 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159373146480 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27271] ppid=27258 vsize=15487044 memory=-4866526899798303339 CPUtime=3.08 cores=1,3,5,7
/proc/27260/task/27271/stat : 27271 (java) S 27258 27258 18186 0 -1 1077944384 13495 0 0 0 307 1 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159372093680 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27272] ppid=27258 vsize=15487044 memory=-4695052241013923951 CPUtime=0.87 cores=1,3,5,7
/proc/27260/task/27272/stat : 27272 (java) S 27258 27258 18186 0 -1 1077944384 6982 0 0 0 86 1 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159371040880 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27273] ppid=27258 vsize=15487044 memory=-2317720213663851332 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27273/stat : 27273 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159369988320 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27274] ppid=27258 vsize=15487044 memory=3620 CPUtime=0.01 cores=1,3,5,7
/proc/27260/task/27274/stat : 27274 (java) S 27258 27258 18186 0 -1 1077944384 439 0 0 0 0 1 0 0 20 0 19 0 409080747 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159368936624 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27311] ppid=27258 vsize=15487044 memory=1660 CPUtime=24.52 cores=1,3,5,7
/proc/27260/task/27311/stat : 27311 (java) S 27258 27258 18186 0 -1 1077944384 351 0 0 0 2452 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159355526704 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27312] ppid=27258 vsize=15487044 memory=38320 CPUtime=24.64 cores=1,3,5,7
/proc/27260/task/27312/stat : 27312 (java) S 27258 27258 18186 0 -1 1077944384 1294 0 0 0 2464 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159357633360 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27313] ppid=27258 vsize=15487044 memory=988 CPUtime=24.3 cores=1,3,5,7
/proc/27260/task/27313/stat : 27313 (java) S 27258 27258 18186 0 -1 1077944384 1242 0 0 0 2430 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159356580560 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27314] ppid=27258 vsize=15487044 memory=2008 CPUtime=25.13 cores=1,3,5,7
/proc/27260/task/27314/stat : 27314 (java) R 27258 27258 18186 0 -1 4202560 591 0 0 0 2513 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159353417728 140159505807989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
Current children cumulated CPU time: 149.82 s
Current children cumulated vsize: 15600172 KiB
Current children cumulated memory: 304092 KiB

[startup+38.6009 s]
/proc/loadavg: 8.56 8.51 7.56 9/237 27316
/proc/meminfo: memFree=16005616/32770624 swapFree=66959212/67108860
[pid=27258] ppid=27255 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27258/stat : 27258 (xcsp3-exec) S 27255 27258 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 409080740 115843072 362 33554432000 4194304 5098028 140726452990528 140726452988632 140624137192060 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 27336704 140726452999034 140726452999277 140726452999277 140726453002186 0
/proc/27258/statm: 28282 362 304 221 0 87 0
[pid=27260] ppid=27258 vsize=15487044 memory=302644 CPUtime=150.02 cores=1,3,5,7
/proc/27260/stat : 27260 (java) S 27258 27258 18186 0 -1 1077944320 55249 0 0 0 14978 24 0 0 20 0 19 0 409080740 15858733056 75661 33554432000 4194304 4196468 140734814058416 140734814040960 140159908699895 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
/proc/27260/statm: 3871761 75661 3527 1 0 3832863 0
[pid=27260/tid=27261] ppid=27258 vsize=15487044 memory=9051283677730746851 CPUtime=1.26 cores=1,3,5,7
/proc/27260/task/27261/stat : 27261 (java) S 27258 27258 18186 0 -1 1077944384 9669 0 0 0 121 5 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159912940672 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27262] ppid=27258 vsize=15487044 memory=-6948055166404804227 CPUtime=0.03 cores=1,3,5,7
/proc/27260/task/27262/stat : 27262 (java) S 27258 27258 18186 0 -1 1077944384 118 0 0 0 1 2 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159820356240 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27263] ppid=27258 vsize=15487044 memory=-3252517613198930781 CPUtime=0.03 cores=1,3,5,7
/proc/27260/task/27263/stat : 27263 (java) S 27258 27258 18186 0 -1 1077944384 69 0 0 0 1 2 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159819303440 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27264] ppid=27258 vsize=15487044 memory=7681407940103534239 CPUtime=0.02 cores=1,3,5,7
/proc/27260/task/27264/stat : 27264 (java) S 27258 27258 18186 0 -1 1077944384 114 0 0 0 1 1 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159818250640 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27265] ppid=27258 vsize=15487044 memory=-2895008908443675764 CPUtime=0.02 cores=1,3,5,7
/proc/27260/task/27265/stat : 27265 (java) S 27258 27258 18186 0 -1 1077944384 95 0 0 0 1 1 0 0 20 0 19 0 409080741 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159817197840 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27266] ppid=27258 vsize=15487044 memory=1 CPUtime=0.01 cores=1,3,5,7
/proc/27260/task/27266/stat : 27266 (java) S 27258 27258 18186 0 -1 1077944384 433 0 0 0 1 0 0 0 20 0 19 0 409080743 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159377357680 140159908711042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27267] ppid=27258 vsize=15487044 memory=1534 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27267/stat : 27267 (java) S 27258 27258 18186 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 409080743 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159376303712 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27268] ppid=27258 vsize=15487044 memory=1541 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27268/stat : 27268 (java) S 27258 27258 18186 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 409080743 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159375250816 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27269] ppid=27258 vsize=15487044 memory=1514 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27269/stat : 27269 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159374199120 140159908718491 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27270] ppid=27258 vsize=15487044 memory=1557 CPUtime=3.03 cores=1,3,5,7
/proc/27260/task/27270/stat : 27270 (java) S 27258 27258 18186 0 -1 1077944384 15673 0 0 0 301 2 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159373146480 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27271] ppid=27258 vsize=15487044 memory=14953 CPUtime=3.08 cores=1,3,5,7
/proc/27260/task/27271/stat : 27271 (java) S 27258 27258 18186 0 -1 1077944384 13495 0 0 0 307 1 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159372093680 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27272] ppid=27258 vsize=15487044 memory=257428 CPUtime=0.87 cores=1,3,5,7
/proc/27260/task/27272/stat : 27272 (java) S 27258 27258 18186 0 -1 1077944384 6982 0 0 0 86 1 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159371040880 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27273] ppid=27258 vsize=15487044 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/27260/task/27273/stat : 27273 (java) S 27258 27258 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 409080746 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159369988320 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27274] ppid=27258 vsize=15487044 memory=257428 CPUtime=0.01 cores=1,3,5,7
/proc/27260/task/27274/stat : 27274 (java) S 27258 27258 18186 0 -1 1077944384 439 0 0 0 0 1 0 0 20 0 19 0 409080747 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159368936624 140159908711042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27311] ppid=27258 vsize=15487044 memory=6944652027076292666 CPUtime=24.52 cores=1,3,5,7
/proc/27260/task/27311/stat : 27311 (java) S 27258 27258 18186 0 -1 1077944384 351 0 0 0 2452 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159355526704 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27312] ppid=27258 vsize=15487044 memory=4871374705135476842 CPUtime=24.64 cores=1,3,5,7
/proc/27260/task/27312/stat : 27312 (java) S 27258 27258 18186 0 -1 1077944384 1294 0 0 0 2464 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159357633360 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27313] ppid=27258 vsize=15487044 memory=279752426389744 CPUtime=24.3 cores=1,3,5,7
/proc/27260/task/27313/stat : 27313 (java) S 27258 27258 18186 0 -1 1077944384 1242 0 0 0 2430 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159356580560 140159908710101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
[pid=27260/tid=27314] ppid=27258 vsize=15487044 memory=3 CPUtime=25.33 cores=1,3,5,7
/proc/27260/task/27314/stat : 27314 (java) R 27258 27258 18186 0 -1 4202560 591 0 0 0 2533 0 0 0 20 0 19 0 409082047 15858733056 75661 33554432000 4194304 4196468 140734814058416 140159353417728 140159505808073 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20385792 140734814065647 140734814065818 140734814065818 140734814068687 0
Current children cumulated CPU time: 150.02 s
Current children cumulated vsize: 15600172 KiB
Current children cumulated memory: 304092 KiB

[startup+38.705 s]*
/proc/loadavg: 8.56 8.51 7.56 7/218 27316
/proc/meminfo: memFree=16287008/32770624 swapFree=66959212/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 38.7147
CPU time (s): 150.145
CPU user time (s): 149.892
CPU system time (s): 0.252724
CPU usage (%): 387.824
Max. virtual memory (cumulated for all children) (KiB): 15600172
Max. memory (cumulated for all children) (KiB): 304092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 149.892
system time used= 0.252724
maximum resident set size= 303060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4436
involuntary context switches= 3902


# summary of solver processes directly reported to runsolver:
#   pid: 27258
#   total CPU time (s): 150.145
#   total CPU user time (s): 149.892
#   total CPU system time (s): 0.252724

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.278818 second user time and 0.489099 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 01:36:06
IDJOB=4394254
IDBENCH=127979
IDSOLVER=2842
FILE ID=node124/4394254-1568331406
RUNJOBID= node124-1568329129-18218
PBS_JOBID= 21701157
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-6.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394254-1568331406/watcher-4394254-1568331406 -o /tmp/evaluation-result-4394254-1568331406/solver-4394254-1568331406 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18218 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1521496508 HOME/instance-4394254-1568331406.xml

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

MD5SUM BENCH= 0bc555941feddabd64880acf40a70a83
RANDOM SEED=1521496508

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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:        16406588 kB
MemAvailable:   28286904 kB
Buffers:          159860 kB
Cached:         11883868 kB
SwapCached:        45868 kB
Active:          4517936 kB
Inactive:       11099740 kB
Active(anon):    3529492 kB
Inactive(anon):    85948 kB
Active(file):     988444 kB
Inactive(file): 11013792 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66959212 kB
Dirty:             26492 kB
Writeback:             0 kB
AnonPages:       3652912 kB
Mapped:            56196 kB
Shmem:             32744 kB
Slab:             335592 kB
SReclaimable:     306540 kB
SUnreclaim:        29052 kB
KernelStack:        4064 kB
PageTables:        12412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5446472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3520512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 01:36:45