Trace number 4281114

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 4.0.5 par (2017-08-18)SAT 1.35732 0.58085001

General information on the benchmark

NameSudoku/
Sudoku-alldiff-s1/Sudoku-s09b-alldiff.xml
MD5SUM356169bb84d18589e1294d57b94f6ed7
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.0056440001
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":59},{"degree":4,"count":22}]
Minimum constraint arity9
Maximum constraint arity22
Distribution of constraint arities[{"arity":9,"count":27},{"arity":22,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281114-1503119029.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281114-1503119029.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
0.72/0.50	c solve instance...
1.04/0.56	s SATISFIABLE
1.04/0.56	v <instantiation>
1.04/0.56	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[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[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[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[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
1.04/0.56	v 	<values>1 4 9 7 2 5 6 8 3 8 2 6 4 3 1 9 5 7 5 7 3 8 6 9 1 4 2 3 8 5 1 9 7 2 6 4 9 1 4 2 5 6 3 7 8 2 6 7 3 8 4 5 9 1 7 5 8 9 1 2 4 3 6 4 9 2 6 7 3 8 1 5 6 3 1 5 4 8 7 2 9 </values>
1.04/0.56	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 (14370 MiB free)
  memory of node 1: 16384 MiB (13970 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281114-1503119029/watcher-4281114-1503119029 -o /tmp/evaluation-result-4281114-1503119029/solver-4281114-1503119029 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1503110594-27666 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1139411040 HOME/instance-4281114-1503119029.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
Starting watchdog thread
solver pid=32356, runsolver pid=32353
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 7.48 8.32 8.36 2/200 32377
/proc/meminfo: memFree=29005476/32770624 swapFree=67108860/67108860
[pid=32356] ppid=32353 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/32356/stat : 32356 (xcsp3-exec) S 32353 32356 27639 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 144991092 9740288 345 33554432000 4194304 5098028 140721762667392 140721762665496 140603586589308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31350784 140721762673764 140721762673975 140721762673975 140721762676715 0
/proc/32356/statm: 2378 345 289 221 0 87 0
[pid=32358] ppid=32356 vsize=25999808 memory=27072 CPUtime=0.12 cores=0-7
/proc/32358/stat : 32358 (java) S 32356 32356 27639 0 -1 1077944320 5650 0 0 0 10 2 0 0 20 0 20 0 144991092 26623803392 6768 33554432000 4194304 4196468 140720457939632 140720457922176 140523815038711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
/proc/32358/statm: 6499952 6768 2861 1 0 6488269 0
[pid=32358/tid=32359] ppid=32356 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32358/task/32359/stat : 32359 (java) R 32356 32356 27639 0 -1 4202560 3647 0 0 0 8 1 0 0 20 0 20 0 144991092 26623803392 6768 33554432000 4194304 4196468 140720457939632 140523819271984 140523815060637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32360] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32360/stat : 32360 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26623803392 6768 33554432000 4194304 4196468 140720457939632 140523767658896 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32361] ppid=32356 vsize=25999808 memory=140481568437888 CPUtime=0 cores=0-7
/proc/32358/task/32361/stat : 32361 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26623803392 6768 33554432000 4194304 4196468 140720457939632 140523766606096 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32362] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32362/stat : 32362 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26623803392 6768 33554432000 4194304 4196468 140720457939632 140523765553808 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32363] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32363/stat : 32363 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26623803392 6768 33554432000 4194304 4196468 140720457939632 140523764501008 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32364] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32364/stat : 32364 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26623803392 6768 33554432000 4194304 4196468 140720457939632 140523763448720 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32365] ppid=32356 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/32358/task/32365/stat : 32365 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26623803392 6768 33554432000 4194304 4196468 140720457939632 140523762395920 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32366] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32366/stat : 32366 (java) S 32356 32356 27639 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144991093 26623803392 6768 33554432000 4194304 4196468 140720457939632 140523761343632 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32367] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32367/stat : 32367 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26623803392 6768 33554432000 4194304 4196468 140720457939632 140523760290832 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32368] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32368/stat : 32368 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991095 26623803392 6768 33554432000 4194304 4196468 140720457939632 140522020194416 140523815049858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32369] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32369/stat : 32369 (java) S 32356 32356 27639 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144991095 26623803392 6768 33554432000 4194304 4196468 140720457939632 140522019140384 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32370] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32370/stat : 32370 (java) S 32356 32356 27639 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144991095 26623803392 6768 33554432000 4194304 4196468 140720457939632 140522018088048 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32371] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32371/stat : 32371 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991098 26623803392 6768 33554432000 4194304 4196468 140720457939632 140522017036368 140523815057307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32372] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32372/stat : 32372 (java) S 32356 32356 27639 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 144991098 26623803392 6768 33554432000 4194304 4196468 140720457939632 140522015984240 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32373] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32373/stat : 32373 (java) S 32356 32356 27639 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144991098 26623803392 6768 33554432000 4194304 4196468 140720457939632 140522014931440 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32374] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32374/stat : 32374 (java) S 32356 32356 27639 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 144991098 26623803392 6768 33554432000 4194304 4196468 140720457939632 140522013879152 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32375] ppid=32356 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/32358/task/32375/stat : 32375 (java) R 32356 32356 27639 0 -1 4202560 273 0 0 0 1 0 0 0 20 0 20 0 144991098 26623803392 6768 33554432000 4194304 4196468 140720457939632 140522012826352 140523815060058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32376] ppid=32356 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32376/stat : 32376 (java) S 32356 32356 27639 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144991098 26623803392 6768 33554432000 4194304 4196468 140720457939632 140522011773280 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32377] ppid=32356 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/32358/task/32377/stat : 32377 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991098 26623803392 6768 33554432000 4194304 4196468 140720457939632 140522010720560 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28452 KiB

[startup+0.210423 s]*
/proc/loadavg: 7.48 8.32 8.36 2/200 32377
/proc/meminfo: memFree=28994916/32770624 swapFree=67108860/67108860
[pid=32356] ppid=32353 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/32356/stat : 32356 (xcsp3-exec) S 32353 32356 27639 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 144991092 9740288 345 33554432000 4194304 5098028 140721762667392 140721762665496 140603586589308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31350784 140721762673764 140721762673975 140721762673975 140721762676715 0
/proc/32356/statm: 2378 345 289 221 0 87 0
[pid=32358] ppid=32356 vsize=26004064 memory=39056 CPUtime=0.33 cores=0-7
/proc/32358/stat : 32358 (java) S 32356 32356 27639 0 -1 1077944320 8401 0 0 0 31 2 0 0 20 0 20 0 144991092 26628161536 9764 33554432000 4194304 4196468 140720457939632 140720457922176 140523815038711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
/proc/32358/statm: 6501016 9764 3047 1 0 6488269 0
[pid=32358/tid=32359] ppid=32356 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/32358/task/32359/stat : 32359 (java) R 32356 32356 27639 0 -1 4202560 5498 0 0 0 18 2 0 0 20 0 20 0 144991092 26628161536 9764 33554432000 4194304 4196468 140720457939632 140523819249520 140523807755815 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32360] ppid=32356 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/32358/task/32360/stat : 32360 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26628161536 9764 33554432000 4194304 4196468 140720457939632 140523767658896 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32361] ppid=32356 vsize=26004064 memory=3688923064982042272 CPUtime=0 cores=0-7
/proc/32358/task/32361/stat : 32361 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26628161536 9764 33554432000 4194304 4196468 140720457939632 140523766606096 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32362] ppid=32356 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/32358/task/32362/stat : 32362 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26628161536 9764 33554432000 4194304 4196468 140720457939632 140523765553808 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32363] ppid=32356 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32363/stat : 32363 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26628161536 9764 33554432000 4194304 4196468 140720457939632 140523764501008 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32364] ppid=32356 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32364/stat : 32364 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26628161536 9764 33554432000 4194304 4196468 140720457939632 140523763448720 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32365] ppid=32356 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/32358/task/32365/stat : 32365 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26628161536 9764 33554432000 4194304 4196468 140720457939632 140523762395920 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32366] ppid=32356 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32366/stat : 32366 (java) S 32356 32356 27639 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144991093 26628194304 9764 33554432000 4194304 4196468 140720457939632 140523761343632 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32367] ppid=32356 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32367/stat : 32367 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26628161536 9764 33554432000 4194304 4196468 140720457939632 140523760290832 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32368] ppid=32356 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32368/stat : 32368 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991095 26628161536 9764 33554432000 4194304 4196468 140720457939632 140522020194416 140523815049858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32369] ppid=32356 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32369/stat : 32369 (java) S 32356 32356 27639 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144991095 26628161536 9764 33554432000 4194304 4196468 140720457939632 140522019140384 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32370] ppid=32356 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32370/stat : 32370 (java) S 32356 32356 27639 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144991095 26628161536 9764 33554432000 4194304 4196468 140720457939632 140522018088048 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32371] ppid=32356 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32371/stat : 32371 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991098 26628161536 9764 33554432000 4194304 4196468 140720457939632 140522017036368 140523815057307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32372] ppid=32356 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/32358/task/32372/stat : 32372 (java) S 32356 32356 27639 0 -1 1077944384 393 0 0 0 1 0 0 0 20 0 20 0 144991098 26628161536 9764 33554432000 4194304 4196468 140720457939632 140522015984240 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32373] ppid=32356 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/32358/task/32373/stat : 32373 (java) S 32356 32356 27639 0 -1 1077944384 108 0 0 0 1 0 0 0 20 0 20 0 144991098 26628194304 9764 33554432000 4194304 4196468 140720457939632 140522014931440 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32374] ppid=32356 vsize=26004096 memory=-1 CPUtime=0.02 cores=0-7
/proc/32358/task/32374/stat : 32374 (java) S 32356 32356 27639 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 20 0 144991098 26628194304 9764 33554432000 4194304 4196468 140720457939632 140522013879152 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32375] ppid=32356 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/32358/task/32375/stat : 32375 (java) S 32356 32356 27639 0 -1 1077944384 736 0 0 0 7 0 0 0 20 0 20 0 144991098 26628161536 9764 33554432000 4194304 4196468 140720457939632 140522012826352 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32376] ppid=32356 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32376/stat : 32376 (java) S 32356 32356 27639 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144991098 26628161536 9764 33554432000 4194304 4196468 140720457939632 140522011773280 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32377] ppid=32356 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/32358/task/32377/stat : 32377 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991098 26628161536 9764 33554432000 4194304 4196468 140720457939632 140522010720560 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40436 KiB

[startup+0.310444 s]*
/proc/loadavg: 7.48 8.32 8.36 4/200 32377
/proc/meminfo: memFree=28988712/32770624 swapFree=67108860/67108860
[pid=32356] ppid=32353 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/32356/stat : 32356 (xcsp3-exec) S 32353 32356 27639 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 144991092 9740288 345 33554432000 4194304 5098028 140721762667392 140721762665496 140603586589308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31350784 140721762673764 140721762673975 140721762673975 140721762676715 0
/proc/32356/statm: 2378 345 289 221 0 87 0
[pid=32358] ppid=32356 vsize=26004140 memory=46020 CPUtime=0.5 cores=0-7
/proc/32358/stat : 32358 (java) S 32356 32356 27639 0 -1 1077944320 9331 0 0 0 47 3 0 0 20 0 20 0 144991092 26628239360 11505 33554432000 4194304 4196468 140720457939632 140720457922176 140523815038711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
/proc/32358/statm: 6501035 11505 3089 1 0 6488269 0
[pid=32358/tid=32359] ppid=32356 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32358/task/32359/stat : 32359 (java) R 32356 32356 27639 0 -1 4202560 6244 0 0 0 27 2 0 0 20 0 20 0 144991092 26628239360 11505 33554432000 4194304 4196468 140720457939632 140523819271072 140523799119124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32360] ppid=32356 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32360/stat : 32360 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26628239360 11505 33554432000 4194304 4196468 140720457939632 140523767658896 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32361] ppid=32356 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32361/stat : 32361 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26628239360 11505 33554432000 4194304 4196468 140720457939632 140523766606096 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32362] ppid=32356 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32362/stat : 32362 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26628239360 11505 33554432000 4194304 4196468 140720457939632 140523765553808 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32363] ppid=32356 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32363/stat : 32363 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26628239360 11505 33554432000 4194304 4196468 140720457939632 140523764501008 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32364] ppid=32356 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/32358/task/32364/stat : 32364 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26628239360 11505 33554432000 4194304 4196468 140720457939632 140523763448720 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32365] ppid=32356 vsize=26004140 memory=140481468134319 CPUtime=0 cores=0-7
/proc/32358/task/32365/stat : 32365 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26628239360 11505 33554432000 4194304 4196468 140720457939632 140523762395920 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32366] ppid=32356 vsize=26004140 memory=140481468136624 CPUtime=0 cores=0-7
/proc/32358/task/32366/stat : 32366 (java) S 32356 32356 27639 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144991093 26628239360 11505 33554432000 4194304 4196468 140720457939632 140523761343632 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32367] ppid=32356 vsize=26004140 memory=140481468138928 CPUtime=0 cores=0-7
/proc/32358/task/32367/stat : 32367 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26628239360 11505 33554432000 4194304 4196468 140720457939632 140523760290832 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32368] ppid=32356 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32368/stat : 32368 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991095 26628239360 11505 33554432000 4194304 4196468 140720457939632 140522020194416 140523815049858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32369] ppid=32356 vsize=26004140 memory=280962936284816 CPUtime=0 cores=0-7
/proc/32358/task/32369/stat : 32369 (java) S 32356 32356 27639 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144991095 26628239360 11570 33554432000 4194304 4196468 140720457939632 140522019140384 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32370] ppid=32356 vsize=26004140 memory=280962936291728 CPUtime=0 cores=0-7
/proc/32358/task/32370/stat : 32370 (java) S 32356 32356 27639 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144991095 26628239360 11570 33554432000 4194304 4196468 140720457939632 140522018088048 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32371] ppid=32356 vsize=26004140 memory=280962936233008 CPUtime=0 cores=0-7
/proc/32358/task/32371/stat : 32371 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991098 26628239360 11570 33554432000 4194304 4196468 140720457939632 140522017036368 140523815057307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32372] ppid=32356 vsize=26004140 memory=280962936305552 CPUtime=0.01 cores=0-7
/proc/32358/task/32372/stat : 32372 (java) S 32356 32356 27639 0 -1 1077944384 395 0 0 0 1 0 0 0 20 0 20 0 144991098 26628239360 11570 33554432000 4194304 4196468 140720457939632 140522015984240 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32373] ppid=32356 vsize=26004140 memory=280962936312464 CPUtime=0.02 cores=0-7
/proc/32358/task/32373/stat : 32373 (java) S 32356 32356 27639 0 -1 1077944384 152 0 0 0 2 0 0 0 20 0 20 0 144991098 26628239360 11570 33554432000 4194304 4196468 140720457939632 140522014931440 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32374] ppid=32356 vsize=26004140 memory=280962936310160 CPUtime=0.03 cores=0-7
/proc/32358/task/32374/stat : 32374 (java) S 32356 32356 27639 0 -1 1077944384 390 0 0 0 3 0 0 0 20 0 20 0 144991098 26628239360 11570 33554432000 4194304 4196468 140720457939632 140522013879152 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32375] ppid=32356 vsize=26004140 memory=280962936326320 CPUtime=0.11 cores=0-7
/proc/32358/task/32375/stat : 32375 (java) R 32356 32356 27639 0 -1 4202560 840 0 0 0 11 0 0 0 20 0 20 0 144991098 26628239360 11570 33554432000 4194304 4196468 140720457939632 140522012822080 140523794172291 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32376] ppid=32356 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32376/stat : 32376 (java) S 32356 32356 27639 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144991098 26628239360 11570 33554432000 4194304 4196468 140720457939632 140522011773280 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32377] ppid=32356 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/32358/task/32377/stat : 32377 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991098 26628239360 11570 33554432000 4194304 4196468 140720457939632 140522010720560 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 47400 KiB

[startup+0.580806 s]
# the end of solver process 32356 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.29719 s, system=0.060125 s

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

[startup+0.410361 s]*
/proc/loadavg: 7.48 8.32 8.36 2/200 32377
/proc/meminfo: memFree=28981608/32770624 swapFree=67108860/67108860
[pid=32356] ppid=32353 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/32356/stat : 32356 (xcsp3-exec) S 32353 32356 27639 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 144991092 9740288 345 33554432000 4194304 5098028 140721762667392 140721762665496 140603586589308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31350784 140721762673764 140721762673975 140721762673975 140721762676715 0
/proc/32356/statm: 2378 345 289 221 0 87 0
[pid=32358] ppid=32356 vsize=26006188 memory=53280 CPUtime=0.72 cores=0-7
/proc/32358/stat : 32358 (java) S 32356 32356 27639 0 -1 1077944320 10034 0 0 0 68 4 0 0 20 0 20 0 144991092 26630336512 13320 33554432000 4194304 4196468 140720457939632 140720457922176 140523815038711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
/proc/32358/statm: 6501547 13320 3164 1 0 6488781 0
[pid=32358/tid=32359] ppid=32356 vsize=26006188 memory=8318255677412212789 CPUtime=0.39 cores=0-7
/proc/32358/task/32359/stat : 32359 (java) R 32356 32356 27639 0 -1 4202560 6591 0 0 0 37 2 0 0 20 0 20 0 144991092 26630336512 13320 33554432000 4194304 4196468 140720457939632 140523819276672 140523807716725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32360] ppid=32356 vsize=26006188 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/32358/task/32360/stat : 32360 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26630336512 13320 33554432000 4194304 4196468 140720457939632 140523767658896 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32361] ppid=32356 vsize=26006188 memory=3761262133996680864 CPUtime=0 cores=0-7
/proc/32358/task/32361/stat : 32361 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26630336512 13320 33554432000 4194304 4196468 140720457939632 140523766606096 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32362] ppid=32356 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/32358/task/32362/stat : 32362 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26630336512 13320 33554432000 4194304 4196468 140720457939632 140523765553808 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32363] ppid=32356 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32363/stat : 32363 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26630336512 13320 33554432000 4194304 4196468 140720457939632 140523764501008 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32364] ppid=32356 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32364/stat : 32364 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26630336512 13320 33554432000 4194304 4196468 140720457939632 140523763448720 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32365] ppid=32356 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/32358/task/32365/stat : 32365 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 144991093 26630336512 13320 33554432000 4194304 4196468 140720457939632 140523762395920 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32366] ppid=32356 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32366/stat : 32366 (java) S 32356 32356 27639 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144991093 26630336512 13320 33554432000 4194304 4196468 140720457939632 140523761343632 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32367] ppid=32356 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32367/stat : 32367 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991093 26630336512 13320 33554432000 4194304 4196468 140720457939632 140523760290832 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32368] ppid=32356 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32368/stat : 32368 (java) S 32356 32356 27639 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 144991095 26630336512 13320 33554432000 4194304 4196468 140720457939632 140522020194416 140523815049858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32369] ppid=32356 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32369/stat : 32369 (java) S 32356 32356 27639 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 144991095 26630336512 13320 33554432000 4194304 4196468 140720457939632 140522019140384 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32370] ppid=32356 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32370/stat : 32370 (java) S 32356 32356 27639 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 144991095 26630336512 13320 33554432000 4194304 4196468 140720457939632 140522018088048 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32371] ppid=32356 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32371/stat : 32371 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991098 26630336512 13320 33554432000 4194304 4196468 140720457939632 140522017036368 140523815057307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32372] ppid=32356 vsize=26006188 memory=0 CPUtime=0.02 cores=0-7
/proc/32358/task/32372/stat : 32372 (java) S 32356 32356 27639 0 -1 1077944384 423 0 0 0 2 0 0 0 20 0 20 0 144991098 26630336512 13320 33554432000 4194304 4196468 140720457939632 140522015984240 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32373] ppid=32356 vsize=26006188 memory=0 CPUtime=0.05 cores=0-7
/proc/32358/task/32373/stat : 32373 (java) R 32356 32356 27639 0 -1 4202560 257 0 0 0 5 0 0 0 20 0 20 0 144991098 26630336512 13320 33554432000 4194304 4196468 140720457939632 140522014917760 140523799022784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32374] ppid=32356 vsize=26006188 memory=-1 CPUtime=0.06 cores=0-7
/proc/32358/task/32374/stat : 32374 (java) R 32356 32356 27639 0 -1 4202560 481 0 0 0 6 0 0 0 20 0 20 0 144991098 26630336512 13320 33554432000 4194304 4196468 140720457939632 140522013866176 140523794306176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32375] ppid=32356 vsize=26006188 memory=0 CPUtime=0.16 cores=0-7
/proc/32358/task/32375/stat : 32375 (java) R 32356 32356 27639 0 -1 4202560 972 0 0 0 16 0 0 0 20 0 20 0 144991098 26630336512 13320 33554432000 4194304 4196468 140720457939632 140522012826352 140523793578000 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32376] ppid=32356 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32376/stat : 32376 (java) S 32356 32356 27639 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 144991098 26630336512 13320 33554432000 4194304 4196468 140720457939632 140522011773280 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32377] ppid=32356 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/32358/task/32377/stat : 32377 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 144991098 26630336512 13320 33554432000 4194304 4196468 140720457939632 140522010720560 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
Current children cumulated CPU time: 0.72 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 54660 KiB

[startup+0.51016 s]*
/proc/loadavg: 7.48 8.32 8.36 2/200 32377
/proc/meminfo: memFree=28970444/32770624 swapFree=67108860/67108860
[pid=32356] ppid=32353 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/32356/stat : 32356 (xcsp3-exec) S 32353 32356 27639 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 144991092 9740288 345 33554432000 4194304 5098028 140721762667392 140721762665496 140603586589308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31350784 140721762673764 140721762673975 140721762673975 140721762676715 0
/proc/32356/statm: 2378 345 289 221 0 87 0
[pid=32358] ppid=32356 vsize=26341064 memory=75016 CPUtime=1.04 cores=0-7
/proc/32358/stat : 32358 (java) S 32356 32356 27639 0 -1 1077944320 11934 0 0 0 99 5 0 0 20 0 26 0 144991092 26973249536 18754 33554432000 4194304 4196468 140720457939632 140720457922176 140523815038711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
/proc/32358/statm: 6618034 18754 3196 1 0 6605268 0
[pid=32358/tid=32359] ppid=32356 vsize=26406600 memory=6791534058613427641 CPUtime=0.48 cores=0-7
/proc/32358/task/32359/stat : 32359 (java) S 32356 32356 27639 0 -1 1077944384 6683 0 0 0 46 2 0 0 20 0 26 0 144991092 27040358400 18754 33554432000 4194304 4196468 140720457939632 140523819279488 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32360] ppid=32356 vsize=26406600 memory=832 CPUtime=0 cores=0-7
/proc/32358/task/32360/stat : 32360 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 144991093 27040358400 18754 33554432000 4194304 4196468 140720457939632 140523767658896 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32361] ppid=32356 vsize=26406600 memory=1692 CPUtime=0 cores=0-7
/proc/32358/task/32361/stat : 32361 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 144991093 27040358400 18754 33554432000 4194304 4196468 140720457939632 140523766606096 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32362] ppid=32356 vsize=26406600 memory=916 CPUtime=0 cores=0-7
/proc/32358/task/32362/stat : 32362 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 144991093 27040358400 18755 33554432000 4194304 4196468 140720457939632 140523765553808 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32363] ppid=32356 vsize=26473164 memory=4236 CPUtime=0 cores=0-7
/proc/32358/task/32363/stat : 32363 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 27 0 144991093 27108519936 18755 33554432000 4194304 4196468 140720457939632 140523764501008 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32364] ppid=32356 vsize=26473164 memory=4104 CPUtime=0 cores=0-7
/proc/32358/task/32364/stat : 32364 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 144991093 27108519936 18755 33554432000 4194304 4196468 140720457939632 140523763448720 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32365] ppid=32356 vsize=26473164 memory=1152 CPUtime=0 cores=0-7
/proc/32358/task/32365/stat : 32365 (java) S 32356 32356 27639 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 144991093 27108519936 18755 33554432000 4194304 4196468 140720457939632 140523762395920 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32366] ppid=32356 vsize=26473164 memory=2252 CPUtime=0 cores=0-7
/proc/32358/task/32366/stat : 32366 (java) S 32356 32356 27639 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 144991093 27108519936 18755 33554432000 4194304 4196468 140720457939632 140523761343632 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32367] ppid=32356 vsize=26473164 memory=1380 CPUtime=0 cores=0-7
/proc/32358/task/32367/stat : 32367 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 144991093 27108519936 18755 33554432000 4194304 4196468 140720457939632 140523760290832 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32368] ppid=32356 vsize=26473164 memory=46020 CPUtime=0 cores=0-7
/proc/32358/task/32368/stat : 32368 (java) S 32356 32356 27639 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 144991095 27108519936 18755 33554432000 4194304 4196468 140720457939632 140522020194416 140523815049858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32369] ppid=32356 vsize=26473164 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32369/stat : 32369 (java) S 32356 32356 27639 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 144991095 27108519936 18755 33554432000 4194304 4196468 140720457939632 140522019140384 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32370] ppid=32356 vsize=26473164 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32370/stat : 32370 (java) S 32356 32356 27639 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 144991095 27108519936 18755 33554432000 4194304 4196468 140720457939632 140522018088048 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32371] ppid=32356 vsize=26473164 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32371/stat : 32371 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 144991098 27108519936 18755 33554432000 4194304 4196468 140720457939632 140522017036368 140523815057307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32372] ppid=32356 vsize=26473164 memory=0 CPUtime=0.04 cores=0-7
/proc/32358/task/32372/stat : 32372 (java) S 32356 32356 27639 0 -1 1077944384 592 0 0 0 4 0 0 0 20 0 28 0 144991098 27108519936 18755 33554432000 4194304 4196468 140720457939632 140522015984240 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32373] ppid=32356 vsize=26473164 memory=0 CPUtime=0.09 cores=0-7
/proc/32358/task/32373/stat : 32373 (java) S 32356 32356 27639 0 -1 1077944384 661 0 0 0 9 0 0 0 20 0 28 0 144991098 27108519936 18755 33554432000 4194304 4196468 140720457939632 140522014931440 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32374] ppid=32356 vsize=26473164 memory=-1 CPUtime=0.12 cores=0-7
/proc/32358/task/32374/stat : 32374 (java) S 32356 32356 27639 0 -1 1077944384 933 0 0 0 12 0 0 0 20 0 28 0 144991098 27108519936 18755 33554432000 4194304 4196468 140720457939632 140522013879152 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32375] ppid=32356 vsize=26473164 memory=140481468134319 CPUtime=0.25 cores=0-7
/proc/32358/task/32375/stat : 32375 (java) R 32356 32356 27639 0 -1 4202560 1605 0 0 0 25 0 0 0 20 0 28 0 144991098 27108519936 19267 33554432000 4194304 4196468 140720457939632 140522012826352 140523815050646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32376] ppid=32356 vsize=26473164 memory=3689636878213984304 CPUtime=0 cores=0-7
/proc/32358/task/32376/stat : 32376 (java) S 32356 32356 27639 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 144991098 27108519936 19267 33554432000 4194304 4196468 140720457939632 140522011773280 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32377] ppid=32356 vsize=26604236 memory=3906364840670212144 CPUtime=0 cores=0-7
/proc/32358/task/32377/stat : 32377 (java) S 32356 32356 27639 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 144991098 27242737664 19268 33554432000 4194304 4196468 140720457939632 140522010720560 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32378] ppid=32356 vsize=26604236 memory=140481568437887 CPUtime=0 cores=0-7
/proc/32358/task/32378/stat : 32378 (java) D 32356 32356 27639 0 -1 4202560 43 0 0 0 0 0 0 0 20 0 28 0 144991143 27242737664 19268 33554432000 4194304 4196468 140720457939632 140521397787104 140523808138614 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32379] ppid=32356 vsize=26604236 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32379/stat : 32379 (java) R 32356 32356 27639 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 28 0 144991144 27242737664 19268 33554432000 4194304 4196468 140720457939632 140521396752488 140523429321569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32380] ppid=32356 vsize=26604236 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32380/stat : 32380 (java) S 32356 32356 27639 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 28 0 144991144 27242737664 19268 33554432000 4194304 4196468 140720457939632 140521395695072 140523815049858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32381] ppid=32356 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32381/stat : 32381 (java) S 32356 32356 27639 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 28 0 144991144 27175628800 19268 33554432000 4194304 4196468 140720457939632 140521394642368 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32382] ppid=32356 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32382/stat : 32382 (java) S 32356 32356 27639 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 144991144 27175628800 19268 33554432000 4194304 4196468 140720457939632 140521393590080 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32383] ppid=32356 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32383/stat : 32383 (java) S 32356 32356 27639 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 144991144 27175628800 19268 33554432000 4194304 4196468 140720457939632 140521392537280 140523815048917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32384] ppid=32356 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32384/stat : 32384 (java) R 32356 32356 27639 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 28 0 144991144 27175628800 19268 33554432000 4194304 4196468 140720457939632 140521391491912 140523796687659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
[pid=32358/tid=32385] ppid=32356 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/32358/task/32385/stat : 32385 (java) R 32356 32356 27639 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 28 0 144991144 27175628800 19268 33554432000 4194304 4196468 140720457939632 140521390439112 140523796687659 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140720457946258 140720457946435 140720457946435 140720457949135 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 26350576 KiB
Current children cumulated memory: 76396 KiB

Child status: 0
Real time (s): 0.58085
CPU time (s): 1.35732
CPU user time (s): 1.29719
CPU system time (s): 0.060125
CPU usage (%): 233.678
Max. virtual memory (cumulated for all children) (KiB): 26350576
Max. memory (cumulated for all children) (KiB): 76396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.29719
system time used= 0.060125
maximum resident set size= 87256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12852
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= 2317
involuntary context switches= 7


# summary of solver processes directly reported to runsolver:
#   pid: 32356
#   total CPU time (s): 1.35732
#   total CPU user time (s): 1.29719
#   total CPU system time (s): 0.060125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029421 second user time and 0.04348 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-19 06:49:29
IDJOB=4281114
IDBENCH=120348
IDSOLVER=2675
FILE ID=node102/4281114-1503119029
RUNJOBID= node102-1503110594-27666
PBS_JOBID= 20630757
Free space on /tmp= 61880 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Sudoku/Sudoku-alldiff-s1/Sudoku-s09b-alldiff.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281114-1503119029/watcher-4281114-1503119029 -o /tmp/evaluation-result-4281114-1503119029/solver-4281114-1503119029 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1503110594-27666 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1139411040 HOME/instance-4281114-1503119029.xml

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

MD5SUM BENCH= 356169bb84d18589e1294d57b94f6ed7
RANDOM SEED=1139411040

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29022816 kB
MemAvailable:   31975744 kB
Buffers:          228320 kB
Cached:          3017740 kB
SwapCached:            0 kB
Active:           948776 kB
Inactive:        2347896 kB
Active(anon):       3484 kB
Inactive(anon):    83172 kB
Active(file):     945292 kB
Inactive(file):  2264724 kB
Unevictable:        7504 kB
Mlocked:            7504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5548 kB
Writeback:             0 kB
AnonPages:         57756 kB
Mapped:            50384 kB
Shmem:             33420 kB
Slab:             144584 kB
SReclaimable:     117496 kB
SUnreclaim:        27088 kB
KernelStack:        3248 kB
PageTables:         4292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     334144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61872 MiB
End job on node102 at 2017-08-19 06:49:30