Trace number 4400390

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-16OPT20 26.0766 6.90861

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-4400390-1568694308.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400390-1568694308.xml, -tl, 2400s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2.77/1.06	c solve instance...
3.05/1.14	o -1000 
4.98/1.67	o -10 
4.98/1.67	o 2 
6.21/1.98	o 7 
7.39/2.21	o 16 
7.39/2.30	o 17 
7.78/2.37	o 18 
9.34/2.75	o 20 
26.06/6.90	s OPTIMUM FOUND
26.06/6.90	v <instantiation>
26.06/6.90	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>
26.06/6.90	v 	<values>1 2 3 8 -1 0 -1 12 7 -1 5 -1 13 14 19 10 15 16 17 18 0 1 2 3 -1 15 -1 5 4 -1 14 -1 6 7 8 13 12 11 10 9 -5 0 -2 5 0 1 0 3 2 0 -2 0 -4 2 4 3 6 3 2 2 </values>
26.06/6.90	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 (13321 MiB free)
  memory of node 1: 16384 MiB (14103 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400390-1568694308/watcher-4400390-1568694308 -o /tmp/evaluation-result-4400390-1568694308/solver-4400390-1568694308 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 779736080 HOME/instance-4400390-1568694308.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
solver pid=23306, runsolver pid=23303
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 6.39 2.90 1.98 8/233 23322
/proc/meminfo: memFree=28065704/32770624 swapFree=66959728/67108860
[pid=23306] ppid=23303 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23306/stat : 23306 (xcsp3-exec) S 23303 23306 22939 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445370955 115843072 362 33554432000 4194304 5098028 140728024189840 140728024187944 139649690165884 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13840384 140728024195963 140728024196205 140728024196205 140728024199114 0
/proc/23306/statm: 28282 362 304 221 0 87 0
[pid=23308] ppid=23306 vsize=15144776 memory=30236 CPUtime=0.13 cores=1,3,5,7
/proc/23308/stat : 23308 (java) S 23306 23306 22939 0 -1 1077944320 5489 0 0 0 12 1 0 0 20 0 15 0 445370956 15508250624 7559 33554432000 4194304 4196468 140724530849008 140724530831552 140600009432823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
/proc/23308/statm: 3786194 7559 3163 1 0 3748377 0
[pid=23308/tid=23309] ppid=23306 vsize=15144776 memory=-6962121287837372198 CPUtime=0.09 cores=1,3,5,7
/proc/23308/task/23309/stat : 23309 (java) R 23306 23306 22939 0 -1 4202560 3383 0 0 0 9 0 0 0 20 0 15 0 445370956 15508250624 7559 33554432000 4194304 4196468 140724530849008 140600013662176 140600009444758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23310] ppid=23306 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23310/stat : 23310 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599921089168 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23311] ppid=23306 vsize=15144776 memory=139965118830208 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23311/stat : 23311 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599920036368 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23312] ppid=23306 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23312/stat : 23312 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599918983568 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23313] ppid=23306 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23313/stat : 23313 (java) S 23306 23306 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445370957 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599917930768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23314] ppid=23306 vsize=15144776 memory=139965118830208 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23314/stat : 23314 (java) S 23306 23306 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445370958 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599478070128 140600009443970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23315] ppid=23306 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23315/stat : 23315 (java) S 23306 23306 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445370958 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599477016096 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23316] ppid=23306 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23316/stat : 23316 (java) S 23306 23306 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445370959 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599475963248 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23317] ppid=23306 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23317/stat : 23317 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445370961 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599474911568 140600009451419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23318] ppid=23306 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23318/stat : 23318 (java) S 23306 23306 22939 0 -1 1077944384 406 0 0 0 0 0 0 0 20 0 15 0 445370961 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599473858928 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23319] ppid=23306 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23319/stat : 23319 (java) R 23306 23306 22939 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 445370961 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599472806128 140600009443970 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23320] ppid=23306 vsize=15144776 memory=139965118830208 CPUtime=0.02 cores=1,3,5,7
/proc/23308/task/23320/stat : 23320 (java) S 23306 23306 22939 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 445370961 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599471753328 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23321] ppid=23306 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23321/stat : 23321 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445370961 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599470700768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23322] ppid=23306 vsize=15144776 memory=139965118830208 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23322/stat : 23322 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370962 15508250624 7559 33554432000 4194304 4196468 140724530849008 140599469649072 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31684 KiB

[startup+0.211268 s]*
/proc/loadavg: 6.39 2.90 1.98 6/233 23322
/proc/meminfo: memFree=28054692/32770624 swapFree=66959728/67108860
[pid=23306] ppid=23303 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23306/stat : 23306 (xcsp3-exec) S 23303 23306 22939 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445370955 115843072 362 33554432000 4194304 5098028 140728024189840 140728024187944 139649690165884 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13840384 140728024195963 140728024196205 140728024196205 140728024199114 0
/proc/23306/statm: 28282 362 304 221 0 87 0
[pid=23308] ppid=23306 vsize=15144776 memory=40380 CPUtime=0.34 cores=1,3,5,7
/proc/23308/stat : 23308 (java) S 23306 23306 22939 0 -1 1077944320 8841 0 0 0 31 3 0 0 20 0 15 0 445370956 15508250624 10095 33554432000 4194304 4196468 140724530849008 140724530831552 140600009432823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
/proc/23308/statm: 3786194 10095 3273 1 0 3748377 0
[pid=23308/tid=23309] ppid=23306 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/23308/task/23309/stat : 23309 (java) R 23306 23306 22939 0 -1 4202560 6151 0 0 0 18 2 0 0 20 0 15 0 445370956 15508250624 10095 33554432000 4194304 4196468 140724530849008 140600013669584 140599993476453 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23310] ppid=23306 vsize=15144776 memory=1965946 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23310/stat : 23310 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599921089168 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23311] ppid=23306 vsize=15144776 memory=139965122183027 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23311/stat : 23311 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599920036368 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23312] ppid=23306 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23312/stat : 23312 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599918983568 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23313] ppid=23306 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23313/stat : 23313 (java) S 23306 23306 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445370957 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599917930768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23314] ppid=23306 vsize=15144776 memory=139965118830208 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23314/stat : 23314 (java) S 23306 23306 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445370958 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599478070128 140600009443970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23315] ppid=23306 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23315/stat : 23315 (java) S 23306 23306 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445370958 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599477016096 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23316] ppid=23306 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23316/stat : 23316 (java) S 23306 23306 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445370959 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599475963248 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23317] ppid=23306 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23317/stat : 23317 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445370961 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599474911568 140600009451419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23318] ppid=23306 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23308/task/23318/stat : 23318 (java) S 23306 23306 22939 0 -1 1077944384 501 0 0 0 2 0 0 0 20 0 15 0 445370961 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599473858928 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23319] ppid=23306 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23308/task/23319/stat : 23319 (java) S 23306 23306 22939 0 -1 1077944384 120 0 0 0 2 0 0 0 20 0 15 0 445370961 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599472806128 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23320] ppid=23306 vsize=15144776 memory=139965118830208 CPUtime=0.08 cores=1,3,5,7
/proc/23308/task/23320/stat : 23320 (java) S 23306 23306 22939 0 -1 1077944384 767 0 0 0 8 0 0 0 20 0 15 0 445370961 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599471753328 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23321] ppid=23306 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23321/stat : 23321 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445370961 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599470700768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23322] ppid=23306 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23322/stat : 23322 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370962 15508250624 10095 33554432000 4194304 4196468 140724530849008 140599469649072 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41828 KiB

[startup+0.310705 s]*
/proc/loadavg: 6.39 2.90 1.98 7/233 23322
/proc/meminfo: memFree=28047184/32770624 swapFree=66959728/67108860
[pid=23306] ppid=23303 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23306/stat : 23306 (xcsp3-exec) S 23303 23306 22939 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445370955 115843072 362 33554432000 4194304 5098028 140728024189840 140728024187944 139649690165884 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13840384 140728024195963 140728024196205 140728024196205 140728024199114 0
/proc/23306/statm: 28282 362 304 221 0 87 0
[pid=23308] ppid=23306 vsize=15149032 memory=50092 CPUtime=0.54 cores=1,3,5,7
/proc/23308/stat : 23308 (java) S 23306 23306 22939 0 -1 1077944320 10334 0 0 0 49 5 0 0 20 0 15 0 445370956 15512608768 12523 33554432000 4194304 4196468 140724530849008 140724530831552 140600009432823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
/proc/23308/statm: 3787258 12523 3345 1 0 3748377 0
[pid=23308/tid=23309] ppid=23306 vsize=15149032 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/23308/task/23309/stat : 23309 (java) R 23306 23306 22939 0 -1 4202560 7325 0 0 0 27 3 0 0 20 0 15 0 445370956 15512608768 12523 33554432000 4194304 4196468 140724530849008 140600013663936 140600009454749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23310] ppid=23306 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23310/stat : 23310 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599921089168 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23311] ppid=23306 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23311/stat : 23311 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599920036368 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23312] ppid=23306 vsize=15149032 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23312/stat : 23312 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599918983568 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23313] ppid=23306 vsize=15149032 memory=7161331908245094050 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23313/stat : 23313 (java) S 23306 23306 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445370957 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599917930768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23314] ppid=23306 vsize=15149032 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23314/stat : 23314 (java) S 23306 23306 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445370958 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599478070128 140600009443970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23315] ppid=23306 vsize=15149032 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23315/stat : 23315 (java) S 23306 23306 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445370958 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599477016096 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23316] ppid=23306 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23316/stat : 23316 (java) S 23306 23306 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445370959 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599475963248 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23317] ppid=23306 vsize=15149032 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23317/stat : 23317 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445370961 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599474911568 140600009451419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23318] ppid=23306 vsize=15149032 memory=4426078206164241782 CPUtime=0.04 cores=1,3,5,7
/proc/23308/task/23318/stat : 23318 (java) S 23306 23306 22939 0 -1 1077944384 508 0 0 0 4 0 0 0 20 0 15 0 445370961 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599473858928 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23319] ppid=23306 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/23308/task/23319/stat : 23319 (java) S 23306 23306 22939 0 -1 1077944384 270 0 0 0 5 0 0 0 20 0 15 0 445370961 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599472806128 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23320] ppid=23306 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23308/task/23320/stat : 23320 (java) S 23306 23306 22939 0 -1 1077944384 934 0 0 0 12 0 0 0 20 0 15 0 445370961 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599471753328 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23321] ppid=23306 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23321/stat : 23321 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445370961 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599470700768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23322] ppid=23306 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23322/stat : 23322 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370962 15512608768 12523 33554432000 4194304 4196468 140724530849008 140599469649072 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51540 KiB

[startup+0.70085 s]
/proc/loadavg: 6.39 2.90 1.98 8/233 23322
/proc/meminfo: memFree=28017156/32770624 swapFree=66959728/67108860
[pid=23306] ppid=23303 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23306/stat : 23306 (xcsp3-exec) S 23303 23306 22939 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445370955 115843072 362 33554432000 4194304 5098028 140728024189840 140728024187944 139649690165884 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13840384 140728024195963 140728024196205 140728024196205 140728024199114 0
/proc/23306/statm: 28282 362 304 221 0 87 0
[pid=23308] ppid=23306 vsize=15151156 memory=101244 CPUtime=1.72 cores=1,3,5,7
/proc/23308/stat : 23308 (java) S 23306 23306 22939 0 -1 1077944320 14892 0 0 0 165 7 0 0 20 0 15 0 445370956 15514783744 25311 33554432000 4194304 4196468 140724530849008 140724530831552 140600009432823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
/proc/23308/statm: 3787789 25311 3457 1 0 3748889 0
[pid=23308/tid=23309] ppid=23306 vsize=15151156 memory=33 CPUtime=0.67 cores=1,3,5,7
/proc/23308/task/23309/stat : 23309 (java) R 23306 23306 22939 0 -1 4202560 8735 0 0 0 62 5 0 0 20 0 15 0 445370956 15514783744 25311 33554432000 4194304 4196468 140724530849008 140600013667424 140599600441918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23310] ppid=23306 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23310/stat : 23310 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599921089168 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23311] ppid=23306 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23311/stat : 23311 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599920036368 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23312] ppid=23306 vsize=15151156 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23312/stat : 23312 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370957 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599918983568 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23313] ppid=23306 vsize=15151156 memory=48256 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23313/stat : 23313 (java) S 23306 23306 22939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445370957 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599917930768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23314] ppid=23306 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23314/stat : 23314 (java) S 23306 23306 22939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445370958 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599478070128 140600009443970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23315] ppid=23306 vsize=15151156 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23315/stat : 23315 (java) S 23306 23306 22939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445370958 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599477016096 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23316] ppid=23306 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23316/stat : 23316 (java) S 23306 23306 22939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445370959 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599475963248 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23317] ppid=23306 vsize=15151156 memory=580 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23317/stat : 23317 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445370961 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599474911568 140600009451419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23318] ppid=23306 vsize=15151156 memory=1720 CPUtime=0.34 cores=1,3,5,7
/proc/23308/task/23318/stat : 23318 (java) R 23306 23306 22939 0 -1 4202560 1509 0 0 0 34 0 0 0 20 0 15 0 445370961 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599473848528 140600009446687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23319] ppid=23306 vsize=15151156 memory=10604 CPUtime=0.34 cores=1,3,5,7
/proc/23308/task/23319/stat : 23319 (java) S 23306 23306 22939 0 -1 1077944384 1179 0 0 0 34 0 0 0 20 0 15 0 445370961 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599472806128 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23320] ppid=23306 vsize=15151156 memory=4160 CPUtime=0.35 cores=1,3,5,7
/proc/23308/task/23320/stat : 23320 (java) S 23306 23306 22939 0 -1 1077944384 2164 0 0 0 34 1 0 0 20 0 15 0 445370961 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599471753328 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23321] ppid=23306 vsize=15151156 memory=776 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23321/stat : 23321 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445370961 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599470700768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23322] ppid=23306 vsize=15151156 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23322/stat : 23322 (java) S 23306 23306 22939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445370962 15514783744 25311 33554432000 4194304 4196468 140724530849008 140599469649072 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 102692 KiB

[startup+1.50079 s]
/proc/loadavg: 6.39 2.90 1.98 10/233 23322
/proc/meminfo: memFree=27891620/32770624 swapFree=66959728/67108860
[pid=23306] ppid=23303 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23306/stat : 23306 (xcsp3-exec) S 23303 23306 22939 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445370955 115843072 362 33554432000 4194304 5098028 140728024189840 140728024187944 139649690165884 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13840384 140728024195963 140728024196205 140728024196205 140728024199114 0
/proc/23306/statm: 28282 362 304 221 0 87 0

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

/proc/23308/task/23358/stat : 23358 (java) R 23306 23306 22939 0 -1 4202560 258 0 0 0 336 0 0 0 20 0 19 0 445371230 15790579712 54575 33554432000 4194304 4196468 140724530849008 140599455174200 140599602313500 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
Current children cumulated CPU time: 23.66 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 219748 KiB

[startup+6.90857 s]
# the end of solver process 23306 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=25.9397 s, system=0.136821 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40194 s]
/proc/loadavg: 6.68 3.02 2.03 11/237 23358
/proc/meminfo: memFree=27877732/32770624 swapFree=66959728/67108860
[pid=23306] ppid=23303 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23306/stat : 23306 (xcsp3-exec) S 23303 23306 22939 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445370955 115843072 362 33554432000 4194304 5098028 140728024189840 140728024187944 139649690165884 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13840384 140728024195963 140728024196205 140728024196205 140728024199114 0
/proc/23306/statm: 28282 362 304 221 0 87 0
[pid=23308] ppid=23306 vsize=15420488 memory=218320 CPUtime=24.06 cores=1,3,5,7
/proc/23308/stat : 23308 (java) S 23306 23306 22939 0 -1 1077944320 24746 0 0 0 2393 13 0 0 20 0 19 0 445370956 15790579712 54580 33554432000 4194304 4196468 140724530849008 140724530831552 140600009432823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
/proc/23308/statm: 3855122 54580 3516 1 0 3816222 0
[pid=23308/tid=23309] ppid=23306 vsize=15420488 memory=218244 CPUtime=1.02 cores=1,3,5,7
/proc/23308/task/23309/stat : 23309 (java) S 23306 23306 22939 0 -1 1077944384 9028 0 0 0 96 6 0 0 20 0 19 0 445370956 15790579712 54580 33554432000 4194304 4196468 140724530849008 140600013673600 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23310] ppid=23306 vsize=15420488 memory=3837735743823571824 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23310/stat : 23310 (java) S 23306 23306 22939 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599921089168 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23311] ppid=23306 vsize=15420488 memory=4782914512228151397 CPUtime=0.01 cores=1,3,5,7
/proc/23308/task/23311/stat : 23311 (java) S 23306 23306 22939 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599920036368 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23312] ppid=23306 vsize=15420488 memory=4862538781876775020 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23312/stat : 23312 (java) S 23306 23306 22939 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599918983568 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23313] ppid=23306 vsize=15420488 memory=279929996931808 CPUtime=0.01 cores=1,3,5,7
/proc/23308/task/23313/stat : 23313 (java) S 23306 23306 22939 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599917930768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23314] ppid=23306 vsize=15420488 memory=7161658458061171050 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23314/stat : 23314 (java) S 23306 23306 22939 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 19 0 445370958 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599478070128 140600009443970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23315] ppid=23306 vsize=15420488 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23315/stat : 23315 (java) S 23306 23306 22939 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445370958 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599477016096 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23316] ppid=23306 vsize=15420488 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23316/stat : 23316 (java) S 23306 23306 22939 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 445370959 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599475963248 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23317] ppid=23306 vsize=15420488 memory=48256 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23317/stat : 23317 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599474911568 140600009451419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23318] ppid=23306 vsize=15420488 memory=988 CPUtime=2 cores=1,3,5,7
/proc/23308/task/23318/stat : 23318 (java) S 23306 23306 22939 0 -1 1077944384 4182 0 0 0 200 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599473858928 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23319] ppid=23306 vsize=15420488 memory=2008 CPUtime=1.92 cores=1,3,5,7
/proc/23308/task/23319/stat : 23319 (java) S 23306 23306 22939 0 -1 1077944384 4172 0 0 0 192 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599472806128 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23320] ppid=23306 vsize=15420488 memory=1436 CPUtime=0.81 cores=1,3,5,7
/proc/23308/task/23320/stat : 23320 (java) S 23306 23306 22939 0 -1 1077944384 3581 0 0 0 79 2 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599471753328 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23321] ppid=23306 vsize=15420488 memory=580 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23321/stat : 23321 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599470700768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23322] ppid=23306 vsize=15420488 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23322/stat : 23322 (java) S 23306 23306 22939 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 19 0 445370962 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599469649072 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23355] ppid=23306 vsize=15420488 memory=0 CPUtime=3.39 cores=1,3,5,7
/proc/23308/task/23355/stat : 23355 (java) R 23306 23306 22939 0 -1 4202560 179 0 0 0 339 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599456226616 140599602313514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23356] ppid=23306 vsize=15420488 memory=0 CPUtime=3.41 cores=1,3,5,7
/proc/23308/task/23356/stat : 23356 (java) R 23306 23306 22939 0 -1 4202560 187 0 0 0 341 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599454123176 140599602313486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23357] ppid=23306 vsize=15420488 memory=4580 CPUtime=3.42 cores=1,3,5,7
/proc/23308/task/23357/stat : 23357 (java) R 23306 23306 22939 0 -1 4202560 425 0 0 0 342 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599458332920 140599602313394 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23358] ppid=23306 vsize=15420488 memory=0 CPUtime=3.46 cores=1,3,5,7
/proc/23308/task/23358/stat : 23358 (java) R 23306 23306 22939 0 -1 4202560 261 0 0 0 346 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599455175000 140599602313702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
Current children cumulated CPU time: 24.06 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 219768 KiB

[startup+6.80093 s]
/proc/loadavg: 6.68 3.02 2.03 11/237 23358
/proc/meminfo: memFree=27877732/32770624 swapFree=66959728/67108860
[pid=23306] ppid=23303 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23306/stat : 23306 (xcsp3-exec) S 23303 23306 22939 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445370955 115843072 362 33554432000 4194304 5098028 140728024189840 140728024187944 139649690165884 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13840384 140728024195963 140728024196205 140728024196205 140728024199114 0
/proc/23306/statm: 28282 362 304 221 0 87 0
[pid=23308] ppid=23306 vsize=15420488 memory=218320 CPUtime=25.66 cores=1,3,5,7
/proc/23308/stat : 23308 (java) S 23306 23306 22939 0 -1 1077944320 24746 0 0 0 2553 13 0 0 20 0 19 0 445370956 15790579712 54580 33554432000 4194304 4196468 140724530849008 140724530831552 140600009432823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
/proc/23308/statm: 3855122 54580 3516 1 0 3816222 0
[pid=23308/tid=23309] ppid=23306 vsize=15420488 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/23308/task/23309/stat : 23309 (java) S 23306 23306 22939 0 -1 1077944384 9028 0 0 0 96 6 0 0 20 0 19 0 445370956 15790579712 54580 33554432000 4194304 4196468 140724530849008 140600013673600 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23310] ppid=23306 vsize=15420488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23310/stat : 23310 (java) S 23306 23306 22939 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599921089168 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23311] ppid=23306 vsize=15420488 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23308/task/23311/stat : 23311 (java) S 23306 23306 22939 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599920036368 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23312] ppid=23306 vsize=15420488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23312/stat : 23312 (java) S 23306 23306 22939 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599918983568 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23313] ppid=23306 vsize=15420488 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23308/task/23313/stat : 23313 (java) S 23306 23306 22939 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599917930768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23314] ppid=23306 vsize=15420488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23314/stat : 23314 (java) S 23306 23306 22939 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 19 0 445370958 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599478070128 140600009443970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23315] ppid=23306 vsize=15420488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23315/stat : 23315 (java) S 23306 23306 22939 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445370958 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599477016096 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23316] ppid=23306 vsize=15420488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23316/stat : 23316 (java) S 23306 23306 22939 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 445370959 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599475963248 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23317] ppid=23306 vsize=15420488 memory=7151823192952164432 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23317/stat : 23317 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599474911568 140600009451419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23318] ppid=23306 vsize=15420488 memory=7378979078774282092 CPUtime=2 cores=1,3,5,7
/proc/23308/task/23318/stat : 23318 (java) S 23306 23306 22939 0 -1 1077944384 4182 0 0 0 200 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599473858928 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23319] ppid=23306 vsize=15420488 memory=279929996723392 CPUtime=1.92 cores=1,3,5,7
/proc/23308/task/23319/stat : 23319 (java) S 23306 23306 22939 0 -1 1077944384 4172 0 0 0 192 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599472806128 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23320] ppid=23306 vsize=15420488 memory=-2915666635501983134 CPUtime=0.81 cores=1,3,5,7
/proc/23308/task/23320/stat : 23320 (java) S 23306 23306 22939 0 -1 1077944384 3581 0 0 0 79 2 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599471753328 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23321] ppid=23306 vsize=15420488 memory=-8545980981788235817 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23321/stat : 23321 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599470700768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23322] ppid=23306 vsize=15420488 memory=-8412656567251072666 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23322/stat : 23322 (java) S 23306 23306 22939 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 19 0 445370962 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599469649072 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23355] ppid=23306 vsize=15420488 memory=6944656592455097440 CPUtime=3.78 cores=1,3,5,7
/proc/23308/task/23355/stat : 23355 (java) R 23306 23306 22939 0 -1 4202560 179 0 0 0 378 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599456226616 140599602313777 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23356] ppid=23306 vsize=15420488 memory=9124443767561732153 CPUtime=3.81 cores=1,3,5,7
/proc/23308/task/23356/stat : 23356 (java) R 23306 23306 22939 0 -1 4202560 187 0 0 0 381 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599454123176 140599602601704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23357] ppid=23306 vsize=15420488 memory=-7035114785800479027 CPUtime=3.81 cores=1,3,5,7
/proc/23308/task/23357/stat : 23357 (java) R 23306 23306 22939 0 -1 4202560 425 0 0 0 381 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599458332920 140599604790213 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23358] ppid=23306 vsize=15420488 memory=139965118838209 CPUtime=3.86 cores=1,3,5,7
/proc/23308/task/23358/stat : 23358 (java) R 23306 23306 22939 0 -1 4202560 261 0 0 0 386 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599455175000 140599602313416 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
Current children cumulated CPU time: 25.66 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 219768 KiB

[startup+6.90093 s]
/proc/loadavg: 6.68 3.02 2.03 11/237 23358
/proc/meminfo: memFree=27877732/32770624 swapFree=66959728/67108860
[pid=23306] ppid=23303 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23306/stat : 23306 (xcsp3-exec) S 23303 23306 22939 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 445370955 115843072 362 33554432000 4194304 5098028 140728024189840 140728024187944 139649690165884 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 13840384 140728024195963 140728024196205 140728024196205 140728024199114 0
/proc/23306/statm: 28282 362 304 221 0 87 0
[pid=23308] ppid=23306 vsize=15420488 memory=218320 CPUtime=26.06 cores=1,3,5,7
/proc/23308/stat : 23308 (java) S 23306 23306 22939 0 -1 1077944320 24746 0 0 0 2593 13 0 0 20 0 19 0 445370956 15790579712 54580 33554432000 4194304 4196468 140724530849008 140724530831552 140600009432823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
/proc/23308/statm: 3855122 54580 3516 1 0 3816222 0
[pid=23308/tid=23309] ppid=23306 vsize=15420488 memory=220544 CPUtime=1.02 cores=1,3,5,7
/proc/23308/task/23309/stat : 23309 (java) S 23306 23306 22939 0 -1 1077944384 9028 0 0 0 96 6 0 0 20 0 19 0 445370956 15790579712 54580 33554432000 4194304 4196468 140724530849008 140600013673600 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23310] ppid=23306 vsize=15420488 memory=1966187 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23310/stat : 23310 (java) S 23306 23306 22939 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599921089168 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23311] ppid=23306 vsize=15420488 memory=279929996550976 CPUtime=0.01 cores=1,3,5,7
/proc/23308/task/23311/stat : 23311 (java) S 23306 23306 22939 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599920036368 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23312] ppid=23306 vsize=15420488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23312/stat : 23312 (java) S 23306 23306 22939 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599918983568 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23313] ppid=23306 vsize=15420488 memory=279929996755552 CPUtime=0.01 cores=1,3,5,7
/proc/23308/task/23313/stat : 23313 (java) S 23306 23306 22939 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 19 0 445370957 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599917930768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23314] ppid=23306 vsize=15420488 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23314/stat : 23314 (java) S 23306 23306 22939 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 19 0 445370958 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599478070128 140600009443970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23315] ppid=23306 vsize=15420488 memory=220268 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23315/stat : 23315 (java) S 23306 23306 22939 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 445370958 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599477016096 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23316] ppid=23306 vsize=15420488 memory=279929996483584 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23316/stat : 23316 (java) S 23306 23306 22939 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 445370959 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599475963248 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23317] ppid=23306 vsize=15420488 memory=279929392504882 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23317/stat : 23317 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599474911568 140600009451419 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23318] ppid=23306 vsize=15420488 memory=0 CPUtime=2 cores=1,3,5,7
/proc/23308/task/23318/stat : 23318 (java) S 23306 23306 22939 0 -1 1077944384 4182 0 0 0 200 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599473858928 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23319] ppid=23306 vsize=15420488 memory=0 CPUtime=1.92 cores=1,3,5,7
/proc/23308/task/23319/stat : 23319 (java) S 23306 23306 22939 0 -1 1077944384 4172 0 0 0 192 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599472806128 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23320] ppid=23306 vsize=15420488 memory=57 CPUtime=0.81 cores=1,3,5,7
/proc/23308/task/23320/stat : 23320 (java) S 23306 23306 22939 0 -1 1077944384 3581 0 0 0 79 2 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599471753328 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23321] ppid=23306 vsize=15420488 memory=5866343604865554793 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23321/stat : 23321 (java) S 23306 23306 22939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445370961 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599470700768 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23322] ppid=23306 vsize=15420488 memory=7300732402537227609 CPUtime=0 cores=1,3,5,7
/proc/23308/task/23322/stat : 23322 (java) S 23306 23306 22939 0 -1 1077944384 469 0 0 0 0 0 0 0 20 0 19 0 445370962 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599469649072 140600009443970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23355] ppid=23306 vsize=15420488 memory=6791534058613427641 CPUtime=3.88 cores=1,3,5,7
/proc/23308/task/23355/stat : 23355 (java) R 23306 23306 22939 0 -1 4202560 179 0 0 0 388 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599456226616 140599602313514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23356] ppid=23306 vsize=15420488 memory=25800 CPUtime=3.91 cores=1,3,5,7
/proc/23308/task/23356/stat : 23356 (java) S 23306 23306 22939 0 -1 1077944384 212 0 0 0 391 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599454127440 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23357] ppid=23306 vsize=15420488 memory=14048 CPUtime=3.91 cores=1,3,5,7
/proc/23308/task/23357/stat : 23357 (java) R 23306 23306 22939 0 -1 4202560 425 0 0 0 391 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599458332920 140599602313756 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
[pid=23308/tid=23358] ppid=23306 vsize=15420488 memory=2124 CPUtime=3.96 cores=1,3,5,7
/proc/23308/task/23358/stat : 23358 (java) S 23306 23306 22939 0 -1 1077944384 261 0 0 0 396 0 0 0 20 0 19 0 445371230 15790579712 54580 33554432000 4194304 4196468 140724530849008 140599455179856 140600009443029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24174592 140724530856943 140724530857114 140724530857114 140724530859983 0
Current children cumulated CPU time: 26.06 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 219768 KiB

Child status: 0
Real time (s): 6.90861
CPU time (s): 26.0766
CPU user time (s): 25.9397
CPU system time (s): 0.136821
CPU usage (%): 377.45
Max. virtual memory (cumulated for all children) (KiB): 15533616
Max. memory (cumulated for all children) (KiB): 226204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.9397
system time used= 0.136821
maximum resident set size= 224812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25850
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= 2692
involuntary context switches= 839


# summary of solver processes directly reported to runsolver:
#   pid: 23306
#   total CPU time (s): 26.0766
#   total CPU user time (s): 25.9397
#   total CPU system time (s): 0.136821

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.07465 second user time and 0.109376 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 06:24:28
IDJOB=4400390
IDBENCH=127982
IDSOLVER=2856
FILE ID=node124/4400390-1568694308
RUNJOBID= node124-1568694194-22971
PBS_JOBID= 21703802
Free space on /tmp= 61784 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-8.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-4400390-1568694308/watcher-4400390-1568694308 -o /tmp/evaluation-result-4400390-1568694308/solver-4400390-1568694308 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568694194-22971 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 779736080 HOME/instance-4400390-1568694308.xml

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

MD5SUM BENCH= cc4f118531160cfe6c95c1294546deff
RANDOM SEED=779736080

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:        28083380 kB
MemAvailable:   31441432 kB
Buffers:          231784 kB
Cached:          3413752 kB
SwapCached:        46376 kB
Active:          1536668 kB
Inactive:        2562108 kB
Active(anon):     404548 kB
Inactive(anon):    98000 kB
Active(file):    1132120 kB
Inactive(file):  2464108 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             26696 kB
Writeback:             0 kB
AnonPages:        520096 kB
Mapped:            61892 kB
Shmem:             40944 kB
Slab:             185248 kB
SReclaimable:     155316 kB
SUnreclaim:        29932 kB
KernelStack:        4048 kB
PageTables:         6688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1910780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 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= 61760 MiB
End job on node124 at 2019-09-17 06:24:35