Trace number 4394506

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelOPT0 11.9079 2.61374

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-07.xml
MD5SUM7aff4fe352a8c3fb8c4e8479cd8d4369
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark44.8839
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints64
Number of domains2
Minimum domain size2
Maximum domain size49
Distribution of domain sizes[{"size":2,"count":15},{"size":49,"count":50}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":32},{"degree":4,"count":15},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity49
Distribution of constraint arities[{"arity":2,"count":48},{"arity":3,"count":15},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints63
Distribution of constraint types[{"type":"intension","count":63},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394506-1568431439.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4394506-1568431439.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
5.74/1.75	c solve instance...
11.56/2.57	o 0 
11.56/2.57	s OPTIMUM FOUND
11.56/2.57	v <instantiation>
11.56/2.57	v 	<list>q 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] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14] </list>
11.56/2.57	v 	<values>18 6 11 24 19 32 47 34 39 48 33 46 41 26 31 44 35 30 21 36 45 40 27 12 3 8 17 22 37 42 29 14 23 28 43 38 25 20 5 10 1 16 7 2 15 0 9 4 13 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
11.56/2.57	v </instantiation>

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394506-1568431439/watcher-4394506-1568431439 -o /tmp/evaluation-result-4394506-1568431439/solver-4394506-1568431439 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1323945801-11979 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1158718163 HOME/instance-4394506-1568431439.xml 

running on 8 cores: 0-7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=12308, runsolver pid=12305
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 7.92 6.34 5.74 2/213 12329
/proc/meminfo: memFree=28234416/32770688 swapFree=66919992/67108860
[pid=12308] ppid=12305 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12308/stat : 12308 (xcsp3-exec) S 12305 12308 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419150227 115843072 364 33554432000 4194304 5098028 140722763397040 140722763395144 139694927245948 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9641984 140722763404149 140722763404393 140722763404393 140722763407306 0
/proc/12308/statm: 28282 364 305 221 0 87 0
[pid=12310] ppid=12308 vsize=28227388 memory=28856 CPUtime=0.12 cores=0-7
/proc/12310/stat : 12310 (java) S 12308 12308 11952 0 -1 1077944320 5665 0 0 0 11 1 0 0 20 0 20 0 419150227 28904845312 7214 33554432000 4194304 4196468 140729303560784 140729303543328 139778567888631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
/proc/12310/statm: 7056847 7214 3147 1 0 7019032 0
[pid=12310/tid=12311] ppid=12308 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/12310/task/12311/stat : 12311 (java) R 12308 12308 11952 0 -1 4202560 3565 0 0 0 8 1 0 0 20 0 20 0 419150227 28904845312 7214 33554432000 4194304 4196468 140729303560784 139778572118048 139778551932261 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12312] ppid=12308 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/12310/task/12312/stat : 12312 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 7214 33554432000 4194304 4196468 140729303560784 139778520508816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12313] ppid=12308 vsize=28227388 memory=139687516997248 CPUtime=0 cores=0-7
/proc/12310/task/12313/stat : 12313 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 7214 33554432000 4194304 4196468 140729303560784 139778519456016 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12314] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12314/stat : 12314 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 7214 33554432000 4194304 4196468 140729303560784 139778518403728 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12315] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12315/stat : 12315 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 7214 33554432000 4194304 4196468 140729303560784 139778517350928 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12316] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12316/stat : 12316 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 7214 33554432000 4194304 4196468 140729303560784 139778516298640 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12317] ppid=12308 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12310/task/12317/stat : 12317 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 7214 33554432000 4194304 4196468 140729303560784 139778515245840 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12318] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12318/stat : 12318 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 7214 33554432000 4194304 4196468 140729303560784 139778514193552 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12319] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12319/stat : 12319 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 7214 33554432000 4194304 4196468 140729303560784 139778513140752 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12320] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12320/stat : 12320 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150230 28904845312 7214 33554432000 4194304 4196468 140729303560784 139777165830256 139778567899778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12321] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12321/stat : 12321 (java) S 12308 12308 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419150230 28904845312 7214 33554432000 4194304 4196468 140729303560784 139777164776224 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12322] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12322/stat : 12322 (java) S 12308 12308 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419150231 28904845312 7214 33554432000 4194304 4196468 140729303560784 139777163723888 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12323] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12323/stat : 12323 (java) S 12308 12308 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419150233 28904845312 7214 33554432000 4194304 4196468 140729303560784 139777162672208 139778567907227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12324] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12324/stat : 12324 (java) S 12308 12308 11952 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 419150233 28904845312 7214 33554432000 4194304 4196468 140729303560784 139777161620080 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12325] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12325/stat : 12325 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150233 28904845312 7214 33554432000 4194304 4196468 140729303560784 139777093396976 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12326] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12326/stat : 12326 (java) S 12308 12308 11952 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 20 0 419150233 28904845312 7214 33554432000 4194304 4196468 140729303560784 139777092344688 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12327] ppid=12308 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/12310/task/12327/stat : 12327 (java) R 12308 12308 11952 0 -1 4202560 357 0 0 0 1 0 0 0 20 0 20 0 419150233 28904845312 7214 33554432000 4194304 4196468 140729303560784 139777091289424 139778567909978 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12328] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12328/stat : 12328 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150233 28904845312 7214 33554432000 4194304 4196468 140729303560784 139777090238816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12329] ppid=12308 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12310/task/12329/stat : 12329 (java) S 12308 12308 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419150234 28904845312 7214 33554432000 4194304 4196468 140729303560784 139777089186096 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30312 KiB

[startup+0.211576 s]*
/proc/loadavg: 7.92 6.34 5.74 3/213 12329
/proc/meminfo: memFree=28220996/32770688 swapFree=66919992/67108860
[pid=12308] ppid=12305 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12308/stat : 12308 (xcsp3-exec) S 12305 12308 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419150227 115843072 364 33554432000 4194304 5098028 140722763397040 140722763395144 139694927245948 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9641984 140722763404149 140722763404393 140722763404393 140722763407306 0
/proc/12308/statm: 28282 364 305 221 0 87 0
[pid=12310] ppid=12308 vsize=28227388 memory=40544 CPUtime=0.33 cores=0-7
/proc/12310/stat : 12310 (java) S 12308 12308 11952 0 -1 1077944320 9429 0 0 0 30 3 0 0 20 0 20 0 419150227 28904845312 10136 33554432000 4194304 4196468 140729303560784 140729303543328 139778567888631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
/proc/12310/statm: 7056847 10136 3286 1 0 7019032 0
[pid=12310/tid=12311] ppid=12308 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/12310/task/12311/stat : 12311 (java) R 12308 12308 11952 0 -1 4202560 6558 0 0 0 18 2 0 0 20 0 20 0 419150227 28904845312 10136 33554432000 4194304 4196468 140729303560784 139778572124112 139778567900566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12312] ppid=12308 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/12310/task/12312/stat : 12312 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 10136 33554432000 4194304 4196468 140729303560784 139778520508816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12313] ppid=12308 vsize=28227388 memory=139687517009341 CPUtime=0 cores=0-7
/proc/12310/task/12313/stat : 12313 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 10136 33554432000 4194304 4196468 140729303560784 139778519456016 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12314] ppid=12308 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12310/task/12314/stat : 12314 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 10136 33554432000 4194304 4196468 140729303560784 139778518403728 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12315] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12315/stat : 12315 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 10136 33554432000 4194304 4196468 140729303560784 139778517350928 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12316] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12316/stat : 12316 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 10136 33554432000 4194304 4196468 140729303560784 139778516298640 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12317] ppid=12308 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12310/task/12317/stat : 12317 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 10136 33554432000 4194304 4196468 140729303560784 139778515245840 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12318] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12318/stat : 12318 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 10136 33554432000 4194304 4196468 140729303560784 139778514193552 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12319] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12319/stat : 12319 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28904845312 10136 33554432000 4194304 4196468 140729303560784 139778513140752 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12320] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12320/stat : 12320 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150230 28904845312 10136 33554432000 4194304 4196468 140729303560784 139777165830256 139778567899778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12321] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12321/stat : 12321 (java) S 12308 12308 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419150230 28904845312 10136 33554432000 4194304 4196468 140729303560784 139777164776224 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12322] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12322/stat : 12322 (java) S 12308 12308 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419150231 28904845312 10136 33554432000 4194304 4196468 140729303560784 139777163723888 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12323] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12323/stat : 12323 (java) S 12308 12308 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419150233 28904845312 10136 33554432000 4194304 4196468 140729303560784 139777162672208 139778567907227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12324] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12324/stat : 12324 (java) S 12308 12308 11952 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 20 0 419150233 28904845312 10136 33554432000 4194304 4196468 140729303560784 139777161620080 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12325] ppid=12308 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/12310/task/12325/stat : 12325 (java) S 12308 12308 11952 0 -1 1077944384 261 0 0 0 2 0 0 0 20 0 20 0 419150233 28904845312 10136 33554432000 4194304 4196468 140729303560784 139777093396976 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12326] ppid=12308 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/12310/task/12326/stat : 12326 (java) S 12308 12308 11952 0 -1 1077944384 422 0 0 0 1 0 0 0 20 0 20 0 419150233 28904845312 10136 33554432000 4194304 4196468 140729303560784 139777092344688 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12327] ppid=12308 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/12310/task/12327/stat : 12327 (java) R 12308 12308 11952 0 -1 4202560 787 0 0 0 7 0 0 0 20 0 20 0 419150233 28904845312 10136 33554432000 4194304 4196468 140729303560784 139777091291888 139778546408769 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12328] ppid=12308 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12328/stat : 12328 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150233 28904845312 10136 33554432000 4194304 4196468 140729303560784 139777090238816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12329] ppid=12308 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12310/task/12329/stat : 12329 (java) S 12308 12308 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419150234 28904845312 10136 33554432000 4194304 4196468 140729303560784 139777089186096 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42000 KiB

[startup+0.311386 s]*
/proc/loadavg: 7.92 6.34 5.74 4/213 12329
/proc/meminfo: memFree=28216032/32770688 swapFree=66919992/67108860
[pid=12308] ppid=12305 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12308/stat : 12308 (xcsp3-exec) S 12305 12308 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419150227 115843072 364 33554432000 4194304 5098028 140722763397040 140722763395144 139694927245948 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9641984 140722763404149 140722763404393 140722763404393 140722763407306 0
/proc/12308/statm: 28282 364 305 221 0 87 0
[pid=12310] ppid=12308 vsize=28231644 memory=46612 CPUtime=0.52 cores=0-7
/proc/12310/stat : 12310 (java) S 12308 12308 11952 0 -1 1077944320 10542 0 0 0 48 4 0 0 20 0 20 0 419150227 28909203456 11653 33554432000 4194304 4196468 140729303560784 140729303543328 139778567888631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
/proc/12310/statm: 7057911 11653 3309 1 0 7019032 0
[pid=12310/tid=12311] ppid=12308 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/12310/task/12311/stat : 12311 (java) R 12308 12308 11952 0 -1 4202560 7546 0 0 0 27 3 0 0 20 0 20 0 419150227 28909203456 11653 33554432000 4194304 4196468 140729303560784 139778572101184 139778551969118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12312] ppid=12308 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12312/stat : 12312 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28909203456 11653 33554432000 4194304 4196468 140729303560784 139778520508816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12313] ppid=12308 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12313/stat : 12313 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28909203456 11653 33554432000 4194304 4196468 140729303560784 139778519456016 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12314] ppid=12308 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12314/stat : 12314 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150228 28909203456 11653 33554432000 4194304 4196468 140729303560784 139778518403728 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12315] ppid=12308 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12315/stat : 12315 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28909203456 11653 33554432000 4194304 4196468 140729303560784 139778517350928 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12316] ppid=12308 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12316/stat : 12316 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28909203456 11653 33554432000 4194304 4196468 140729303560784 139778516298640 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12317] ppid=12308 vsize=28231644 memory=139687368944303 CPUtime=0 cores=0-7
/proc/12310/task/12317/stat : 12317 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28909203456 11718 33554432000 4194304 4196468 140729303560784 139778515245840 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12318] ppid=12308 vsize=28231644 memory=139687368946608 CPUtime=0 cores=0-7
/proc/12310/task/12318/stat : 12318 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28909203456 11718 33554432000 4194304 4196468 140729303560784 139778514193552 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12319] ppid=12308 vsize=28231644 memory=139687368948912 CPUtime=0 cores=0-7
/proc/12310/task/12319/stat : 12319 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28909203456 11718 33554432000 4194304 4196468 140729303560784 139778513140752 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12320] ppid=12308 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12320/stat : 12320 (java) S 12308 12308 11952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419150230 28909203456 11718 33554432000 4194304 4196468 140729303560784 139777165830256 139778567899778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12321] ppid=12308 vsize=28231644 memory=279374737911696 CPUtime=0 cores=0-7
/proc/12310/task/12321/stat : 12321 (java) S 12308 12308 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419150230 28909203456 11718 33554432000 4194304 4196468 140729303560784 139777164776224 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12322] ppid=12308 vsize=28231644 memory=279374737909392 CPUtime=0 cores=0-7
/proc/12310/task/12322/stat : 12322 (java) S 12308 12308 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419150231 28909203456 11718 33554432000 4194304 4196468 140729303560784 139777163723888 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12323] ppid=12308 vsize=28231644 memory=279374737916304 CPUtime=0 cores=0-7
/proc/12310/task/12323/stat : 12323 (java) S 12308 12308 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419150233 28909203456 11718 33554432000 4194304 4196468 140729303560784 139777162672208 139778567907227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12324] ppid=12308 vsize=28231644 memory=279374737857584 CPUtime=0.01 cores=0-7
/proc/12310/task/12324/stat : 12324 (java) S 12308 12308 11952 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 419150233 28909203456 11718 33554432000 4194304 4196468 140729303560784 139777161620080 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12325] ppid=12308 vsize=28231644 memory=279374737930128 CPUtime=0.03 cores=0-7
/proc/12310/task/12325/stat : 12325 (java) S 12308 12308 11952 0 -1 1077944384 267 0 0 0 3 0 0 0 20 0 20 0 419150233 28909203456 11718 33554432000 4194304 4196468 140729303560784 139777093396976 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12326] ppid=12308 vsize=28231644 memory=279374737937040 CPUtime=0.02 cores=0-7
/proc/12310/task/12326/stat : 12326 (java) S 12308 12308 11952 0 -1 1077944384 428 0 0 0 2 0 0 0 20 0 20 0 419150233 28909203456 11718 33554432000 4194304 4196468 140729303560784 139777092344688 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12327] ppid=12308 vsize=28231644 memory=279374737934736 CPUtime=0.13 cores=0-7
/proc/12310/task/12327/stat : 12327 (java) S 12308 12308 11952 0 -1 1077944384 889 0 0 0 13 0 0 0 20 0 20 0 419150233 28909203456 11718 33554432000 4194304 4196468 140729303560784 139777091291888 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12328] ppid=12308 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12328/stat : 12328 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150233 28909203456 11718 33554432000 4194304 4196468 140729303560784 139777090238816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12329] ppid=12308 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/12310/task/12329/stat : 12329 (java) S 12308 12308 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419150234 28909203456 11718 33554432000 4194304 4196468 140729303560784 139777089186096 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48068 KiB

[startup+0.701026 s]
/proc/loadavg: 7.92 6.34 5.74 5/213 12329
/proc/meminfo: memFree=28205512/32770688 swapFree=66919992/67108860
[pid=12308] ppid=12305 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12308/stat : 12308 (xcsp3-exec) S 12305 12308 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419150227 115843072 364 33554432000 4194304 5098028 140722763397040 140722763395144 139694927245948 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9641984 140722763404149 140722763404393 140722763404393 140722763407306 0
/proc/12308/statm: 28282 364 305 221 0 87 0
[pid=12310] ppid=12308 vsize=28233768 memory=90564 CPUtime=1.78 cores=0-7
/proc/12310/stat : 12310 (java) S 12308 12308 11952 0 -1 1077944320 18062 0 0 0 172 6 0 0 20 0 20 0 419150227 28911378432 22641 33554432000 4194304 4196468 140729303560784 140729303543328 139778567888631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
/proc/12310/statm: 7058442 22641 3448 1 0 7019544 0
[pid=12310/tid=12311] ppid=12308 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/12310/task/12311/stat : 12311 (java) R 12308 12308 11952 0 -1 4202560 8808 0 0 0 64 3 0 0 20 0 20 0 419150227 28911378432 22641 33554432000 4194304 4196468 140729303560784 139778572126384 139778186902832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12312] ppid=12308 vsize=28233768 memory=139687369155440 CPUtime=0 cores=0-7
/proc/12310/task/12312/stat : 12312 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28911378432 22641 33554432000 4194304 4196468 140729303560784 139778520508816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12313] ppid=12308 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12313/stat : 12313 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28911378432 22641 33554432000 4194304 4196468 140729303560784 139778519456016 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12314] ppid=12308 vsize=28233768 memory=1176 CPUtime=0 cores=0-7
/proc/12310/task/12314/stat : 12314 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150228 28911378432 22641 33554432000 4194304 4196468 140729303560784 139778518403728 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0

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

[pid=12310/tid=12320] ppid=12308 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12320/stat : 12320 (java) S 12308 12308 11952 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 419150230 28911378432 49626 33554432000 4194304 4196468 140729303560784 139777165830256 139778567899778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12321] ppid=12308 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12321/stat : 12321 (java) S 12308 12308 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419150230 28911378432 49626 33554432000 4194304 4196468 140729303560784 139777164776224 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12322] ppid=12308 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12322/stat : 12322 (java) S 12308 12308 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419150231 28911378432 49626 33554432000 4194304 4196468 140729303560784 139777163723888 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12323] ppid=12308 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12323/stat : 12323 (java) S 12308 12308 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419150233 28911378432 49626 33554432000 4194304 4196468 140729303560784 139777162672208 139778567907227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12324] ppid=12308 vsize=28233768 memory=6655300316396806240 CPUtime=0.92 cores=0-7
/proc/12310/task/12324/stat : 12324 (java) R 12308 12308 11952 0 -1 4202560 3834 0 0 0 91 1 0 0 20 0 20 0 419150233 28911378432 49626 33554432000 4194304 4196468 140729303560784 139777161601096 139778548610631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12325] ppid=12308 vsize=28233768 memory=6944656592455088490 CPUtime=1.02 cores=0-7
/proc/12310/task/12325/stat : 12325 (java) R 12308 12308 11952 0 -1 4202560 11366 0 0 0 100 2 0 0 20 0 20 0 419150233 28911378432 49626 33554432000 4194304 4196468 140729303560784 139777093377920 139778551389014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12326] ppid=12308 vsize=28233768 memory=6791534058613427641 CPUtime=0.94 cores=0-7
/proc/12310/task/12326/stat : 12326 (java) S 12308 12308 11952 0 -1 1077944384 6125 0 0 0 93 1 0 0 20 0 20 0 419150233 28911378432 49626 33554432000 4194304 4196468 140729303560784 139777092344688 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12327] ppid=12308 vsize=28233768 memory=5787213827046336593 CPUtime=0.54 cores=0-7
/proc/12310/task/12327/stat : 12327 (java) R 12308 12308 11952 0 -1 4202560 4074 0 0 0 53 1 0 0 20 0 20 0 419150233 28911378432 49626 33554432000 4194304 4196468 140729303560784 139777091288256 139778553054224 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12328] ppid=12308 vsize=28233768 memory=5787213827163908199 CPUtime=0 cores=0-7
/proc/12310/task/12328/stat : 12328 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150233 28911378432 49626 33554432000 4194304 4196468 140729303560784 139777090238816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12329] ppid=12308 vsize=28233768 memory=7007706849797499217 CPUtime=0 cores=0-7
/proc/12310/task/12329/stat : 12329 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150234 28911378432 49626 33554432000 4194304 4196468 140729303560784 139777089186096 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 199960 KiB

[startup+2.61364 s]
# the end of solver process 12308 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=11.7036 s, system=0.20429 s

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

[startup+1.60109 s]
/proc/loadavg: 7.60 6.30 5.73 5/213 12329
/proc/meminfo: memFree=28134632/32770688 swapFree=66919992/67108860
[pid=12308] ppid=12305 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12308/stat : 12308 (xcsp3-exec) S 12305 12308 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419150227 115843072 364 33554432000 4194304 5098028 140722763397040 140722763395144 139694927245948 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9641984 140722763404149 140722763404393 140722763404393 140722763407306 0
/proc/12308/statm: 28282 364 305 221 0 87 0
[pid=12310] ppid=12308 vsize=28233768 memory=210988 CPUtime=5.35 cores=0-7
/proc/12310/stat : 12310 (java) S 12308 12308 11952 0 -1 1077944320 36396 0 0 0 522 13 0 0 20 0 20 0 419150227 28911378432 52747 33554432000 4194304 4196468 140729303560784 140729303543328 139778567888631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
/proc/12310/statm: 7058442 52747 3462 1 0 7019544 0
[pid=12310/tid=12311] ppid=12308 vsize=28233768 memory=7588672301239918656 CPUtime=1.58 cores=0-7
/proc/12310/task/12311/stat : 12311 (java) R 12308 12308 11952 0 -1 4202560 9537 0 0 0 152 6 0 0 20 0 20 0 419150227 28911378432 52747 33554432000 4194304 4196468 140729303560784 139778572122624 139778185074448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12312] ppid=12308 vsize=28233768 memory=7595996225387588968 CPUtime=0 cores=0-7
/proc/12310/task/12312/stat : 12312 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28911378432 52747 33554432000 4194304 4196468 140729303560784 139778520508816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12313] ppid=12308 vsize=28233768 memory=6935649255759568960 CPUtime=0 cores=0-7
/proc/12310/task/12313/stat : 12313 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28911378432 52747 33554432000 4194304 4196468 140729303560784 139778519456016 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12314] ppid=12308 vsize=28233768 memory=3624 CPUtime=0 cores=0-7
/proc/12310/task/12314/stat : 12314 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150228 28911378432 52747 33554432000 4194304 4196468 140729303560784 139778518403728 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12315] ppid=12308 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12315/stat : 12315 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28911378432 52747 33554432000 4194304 4196468 140729303560784 139778517350928 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12316] ppid=12308 vsize=28233768 memory=139687369173664 CPUtime=0 cores=0-7
/proc/12310/task/12316/stat : 12316 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28911378432 52747 33554432000 4194304 4196468 140729303560784 139778516298640 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12317] ppid=12308 vsize=28233768 memory=139687369173760 CPUtime=0 cores=0-7
/proc/12310/task/12317/stat : 12317 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28911378432 52747 33554432000 4194304 4196468 140729303560784 139778515245840 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12318] ppid=12308 vsize=28233768 memory=139687369173856 CPUtime=0 cores=0-7
/proc/12310/task/12318/stat : 12318 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28911378432 52747 33554432000 4194304 4196468 140729303560784 139778514193552 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12319] ppid=12308 vsize=28233768 memory=139687369173952 CPUtime=0 cores=0-7
/proc/12310/task/12319/stat : 12319 (java) S 12308 12308 11952 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419150228 28911378432 52747 33554432000 4194304 4196468 140729303560784 139778513140752 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12320] ppid=12308 vsize=28233768 memory=139687369174048 CPUtime=0 cores=0-7
/proc/12310/task/12320/stat : 12320 (java) S 12308 12308 11952 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 419150230 28911378432 52747 33554432000 4194304 4196468 140729303560784 139777165830256 139778567899778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12321] ppid=12308 vsize=28233768 memory=279374738294208 CPUtime=0 cores=0-7
/proc/12310/task/12321/stat : 12321 (java) S 12308 12308 11952 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419150230 28911378432 52747 33554432000 4194304 4196468 140729303560784 139777164776224 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12322] ppid=12308 vsize=28233768 memory=288230591755977018 CPUtime=0 cores=0-7
/proc/12310/task/12322/stat : 12322 (java) S 12308 12308 11952 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419150231 28911378432 52747 33554432000 4194304 4196468 140729303560784 139777163723888 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12323] ppid=12308 vsize=28233768 memory=13563791027735092 CPUtime=0 cores=0-7
/proc/12310/task/12323/stat : 12323 (java) S 12308 12308 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419150233 28911378432 52747 33554432000 4194304 4196468 140729303560784 139777162672208 139778567907227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12324] ppid=12308 vsize=28233768 memory=0 CPUtime=1.02 cores=0-7
/proc/12310/task/12324/stat : 12324 (java) R 12308 12308 11952 0 -1 4202560 3834 0 0 0 101 1 0 0 20 0 20 0 419150233 28911378432 52747 33554432000 4194304 4196468 140729303560784 139777161601096 139778548610718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12325] ppid=12308 vsize=28233768 memory=0 CPUtime=1.12 cores=0-7
/proc/12310/task/12325/stat : 12325 (java) R 12308 12308 11952 0 -1 4202560 11387 0 0 0 110 2 0 0 20 0 20 0 419150233 28911378432 52747 33554432000 4194304 4196468 140729303560784 139777093383312 139778549408306 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12326] ppid=12308 vsize=28233768 memory=0 CPUtime=1.03 cores=0-7
/proc/12310/task/12326/stat : 12326 (java) R 12308 12308 11952 0 -1 4202560 6173 0 0 0 102 1 0 0 20 0 20 0 419150233 28911378432 52747 33554432000 4194304 4196468 140729303560784 139777092344784 139778553015349 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12327] ppid=12308 vsize=28233768 memory=0 CPUtime=0.56 cores=0-7
/proc/12310/task/12327/stat : 12327 (java) S 12308 12308 11952 0 -1 1077944384 4135 0 0 0 55 1 0 0 20 0 20 0 419150233 28911378432 52747 33554432000 4194304 4196468 140729303560784 139777091291888 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12328] ppid=12308 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12328/stat : 12328 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150233 28911378432 52747 33554432000 4194304 4196468 140729303560784 139777090238816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12329] ppid=12308 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12329/stat : 12329 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419150234 28911378432 52747 33554432000 4194304 4196468 140729303560784 139777089186096 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 212444 KiB

[startup+2.40197 s]
/proc/loadavg: 7.60 6.30 5.73 12/221 12337
/proc/meminfo: memFree=28019796/32770688 swapFree=66919992/67108860
[pid=12308] ppid=12305 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12308/stat : 12308 (xcsp3-exec) S 12305 12308 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419150227 115843072 364 33554432000 4194304 5098028 140722763397040 140722763395144 139694927245948 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9641984 140722763404149 140722763404393 140722763404393 140722763407306 0
/proc/12308/statm: 28282 364 305 221 0 87 0
[pid=12310] ppid=12308 vsize=28768328 memory=250336 CPUtime=10.85 cores=0-7
/proc/12310/stat : 12310 (java) S 12308 12308 11952 0 -1 1077944320 39911 0 0 0 1067 18 0 0 20 0 28 0 419150227 29458767872 62584 33554432000 4194304 4196468 140729303560784 140729303543328 139778567888631 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
/proc/12310/statm: 7192082 62584 3488 1 0 7153184 0
[pid=12310/tid=12311] ppid=12308 vsize=28768328 memory=0 CPUtime=1.73 cores=0-7
/proc/12310/task/12311/stat : 12311 (java) S 12308 12308 11952 0 -1 1077944384 10248 0 0 0 167 6 0 0 20 0 28 0 419150227 29458767872 62584 33554432000 4194304 4196468 140729303560784 139778572129408 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12312] ppid=12308 vsize=28768328 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/12310/task/12312/stat : 12312 (java) S 12308 12308 11952 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 28 0 419150228 29458767872 62584 33554432000 4194304 4196468 140729303560784 139778520508816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12313] ppid=12308 vsize=28768328 memory=288230591755977018 CPUtime=0 cores=0-7
/proc/12310/task/12313/stat : 12313 (java) S 12308 12308 11952 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 419150228 29458767872 62584 33554432000 4194304 4196468 140729303560784 139778519456016 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12314] ppid=12308 vsize=28768328 memory=13563791027735092 CPUtime=0 cores=0-7
/proc/12310/task/12314/stat : 12314 (java) S 12308 12308 11952 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 419150228 29458767872 62584 33554432000 4194304 4196468 140729303560784 139778518403728 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12315] ppid=12308 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12315/stat : 12315 (java) S 12308 12308 11952 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 419150228 29458767872 62584 33554432000 4194304 4196468 140729303560784 139778517350928 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12316] ppid=12308 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/12310/task/12316/stat : 12316 (java) S 12308 12308 11952 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 419150228 29458767872 62584 33554432000 4194304 4196468 140729303560784 139778516298640 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12317] ppid=12308 vsize=28768328 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/12310/task/12317/stat : 12317 (java) S 12308 12308 11952 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 419150228 29458767872 62584 33554432000 4194304 4196468 140729303560784 139778515245840 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12318] ppid=12308 vsize=28768328 memory=0 CPUtime=0.01 cores=0-7
/proc/12310/task/12318/stat : 12318 (java) S 12308 12308 11952 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 28 0 419150228 29458767872 62584 33554432000 4194304 4196468 140729303560784 139778514193552 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12319] ppid=12308 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12319/stat : 12319 (java) S 12308 12308 11952 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 28 0 419150228 29458767872 62584 33554432000 4194304 4196468 140729303560784 139778513140752 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12320] ppid=12308 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12320/stat : 12320 (java) S 12308 12308 11952 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 419150230 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777165830256 139778567899778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12321] ppid=12308 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12321/stat : 12321 (java) S 12308 12308 11952 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 419150230 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777164776224 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12322] ppid=12308 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12322/stat : 12322 (java) S 12308 12308 11952 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419150231 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777163723888 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12323] ppid=12308 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/12310/task/12323/stat : 12323 (java) S 12308 12308 11952 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419150233 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777162672208 139778567907227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12324] ppid=12308 vsize=28768328 memory=0 CPUtime=1.78 cores=0-7
/proc/12310/task/12324/stat : 12324 (java) R 12308 12308 11952 0 -1 4202560 5012 0 0 0 177 1 0 0 20 0 28 0 419150233 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777161601096 139778549436214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12325] ppid=12308 vsize=28768328 memory=0 CPUtime=1.62 cores=0-7
/proc/12310/task/12325/stat : 12325 (java) R 12308 12308 11952 0 -1 4202560 11595 0 0 0 160 2 0 0 20 0 28 0 419150233 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777093382992 139778551791712 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12326] ppid=12308 vsize=28768328 memory=0 CPUtime=1.54 cores=0-7
/proc/12310/task/12326/stat : 12326 (java) R 12308 12308 11952 0 -1 4202560 6373 0 0 0 153 1 0 0 20 0 28 0 419150233 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777092329648 139778553013753 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12327] ppid=12308 vsize=28768328 memory=7163087711055013736 CPUtime=0.81 cores=0-7
/proc/12310/task/12327/stat : 12327 (java) R 12308 12308 11952 0 -1 1077944384 4631 0 0 0 80 1 0 0 20 0 28 0 419150233 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777091291888 139778567899778 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12328] ppid=12308 vsize=28768328 memory=7086248332625471057 CPUtime=0 cores=0-7
/proc/12310/task/12328/stat : 12328 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419150233 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777090238816 139778567898837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12329] ppid=12308 vsize=28768328 memory=7380671248541445222 CPUtime=0 cores=0-7
/proc/12310/task/12329/stat : 12329 (java) S 12308 12308 11952 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419150234 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777089186096 139778567899778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12330] ppid=12308 vsize=28768328 memory=55044300866538 CPUtime=0.35 cores=0-7
/proc/12310/task/12330/stat : 12330 (java) R 12308 12308 11952 0 -1 4202560 56 0 0 0 35 0 0 0 20 0 28 0 419150405 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777078118808 139778187536647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12331] ppid=12308 vsize=28768328 memory=1456 CPUtime=0.42 cores=0-7
/proc/12310/task/12331/stat : 12331 (java) R 12308 12308 11952 0 -1 4202560 52 0 0 0 42 0 0 0 20 0 28 0 419150405 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777077064536 139778184046531 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12332] ppid=12308 vsize=28768328 memory=242976 CPUtime=0.3 cores=0-7
/proc/12310/task/12332/stat : 12332 (java) R 12308 12308 11952 0 -1 4202560 110 0 0 0 30 0 0 0 20 0 28 0 419150405 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777076013208 139778190644026 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12333] ppid=12308 vsize=28768328 memory=-2605811476043407915 CPUtime=0.52 cores=0-7
/proc/12310/task/12333/stat : 12333 (java) R 12308 12308 11952 0 -1 4202560 37 0 0 0 52 0 0 0 20 0 28 0 419150405 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777074958984 139778190770250 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12334] ppid=12308 vsize=28768328 memory=-4695043397844020537 CPUtime=0.43 cores=0-7
/proc/12310/task/12334/stat : 12334 (java) R 12308 12308 11952 0 -1 4202560 31 0 0 0 43 0 0 0 20 0 28 0 419150405 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777073904112 139778190798176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12335] ppid=12308 vsize=28768328 memory=-3756611412707075625 CPUtime=0.39 cores=0-7
/proc/12310/task/12335/stat : 12335 (java) R 12308 12308 11952 0 -1 4202560 33 0 0 0 39 0 0 0 20 0 28 0 419150405 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777072853032 139778183953689 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12336] ppid=12308 vsize=28768328 memory=8562125494162282060 CPUtime=0.41 cores=0-7
/proc/12310/task/12336/stat : 12336 (java) R 12308 12308 11952 0 -1 4202560 64 0 0 0 41 0 0 0 20 0 28 0 419150405 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777071802784 139778190801318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
[pid=12310/tid=12337] ppid=12308 vsize=28768328 memory=-2672971630408907303 CPUtime=0.37 cores=0-7
/proc/12310/task/12337/stat : 12337 (java) R 12308 12308 11952 0 -1 4202560 44 0 0 0 37 0 0 0 20 0 28 0 419150405 29458767872 62584 33554432000 4194304 4196468 140729303560784 139777070748904 139778191820477 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25436160 140729303569386 140729303569558 140729303569558 140729303572431 0
Current children cumulated CPU time: 10.85 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 251792 KiB

[startup+2.6012 s]
/proc/loadavg: 7.60 6.30 5.73 12/221 12337
/proc/meminfo: memFree=28019796/32770688 swapFree=66919992/67108860
[pid=12308] ppid=12305 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12308/stat : 12308 (xcsp3-exec) S 12305 12308 11952 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419150227 115843072 364 33554432000 4194304 5098028 140722763397040 140722763395144 139694927245948 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9641984 140722763404149 140722763404393 140722763404393 140722763407306 0
/proc/12308/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 2.61374
CPU time (s): 11.9079
CPU user time (s): 11.7036
CPU system time (s): 0.20429
CPU usage (%): 455.587
Max. virtual memory (cumulated for all children) (KiB): 28881456
Max. memory (cumulated for all children) (KiB): 252796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.7036
system time used= 0.20429
maximum resident set size= 255312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3212
involuntary context switches= 208


# summary of solver processes directly reported to runsolver:
#   pid: 12308
#   total CPU time (s): 11.9079
#   total CPU user time (s): 11.7036
#   total CPU system time (s): 0.20429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045482 second user time and 0.075099 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-15 11:44:22
IDJOB=4394506
IDBENCH=130611
IDSOLVER=2843
FILE ID=node120/4394506-1568431439
RUNJOBID= node120-1323945801-11979
PBS_JOBID= 21702313
Free space on /tmp= 61648 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394506-1568431439/watcher-4394506-1568431439 -o /tmp/evaluation-result-4394506-1568431439/solver-4394506-1568431439 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1323945801-11979 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1158718163 HOME/instance-4394506-1568431439.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7aff4fe352a8c3fb8c4e8479cd8d4369
RANDOM SEED=1158718163

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


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        28251052 kB
MemAvailable:   31828172 kB
Buffers:          197320 kB
Cached:          3684728 kB
SwapCached:        77548 kB
Active:          1109120 kB
Inactive:        2854364 kB
Active(anon):       3448 kB
Inactive(anon):   127612 kB
Active(file):    1105672 kB
Inactive(file):  2726752 kB
Unevictable:      107500 kB
Mlocked:          107500 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             26108 kB
Writeback:             0 kB
AnonPages:        122656 kB
Mapped:            48764 kB
Shmem:             41008 kB
Slab:             149960 kB
SReclaimable:     121060 kB
SUnreclaim:        28900 kB
KernelStack:        3744 kB
PageTables:         5236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     514620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61624 MiB
End job on node120 at 2011-12-15 11:44:24