Trace number 4399427

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-16 parallelSAT 6.70369 1.95225

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-5-3-4-cp.xml
MD5SUMfefd0dc8744a7f984307705d377cf1e3
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 benchmark0.123382
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints636
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":60}]
Minimum variable degree44
Maximum variable degree45
Distribution of variable degrees[{"degree":44,"count":45},{"degree":45,"count":15}]
Minimum constraint arity4
Maximum constraint arity60
Distribution of constraint arities[{"arity":4,"count":630},{"arity":15,"count":5},{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399427-1568703961.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399427-1568703961.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
5.23/1.75	c solve instance...
6.43/1.93	s SATISFIABLE
6.43/1.93	v <instantiation>
6.43/1.93	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] </list>
6.43/1.93	v 	<values>0 0 0 1 1 1 2 2 2 3 3 3 4 4 4 0 1 2 0 1 2 0 3 4 1 3 4 2 3 4 0 1 2 1 0 3 2 0 4 2 4 3 4 3 1 0 1 2 2 3 0 1 2 4 4 1 3 3 4 0 </values>
6.43/1.93	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 (15219 MiB free)
  memory of node 1: 16384 MiB (15581 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399427-1568703961/watcher-4399427-1568703961 -o /tmp/evaluation-result-4399427-1568703961/solver-4399427-1568703961 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568701042-27919 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1830531386 HOME/instance-4399427-1568703961.xml 

running on 8 cores: 0,2,4,6,1,3,5,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
Current StackSize limit: 8192 KiB

Starting watchdog thread
Starting watchdog thread
solver pid=28675, runsolver pid=28672

[startup+0.100112 s]*
/proc/loadavg: 7.25 6.93 7.45 3/211 28696
/proc/meminfo: memFree=31526064/32770624 swapFree=66938284/67108860
[pid=28675] ppid=28672 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28675/stat : 28675 (xcsp3-exec) S 28672 28675 27892 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446667544 115843072 364 33554432000 4194304 5098028 140732992006656 140732992004760 140025455321724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12705792 140732992013173 140732992013417 140732992013417 140732992016330 0
/proc/28675/statm: 28282 364 305 221 0 87 0
[pid=28677] ppid=28675 vsize=28227396 memory=27372 CPUtime=0.12 cores=0-7
/proc/28677/stat : 28677 (java) S 28675 28675 27892 0 -1 1077944320 5825 0 0 0 11 1 0 0 20 0 20 0 446667545 28904853504 6843 33554432000 4194304 4196468 140723100556528 140723100539072 139711493869303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
/proc/28677/statm: 7056849 6843 3120 1 0 7019032 0
[pid=28677/tid=28678] ppid=28675 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28677/task/28678/stat : 28678 (java) R 28675 28675 27892 0 -1 4202560 3660 0 0 0 8 1 0 0 20 0 20 0 446667545 28904853504 6843 33554432000 4194304 4196468 140723100556528 139711498102096 139711477949790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28679] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28679/stat : 28679 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 6843 33554432000 4194304 4196468 140723100556528 139711045298704 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28680] ppid=28675 vsize=28227396 memory=139631710783104 CPUtime=0 cores=0-7
/proc/28677/task/28680/stat : 28680 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 6843 33554432000 4194304 4196468 140723100556528 139711044246160 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28681] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28681/stat : 28681 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 6843 33554432000 4194304 4196468 140723100556528 139711043193104 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28682] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28682/stat : 28682 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 6843 33554432000 4194304 4196468 140723100556528 139711042140560 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28683] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28683/stat : 28683 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 6843 33554432000 4194304 4196468 140723100556528 139711041088528 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28684] ppid=28675 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28677/task/28684/stat : 28684 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 6843 33554432000 4194304 4196468 140723100556528 139711040035984 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28685] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28685/stat : 28685 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 6843 33554432000 4194304 4196468 140723100556528 139711038982928 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28686] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28686/stat : 28686 (java) S 28675 28675 27892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 6843 33554432000 4194304 4196468 140723100556528 139711037930384 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28687] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28687/stat : 28687 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667547 28904853504 6843 33554432000 4194304 4196468 140723100556528 139710994991344 139711493880450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28688] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28688/stat : 28688 (java) S 28675 28675 27892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446667548 28904853504 6843 33554432000 4194304 4196468 140723100556528 139710993937568 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28689] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28689/stat : 28689 (java) S 28675 28675 27892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446667548 28904853504 6843 33554432000 4194304 4196468 140723100556528 139710992884464 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28690] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28690/stat : 28690 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667550 28904853504 6843 33554432000 4194304 4196468 140723100556528 139710606469072 139711493887899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28691] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28691/stat : 28691 (java) S 28675 28675 27892 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 446667550 28904853504 6843 33554432000 4194304 4196468 140723100556528 139710605417200 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28692] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28692/stat : 28692 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667550 28904853504 6843 33554432000 4194304 4196468 140723100556528 139710604364656 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28693] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28693/stat : 28693 (java) S 28675 28675 27892 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 446667550 28904853504 6843 33554432000 4194304 4196468 140723100556528 139710603311600 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28694] ppid=28675 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/28677/task/28694/stat : 28694 (java) R 28675 28675 27892 0 -1 4202560 419 0 0 0 2 0 0 0 20 0 20 0 446667550 28904853504 6843 33554432000 4194304 4196468 140723100556528 139710602259056 139711493881238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28695] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28695/stat : 28695 (java) S 28675 28675 27892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446667550 28904853504 6843 33554432000 4194304 4196468 140723100556528 139710601206240 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28696] ppid=28675 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28677/task/28696/stat : 28696 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667551 28904853504 6843 33554432000 4194304 4196468 140723100556528 139710600153776 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28828 KiB

[startup+0.210041 s]*
/proc/loadavg: 7.25 6.93 7.45 3/211 28696
/proc/meminfo: memFree=31511576/32770624 swapFree=66938284/67108860
[pid=28675] ppid=28672 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28675/stat : 28675 (xcsp3-exec) S 28672 28675 27892 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446667544 115843072 364 33554432000 4194304 5098028 140732992006656 140732992004760 140025455321724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12705792 140732992013173 140732992013417 140732992013417 140732992016330 0
/proc/28675/statm: 28282 364 305 221 0 87 0
[pid=28677] ppid=28675 vsize=28227396 memory=39948 CPUtime=0.34 cores=0-7
/proc/28677/stat : 28677 (java) S 28675 28675 27892 0 -1 1077944320 9740 0 0 0 31 3 0 0 20 0 20 0 446667545 28904853504 9987 33554432000 4194304 4196468 140723100556528 140723100539072 139711493869303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
/proc/28677/statm: 7056849 9987 3305 1 0 7019032 0
[pid=28677/tid=28678] ppid=28675 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/28677/task/28678/stat : 28678 (java) R 28675 28675 27892 0 -1 4202560 6688 0 0 0 18 2 0 0 20 0 20 0 446667545 28904853504 9987 33554432000 4194304 4196468 140723100556528 139711498107328 139711486547317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28679] ppid=28675 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/28677/task/28679/stat : 28679 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 9987 33554432000 4194304 4196468 140723100556528 139711045298704 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28680] ppid=28675 vsize=28227396 memory=139631710807567 CPUtime=0 cores=0-7
/proc/28677/task/28680/stat : 28680 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 9987 33554432000 4194304 4196468 140723100556528 139711044246160 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28681] ppid=28675 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28677/task/28681/stat : 28681 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 9987 33554432000 4194304 4196468 140723100556528 139711043193104 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28682] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28682/stat : 28682 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 9987 33554432000 4194304 4196468 140723100556528 139711042140560 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28683] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28683/stat : 28683 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 9987 33554432000 4194304 4196468 140723100556528 139711041088528 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28684] ppid=28675 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28677/task/28684/stat : 28684 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 9987 33554432000 4194304 4196468 140723100556528 139711040035984 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28685] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28685/stat : 28685 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 9987 33554432000 4194304 4196468 140723100556528 139711038982928 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28686] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28686/stat : 28686 (java) S 28675 28675 27892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446667546 28904853504 9987 33554432000 4194304 4196468 140723100556528 139711037930384 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28687] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28687/stat : 28687 (java) S 28675 28675 27892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446667547 28904853504 9987 33554432000 4194304 4196468 140723100556528 139710994991344 139711493880450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28688] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28688/stat : 28688 (java) S 28675 28675 27892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446667548 28904853504 9987 33554432000 4194304 4196468 140723100556528 139710993937568 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28689] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28689/stat : 28689 (java) S 28675 28675 27892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446667548 28904853504 9987 33554432000 4194304 4196468 140723100556528 139710992884464 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28690] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28690/stat : 28690 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667550 28904853504 9987 33554432000 4194304 4196468 140723100556528 139710606469072 139711493887899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28691] ppid=28675 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/28677/task/28691/stat : 28691 (java) S 28675 28675 27892 0 -1 1077944384 499 0 0 0 1 0 0 0 20 0 20 0 446667550 28904853504 9987 33554432000 4194304 4196468 140723100556528 139710605417200 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28692] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28692/stat : 28692 (java) S 28675 28675 27892 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 446667550 28904853504 9987 33554432000 4194304 4196468 140723100556528 139710604364656 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28693] ppid=28675 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/28677/task/28693/stat : 28693 (java) S 28675 28675 27892 0 -1 1077944384 272 0 0 0 2 0 0 0 20 0 20 0 446667550 28904853504 9987 33554432000 4194304 4196468 140723100556528 139710603311600 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28694] ppid=28675 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/28677/task/28694/stat : 28694 (java) S 28675 28675 27892 0 -1 1077944384 947 0 0 0 7 0 0 0 20 0 20 0 446667550 28904853504 9987 33554432000 4194304 4196468 140723100556528 139710602259056 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28695] ppid=28675 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28695/stat : 28695 (java) S 28675 28675 27892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446667550 28904853504 9987 33554432000 4194304 4196468 140723100556528 139710601206240 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28696] ppid=28675 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/28677/task/28696/stat : 28696 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667551 28904853504 9987 33554432000 4194304 4196468 140723100556528 139710600153776 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41404 KiB

[startup+0.310191 s]*
/proc/loadavg: 7.25 6.93 7.45 3/211 28696
/proc/meminfo: memFree=31493900/32770624 swapFree=66938284/67108860
[pid=28675] ppid=28672 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28675/stat : 28675 (xcsp3-exec) S 28672 28675 27892 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446667544 115843072 364 33554432000 4194304 5098028 140732992006656 140732992004760 140025455321724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12705792 140732992013173 140732992013417 140732992013417 140732992016330 0
/proc/28675/statm: 28282 364 305 221 0 87 0
[pid=28677] ppid=28675 vsize=28231652 memory=48692 CPUtime=0.52 cores=0-7
/proc/28677/stat : 28677 (java) S 28675 28675 27892 0 -1 1077944320 11086 0 0 0 49 3 0 0 20 0 20 0 446667545 28909211648 12173 33554432000 4194304 4196468 140723100556528 140723100539072 139711493869303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
/proc/28677/statm: 7057913 12173 3346 1 0 7019032 0
[pid=28677/tid=28678] ppid=28675 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28677/task/28678/stat : 28678 (java) R 28675 28675 27892 0 -1 4202560 7751 0 0 0 27 2 0 0 20 0 20 0 446667545 28909211648 12173 33554432000 4194304 4196468 140723100556528 139711498095920 139711473469657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28679] ppid=28675 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28679/stat : 28679 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667546 28909211648 12173 33554432000 4194304 4196468 140723100556528 139711045298704 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28680] ppid=28675 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28680/stat : 28680 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667546 28909211648 12173 33554432000 4194304 4196468 140723100556528 139711044246160 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28681] ppid=28675 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28681/stat : 28681 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667546 28909211648 12173 33554432000 4194304 4196468 140723100556528 139711043193104 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28682] ppid=28675 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28682/stat : 28682 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28909211648 12173 33554432000 4194304 4196468 140723100556528 139711042140560 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28683] ppid=28675 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/28677/task/28683/stat : 28683 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28909211648 12173 33554432000 4194304 4196468 140723100556528 139711041088528 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28684] ppid=28675 vsize=28231652 memory=139631601480623 CPUtime=0 cores=0-7
/proc/28677/task/28684/stat : 28684 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28909211648 12173 33554432000 4194304 4196468 140723100556528 139711040035984 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28685] ppid=28675 vsize=28231652 memory=139631601482928 CPUtime=0 cores=0-7
/proc/28677/task/28685/stat : 28685 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667546 28909211648 12173 33554432000 4194304 4196468 140723100556528 139711038982928 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28686] ppid=28675 vsize=28231652 memory=139631601485232 CPUtime=0 cores=0-7
/proc/28677/task/28686/stat : 28686 (java) S 28675 28675 27892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446667546 28909211648 12173 33554432000 4194304 4196468 140723100556528 139711037930384 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28687] ppid=28675 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28687/stat : 28687 (java) S 28675 28675 27892 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 446667547 28909211648 12173 33554432000 4194304 4196468 140723100556528 139710994991344 139711493880450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28688] ppid=28675 vsize=28231652 memory=279263202977424 CPUtime=0 cores=0-7
/proc/28677/task/28688/stat : 28688 (java) S 28675 28675 27892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446667548 28909211648 12173 33554432000 4194304 4196468 140723100556528 139710993937568 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28689] ppid=28675 vsize=28231652 memory=279263202984336 CPUtime=0 cores=0-7
/proc/28677/task/28689/stat : 28689 (java) S 28675 28675 27892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446667548 28909211648 12173 33554432000 4194304 4196468 140723100556528 139710992884464 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28690] ppid=28675 vsize=28231652 memory=279263202925616 CPUtime=0 cores=0-7
/proc/28677/task/28690/stat : 28690 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667550 28909211648 12173 33554432000 4194304 4196468 140723100556528 139710606469072 139711493887899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28691] ppid=28675 vsize=28231652 memory=279263202998160 CPUtime=0.02 cores=0-7
/proc/28677/task/28691/stat : 28691 (java) S 28675 28675 27892 0 -1 1077944384 518 0 0 0 2 0 0 0 20 0 20 0 446667550 28909211648 12173 33554432000 4194304 4196468 140723100556528 139710605417200 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28692] ppid=28675 vsize=28231652 memory=279263203005072 CPUtime=0.02 cores=0-7
/proc/28677/task/28692/stat : 28692 (java) R 28675 28675 27892 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 20 0 446667550 28909211648 12173 33554432000 4194304 4196468 140723100556528 139710604364656 139711477355317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28693] ppid=28675 vsize=28231652 memory=279263203002768 CPUtime=0.03 cores=0-7
/proc/28677/task/28693/stat : 28693 (java) S 28675 28675 27892 0 -1 1077944384 276 0 0 0 3 0 0 0 20 0 20 0 446667550 28909211648 12173 33554432000 4194304 4196468 140723100556528 139710603311600 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28694] ppid=28675 vsize=28231652 memory=279263203018928 CPUtime=0.13 cores=0-7
/proc/28677/task/28694/stat : 28694 (java) S 28675 28675 27892 0 -1 1077944384 1110 0 0 0 13 0 0 0 20 0 20 0 446667550 28909211648 12173 33554432000 4194304 4196468 140723100556528 139710602259056 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28695] ppid=28675 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28695/stat : 28695 (java) S 28675 28675 27892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446667550 28909211648 12173 33554432000 4194304 4196468 140723100556528 139710601206240 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28696] ppid=28675 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/28677/task/28696/stat : 28696 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667551 28909211648 12173 33554432000 4194304 4196468 140723100556528 139710600153776 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50148 KiB

[startup+0.700898 s]
/proc/loadavg: 7.25 6.93 7.45 3/211 28696
/proc/meminfo: memFree=31484996/32770624 swapFree=66938284/67108860
[pid=28675] ppid=28672 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28675/stat : 28675 (xcsp3-exec) S 28672 28675 27892 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446667544 115843072 364 33554432000 4194304 5098028 140732992006656 140732992004760 140025455321724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12705792 140732992013173 140732992013417 140732992013417 140732992016330 0
/proc/28675/statm: 28282 364 305 221 0 87 0
[pid=28677] ppid=28675 vsize=28233776 memory=88192 CPUtime=1.66 cores=0-7
/proc/28677/stat : 28677 (java) S 28675 28675 27892 0 -1 1077944320 15118 0 0 0 159 7 0 0 20 0 20 0 446667545 28911386624 22048 33554432000 4194304 4196468 140723100556528 140723100539072 139711493869303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
/proc/28677/statm: 7058444 22048 3460 1 0 7019544 0
[pid=28677/tid=28678] ppid=28675 vsize=28233776 memory=279263203376816 CPUtime=0.67 cores=0-7
/proc/28677/task/28678/stat : 28678 (java) R 28675 28675 27892 0 -1 4202560 9017 0 0 0 64 3 0 0 20 0 20 0 446667545 28911386624 22048 33554432000 4194304 4196468 140723100556528 139711498104288 139711131237504 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28679] ppid=28675 vsize=28233776 memory=139631601689456 CPUtime=0 cores=0-7
/proc/28677/task/28679/stat : 28679 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667546 28911386624 22048 33554432000 4194304 4196468 140723100556528 139711045298704 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28680] ppid=28675 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28680/stat : 28680 (java) S 28675 28675 27892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446667546 28911386624 22048 33554432000 4194304 4196468 140723100556528 139711044246160 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28681] ppid=28675 vsize=28233776 memory=8296 CPUtime=0 cores=0-7

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

# the end of solver process 28675 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.36088 s, system=0.342806 s

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

[startup+1.60116 s]
/proc/loadavg: 7.25 6.93 7.45 9/211 28696
/proc/meminfo: memFree=31344256/32770624 swapFree=66938284/67108860
[pid=28675] ppid=28672 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28675/stat : 28675 (xcsp3-exec) S 28672 28675 27892 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446667544 115843072 364 33554432000 4194304 5098028 140732992006656 140732992004760 140025455321724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12705792 140732992013173 140732992013417 140732992013417 140732992016330 0
/proc/28675/statm: 28282 364 305 221 0 87 0
[pid=28677] ppid=28675 vsize=28233776 memory=293188 CPUtime=5.01 cores=0-7
/proc/28677/stat : 28677 (java) S 28675 28675 27892 0 -1 1077944320 20781 0 0 0 470 31 0 0 20 0 20 0 446667545 28911386624 73297 33554432000 4194304 4196468 140723100556528 140723100539072 139711493869303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
/proc/28677/statm: 7058444 73297 3500 1 0 7019544 0
[pid=28677/tid=28678] ppid=28675 vsize=28233776 memory=6656426216303648864 CPUtime=1.5 cores=0-7
/proc/28677/task/28678/stat : 28678 (java) R 28675 28675 27892 0 -1 4202560 9228 0 0 0 145 5 0 0 20 0 20 0 446667545 28911386624 73297 33554432000 4194304 4196468 140723100556528 139711498106704 139711135238404 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28679] ppid=28675 vsize=28233776 memory=6944656592455097440 CPUtime=0.05 cores=0-7
/proc/28677/task/28679/stat : 28679 (java) S 28675 28675 27892 0 -1 1077944384 44 0 0 0 3 2 0 0 20 0 20 0 446667546 28911386624 73297 33554432000 4194304 4196468 140723100556528 139711045298704 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28680] ppid=28675 vsize=28233776 memory=5864345774621481062 CPUtime=0.06 cores=0-7
/proc/28677/task/28680/stat : 28680 (java) S 28675 28675 27892 0 -1 1077944384 99 0 0 0 4 2 0 0 20 0 20 0 446667546 28911386624 73297 33554432000 4194304 4196468 140723100556528 139711044246160 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28681] ppid=28675 vsize=28233776 memory=1056 CPUtime=0.06 cores=0-7
/proc/28677/task/28681/stat : 28681 (java) S 28675 28675 27892 0 -1 1077944384 96 0 0 0 4 2 0 0 20 0 20 0 446667546 28911386624 73297 33554432000 4194304 4196468 140723100556528 139711043193104 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28682] ppid=28675 vsize=28233776 memory=744 CPUtime=0.06 cores=0-7
/proc/28677/task/28682/stat : 28682 (java) S 28675 28675 27892 0 -1 1077944384 87 0 0 0 3 3 0 0 20 0 20 0 446667546 28911386624 73297 33554432000 4194304 4196468 140723100556528 139711042140560 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28683] ppid=28675 vsize=28233776 memory=8296 CPUtime=0.05 cores=0-7
/proc/28677/task/28683/stat : 28683 (java) S 28675 28675 27892 0 -1 1077944384 75 0 0 0 3 2 0 0 20 0 20 0 446667546 28911386624 73297 33554432000 4194304 4196468 140723100556528 139711041088528 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28684] ppid=28675 vsize=28233776 memory=5988 CPUtime=0.05 cores=0-7
/proc/28677/task/28684/stat : 28684 (java) S 28675 28675 27892 0 -1 1077944384 78 0 0 0 3 2 0 0 20 0 20 0 446667546 28911386624 73297 33554432000 4194304 4196468 140723100556528 139711040035984 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28685] ppid=28675 vsize=28233776 memory=1124 CPUtime=0.06 cores=0-7
/proc/28677/task/28685/stat : 28685 (java) S 28675 28675 27892 0 -1 1077944384 91 0 0 0 3 3 0 0 20 0 20 0 446667546 28911386624 73297 33554432000 4194304 4196468 140723100556528 139711038982928 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28686] ppid=28675 vsize=28233776 memory=14008 CPUtime=0.06 cores=0-7
/proc/28677/task/28686/stat : 28686 (java) S 28675 28675 27892 0 -1 1077944384 91 0 0 0 4 2 0 0 20 0 20 0 446667546 28911386624 73297 33554432000 4194304 4196468 140723100556528 139711037930384 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28687] ppid=28675 vsize=28233776 memory=12024 CPUtime=0 cores=0-7
/proc/28677/task/28687/stat : 28687 (java) S 28675 28675 27892 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 446667547 28911386624 73297 33554432000 4194304 4196468 140723100556528 139710994991344 139711493880450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28688] ppid=28675 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28688/stat : 28688 (java) S 28675 28675 27892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 446667548 28911386624 73297 33554432000 4194304 4196468 140723100556528 139710993937632 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28689] ppid=28675 vsize=28233776 memory=17828 CPUtime=0 cores=0-7
/proc/28677/task/28689/stat : 28689 (java) S 28675 28675 27892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 446667548 28911386624 73297 33554432000 4194304 4196468 140723100556528 139710992884480 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28690] ppid=28675 vsize=28233776 memory=924 CPUtime=0 cores=0-7
/proc/28677/task/28690/stat : 28690 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667550 28911386624 73297 33554432000 4194304 4196468 140723100556528 139710606469072 139711493887899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28691] ppid=28675 vsize=28233776 memory=22244 CPUtime=0.78 cores=0-7
/proc/28677/task/28691/stat : 28691 (java) S 28675 28675 27892 0 -1 1077944384 2499 0 0 0 77 1 0 0 20 0 20 0 446667550 28911386624 73297 33554432000 4194304 4196468 140723100556528 139710605417200 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28692] ppid=28675 vsize=28233776 memory=0 CPUtime=0.81 cores=0-7
/proc/28677/task/28692/stat : 28692 (java) R 28675 28675 27892 0 -1 4202560 2343 0 0 0 80 1 0 0 20 0 20 0 446667550 28911386624 73297 33554432000 4194304 4196468 140723100556528 139710604364656 139711471886282 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28693] ppid=28675 vsize=28233776 memory=0 CPUtime=0.8 cores=0-7
/proc/28677/task/28693/stat : 28693 (java) S 28675 28675 27892 0 -1 1077944384 2116 0 0 0 80 0 0 0 20 0 20 0 446667550 28911386624 73297 33554432000 4194304 4196468 140723100556528 139710603311600 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28694] ppid=28675 vsize=28233776 memory=0 CPUtime=0.54 cores=0-7
/proc/28677/task/28694/stat : 28694 (java) S 28675 28675 27892 0 -1 1077944384 2551 0 0 0 53 1 0 0 20 0 20 0 446667550 28911386624 73297 33554432000 4194304 4196468 140723100556528 139710602259056 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28695] ppid=28675 vsize=28233776 memory=1268 CPUtime=0 cores=0-7
/proc/28677/task/28695/stat : 28695 (java) S 28675 28675 27892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446667550 28911386624 73297 33554432000 4194304 4196468 140723100556528 139710601206240 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28696] ppid=28675 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28696/stat : 28696 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446667551 28911386624 73297 33554432000 4194304 4196468 140723100556528 139710600153776 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 294644 KiB

[startup+1.80585 s]
/proc/loadavg: 7.25 6.93 7.45 9/211 28696
/proc/meminfo: memFree=31344256/32770624 swapFree=66938284/67108860
[pid=28675] ppid=28672 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28675/stat : 28675 (xcsp3-exec) S 28672 28675 27892 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446667544 115843072 364 33554432000 4194304 5098028 140732992006656 140732992004760 140025455321724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12705792 140732992013173 140732992013417 140732992013417 140732992016330 0
/proc/28675/statm: 28282 364 305 221 0 87 0
[pid=28677] ppid=28675 vsize=28768336 memory=394120 CPUtime=5.69 cores=0-7
/proc/28677/stat : 28677 (java) S 28675 28675 27892 0 -1 1077944320 21267 0 0 0 536 33 0 0 20 0 28 0 446667545 29458776064 98530 33554432000 4194304 4196468 140723100556528 140723100539072 139711493869303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
/proc/28677/statm: 7192084 98530 3502 1 0 7153184 0
[pid=28677/tid=28678] ppid=28675 vsize=28768336 memory=0 CPUtime=1.66 cores=0-7
/proc/28677/task/28678/stat : 28678 (java) S 28675 28675 27892 0 -1 1077944384 9337 0 0 0 160 6 0 0 20 0 28 0 446667545 29458776064 98530 33554432000 4194304 4196468 140723100556528 139711498110080 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28679] ppid=28675 vsize=28768336 memory=127498214 CPUtime=0.05 cores=0-7
/proc/28677/task/28679/stat : 28679 (java) S 28675 28675 27892 0 -1 1077944384 44 0 0 0 3 2 0 0 20 0 28 0 446667546 29458776064 98530 33554432000 4194304 4196468 140723100556528 139711045298704 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28680] ppid=28675 vsize=28768336 memory=0 CPUtime=0.06 cores=0-7
/proc/28677/task/28680/stat : 28680 (java) S 28675 28675 27892 0 -1 1077944384 99 0 0 0 4 2 0 0 20 0 28 0 446667546 29458776064 98530 33554432000 4194304 4196468 140723100556528 139711044246160 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28681] ppid=28675 vsize=28768336 memory=0 CPUtime=0.06 cores=0-7
/proc/28677/task/28681/stat : 28681 (java) S 28675 28675 27892 0 -1 1077944384 96 0 0 0 4 2 0 0 20 0 28 0 446667546 29458776064 98530 33554432000 4194304 4196468 140723100556528 139711043193104 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28682] ppid=28675 vsize=28768336 memory=0 CPUtime=0.06 cores=0-7
/proc/28677/task/28682/stat : 28682 (java) S 28675 28675 27892 0 -1 1077944384 87 0 0 0 3 3 0 0 20 0 28 0 446667546 29458776064 98530 33554432000 4194304 4196468 140723100556528 139711042140560 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28683] ppid=28675 vsize=28768336 memory=3 CPUtime=0.05 cores=0-7
/proc/28677/task/28683/stat : 28683 (java) S 28675 28675 27892 0 -1 1077944384 75 0 0 0 3 2 0 0 20 0 28 0 446667546 29458776064 98530 33554432000 4194304 4196468 140723100556528 139711041088528 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28684] ppid=28675 vsize=28768336 memory=0 CPUtime=0.05 cores=0-7
/proc/28677/task/28684/stat : 28684 (java) S 28675 28675 27892 0 -1 1077944384 78 0 0 0 3 2 0 0 20 0 28 0 446667546 29458776064 98530 33554432000 4194304 4196468 140723100556528 139711040035984 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28685] ppid=28675 vsize=28768336 memory=2231559 CPUtime=0.06 cores=0-7
/proc/28677/task/28685/stat : 28685 (java) S 28675 28675 27892 0 -1 1077944384 91 0 0 0 3 3 0 0 20 0 28 0 446667546 29458776064 98530 33554432000 4194304 4196468 140723100556528 139711038982928 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28686] ppid=28675 vsize=28768336 memory=0 CPUtime=0.06 cores=0-7
/proc/28677/task/28686/stat : 28686 (java) S 28675 28675 27892 0 -1 1077944384 91 0 0 0 4 2 0 0 20 0 28 0 446667546 29458776064 98530 33554432000 4194304 4196468 140723100556528 139711037930384 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28687] ppid=28675 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28687/stat : 28687 (java) S 28675 28675 27892 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 446667547 29458776064 98530 33554432000 4194304 4196468 140723100556528 139710994991344 139711493880450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28688] ppid=28675 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28688/stat : 28688 (java) S 28675 28675 27892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 446667548 29458776064 98530 33554432000 4194304 4196468 140723100556528 139710993937632 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28689] ppid=28675 vsize=28768336 memory=3620 CPUtime=0 cores=0-7
/proc/28677/task/28689/stat : 28689 (java) S 28675 28675 27892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 446667548 29458776064 98530 33554432000 4194304 4196468 140723100556528 139710992884480 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28690] ppid=28675 vsize=28768336 memory=33524 CPUtime=0 cores=0-7
/proc/28677/task/28690/stat : 28690 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446667550 29458776064 98530 33554432000 4194304 4196468 140723100556528 139710606469072 139711493887899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28691] ppid=28675 vsize=28768336 memory=984 CPUtime=0.87 cores=0-7
/proc/28677/task/28691/stat : 28691 (java) R 28675 28675 27892 0 -1 4202560 2508 0 0 0 86 1 0 0 20 0 28 0 446667550 29458776064 98530 33554432000 4194304 4196468 140723100556528 139710605405648 139711478747368 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28692] ppid=28675 vsize=28768336 memory=2032 CPUtime=0.93 cores=0-7
/proc/28677/task/28692/stat : 28692 (java) R 28675 28675 27892 0 -1 4202560 2367 0 0 0 92 1 0 0 20 0 28 0 446667550 29458776064 98530 33554432000 4194304 4196468 140723100556528 139710604350832 139711473302380 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28693] ppid=28675 vsize=28768336 memory=1332 CPUtime=0.91 cores=0-7
/proc/28677/task/28693/stat : 28693 (java) R 28675 28675 27892 0 -1 4202560 2125 0 0 0 91 0 0 0 20 0 28 0 446667550 29458776064 98530 33554432000 4194304 4196468 140723100556528 139710603311600 139711475390400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28694] ppid=28675 vsize=28768336 memory=1564 CPUtime=0.58 cores=0-7
/proc/28677/task/28694/stat : 28694 (java) S 28675 28675 27892 0 -1 1077944384 2626 0 0 0 57 1 0 0 20 0 28 0 446667550 29458776064 98530 33554432000 4194304 4196468 140723100556528 139710602259056 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28695] ppid=28675 vsize=28768336 memory=976 CPUtime=0 cores=0-7
/proc/28677/task/28695/stat : 28695 (java) S 28675 28675 27892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446667550 29458776064 98530 33554432000 4194304 4196468 140723100556528 139710601206240 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28696] ppid=28675 vsize=28768336 memory=772 CPUtime=0 cores=0-7
/proc/28677/task/28696/stat : 28696 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446667551 29458776064 98530 33554432000 4194304 4196468 140723100556528 139710600153776 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 395576 KiB

[startup+1.90185 s]
/proc/loadavg: 7.25 6.93 7.45 9/211 28696
/proc/meminfo: memFree=31344256/32770624 swapFree=66938284/67108860
[pid=28675] ppid=28672 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/28675/stat : 28675 (xcsp3-exec) S 28672 28675 27892 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 446667544 115843072 364 33554432000 4194304 5098028 140732992006656 140732992004760 140025455321724 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12705792 140732992013173 140732992013417 140732992013417 140732992016330 0
/proc/28675/statm: 28282 364 305 221 0 87 0
[pid=28677] ppid=28675 vsize=28768336 memory=398720 CPUtime=6.43 cores=0-7
/proc/28677/stat : 28677 (java) S 28675 28675 27892 0 -1 1077944320 21446 0 0 0 610 33 0 0 20 0 28 0 446667545 29458776064 99680 33554432000 4194304 4196468 140723100556528 140723100539072 139711493869303 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
/proc/28677/statm: 7192084 99680 3505 1 0 7153184 0
[pid=28677/tid=28678] ppid=28675 vsize=28768336 memory=6944656592455097440 CPUtime=1.66 cores=0-7
/proc/28677/task/28678/stat : 28678 (java) S 28675 28675 27892 0 -1 1077944384 9337 0 0 0 160 6 0 0 20 0 28 0 446667545 29458776064 99680 33554432000 4194304 4196468 140723100556528 139711498110080 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28679] ppid=28675 vsize=28768336 memory=6944652177228980320 CPUtime=0.05 cores=0-7
/proc/28677/task/28679/stat : 28679 (java) S 28675 28675 27892 0 -1 1077944384 44 0 0 0 3 2 0 0 20 0 28 0 446667546 29458776064 99680 33554432000 4194304 4196468 140723100556528 139711045298704 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28680] ppid=28675 vsize=28768336 memory=0 CPUtime=0.06 cores=0-7
/proc/28677/task/28680/stat : 28680 (java) S 28675 28675 27892 0 -1 1077944384 99 0 0 0 4 2 0 0 20 0 28 0 446667546 29458776064 99680 33554432000 4194304 4196468 140723100556528 139711044246160 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28681] ppid=28675 vsize=28768336 memory=0 CPUtime=0.06 cores=0-7
/proc/28677/task/28681/stat : 28681 (java) S 28675 28675 27892 0 -1 1077944384 96 0 0 0 4 2 0 0 20 0 28 0 446667546 29458776064 99680 33554432000 4194304 4196468 140723100556528 139711043193104 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28682] ppid=28675 vsize=28768336 memory=4580 CPUtime=0.06 cores=0-7
/proc/28677/task/28682/stat : 28682 (java) S 28675 28675 27892 0 -1 1077944384 87 0 0 0 3 3 0 0 20 0 28 0 446667546 29458776064 99704 33554432000 4194304 4196468 140723100556528 139711042140560 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28683] ppid=28675 vsize=28768336 memory=0 CPUtime=0.05 cores=0-7
/proc/28677/task/28683/stat : 28683 (java) S 28675 28675 27892 0 -1 1077944384 75 0 0 0 3 2 0 0 20 0 28 0 446667546 29458776064 99704 33554432000 4194304 4196468 140723100556528 139711041088528 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28684] ppid=28675 vsize=28768336 memory=0 CPUtime=0.05 cores=0-7
/proc/28677/task/28684/stat : 28684 (java) S 28675 28675 27892 0 -1 1077944384 78 0 0 0 3 2 0 0 20 0 28 0 446667546 29458776064 99704 33554432000 4194304 4196468 140723100556528 139711040035984 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28685] ppid=28675 vsize=28768336 memory=56 CPUtime=0.06 cores=0-7
/proc/28677/task/28685/stat : 28685 (java) S 28675 28675 27892 0 -1 1077944384 91 0 0 0 3 3 0 0 20 0 28 0 446667546 29458776064 99704 33554432000 4194304 4196468 140723100556528 139711038982928 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28686] ppid=28675 vsize=28768336 memory=2958597 CPUtime=0.06 cores=0-7
/proc/28677/task/28686/stat : 28686 (java) S 28675 28675 27892 0 -1 1077944384 91 0 0 0 4 2 0 0 20 0 28 0 446667546 29458776064 99704 33554432000 4194304 4196468 140723100556528 139711037930384 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28687] ppid=28675 vsize=28768336 memory=2965992 CPUtime=0 cores=0-7
/proc/28677/task/28687/stat : 28687 (java) S 28675 28675 27892 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 446667547 29458776064 99704 33554432000 4194304 4196468 140723100556528 139710994991344 139711493880450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28688] ppid=28675 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28688/stat : 28688 (java) S 28675 28675 27892 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 446667548 29458776064 99704 33554432000 4194304 4196468 140723100556528 139710993937632 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28689] ppid=28675 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/28677/task/28689/stat : 28689 (java) S 28675 28675 27892 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 446667548 29458776064 99704 33554432000 4194304 4196468 140723100556528 139710992884480 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28690] ppid=28675 vsize=28768336 memory=1456 CPUtime=0 cores=0-7
/proc/28677/task/28690/stat : 28690 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446667550 29458776064 99704 33554432000 4194304 4196468 140723100556528 139710606469072 139711493887899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28691] ppid=28675 vsize=28768336 memory=292796 CPUtime=0.93 cores=0-7
/proc/28677/task/28691/stat : 28691 (java) R 28675 28675 27892 0 -1 4202560 2519 0 0 0 92 1 0 0 20 0 28 0 446667550 29458776064 99704 33554432000 4194304 4196468 140723100556528 139710605410392 139711477368087 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28692] ppid=28675 vsize=28768336 memory=1399084172682556976 CPUtime=0.99 cores=0-7
/proc/28677/task/28692/stat : 28692 (java) R 28675 28675 27892 0 -1 4202560 2378 0 0 0 98 1 0 0 20 0 28 0 446667550 29458776064 99704 33554432000 4194304 4196468 140723100556528 139710604345280 139711477363414 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28693] ppid=28675 vsize=28768336 memory=-6302889425569150144 CPUtime=0.98 cores=0-7
/proc/28677/task/28693/stat : 28693 (java) R 28675 28675 27892 0 -1 4202560 2134 0 0 0 98 0 0 0 20 0 28 0 446667550 29458776064 99704 33554432000 4194304 4196468 140723100556528 139710603304368 139711477255882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28694] ppid=28675 vsize=28768336 memory=6935649255759568960 CPUtime=0.62 cores=0-7
/proc/28677/task/28694/stat : 28694 (java) R 28675 28675 27892 0 -1 4202560 2714 0 0 0 61 1 0 0 20 0 28 0 446667550 29458776064 99704 33554432000 4194304 4196468 140723100556528 139710602258240 139711475279453 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28695] ppid=28675 vsize=28768336 memory=3047711592059544694 CPUtime=0 cores=0-7
/proc/28677/task/28695/stat : 28695 (java) S 28675 28675 27892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446667550 29458776064 99704 33554432000 4194304 4196468 140723100556528 139710601206240 139711493879509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
[pid=28677/tid=28696] ppid=28675 vsize=28768336 memory=-8253362762721548149 CPUtime=0 cores=0-7
/proc/28677/task/28696/stat : 28696 (java) S 28675 28675 27892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446667551 29458776064 99704 33554432000 4194304 4196468 140723100556528 139710600153776 139711493880450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15814656 140723100558314 140723100558486 140723100558486 140723100561359 0
Current children cumulated CPU time: 6.43 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 400176 KiB

Child status: 0
Real time (s): 1.95225
CPU time (s): 6.70369
CPU user time (s): 6.36088
CPU system time (s): 0.342806
CPU usage (%): 343.383
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 400176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.36088
system time used= 0.342806
maximum resident set size= 402664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22049
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3599
involuntary context switches= 44


# summary of solver processes directly reported to runsolver:
#   pid: 28675
#   total CPU time (s): 6.70369
#   total CPU user time (s): 6.36088
#   total CPU system time (s): 0.342806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037033 second user time and 0.055152 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-17 09:05:22
IDJOB=4399427
IDBENCH=126509
IDSOLVER=2854
FILE ID=node151/4399427-1568703961
RUNJOBID= node151-1568701042-27919
PBS_JOBID= 21703913
Free space on /tmp= 59308 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-5-3-4-cp.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-4399427-1568703961/watcher-4399427-1568703961 -o /tmp/evaluation-result-4399427-1568703961/solver-4399427-1568703961 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568701042-27919 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1830531386 HOME/instance-4399427-1568703961.xml

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

MD5SUM BENCH= fefd0dc8744a7f984307705d377cf1e3
RANDOM SEED=1830531386

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31541212 kB
MemAvailable:   31845732 kB
Buffers:           84156 kB
Cached:           523024 kB
SwapCached:        68664 kB
Active:           328040 kB
Inactive:         351392 kB
Active(anon):       4556 kB
Inactive(anon):   111656 kB
Active(file):     323484 kB
Inactive(file):   239736 kB
Unevictable:      109584 kB
Mlocked:          109584 kB
SwapTotal:      67108860 kB
SwapFree:       66938284 kB
Dirty:             26164 kB
Writeback:             0 kB
AnonPages:         43976 kB
Mapped:            44088 kB
Shmem:             35264 kB
Slab:             143088 kB
SReclaimable:     114272 kB
SUnreclaim:        28816 kB
KernelStack:        3824 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59284 MiB
End job on node151 at 2019-09-17 09:05:24