Trace number 4399080

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-16SAT 437.851 111.446

General information on the benchmark

NameRandom/Random-RB-3-24-24f/
rand-3-24-24-76-632f-49.xml
MD5SUMeb1071698302cc934647f3ac3e5db9c3
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 benchmark410.687
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":3},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":15,"count":2}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":73}]
Number of extensional constraints73
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":73}]
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-4399080-1568693913.xml"  -tl '2520s' -p 4
0.14/0.18	c Choco e747e1e
0.14/0.18	c [HOME/instance-4399080-1568693913.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
4.82/2.65	c solve instance...
437.69/111.43	s SATISFIABLE
437.69/111.43	v <instantiation>
437.69/111.43	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] </list>
437.69/111.43	v 	<values>15 13 16 9 21 23 10 7 13 11 4 8 3 15 8 19 2 15 11 22 13 5 2 15 </values>
437.69/111.43	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 (7476 MiB free)
  memory of node 1: 16384 MiB (15679 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399080-1568693913/watcher-4399080-1568693913 -o /tmp/evaluation-result-4399080-1568693913/solver-4399080-1568693913 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21538 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 546186515 HOME/instance-4399080-1568693913.xml 

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

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=22190, runsolver pid=22187

[startup+0.102417 s]*
/proc/loadavg: 8.78 6.48 3.58 6/233 22206
/proc/meminfo: memFree=23694764/32770624 swapFree=66976952/67108860
[pid=22190] ppid=22187 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22190/stat : 22190 (xcsp3-exec) S 22187 22190 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445653975 115843072 363 33554432000 4194304 5098028 140727582947888 140727582945992 140713704948348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20684800 140727582954363 140727582954605 140727582954605 140727582957514 0
/proc/22190/statm: 28282 363 304 221 0 87 0
[pid=22192] ppid=22190 vsize=15144776 memory=29380 CPUtime=0.14 cores=1,3,5,7
/proc/22192/stat : 22192 (java) S 22190 22190 21506 0 -1 1077944320 5797 0 0 0 13 1 0 0 20 0 15 0 445653975 15508250624 7345 33554432000 4194304 4196468 140732580479312 140732580461856 140329577893623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
/proc/22192/statm: 3786194 7345 3141 1 0 3748377 0
[pid=22192/tid=22193] ppid=22190 vsize=15144776 memory=7682489639022458387 CPUtime=0.09 cores=1,3,5,7
/proc/22192/task/22193/stat : 22193 (java) R 22190 22190 21506 0 -1 4202560 3674 0 0 0 9 0 0 0 20 0 15 0 445653975 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329582115680 140329561937253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22194] ppid=22190 vsize=15144776 memory=3472467886696744144 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22194/stat : 22194 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329169902736 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22195] ppid=22190 vsize=15144776 memory=139757801592448 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22195/stat : 22195 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329168849936 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22196] ppid=22190 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22196/stat : 22196 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329167797136 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22197] ppid=22190 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22197/stat : 22197 (java) S 22190 22190 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445653976 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329166744336 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22198] ppid=22190 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22198/stat : 22198 (java) S 22190 22190 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445653977 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329046075760 140329577904770 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22199] ppid=22190 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22199/stat : 22199 (java) S 22190 22190 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445653978 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329045021728 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22200] ppid=22190 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22200/stat : 22200 (java) S 22190 22190 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445653978 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329043968880 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22201] ppid=22190 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22201/stat : 22201 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445653980 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329042917200 140329577912219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22202] ppid=22190 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22202/stat : 22202 (java) R 22190 22190 21506 0 -1 4202560 346 0 0 0 0 0 0 0 20 0 15 0 445653980 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329041865584 140329558059383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22203] ppid=22190 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22203/stat : 22203 (java) R 22190 22190 21506 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 445653980 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329040812784 140329577904770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22204] ppid=22190 vsize=15144776 memory=139757801592448 CPUtime=0.02 cores=1,3,5,7
/proc/22192/task/22204/stat : 22204 (java) R 22190 22190 21506 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 445653980 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329039759984 140329556878846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22205] ppid=22190 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22205/stat : 22205 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445653981 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329038707424 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22206] ppid=22190 vsize=15144776 memory=139757801592448 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22206/stat : 22206 (java) R 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653981 15508250624 7345 33554432000 4194304 4196468 140732580479312 140329037654704 140329577904770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30832 KiB

[startup+0.21097 s]*
/proc/loadavg: 8.78 6.48 3.58 7/233 22206
/proc/meminfo: memFree=23682144/32770624 swapFree=66976952/67108860
[pid=22190] ppid=22187 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22190/stat : 22190 (xcsp3-exec) S 22187 22190 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445653975 115843072 363 33554432000 4194304 5098028 140727582947888 140727582945992 140713704948348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20684800 140727582954363 140727582954605 140727582954605 140727582957514 0
/proc/22190/statm: 28282 363 304 221 0 87 0
[pid=22192] ppid=22190 vsize=15144776 memory=40740 CPUtime=0.34 cores=1,3,5,7
/proc/22192/stat : 22192 (java) S 22190 22190 21506 0 -1 1077944320 9446 0 0 0 32 2 0 0 20 0 15 0 445653975 15508250624 10185 33554432000 4194304 4196468 140732580479312 140732580461856 140329577893623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
/proc/22192/statm: 3786194 10185 3257 1 0 3748377 0
[pid=22192/tid=22193] ppid=22190 vsize=15144776 memory=7682489639022458387 CPUtime=0.2 cores=1,3,5,7
/proc/22192/task/22193/stat : 22193 (java) R 22190 22190 21506 0 -1 4202560 6637 0 0 0 18 2 0 0 20 0 15 0 445653975 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329582131440 140329561974110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22194] ppid=22190 vsize=15144776 memory=3472467886696744144 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22194/stat : 22194 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329169902736 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22195] ppid=22190 vsize=15144776 memory=139757801592448 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22195/stat : 22195 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329168849936 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22196] ppid=22190 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22196/stat : 22196 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329167797136 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22197] ppid=22190 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22197/stat : 22197 (java) S 22190 22190 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445653976 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329166744336 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22198] ppid=22190 vsize=15144776 memory=139757801592448 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22198/stat : 22198 (java) S 22190 22190 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445653977 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329046075760 140329577904770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22199] ppid=22190 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22199/stat : 22199 (java) S 22190 22190 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445653978 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329045021728 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22200] ppid=22190 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22200/stat : 22200 (java) S 22190 22190 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445653978 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329043968880 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22201] ppid=22190 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22201/stat : 22201 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445653980 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329042917200 140329577912219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22202] ppid=22190 vsize=15144776 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22192/task/22202/stat : 22202 (java) S 22190 22190 21506 0 -1 1077944384 368 0 0 0 1 0 0 0 20 0 15 0 445653980 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329041865584 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22203] ppid=22190 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/22192/task/22203/stat : 22203 (java) S 22190 22190 21506 0 -1 1077944384 372 0 0 0 3 0 0 0 20 0 15 0 445653980 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329040812784 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22204] ppid=22190 vsize=15144776 memory=139757801592448 CPUtime=0.08 cores=1,3,5,7
/proc/22192/task/22204/stat : 22204 (java) S 22190 22190 21506 0 -1 1077944384 763 0 0 0 8 0 0 0 20 0 15 0 445653980 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329039759984 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22205] ppid=22190 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22205/stat : 22205 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445653981 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329038707424 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22206] ppid=22190 vsize=15144776 memory=139757801592448 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22206/stat : 22206 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653981 15508250624 10185 33554432000 4194304 4196468 140732580479312 140329037654704 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42192 KiB

[startup+0.31087 s]*
/proc/loadavg: 8.78 6.48 3.58 7/233 22206
/proc/meminfo: memFree=23674996/32770624 swapFree=66976952/67108860
[pid=22190] ppid=22187 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22190/stat : 22190 (xcsp3-exec) S 22187 22190 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445653975 115843072 363 33554432000 4194304 5098028 140727582947888 140727582945992 140713704948348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20684800 140727582954363 140727582954605 140727582954605 140727582957514 0
/proc/22190/statm: 28282 363 304 221 0 87 0
[pid=22192] ppid=22190 vsize=15149032 memory=50388 CPUtime=0.54 cores=1,3,5,7
/proc/22192/stat : 22192 (java) S 22190 22190 21506 0 -1 1077944320 10875 0 0 0 50 4 0 0 20 0 15 0 445653975 15512608768 12597 33554432000 4194304 4196468 140732580479312 140732580461856 140329577893623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
/proc/22192/statm: 3787258 12597 3369 1 0 3748377 0
[pid=22192/tid=22193] ppid=22190 vsize=15149032 memory=-8439527450518781933 CPUtime=0.29 cores=1,3,5,7
/proc/22192/task/22193/stat : 22193 (java) R 22190 22190 21506 0 -1 4202560 7850 0 0 0 27 2 0 0 20 0 15 0 445653975 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329582127408 140329557469655 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22194] ppid=22190 vsize=15149032 memory=3472467886696744144 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22194/stat : 22194 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329169902736 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22195] ppid=22190 vsize=15149032 memory=279515500644736 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22195/stat : 22195 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329168849936 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22196] ppid=22190 vsize=15149032 memory=279515398136864 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22196/stat : 22196 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329167797136 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22197] ppid=22190 vsize=15149032 memory=139757699052303 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22197/stat : 22197 (java) S 22190 22190 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445653976 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329166744336 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22198] ppid=22190 vsize=15149032 memory=279515500651648 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22198/stat : 22198 (java) S 22190 22190 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445653977 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329046075760 140329577904770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22199] ppid=22190 vsize=15149032 memory=139757699056911 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22199/stat : 22199 (java) S 22190 22190 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445653978 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329045021728 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22200] ppid=22190 vsize=15149032 memory=139757699080754 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22200/stat : 22200 (java) S 22190 22190 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445653978 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329043968880 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22201] ppid=22190 vsize=15149032 memory=139757699083080 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22201/stat : 22201 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445653980 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329042917200 140329577912219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22202] ppid=22190 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/22192/task/22202/stat : 22202 (java) S 22190 22190 21506 0 -1 1077944384 405 0 0 0 3 0 0 0 20 0 15 0 445653980 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329041865584 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22203] ppid=22190 vsize=15149032 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/22192/task/22203/stat : 22203 (java) S 22190 22190 21506 0 -1 1077944384 472 0 0 0 6 0 0 0 20 0 15 0 445653980 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329040812784 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22204] ppid=22190 vsize=15149032 memory=139757801592448 CPUtime=0.12 cores=1,3,5,7
/proc/22192/task/22204/stat : 22204 (java) S 22190 22190 21506 0 -1 1077944384 844 0 0 0 12 0 0 0 20 0 15 0 445653980 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329039759984 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22205] ppid=22190 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22205/stat : 22205 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445653981 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329038707424 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22206] ppid=22190 vsize=15149032 memory=139757801593900 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22206/stat : 22206 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653981 15512608768 12597 33554432000 4194304 4196468 140732580479312 140329037654704 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51840 KiB

[startup+0.70086 s]
/proc/loadavg: 8.78 6.48 3.58 8/233 22206
/proc/meminfo: memFree=23642556/32770624 swapFree=66976952/67108860
[pid=22190] ppid=22187 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22190/stat : 22190 (xcsp3-exec) S 22187 22190 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445653975 115843072 363 33554432000 4194304 5098028 140727582947888 140727582945992 140713704948348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20684800 140727582954363 140727582954605 140727582954605 140727582957514 0
/proc/22190/statm: 28282 363 304 221 0 87 0
[pid=22192] ppid=22190 vsize=15151156 memory=174892 CPUtime=1.63 cores=1,3,5,7
/proc/22192/stat : 22192 (java) S 22190 22190 21506 0 -1 1077944320 13891 0 0 0 157 6 0 0 20 0 15 0 445653975 15514783744 43723 33554432000 4194304 4196468 140732580479312 140732580461856 140329577893623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
/proc/22192/statm: 3787789 43723 3443 1 0 3748889 0
[pid=22192/tid=22193] ppid=22190 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/22192/task/22193/stat : 22193 (java) R 22190 22190 21506 0 -1 4202560 8309 0 0 0 64 4 0 0 20 0 15 0 445653975 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329582131504 140329214942929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22194] ppid=22190 vsize=15151156 memory=128 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22194/stat : 22194 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329169902736 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22195] ppid=22190 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22195/stat : 22195 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329168849936 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22196] ppid=22190 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22196/stat : 22196 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653976 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329167797136 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22197] ppid=22190 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22197/stat : 22197 (java) S 22190 22190 21506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445653976 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329166744336 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22198] ppid=22190 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22198/stat : 22198 (java) S 22190 22190 21506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445653977 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329046075760 140329577904770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22199] ppid=22190 vsize=15151156 memory=756 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22199/stat : 22199 (java) S 22190 22190 21506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445653978 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329045021728 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22200] ppid=22190 vsize=15151156 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22200/stat : 22200 (java) S 22190 22190 21506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445653978 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329043968880 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22201] ppid=22190 vsize=15151156 memory=7872 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22201/stat : 22201 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445653980 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329042917200 140329577912219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22202] ppid=22190 vsize=15151156 memory=1164 CPUtime=0.33 cores=1,3,5,7
/proc/22192/task/22202/stat : 22202 (java) R 22190 22190 21506 0 -1 4202560 1490 0 0 0 33 0 0 0 20 0 15 0 445653980 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329041852432 140329561280404 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22203] ppid=22190 vsize=15151156 memory=9448 CPUtime=0.35 cores=1,3,5,7
/proc/22192/task/22203/stat : 22203 (java) R 22190 22190 21506 0 -1 4202560 1434 0 0 0 35 0 0 0 20 0 15 0 445653980 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329040805272 140329561392488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22204] ppid=22190 vsize=15151156 memory=14008 CPUtime=0.24 cores=1,3,5,7
/proc/22192/task/22204/stat : 22204 (java) S 22190 22190 21506 0 -1 1077944384 1351 0 0 0 24 0 0 0 20 0 15 0 445653980 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329039759984 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22205] ppid=22190 vsize=15151156 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22205/stat : 22205 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445653981 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329038707424 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22206] ppid=22190 vsize=15151156 memory=11976 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22206/stat : 22206 (java) S 22190 22190 21506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445653981 15514783744 43723 33554432000 4194304 4196468 140732580479312 140329037654704 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 176344 KiB

[startup+1.50086 s]
/proc/loadavg: 8.78 6.48 3.58 8/233 22206
/proc/meminfo: memFree=23481212/32770624 swapFree=66976952/67108860
[pid=22190] ppid=22187 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22190/stat : 22190 (xcsp3-exec) S 22187 22190 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445653975 115843072 363 33554432000 4194304 5098028 140727582947888 140727582945992 140713704948348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20684800 140727582954363 140727582954605 140727582954605 140727582957514 0
/proc/22190/statm: 28282 363 304 221 0 87 0

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

/proc/22192/task/22206/stat : 22206 (java) R 22190 22190 21506 0 -1 1077944384 528 0 0 0 2 2 0 0 20 0 19 0 445653981 15787429888 361172 33554432000 4194304 4196468 140732580479312 140329037654704 140329577904770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22207] ppid=22190 vsize=15417412 memory=1580 CPUtime=105.34 cores=1,3,5,7
/proc/22192/task/22207/stat : 22207 (java) R 22190 22190 21506 0 -1 4202560 656 0 0 0 10534 0 0 0 20 0 19 0 445654240 15787429888 361172 33554432000 4194304 4196468 140732580479312 140329028672264 140329220555894 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22208] ppid=22190 vsize=15417412 memory=6791534058613427641 CPUtime=104.58 cores=1,3,5,7
/proc/22192/task/22208/stat : 22208 (java) R 22190 22190 21506 0 -1 4202560 2492 0 0 0 10454 4 0 0 20 0 19 0 445654240 15787429888 361172 33554432000 4194304 4196468 140732580479312 140329027620416 140329220554060 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22209] ppid=22190 vsize=15417412 memory=984 CPUtime=105.34 cores=1,3,5,7
/proc/22192/task/22209/stat : 22209 (java) R 22190 22190 21506 0 -1 4202560 897 0 0 0 10533 1 0 0 20 0 19 0 445654240 15787429888 361172 33554432000 4194304 4196468 140732580479312 140329026567864 140329220187868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22210] ppid=22190 vsize=15417412 memory=1452 CPUtime=104.59 cores=1,3,5,7
/proc/22192/task/22210/stat : 22210 (java) R 22190 22190 21506 0 -1 4202560 3487 0 0 0 10455 4 0 0 20 0 19 0 445654240 15787429888 361172 33554432000 4194304 4196468 140732580479312 140329025517984 140329220187868 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
Current children cumulated CPU time: 427.35 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1446140 KiB

[startup+110.402 s]
/proc/loadavg: 8.12 6.94 4.07 9/237 22219
/proc/meminfo: memFree=22275132/32770624 swapFree=66976952/67108860
[pid=22190] ppid=22187 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22190/stat : 22190 (xcsp3-exec) S 22187 22190 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445653975 115843072 363 33554432000 4194304 5098028 140727582947888 140727582945992 140713704948348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20684800 140727582954363 140727582954605 140727582954605 140727582957514 0
/proc/22190/statm: 28282 363 304 221 0 87 0
[pid=22192] ppid=22190 vsize=15417412 memory=1444696 CPUtime=433.71 cores=1,3,5,7
/proc/22192/stat : 22192 (java) S 22190 22190 21506 0 -1 1077944320 40737 0 0 0 43289 82 0 0 20 0 19 0 445653975 15787429888 361174 33554432000 4194304 4196468 140732580479312 140732580461856 140329577893623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
/proc/22192/statm: 3854353 361174 3508 1 0 3815453 0
[pid=22192/tid=22193] ppid=22190 vsize=15417412 memory=1564 CPUtime=2.41 cores=1,3,5,7
/proc/22192/task/22193/stat : 22193 (java) S 22190 22190 21506 0 -1 1077944384 9254 0 0 0 231 10 0 0 20 0 19 0 445653975 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329582134400 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22194] ppid=22190 vsize=15417412 memory=928 CPUtime=0.32 cores=1,3,5,7
/proc/22192/task/22194/stat : 22194 (java) S 22190 22190 21506 0 -1 1077944384 423 0 0 0 19 13 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329169902736 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22195] ppid=22190 vsize=15417412 memory=3784 CPUtime=0.33 cores=1,3,5,7
/proc/22192/task/22195/stat : 22195 (java) S 22190 22190 21506 0 -1 1077944384 556 0 0 0 19 14 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329168849936 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22196] ppid=22190 vsize=15417412 memory=1440 CPUtime=0.33 cores=1,3,5,7
/proc/22192/task/22196/stat : 22196 (java) S 22190 22190 21506 0 -1 1077944384 663 0 0 0 19 14 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329167797136 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22197] ppid=22190 vsize=15417412 memory=1444688 CPUtime=0.33 cores=1,3,5,7
/proc/22192/task/22197/stat : 22197 (java) S 22190 22190 21506 0 -1 1077944384 1291 0 0 0 19 14 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329166744336 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22198] ppid=22190 vsize=15417412 memory=1984 CPUtime=0.02 cores=1,3,5,7
/proc/22192/task/22198/stat : 22198 (java) S 22190 22190 21506 0 -1 1077944384 1676 0 0 0 1 1 0 0 20 0 19 0 445653977 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329046075760 140329577904770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22199] ppid=22190 vsize=15417412 memory=2528 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22199/stat : 22199 (java) S 22190 22190 21506 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 445653978 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329045021792 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22200] ppid=22190 vsize=15417412 memory=1764 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22200/stat : 22200 (java) S 22190 22190 21506 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 445653978 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329043968896 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22201] ppid=22190 vsize=15417412 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22201/stat : 22201 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329042917200 140329577912219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22202] ppid=22190 vsize=15417412 memory=804 CPUtime=1.54 cores=1,3,5,7
/proc/22192/task/22202/stat : 22202 (java) S 22190 22190 21506 0 -1 1077944384 6556 0 0 0 153 1 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329041865584 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22203] ppid=22190 vsize=15417412 memory=2004 CPUtime=1.4 cores=1,3,5,7
/proc/22192/task/22203/stat : 22203 (java) S 22190 22190 21506 0 -1 1077944384 5706 0 0 0 139 1 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329040812784 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22204] ppid=22190 vsize=15417412 memory=984 CPUtime=0.67 cores=1,3,5,7
/proc/22192/task/22204/stat : 22204 (java) S 22190 22190 21506 0 -1 1077944384 5188 0 0 0 66 1 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329039759984 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22205] ppid=22190 vsize=15417412 memory=1324 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22205/stat : 22205 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445653981 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329038707424 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22206] ppid=22190 vsize=15417412 memory=780 CPUtime=0.04 cores=1,3,5,7
/proc/22192/task/22206/stat : 22206 (java) S 22190 22190 21506 0 -1 1077944384 528 0 0 0 2 2 0 0 20 0 19 0 445653981 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329037654704 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22207] ppid=22190 vsize=15417412 memory=4088 CPUtime=106.91 cores=1,3,5,7
/proc/22192/task/22207/stat : 22207 (java) R 22190 22190 21506 0 -1 4202560 656 0 0 0 10691 0 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329028672264 140329220187823 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22208] ppid=22190 vsize=15417412 memory=1580 CPUtime=106.17 cores=1,3,5,7
/proc/22192/task/22208/stat : 22208 (java) R 22190 22190 21506 0 -1 4202560 2500 0 0 0 10613 4 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329027620416 140329220555385 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22209] ppid=22190 vsize=15417412 memory=1028 CPUtime=106.94 cores=1,3,5,7
/proc/22192/task/22209/stat : 22209 (java) R 22190 22190 21506 0 -1 4202560 897 0 0 0 10693 1 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329026567864 140329220188772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22210] ppid=22190 vsize=15417412 memory=1444688 CPUtime=106.19 cores=1,3,5,7
/proc/22192/task/22210/stat : 22210 (java) R 22190 22190 21506 0 -1 4202560 3514 0 0 0 10615 4 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329025517984 140329220187607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
Current children cumulated CPU time: 433.71 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1446148 KiB

[startup+111.202 s]
/proc/loadavg: 8.12 6.94 4.07 9/237 22219
/proc/meminfo: memFree=22275132/32770624 swapFree=66976952/67108860
[pid=22190] ppid=22187 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22190/stat : 22190 (xcsp3-exec) S 22187 22190 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445653975 115843072 363 33554432000 4194304 5098028 140727582947888 140727582945992 140713704948348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20684800 140727582954363 140727582954605 140727582954605 140727582957514 0
/proc/22190/statm: 28282 363 304 221 0 87 0
[pid=22192] ppid=22190 vsize=15417412 memory=1444696 CPUtime=436.9 cores=1,3,5,7
/proc/22192/stat : 22192 (java) S 22190 22190 21506 0 -1 1077944320 40751 0 0 0 43608 82 0 0 20 0 19 0 445653975 15787429888 361174 33554432000 4194304 4196468 140732580479312 140732580461856 140329577893623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
/proc/22192/statm: 3854353 361174 3508 1 0 3815453 0
[pid=22192/tid=22193] ppid=22190 vsize=15417412 memory=6791534058613427641 CPUtime=2.41 cores=1,3,5,7
/proc/22192/task/22193/stat : 22193 (java) S 22190 22190 21506 0 -1 1077944384 9254 0 0 0 231 10 0 0 20 0 19 0 445653975 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329582134400 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22194] ppid=22190 vsize=15417412 memory=1164 CPUtime=0.32 cores=1,3,5,7
/proc/22192/task/22194/stat : 22194 (java) S 22190 22190 21506 0 -1 1077944384 423 0 0 0 19 13 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329169902736 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22195] ppid=22190 vsize=15417412 memory=9448 CPUtime=0.33 cores=1,3,5,7
/proc/22192/task/22195/stat : 22195 (java) S 22190 22190 21506 0 -1 1077944384 556 0 0 0 19 14 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329168849936 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22196] ppid=22190 vsize=15417412 memory=14008 CPUtime=0.33 cores=1,3,5,7
/proc/22192/task/22196/stat : 22196 (java) S 22190 22190 21506 0 -1 1077944384 663 0 0 0 19 14 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329167797136 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22197] ppid=22190 vsize=15417412 memory=2120 CPUtime=0.33 cores=1,3,5,7
/proc/22192/task/22197/stat : 22197 (java) S 22190 22190 21506 0 -1 1077944384 1291 0 0 0 19 14 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329166744336 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22198] ppid=22190 vsize=15417412 memory=11976 CPUtime=0.02 cores=1,3,5,7
/proc/22192/task/22198/stat : 22198 (java) S 22190 22190 21506 0 -1 1077944384 1676 0 0 0 1 1 0 0 20 0 19 0 445653977 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329046075760 140329577904770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22199] ppid=22190 vsize=15417412 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22199/stat : 22199 (java) S 22190 22190 21506 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 445653978 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329045021792 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22200] ppid=22190 vsize=15417412 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22200/stat : 22200 (java) S 22190 22190 21506 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 445653978 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329043968896 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22201] ppid=22190 vsize=15417412 memory=984 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22201/stat : 22201 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329042917200 140329577912219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22202] ppid=22190 vsize=15417412 memory=1324 CPUtime=1.54 cores=1,3,5,7
/proc/22192/task/22202/stat : 22202 (java) S 22190 22190 21506 0 -1 1077944384 6556 0 0 0 153 1 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329041865584 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22203] ppid=22190 vsize=15417412 memory=780 CPUtime=1.4 cores=1,3,5,7
/proc/22192/task/22203/stat : 22203 (java) S 22190 22190 21506 0 -1 1077944384 5706 0 0 0 139 1 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329040812784 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22204] ppid=22190 vsize=15417412 memory=4088 CPUtime=0.67 cores=1,3,5,7
/proc/22192/task/22204/stat : 22204 (java) S 22190 22190 21506 0 -1 1077944384 5188 0 0 0 66 1 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329039759984 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22205] ppid=22190 vsize=15417412 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22205/stat : 22205 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445653981 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329038707424 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22206] ppid=22190 vsize=15417412 memory=1028 CPUtime=0.04 cores=1,3,5,7
/proc/22192/task/22206/stat : 22206 (java) S 22190 22190 21506 0 -1 1077944384 528 0 0 0 2 2 0 0 20 0 19 0 445653981 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329037654704 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22207] ppid=22190 vsize=15417412 memory=1060 CPUtime=107.69 cores=1,3,5,7
/proc/22192/task/22207/stat : 22207 (java) R 22190 22190 21506 0 -1 4202560 656 0 0 0 10769 0 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329028672264 140329220187424 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22208] ppid=22190 vsize=15417412 memory=2828 CPUtime=106.97 cores=1,3,5,7
/proc/22192/task/22208/stat : 22208 (java) R 22190 22190 21506 0 -1 4202560 2506 0 0 0 10693 4 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329027620416 140329220188720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22209] ppid=22190 vsize=15417412 memory=756 CPUtime=107.74 cores=1,3,5,7
/proc/22192/task/22209/stat : 22209 (java) R 22190 22190 21506 0 -1 4202560 897 0 0 0 10773 1 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329026567864 140329220554468 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22210] ppid=22190 vsize=15417412 memory=1548 CPUtime=106.99 cores=1,3,5,7
/proc/22192/task/22210/stat : 22210 (java) R 22190 22190 21506 0 -1 4202560 3522 0 0 0 10695 4 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329025516104 140329220554297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
Current children cumulated CPU time: 436.9 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1446148 KiB

[startup+111.401 s]
/proc/loadavg: 8.12 6.94 4.07 9/237 22219
/proc/meminfo: memFree=22275132/32770624 swapFree=66976952/67108860
[pid=22190] ppid=22187 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/22190/stat : 22190 (xcsp3-exec) S 22187 22190 21506 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445653975 115843072 363 33554432000 4194304 5098028 140727582947888 140727582945992 140713704948348 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20684800 140727582954363 140727582954605 140727582954605 140727582957514 0
/proc/22190/statm: 28282 363 304 221 0 87 0
[pid=22192] ppid=22190 vsize=15417412 memory=1444696 CPUtime=437.69 cores=1,3,5,7
/proc/22192/stat : 22192 (java) S 22190 22190 21506 0 -1 1077944320 40752 0 0 0 43687 82 0 0 20 0 19 0 445653975 15787429888 361174 33554432000 4194304 4196468 140732580479312 140732580461856 140329577893623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
/proc/22192/statm: 3854353 361174 3508 1 0 3815453 0
[pid=22192/tid=22193] ppid=22190 vsize=15417412 memory=1564 CPUtime=2.41 cores=1,3,5,7
/proc/22192/task/22193/stat : 22193 (java) S 22190 22190 21506 0 -1 1077944384 9254 0 0 0 231 10 0 0 20 0 19 0 445653975 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329582134400 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22194] ppid=22190 vsize=15417412 memory=928 CPUtime=0.32 cores=1,3,5,7
/proc/22192/task/22194/stat : 22194 (java) S 22190 22190 21506 0 -1 1077944384 423 0 0 0 19 13 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329169902736 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22195] ppid=22190 vsize=15417412 memory=3784 CPUtime=0.33 cores=1,3,5,7
/proc/22192/task/22195/stat : 22195 (java) S 22190 22190 21506 0 -1 1077944384 556 0 0 0 19 14 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329168849936 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22196] ppid=22190 vsize=15417412 memory=1440 CPUtime=0.33 cores=1,3,5,7
/proc/22192/task/22196/stat : 22196 (java) S 22190 22190 21506 0 -1 1077944384 663 0 0 0 19 14 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329167797136 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22197] ppid=22190 vsize=15417412 memory=904 CPUtime=0.33 cores=1,3,5,7
/proc/22192/task/22197/stat : 22197 (java) S 22190 22190 21506 0 -1 1077944384 1291 0 0 0 19 14 0 0 20 0 19 0 445653976 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329166744336 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22198] ppid=22190 vsize=15417412 memory=1984 CPUtime=0.02 cores=1,3,5,7
/proc/22192/task/22198/stat : 22198 (java) S 22190 22190 21506 0 -1 1077944384 1676 0 0 0 1 1 0 0 20 0 19 0 445653977 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329046075760 140329577904770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22199] ppid=22190 vsize=15417412 memory=2528 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22199/stat : 22199 (java) S 22190 22190 21506 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 19 0 445653978 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329045021792 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22200] ppid=22190 vsize=15417412 memory=1764 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22200/stat : 22200 (java) S 22190 22190 21506 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 19 0 445653978 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329043968896 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22201] ppid=22190 vsize=15417412 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22201/stat : 22201 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329042917200 140329577912219 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22202] ppid=22190 vsize=15417412 memory=804 CPUtime=1.54 cores=1,3,5,7
/proc/22192/task/22202/stat : 22202 (java) S 22190 22190 21506 0 -1 1077944384 6556 0 0 0 153 1 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329041865584 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22203] ppid=22190 vsize=15417412 memory=4104 CPUtime=1.4 cores=1,3,5,7
/proc/22192/task/22203/stat : 22203 (java) S 22190 22190 21506 0 -1 1077944384 5706 0 0 0 139 1 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329040812784 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22204] ppid=22190 vsize=15417412 memory=1804 CPUtime=0.67 cores=1,3,5,7
/proc/22192/task/22204/stat : 22204 (java) S 22190 22190 21506 0 -1 1077944384 5188 0 0 0 66 1 0 0 20 0 19 0 445653980 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329039759984 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22205] ppid=22190 vsize=15417412 memory=920 CPUtime=0 cores=1,3,5,7
/proc/22192/task/22205/stat : 22205 (java) S 22190 22190 21506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445653981 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329038707424 140329577903829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22206] ppid=22190 vsize=15417412 memory=3848 CPUtime=0.04 cores=1,3,5,7
/proc/22192/task/22206/stat : 22206 (java) S 22190 22190 21506 0 -1 1077944384 528 0 0 0 2 2 0 0 20 0 19 0 445653981 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329037654704 140329577904770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22207] ppid=22190 vsize=15417412 memory=2300 CPUtime=107.89 cores=1,3,5,7
/proc/22192/task/22207/stat : 22207 (java) R 22190 22190 21506 0 -1 4202560 656 0 0 0 10789 0 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329028672264 140329220269904 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22208] ppid=22190 vsize=15417412 memory=1452 CPUtime=107.17 cores=1,3,5,7
/proc/22192/task/22208/stat : 22208 (java) R 22190 22190 21506 0 -1 4202560 2506 0 0 0 10713 4 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329027620416 140329220553948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22209] ppid=22190 vsize=15417412 memory=1444696 CPUtime=107.94 cores=1,3,5,7
/proc/22192/task/22209/stat : 22209 (java) R 22190 22190 21506 0 -1 4202560 897 0 0 0 10793 1 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329026567864 140329220554297 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
[pid=22192/tid=22210] ppid=22190 vsize=15417412 memory=1628 CPUtime=107.19 cores=1,3,5,7
/proc/22192/task/22210/stat : 22210 (java) R 22190 22190 21506 0 -1 4202560 3523 0 0 0 10715 4 0 0 20 0 19 0 445654240 15787429888 361174 33554432000 4194304 4196468 140732580479312 140329025516104 140329221237171 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38731776 140732580484079 140732580484250 140732580484250 140732580487119 0
Current children cumulated CPU time: 437.69 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 1446148 KiB

Child status: 0
Real time (s): 111.446
CPU time (s): 437.851
CPU user time (s): 437.013
CPU system time (s): 0.838558
CPU usage (%): 392.881
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 1446148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 437.013
system time used= 0.838558
maximum resident set size= 1444716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42185
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5142
involuntary context switches= 9045


# summary of solver processes directly reported to runsolver:
#   pid: 22190
#   total CPU time (s): 437.851
#   total CPU user time (s): 437.013
#   total CPU system time (s): 0.838558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.787873 second user time and 1.30633 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-17 06:17:51
IDJOB=4399080
IDBENCH=121537
IDSOLVER=2853
FILE ID=node121/4399080-1568693913
RUNJOBID= node121-1568693400-21538
PBS_JOBID= 21703800
Free space on /tmp= 61380 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Random/Random-RB-3-24-24f/rand-3-24-24-76-632f-49.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-4399080-1568693913/watcher-4399080-1568693913 -o /tmp/evaluation-result-4399080-1568693913/solver-4399080-1568693913 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node121-1568693400-21538 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 546186515 HOME/instance-4399080-1568693913.xml

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

MD5SUM BENCH= eb1071698302cc934647f3ac3e5db9c3
RANDOM SEED=546186515

node121.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.75
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.75
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.75
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.75
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:        23712152 kB
MemAvailable:   23918404 kB
Buffers:           56596 kB
Cached:           447720 kB
SwapCached:        10660 kB
Active:          8206416 kB
Inactive:         301220 kB
Active(anon):    7993636 kB
Inactive(anon):    42060 kB
Active(file):     212780 kB
Inactive(file):   259160 kB
Unevictable:      109148 kB
Mlocked:          109148 kB
SwapTotal:      67108860 kB
SwapFree:       66976952 kB
Dirty:             29292 kB
Writeback:             0 kB
AnonPages:       8063556 kB
Mapped:            55124 kB
Shmem:             23756 kB
Slab:             129996 kB
SReclaimable:     100292 kB
SUnreclaim:        29704 kB
KernelStack:        3728 kB
PageTables:        21604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   11014172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7653376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61352 MiB
End job on node121 at 2019-09-17 06:19:43