Trace number 4405796

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-24SAT 432.244 424.519

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-033.xml
MD5SUM273a3a450a7af16ef80dfed9e1af494c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark36.4974
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints51
Number of domains1
Minimum domain size288
Maximum domain size288
Distribution of domain sizes[{"size":288,"count":48}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":49},{"arity":2,"count":1},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints50
Distribution of constraint types[{"type":"intension","count":50},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4405796-1569406855.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405796-1569406855.xml, -tl, 2520s, -p, 1]
0.33/0.22	c simple solver
0.33/0.29	c parse instance...
0.93/0.54	c solve instance...
432.21/424.51	s SATISFIABLE
432.21/424.51	v <instantiation>
432.21/424.51	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] </list>
432.21/424.51	v 	<values>182 175 175 210 186 159 198 210 198 159 159 182 184 159 186 159 129 228 220 129 215 201 0 0 129 129 120 131 201 120 56 141 73 136 95 131 95 56 159 0 159 141 73 216 0 201 159 0 </values>
432.21/424.51	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405796-1569406855/watcher-4405796-1569406855 -o /var/tmp/evaluation-result-4405796-1569406855/solver-4405796-1569406855 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1569392969-18883 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1988558389 HOME/instance-4405796-1569406855.xml 

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

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

solver pid=21776, runsolver pid=21773

[startup+0.100276 s]*
/proc/loadavg: 1.73 1.84 1.87 3/228 21792
/proc/meminfo: memFree=25899516/32770624 swapFree=66956956/67108860
[pid=21776] ppid=21773 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/21776/stat : 21776 (xcsp3-exec) S 21773 21776 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516943275 115843072 364 33554432000 4194304 5098028 140730723760400 140730723758504 140366806557308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17764352 140730723763030 140730723763289 140730723763289 140730723766214 0
/proc/21776/statm: 28282 364 305 221 0 87 0
[pid=21778] ppid=21776 vsize=15144776 memory=28676 CPUtime=0.12 cores=0,2,4,6
/proc/21778/stat : 21778 (java) S 21776 21776 18852 0 -1 1077944320 5576 0 0 0 11 1 0 0 20 0 15 0 516943275 15508250624 7169 33554432000 4194304 4196468 140729092268352 140729092250896 140306034138871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
/proc/21778/statm: 3786194 7169 3144 1 0 3748377 0
[pid=21778/tid=21779] ppid=21776 vsize=15144776 memory=-2698085374278620574 CPUtime=0.08 cores=0,2,4,6
/proc/21778/task/21779/stat : 21779 (java) R 21776 21776 18852 0 -1 4202560 3531 0 0 0 8 0 0 0 20 0 15 0 516943275 15508250624 7169 33554432000 4194304 4196468 140729092268352 140306038371136 140306034150806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21780] ppid=21776 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21780/stat : 21780 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305986759568 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21781] ppid=21776 vsize=15144776 memory=139644044838528 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21781/stat : 21781 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305985706768 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21782] ppid=21776 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21782/stat : 21782 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305984654480 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21783] ppid=21776 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21783/stat : 21783 (java) S 21776 21776 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516943276 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305983601680 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21784] ppid=21776 vsize=15144776 memory=139644044838528 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21784/stat : 21784 (java) S 21776 21776 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516943277 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305502275696 140306034150018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21785] ppid=21776 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21785/stat : 21785 (java) S 21776 21776 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516943278 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305501221664 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21786] ppid=21776 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21786/stat : 21786 (java) S 21776 21776 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516943278 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305500169328 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21787] ppid=21776 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21787/stat : 21787 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943280 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305499117648 140306034157467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21788] ppid=21776 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21788/stat : 21788 (java) S 21776 21776 18852 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 516943280 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305498065520 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21789] ppid=21776 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21789/stat : 21789 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943280 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305497012720 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21790] ppid=21776 vsize=15144776 memory=139644044838528 CPUtime=0.01 cores=0,2,4,6
/proc/21778/task/21790/stat : 21790 (java) R 21776 21776 18852 0 -1 4202560 318 0 0 0 1 0 0 0 20 0 15 0 516943280 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305495960432 140306014455551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21791] ppid=21776 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21791/stat : 21791 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943281 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305494907872 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21792] ppid=21776 vsize=15144776 memory=139644044838528 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21792/stat : 21792 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943281 15508250624 7169 33554432000 4194304 4196468 140729092268352 140305493854640 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30132 KiB

[startup+0.210539 s]*
/proc/loadavg: 1.73 1.84 1.87 4/228 21792
/proc/meminfo: memFree=25886524/32770624 swapFree=66956956/67108860
[pid=21776] ppid=21773 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/21776/stat : 21776 (xcsp3-exec) S 21773 21776 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516943275 115843072 364 33554432000 4194304 5098028 140730723760400 140730723758504 140366806557308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17764352 140730723763030 140730723763289 140730723763289 140730723766214 0
/proc/21776/statm: 28282 364 305 221 0 87 0
[pid=21778] ppid=21776 vsize=15144776 memory=40880 CPUtime=0.33 cores=0,2,4,6
/proc/21778/stat : 21778 (java) S 21776 21776 18852 0 -1 1077944320 9441 0 0 0 31 2 0 0 20 0 15 0 516943275 15508250624 10220 33554432000 4194304 4196468 140729092268352 140729092250896 140306034138871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
/proc/21778/statm: 3786194 10220 3315 1 0 3748377 0
[pid=21778/tid=21779] ppid=21776 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21779/stat : 21779 (java) R 21776 21776 18852 0 -1 4202560 6559 0 0 0 18 1 0 0 20 0 15 0 516943275 15508250624 10220 33554432000 4194304 4196468 140729092268352 140306038368592 140306018219358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21780] ppid=21776 vsize=15144776 memory=1899191 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21780/stat : 21780 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305986759568 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21781] ppid=21776 vsize=15144776 memory=288370020196550272 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21781/stat : 21781 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305985706768 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21782] ppid=21776 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21782/stat : 21782 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305984654480 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21783] ppid=21776 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21783/stat : 21783 (java) S 21776 21776 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516943276 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305983601680 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21784] ppid=21776 vsize=15144776 memory=139644044838528 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21784/stat : 21784 (java) S 21776 21776 18852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516943277 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305502275696 140306034150018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21785] ppid=21776 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21785/stat : 21785 (java) S 21776 21776 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516943278 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305501221664 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21786] ppid=21776 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21786/stat : 21786 (java) S 21776 21776 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516943278 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305500169328 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21787] ppid=21776 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21787/stat : 21787 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943280 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305499117648 140306034157467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21788] ppid=21776 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21778/task/21788/stat : 21788 (java) S 21776 21776 18852 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 15 0 516943280 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305498065520 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21789] ppid=21776 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21778/task/21789/stat : 21789 (java) S 21776 21776 18852 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 15 0 516943280 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305497012720 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21790] ppid=21776 vsize=15144776 memory=139644044838528 CPUtime=0.08 cores=0,2,4,6
/proc/21778/task/21790/stat : 21790 (java) S 21776 21776 18852 0 -1 1077944384 776 0 0 0 8 0 0 0 20 0 15 0 516943280 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305495960432 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21791] ppid=21776 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21791/stat : 21791 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943281 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305494907872 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21792] ppid=21776 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21792/stat : 21792 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943281 15508250624 10220 33554432000 4194304 4196468 140729092268352 140305493854640 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42336 KiB

[startup+0.310495 s]*
/proc/loadavg: 1.73 1.84 1.87 4/228 21792
/proc/meminfo: memFree=25881564/32770624 swapFree=66956956/67108860
[pid=21776] ppid=21773 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/21776/stat : 21776 (xcsp3-exec) S 21773 21776 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516943275 115843072 364 33554432000 4194304 5098028 140730723760400 140730723758504 140366806557308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17764352 140730723763030 140730723763289 140730723763289 140730723766214 0
/proc/21776/statm: 28282 364 305 221 0 87 0
[pid=21778] ppid=21776 vsize=15149032 memory=49760 CPUtime=0.52 cores=0,2,4,6
/proc/21778/stat : 21778 (java) S 21776 21776 18852 0 -1 1077944320 10742 0 0 0 48 4 0 0 20 0 15 0 516943275 15512608768 12440 33554432000 4194304 4196468 140729092268352 140729092250896 140306034138871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
/proc/21778/statm: 3787258 12440 3361 1 0 3748377 0
[pid=21778/tid=21779] ppid=21776 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/21778/task/21779/stat : 21779 (java) R 21776 21776 18852 0 -1 4202560 7673 0 0 0 27 3 0 0 20 0 15 0 516943275 15512608768 12440 33554432000 4194304 4196468 140729092268352 140306038369984 140306018219358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21780] ppid=21776 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21780/stat : 21780 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305986759568 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21781] ppid=21776 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21781/stat : 21781 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305985706768 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21782] ppid=21776 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21782/stat : 21782 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305984654480 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21783] ppid=21776 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21783/stat : 21783 (java) S 21776 21776 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516943276 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305983601680 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21784] ppid=21776 vsize=15149032 memory=-7161737567032426655 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21784/stat : 21784 (java) S 21776 21776 18852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516943277 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305502275696 140306034150018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21785] ppid=21776 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21785/stat : 21785 (java) S 21776 21776 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516943278 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305501221664 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21786] ppid=21776 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21786/stat : 21786 (java) S 21776 21776 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516943278 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305500169328 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21787] ppid=21776 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21787/stat : 21787 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943280 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305499117648 140306034157467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21788] ppid=21776 vsize=15149032 memory=7827413994055111515 CPUtime=0.03 cores=0,2,4,6
/proc/21778/task/21788/stat : 21788 (java) R 21776 21776 18852 0 -1 1077944384 570 0 0 0 3 0 0 0 20 0 15 0 516943280 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305498065520 140306034150018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21789] ppid=21776 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/21778/task/21789/stat : 21789 (java) R 21776 21776 18852 0 -1 4202560 338 0 0 0 5 0 0 0 20 0 15 0 516943280 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305497002832 140306018535711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21790] ppid=21776 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21778/task/21790/stat : 21790 (java) S 21776 21776 18852 0 -1 1077944384 872 0 0 0 12 0 0 0 20 0 15 0 516943280 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305495960432 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21791] ppid=21776 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21791/stat : 21791 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943281 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305494907872 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21792] ppid=21776 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21792/stat : 21792 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943281 15512608768 12440 33554432000 4194304 4196468 140729092268352 140305493854640 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51216 KiB

[startup+0.700782 s]
/proc/loadavg: 1.73 1.84 1.87 5/228 21792
/proc/meminfo: memFree=25868144/32770624 swapFree=66956956/67108860
[pid=21776] ppid=21773 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/21776/stat : 21776 (xcsp3-exec) S 21773 21776 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516943275 115843072 364 33554432000 4194304 5098028 140730723760400 140730723758504 140366806557308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17764352 140730723763030 140730723763289 140730723763289 140730723766214 0
/proc/21776/statm: 28282 364 305 221 0 87 0
[pid=21778] ppid=21776 vsize=15151156 memory=88004 CPUtime=1.54 cores=0,2,4,6
/proc/21778/stat : 21778 (java) S 21776 21776 18852 0 -1 1077944320 19230 0 0 0 148 6 0 0 20 0 15 0 516943275 15514783744 22001 33554432000 4194304 4196468 140729092268352 140729092250896 140306034138871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
/proc/21778/statm: 3787789 22001 3448 1 0 3748889 0
[pid=21778/tid=21779] ppid=21776 vsize=15151156 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/21778/task/21779/stat : 21779 (java) R 21776 21776 18852 0 -1 4202560 9689 0 0 0 62 4 0 0 20 0 15 0 516943275 15514783744 22001 33554432000 4194304 4196468 140729092268352 140306038377400 140305663044242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21780] ppid=21776 vsize=15151156 memory=55340 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21780/stat : 21780 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305986759568 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21781] ppid=21776 vsize=15151156 memory=984 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21781/stat : 21781 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305985706768 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21782] ppid=21776 vsize=15151156 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21782/stat : 21782 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943276 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305984654480 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21783] ppid=21776 vsize=15151156 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21783/stat : 21783 (java) S 21776 21776 18852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516943276 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305983601680 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21784] ppid=21776 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21784/stat : 21784 (java) S 21776 21776 18852 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516943277 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305502275696 140306034150018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21785] ppid=21776 vsize=15151156 memory=7552 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21785/stat : 21785 (java) S 21776 21776 18852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516943278 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305501221664 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21786] ppid=21776 vsize=15151156 memory=3608 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21786/stat : 21786 (java) S 21776 21776 18852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516943278 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305500169328 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21787] ppid=21776 vsize=15151156 memory=616 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21787/stat : 21787 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943280 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305499117648 140306034157467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21788] ppid=21776 vsize=15151156 memory=2832 CPUtime=0.25 cores=0,2,4,6
/proc/21778/task/21788/stat : 21788 (java) R 21776 21776 18852 0 -1 4202560 2889 0 0 0 25 0 0 0 20 0 15 0 516943280 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305498051744 140306015666727 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21789] ppid=21776 vsize=15151156 memory=1620 CPUtime=0.27 cores=0,2,4,6
/proc/21778/task/21789/stat : 21789 (java) R 21776 21776 18852 0 -1 4202560 2740 0 0 0 27 0 0 0 20 0 15 0 516943280 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305496998904 140306017523660 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21790] ppid=21776 vsize=15151156 memory=1136 CPUtime=0.33 cores=0,2,4,6
/proc/21778/task/21790/stat : 21790 (java) S 21776 21776 18852 0 -1 1077944384 2603 0 0 0 32 1 0 0 20 0 15 0 516943280 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305495960432 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21791] ppid=21776 vsize=15151156 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21791/stat : 21791 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943281 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305494907872 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21792] ppid=21776 vsize=15151156 memory=6196 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21792/stat : 21792 (java) S 21776 21776 18852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516943281 15514783744 22001 33554432000 4194304 4196468 140729092268352 140305493854640 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 89460 KiB

[startup+1.50083 s]
/proc/loadavg: 1.83 1.86 1.88 5/228 21792
/proc/meminfo: memFree=25827656/32770624 swapFree=66956956/67108860
[pid=21776] ppid=21773 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/21776/stat : 21776 (xcsp3-exec) S 21773 21776 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516943275 115843072 364 33554432000 4194304 5098028 140730723760400 140730723758504 140366806557308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17764352 140730723763030 140730723763289 140730723763289 140730723766214 0
/proc/21776/statm: 28282 364 305 221 0 87 0

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

/proc/21776/stat : 21776 (xcsp3-exec) S 21773 21776 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516943275 115843072 364 33554432000 4194304 5098028 140730723760400 140730723758504 140366806557308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17764352 140730723763030 140730723763289 140730723763289 140730723766214 0
/proc/21776/statm: 28282 364 305 221 0 87 0
[pid=21778] ppid=21776 vsize=15151156 memory=215120 CPUtime=430.91 cores=0,2,4,6
/proc/21778/stat : 21778 (java) S 21776 21776 18852 0 -1 1077944320 81282 0 0 0 43063 28 0 0 20 0 15 0 516943275 15514783744 53780 33554432000 4194304 4196468 140729092268352 140729092250896 140306034138871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
/proc/21778/statm: 3787789 53780 3512 1 0 3748889 0
[pid=21778/tid=21779] ppid=21776 vsize=15151156 memory=2016 CPUtime=422.74 cores=0,2,4,6
/proc/21778/task/21779/stat : 21779 (java) R 21776 21776 18852 0 -1 4202560 15628 0 0 0 42267 7 0 0 20 0 15 0 516943275 15514783744 53780 33554432000 4194304 4196468 140729092268352 140306038378720 140305664865370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21780] ppid=21776 vsize=15151156 memory=1408 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21780/stat : 21780 (java) S 21776 21776 18852 0 -1 1077944384 1273 0 0 0 16 3 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305986759568 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21781] ppid=21776 vsize=15151156 memory=1548 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21781/stat : 21781 (java) S 21776 21776 18852 0 -1 1077944384 1856 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305985706768 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21782] ppid=21776 vsize=15151156 memory=7552 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21782/stat : 21782 (java) S 21776 21776 18852 0 -1 1077944384 1767 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305984654480 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21783] ppid=21776 vsize=15151156 memory=33 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21783/stat : 21783 (java) S 21776 21776 18852 0 -1 1077944384 1800 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305983601680 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21784] ppid=21776 vsize=15151156 memory=7373334220488009840 CPUtime=0.15 cores=0,2,4,6
/proc/21778/task/21784/stat : 21784 (java) S 21776 21776 18852 0 -1 1077944384 2102 0 0 0 14 1 0 0 20 0 15 0 516943277 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305502275696 140306034150018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21785] ppid=21776 vsize=15151156 memory=4052221900752970855 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21785/stat : 21785 (java) S 21776 21776 18852 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 516943278 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305501221728 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21786] ppid=21776 vsize=15151156 memory=7158865719901185894 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21786/stat : 21786 (java) S 21776 21776 18852 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 516943278 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305500169344 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21787] ppid=21776 vsize=15151156 memory=7158865719901185894 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21787/stat : 21787 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305499117648 140306034157467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21788] ppid=21776 vsize=15151156 memory=3156 CPUtime=3.13 cores=0,2,4,6
/proc/21778/task/21788/stat : 21788 (java) S 21776 21776 18852 0 -1 1077944384 23600 0 0 0 311 2 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305498065520 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21789] ppid=21776 vsize=15151156 memory=1456 CPUtime=3.35 cores=0,2,4,6
/proc/21778/task/21789/stat : 21789 (java) S 21776 21776 18852 0 -1 1077944384 20645 0 0 0 334 1 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305497012720 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21790] ppid=21776 vsize=15151156 memory=215120 CPUtime=0.58 cores=0,2,4,6
/proc/21778/task/21790/stat : 21790 (java) S 21776 21776 18852 0 -1 1077944384 9730 0 0 0 56 2 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305495960432 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21791] ppid=21776 vsize=15151156 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21791/stat : 21791 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943281 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305494907872 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21792] ppid=21776 vsize=15151156 memory=8317482817917895235 CPUtime=0.12 cores=0,2,4,6
/proc/21778/task/21792/stat : 21792 (java) S 21776 21776 18852 0 -1 1077944384 1491 0 0 0 6 6 0 0 20 0 15 0 516943281 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305493854640 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
Current children cumulated CPU time: 430.91 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 216576 KiB

[startup+424.001 s]*
/proc/loadavg: 2.54 1.92 1.87 3/229 21834
/proc/meminfo: memFree=25713508/32770624 swapFree=66956956/67108860
[pid=21776] ppid=21773 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/21776/stat : 21776 (xcsp3-exec) S 21773 21776 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516943275 115843072 364 33554432000 4194304 5098028 140730723760400 140730723758504 140366806557308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17764352 140730723763030 140730723763289 140730723763289 140730723766214 0
/proc/21776/statm: 28282 364 305 221 0 87 0
[pid=21778] ppid=21776 vsize=15151156 memory=215120 CPUtime=431.72 cores=0,2,4,6
/proc/21778/stat : 21778 (java) S 21776 21776 18852 0 -1 1077944320 81282 0 0 0 43144 28 0 0 20 0 15 0 516943275 15514783744 53780 33554432000 4194304 4196468 140729092268352 140729092250896 140306034138871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
/proc/21778/statm: 3787789 53780 3512 1 0 3748889 0
[pid=21778/tid=21779] ppid=21776 vsize=15151156 memory=8317482817917895235 CPUtime=423.54 cores=0,2,4,6
/proc/21778/task/21779/stat : 21779 (java) R 21776 21776 18852 0 -1 4202560 15628 0 0 0 42347 7 0 0 20 0 15 0 516943275 15514783744 53780 33554432000 4194304 4196468 140729092268352 140306038378720 140305663032504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21780] ppid=21776 vsize=15151156 memory=4872558044660077418 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21780/stat : 21780 (java) S 21776 21776 18852 0 -1 1077944384 1273 0 0 0 16 3 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305986759568 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21781] ppid=21776 vsize=15151156 memory=2596 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21781/stat : 21781 (java) S 21776 21776 18852 0 -1 1077944384 1856 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305985706768 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21782] ppid=21776 vsize=15151156 memory=4104 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21782/stat : 21782 (java) S 21776 21776 18852 0 -1 1077944384 1767 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305984654480 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21783] ppid=21776 vsize=15151156 memory=1412 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21783/stat : 21783 (java) S 21776 21776 18852 0 -1 1077944384 1800 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305983601680 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21784] ppid=21776 vsize=15151156 memory=3280 CPUtime=0.15 cores=0,2,4,6
/proc/21778/task/21784/stat : 21784 (java) S 21776 21776 18852 0 -1 1077944384 2102 0 0 0 14 1 0 0 20 0 15 0 516943277 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305502275696 140306034150018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21785] ppid=21776 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21785/stat : 21785 (java) S 21776 21776 18852 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 516943278 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305501221728 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21786] ppid=21776 vsize=15151156 memory=173112 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21786/stat : 21786 (java) S 21776 21776 18852 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 516943278 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305500169344 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21787] ppid=21776 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21787/stat : 21787 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305499117648 140306034157467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21788] ppid=21776 vsize=15151156 memory=3156 CPUtime=3.13 cores=0,2,4,6
/proc/21778/task/21788/stat : 21788 (java) S 21776 21776 18852 0 -1 1077944384 23600 0 0 0 311 2 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305498065520 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21789] ppid=21776 vsize=15151156 memory=1456 CPUtime=3.35 cores=0,2,4,6
/proc/21778/task/21789/stat : 21789 (java) S 21776 21776 18852 0 -1 1077944384 20645 0 0 0 334 1 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305497012720 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21790] ppid=21776 vsize=15151156 memory=215120 CPUtime=0.58 cores=0,2,4,6
/proc/21778/task/21790/stat : 21790 (java) S 21776 21776 18852 0 -1 1077944384 9730 0 0 0 56 2 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305495960432 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21791] ppid=21776 vsize=15151156 memory=26108 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21791/stat : 21791 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943281 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305494907872 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21792] ppid=21776 vsize=15151156 memory=14056 CPUtime=0.12 cores=0,2,4,6
/proc/21778/task/21792/stat : 21792 (java) S 21776 21776 18852 0 -1 1077944384 1491 0 0 0 6 6 0 0 20 0 15 0 516943281 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305493854640 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
Current children cumulated CPU time: 431.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 216576 KiB

[startup+424.401 s]
/proc/loadavg: 2.54 1.92 1.87 3/229 21834
/proc/meminfo: memFree=25713508/32770624 swapFree=66956956/67108860
[pid=21776] ppid=21773 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/21776/stat : 21776 (xcsp3-exec) S 21773 21776 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516943275 115843072 364 33554432000 4194304 5098028 140730723760400 140730723758504 140366806557308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17764352 140730723763030 140730723763289 140730723763289 140730723766214 0
/proc/21776/statm: 28282 364 305 221 0 87 0
[pid=21778] ppid=21776 vsize=15151156 memory=215120 CPUtime=432.11 cores=0,2,4,6
/proc/21778/stat : 21778 (java) S 21776 21776 18852 0 -1 1077944320 81283 0 0 0 43183 28 0 0 20 0 15 0 516943275 15514783744 53780 33554432000 4194304 4196468 140729092268352 140729092250896 140306034138871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
/proc/21778/statm: 3787789 53780 3512 1 0 3748889 0
[pid=21778/tid=21779] ppid=21776 vsize=15151156 memory=616 CPUtime=423.93 cores=0,2,4,6
/proc/21778/task/21779/stat : 21779 (java) R 21776 21776 18852 0 -1 4202560 15629 0 0 0 42386 7 0 0 20 0 15 0 516943275 15514783744 53780 33554432000 4194304 4196468 140729092268352 140306038378432 140305666386757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21780] ppid=21776 vsize=15151156 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21780/stat : 21780 (java) S 21776 21776 18852 0 -1 1077944384 1273 0 0 0 16 3 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305986759568 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21781] ppid=21776 vsize=15151156 memory=14056 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21781/stat : 21781 (java) S 21776 21776 18852 0 -1 1077944384 1856 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305985706768 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21782] ppid=21776 vsize=15151156 memory=2116 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21782/stat : 21782 (java) S 21776 21776 18852 0 -1 1077944384 1767 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305984654480 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21783] ppid=21776 vsize=15151156 memory=516 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21783/stat : 21783 (java) S 21776 21776 18852 0 -1 1077944384 1800 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305983601680 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21784] ppid=21776 vsize=15151156 memory=1556 CPUtime=0.15 cores=0,2,4,6
/proc/21778/task/21784/stat : 21784 (java) S 21776 21776 18852 0 -1 1077944384 2102 0 0 0 14 1 0 0 20 0 15 0 516943277 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305502275696 140306034150018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21785] ppid=21776 vsize=15151156 memory=928 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21785/stat : 21785 (java) S 21776 21776 18852 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 516943278 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305501221728 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21786] ppid=21776 vsize=15151156 memory=1772 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21786/stat : 21786 (java) S 21776 21776 18852 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 516943278 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305500169344 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21787] ppid=21776 vsize=15151156 memory=900 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21787/stat : 21787 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305499117648 140306034157467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21788] ppid=21776 vsize=15151156 memory=1444 CPUtime=3.13 cores=0,2,4,6
/proc/21778/task/21788/stat : 21788 (java) S 21776 21776 18852 0 -1 1077944384 23600 0 0 0 311 2 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305498065520 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21789] ppid=21776 vsize=15151156 memory=1976 CPUtime=3.35 cores=0,2,4,6
/proc/21778/task/21789/stat : 21789 (java) S 21776 21776 18852 0 -1 1077944384 20645 0 0 0 334 1 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305497012720 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21790] ppid=21776 vsize=15151156 memory=2580 CPUtime=0.58 cores=0,2,4,6
/proc/21778/task/21790/stat : 21790 (java) S 21776 21776 18852 0 -1 1077944384 9730 0 0 0 56 2 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305495960432 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21791] ppid=21776 vsize=15151156 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21791/stat : 21791 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943281 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305494907872 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21792] ppid=21776 vsize=15151156 memory=111632 CPUtime=0.12 cores=0,2,4,6
/proc/21778/task/21792/stat : 21792 (java) S 21776 21776 18852 0 -1 1077944384 1491 0 0 0 6 6 0 0 20 0 15 0 516943281 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305493854640 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
Current children cumulated CPU time: 432.11 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 216576 KiB

[startup+424.501 s]
/proc/loadavg: 2.54 1.92 1.87 3/229 21834
/proc/meminfo: memFree=25713508/32770624 swapFree=66956956/67108860
[pid=21776] ppid=21773 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/21776/stat : 21776 (xcsp3-exec) S 21773 21776 18852 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 516943275 115843072 364 33554432000 4194304 5098028 140730723760400 140730723758504 140366806557308 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 17764352 140730723763030 140730723763289 140730723763289 140730723766214 0
/proc/21776/statm: 28282 364 305 221 0 87 0
[pid=21778] ppid=21776 vsize=15151156 memory=215120 CPUtime=432.21 cores=0,2,4,6
/proc/21778/stat : 21778 (java) S 21776 21776 18852 0 -1 1077944320 81283 0 0 0 43193 28 0 0 20 0 15 0 516943275 15514783744 53780 33554432000 4194304 4196468 140729092268352 140729092250896 140306034138871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
/proc/21778/statm: 3787789 53780 3512 1 0 3748889 0
[pid=21778/tid=21779] ppid=21776 vsize=15151156 memory=215120 CPUtime=424.03 cores=0,2,4,6
/proc/21778/task/21779/stat : 21779 (java) R 21776 21776 18852 0 -1 4202560 15629 0 0 0 42396 7 0 0 20 0 15 0 516943275 15514783744 53780 33554432000 4194304 4196468 140729092268352 140306038378432 140305665036320 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21780] ppid=21776 vsize=15151156 memory=215120 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21780/stat : 21780 (java) S 21776 21776 18852 0 -1 1077944384 1273 0 0 0 16 3 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305986759568 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21781] ppid=21776 vsize=15151156 memory=215120 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21781/stat : 21781 (java) S 21776 21776 18852 0 -1 1077944384 1856 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305985706768 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21782] ppid=21776 vsize=15151156 memory=215120 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21782/stat : 21782 (java) S 21776 21776 18852 0 -1 1077944384 1767 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305984654480 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21783] ppid=21776 vsize=15151156 memory=215120 CPUtime=0.19 cores=0,2,4,6
/proc/21778/task/21783/stat : 21783 (java) S 21776 21776 18852 0 -1 1077944384 1800 0 0 0 17 2 0 0 20 0 15 0 516943276 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305983601680 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21784] ppid=21776 vsize=15151156 memory=215120 CPUtime=0.15 cores=0,2,4,6
/proc/21778/task/21784/stat : 21784 (java) S 21776 21776 18852 0 -1 1077944384 2102 0 0 0 14 1 0 0 20 0 15 0 516943277 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305502275696 140306034150018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21785] ppid=21776 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21785/stat : 21785 (java) S 21776 21776 18852 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 516943278 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305501221728 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21786] ppid=21776 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21786/stat : 21786 (java) S 21776 21776 18852 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 516943278 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305500169344 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21787] ppid=21776 vsize=15151156 memory=7158865719901185894 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21787/stat : 21787 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305499117648 140306034157467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21788] ppid=21776 vsize=15151156 memory=215120 CPUtime=3.13 cores=0,2,4,6
/proc/21778/task/21788/stat : 21788 (java) S 21776 21776 18852 0 -1 1077944384 23600 0 0 0 311 2 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305498065520 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21789] ppid=21776 vsize=15151156 memory=1456 CPUtime=3.35 cores=0,2,4,6
/proc/21778/task/21789/stat : 21789 (java) S 21776 21776 18852 0 -1 1077944384 20645 0 0 0 334 1 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305497012720 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21790] ppid=21776 vsize=15151156 memory=1456 CPUtime=0.58 cores=0,2,4,6
/proc/21778/task/21790/stat : 21790 (java) S 21776 21776 18852 0 -1 1077944384 9730 0 0 0 56 2 0 0 20 0 15 0 516943280 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305495960432 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21791] ppid=21776 vsize=15151156 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/21778/task/21791/stat : 21791 (java) S 21776 21776 18852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516943281 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305494907872 140306034149077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
[pid=21778/tid=21792] ppid=21776 vsize=15151156 memory=1456 CPUtime=0.12 cores=0,2,4,6
/proc/21778/task/21792/stat : 21792 (java) S 21776 21776 18852 0 -1 1077944384 1491 0 0 0 6 6 0 0 20 0 15 0 516943281 15514783744 53780 33554432000 4194304 4196468 140729092268352 140305493854640 140306034150018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35749888 140729092277211 140729092277386 140729092277386 140729092280271 0
Current children cumulated CPU time: 432.21 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 216576 KiB

Child status: 0
Real time (s): 424.519
CPU time (s): 432.244
CPU user time (s): 431.955
CPU system time (s): 0.289256
CPU usage (%): 101.82
Max. virtual memory (cumulated for all children) (KiB): 15267100
Max. memory (cumulated for all children) (KiB): 237352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 431.955
system time used= 0.289256
maximum resident set size= 235896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83285
page faults= 0
swaps= 0
block input operations= 0
block output operations= 600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15361
involuntary context switches= 1007


# summary of solver processes directly reported to runsolver:
#   pid: 21776
#   total CPU time (s): 432.244
#   total CPU user time (s): 431.955
#   total CPU system time (s): 0.289256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.6514 second user time and 3.86634 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-25 11:19:14
IDJOB=4405796
IDBENCH=127865
IDSOLVER=2869
FILE ID=node105/4405796-1569406855
RUNJOBID= node105-1569392969-18883
PBS_JOBID= 21705698
Free space on /var/tmp= 13152 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-033.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405796-1569406855/watcher-4405796-1569406855 -o /var/tmp/evaluation-result-4405796-1569406855/solver-4405796-1569406855 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node105-1569392969-18883 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1988558389 HOME/instance-4405796-1569406855.xml

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

MD5SUM BENCH= 273a3a450a7af16ef80dfed9e1af494c
RANDOM SEED=1988558389

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25915996 kB
MemAvailable:   31639016 kB
Buffers:          148304 kB
Cached:          5705212 kB
SwapCached:        48288 kB
Active:          3051660 kB
Inactive:        3014704 kB
Active(anon):     167852 kB
Inactive(anon):    99636 kB
Active(file):    2883808 kB
Inactive(file):  2915068 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66956956 kB
Dirty:             26216 kB
Writeback:             0 kB
AnonPages:        277076 kB
Mapped:            68584 kB
Shmem:             46016 kB
Slab:             381364 kB
SReclaimable:     352604 kB
SUnreclaim:        28760 kB
KernelStack:        3680 kB
PageTables:         6288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1406788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13128 MiB
End job on node105 at 2019-09-25 11:26:19