Trace number 4245480

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
R1: choco-solver 5a (2017-07-05)SAT 12.8004 6.62672

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-048.xml
MD5SUM7adabca14a9e2cab4a49f4d8c4ab1203
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.101219
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints56
Number of domains2
Minimum domain size48
Maximum domain size2304
Distribution of domain sizes[{"size":48,"count":48},{"size":2304,"count":48}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":48},{"degree":4,"count":47},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":6},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints49
Distribution of constraint types[{"type":"intension","count":49},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245480-1500686026.xml"  -tl '2400s' -p 8 -x 3
0.00/0.19	c [HOME/instance-4245480-1500686026.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.31	c parse instance...
8.39/6.03	c solve instance...
12.00/6.60	s SATISFIABLE
12.00/6.60	v <instantiation>
12.00/6.60	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] cx[0] cx[1] cx[2] cx[3] cx[4] cx[5] cx[6] cx[7] cx[8] cx[9] cx[10] cx[11] cx[12] cx[13] cx[14] cx[15] cx[16] cx[17] cx[18] cx[19] cx[20] cx[21] cx[22] cx[23] cy[0] cy[1] cy[2] cy[3] cy[4] cy[5] cy[6] cy[7] cy[8] cy[9] cy[10] cy[11] cy[12] cy[13] cy[14] cy[15] cy[16] cy[17] cy[18] cy[19] cy[20] cy[21] cy[22] cy[23] </list>
12.00/6.60	v 	<values>1 3 4 5 6 7 16 17 18 26 27 28 29 30 31 32 33 34 35 36 37 38 47 48 2 8 9 10 11 12 13 14 15 19 20 21 22 23 24 25 39 40 41 42 43 44 45 46 1 9 16 25 36 49 256 289 324 676 729 784 841 900 961 1024 1089 1156 1225 1296 1369 1444 2209 2304 4 64 81 100 121 144 169 196 225 361 400 441 484 529 576 625 1521 1600 1681 1764 1849 1936 2025 2116 </values>
12.00/6.60	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4245480-1500686026/watcher-4245480-1500686026 -o /tmp/evaluation-result-4245480-1500686026/solver-4245480-1500686026 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1234111091 HOME/instance-4245480-1500686026.xml 

pid=15318
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 11.95 14.02 13.71 10/272 15321
/proc/meminfo: memFree=30826920/32770624 swapFree=5860/241140
[pid=15321] ppid=15318 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15321/stat : 15321 (xcsp3-exec) S 15318 15321 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3870076 9740288 345 33554432000 4194304 5098028 140731646618576 140731646616680 140353413530236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 39280640 140731646624910 140731646625120 140731646625120 140731646627819 0
/proc/15321/statm: 2378 345 289 221 0 87 0

[startup+0.100163 s]
/proc/loadavg: 11.95 14.02 13.71 10/272 15321
/proc/meminfo: memFree=30826920/32770624 swapFree=5860/241140
[pid=15321] ppid=15318 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15321/stat : 15321 (xcsp3-exec) S 15318 15321 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3870076 9740288 345 33554432000 4194304 5098028 140731646618576 140731646616680 140353413530236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 39280640 140731646624910 140731646625120 140731646625120 140731646627819 0
/proc/15321/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200324 s]
/proc/loadavg: 11.95 14.02 13.71 10/272 15321
/proc/meminfo: memFree=30826920/32770624 swapFree=5860/241140
[pid=15321] ppid=15318 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15321/stat : 15321 (xcsp3-exec) S 15318 15321 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3870076 9740288 345 33554432000 4194304 5098028 140731646618576 140731646616680 140353413530236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 39280640 140731646624910 140731646625120 140731646625120 140731646627819 0
/proc/15321/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300222 s]
/proc/loadavg: 11.95 14.02 13.71 10/272 15321
/proc/meminfo: memFree=30826920/32770624 swapFree=5860/241140
[pid=15321] ppid=15318 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15321/stat : 15321 (xcsp3-exec) S 15318 15321 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3870076 9740288 345 33554432000 4194304 5098028 140731646618576 140731646616680 140353413530236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 39280640 140731646624910 140731646625120 140731646625120 140731646627819 0
/proc/15321/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700337 s]
/proc/loadavg: 11.95 14.02 13.71 10/272 15321
/proc/meminfo: memFree=30826920/32770624 swapFree=5860/241140
[pid=15321] ppid=15318 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15321/stat : 15321 (xcsp3-exec) S 15318 15321 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3870076 9740288 345 33554432000 4194304 5098028 140731646618576 140731646616680 140353413530236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 39280640 140731646624910 140731646625120 140731646625120 140731646627819 0
/proc/15321/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50117 s]
/proc/loadavg: 11.95 14.02 13.71 17/293 15342
/proc/meminfo: memFree=30506008/32770624 swapFree=5860/241176
[pid=15321] ppid=15318 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15321/stat : 15321 (xcsp3-exec) S 15318 15321 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3870076 9740288 345 33554432000 4194304 5098028 140731646618576 140731646616680 140353413530236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 39280640 140731646624910 140731646625120 140731646625120 140731646627819 0
/proc/15321/statm: 2378 345 289 221 0 87 0
[pid=15322] ppid=15321 vsize=13269256 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/15322/stat : 15322 (java) S 15321 15321 7411 0 -1 1077944320 14832 0 0 0 275 27 0 0 20 0 20 0 3870077 13587718144 146564 33554432000 4194304 4196468 140722337378656 140722337361200 140230142476023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
/proc/15322/statm: 3317314 146564 3226 1 0 3304547 0
[pid=15322/tid=15323] ppid=15321 vsize=13269256 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15323/stat : 15323 (java) R 15321 15321 7411 0 -1 4202560 7019 0 0 0 132 9 0 0 20 0 20 0 3870077 13587718144 146564 33554432000 4194304 4196468 140722337378656 140230146713736 140229762420511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15325] ppid=15321 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15325/stat : 15325 (java) S 15321 15321 7411 0 -1 1077944384 28 0 0 0 1 2 0 0 20 0 20 0 3870078 13587718144 146564 33554432000 4194304 4196468 140722337378656 140230081440656 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15326] ppid=15321 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15326/stat : 15326 (java) S 15321 15321 7411 0 -1 1077944384 36 0 0 0 1 2 0 0 20 0 20 0 3870078 13587718144 146564 33554432000 4194304 4196468 140722337378656 140230080387856 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15327] ppid=15321 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15327/stat : 15327 (java) S 15321 15321 7411 0 -1 1077944384 24 0 0 0 2 1 0 0 20 0 20 0 3870078 13587718144 146564 33554432000 4194304 4196468 140722337378656 140230079335568 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15328] ppid=15321 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15328/stat : 15328 (java) S 15321 15321 7411 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 20 0 3870078 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229738978320 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15329] ppid=15321 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15329/stat : 15329 (java) S 15321 15321 7411 0 -1 1077944384 14 0 0 0 1 1 0 0 20 0 20 0 3870078 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229737925008 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15330] ppid=15321 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15330/stat : 15330 (java) S 15321 15321 7411 0 -1 1077944384 19 0 0 0 1 1 0 0 20 0 20 0 3870078 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229736872208 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15331] ppid=15321 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15331/stat : 15331 (java) S 15321 15321 7411 0 -1 1077944384 21 0 0 0 1 2 0 0 20 0 20 0 3870078 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229735819920 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15332] ppid=15321 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15332/stat : 15332 (java) S 15321 15321 7411 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 20 0 3870078 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229734767120 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15333] ppid=15321 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15333/stat : 15333 (java) S 15321 15321 7411 0 -1 1077944384 447 0 0 0 1 0 0 0 20 0 20 0 3870080 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229335820912 140230142487170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15334] ppid=15321 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15334/stat : 15334 (java) S 15321 15321 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3870081 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229334766944 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15335] ppid=15321 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15335/stat : 15335 (java) S 15321 15321 7411 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3870081 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229333714560 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15336] ppid=15321 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15336/stat : 15336 (java) S 15321 15321 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3870085 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229332662864 140230142494619 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15337] ppid=15321 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15337/stat : 15337 (java) S 15321 15321 7411 0 -1 1077944384 1601 0 0 0 32 0 0 0 20 0 20 0 3870085 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229331609712 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15338] ppid=15321 vsize=13269256 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15338/stat : 15338 (java) S 15321 15321 7411 0 -1 1077944384 800 0 0 0 24 0 0 0 20 0 20 0 3870085 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229330556912 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15339] ppid=15321 vsize=13269256 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15339/stat : 15339 (java) R 15321 15321 7411 0 -1 4202560 1952 0 0 0 41 0 0 0 20 0 20 0 3870085 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229329490648 140230120877698 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15340] ppid=15321 vsize=13269256 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15340/stat : 15340 (java) S 15321 15321 7411 0 -1 1077944384 1519 0 0 0 29 0 0 0 20 0 20 0 3870085 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229328451824 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15341] ppid=15321 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15341/stat : 15341 (java) S 15321 15321 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3870085 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229327399776 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15342] ppid=15321 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15342/stat : 15342 (java) S 15321 15321 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3870085 13587718144 146564 33554432000 4194304 4196468 140722337378656 140229326347056 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 13278768

[startup+3.10094 s]
/proc/loadavg: 11.79 13.95 13.69 10/293 15342
/proc/meminfo: memFree=29781728/32770624 swapFree=5860/241176
[pid=15321] ppid=15318 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15321/stat : 15321 (xcsp3-exec) S 15318 15321 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3870076 9740288 345 33554432000 4194304 5098028 140731646618576 140731646616680 140353413530236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 39280640 140731646624910 140731646625120 140731646625120 140731646627819 0
/proc/15321/statm: 2378 345 289 221 0 87 0
[pid=15322] ppid=15321 vsize=13269256 CPUtime=4.96 cores=0,2,4,6,8,10,12,14
/proc/15322/stat : 15322 (java) S 15321 15321 7411 0 -1 1077944320 16403 0 0 0 449 47 0 0 20 0 20 0 3870077 13587718144 281939 33554432000 4194304 4196468 140722337378656 140722337361200 140230142476023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
/proc/15322/statm: 3317314 281939 3226 1 0 3304547 0
[pid=15322/tid=15323] ppid=15321 vsize=13269256 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15323/stat : 15323 (java) R 15321 15321 7411 0 -1 4202560 7897 0 0 0 281 17 0 0 20 0 20 0 3870077 13587718144 281939 33554432000 4194304 4196468 140722337378656 140230146713416 140229763045540 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15325] ppid=15321 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15325/stat : 15325 (java) S 15321 15321 7411 0 -1 1077944384 43 0 0 0 3 3 0 0 20 0 20 0 3870078 13587718144 281939 33554432000 4194304 4196468 140722337378656 140230081440656 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15326] ppid=15321 vsize=13269256 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15326/stat : 15326 (java) S 15321 15321 7411 0 -1 1077944384 52 0 0 0 3 4 0 0 20 0 20 0 3870078 13587718144 281939 33554432000 4194304 4196468 140722337378656 140230080387856 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15327] ppid=15321 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15327/stat : 15327 (java) S 15321 15321 7411 0 -1 1077944384 45 0 0 0 3 3 0 0 20 0 20 0 3870078 13587718144 281939 33554432000 4194304 4196468 140722337378656 140230079335568 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15328] ppid=15321 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15328/stat : 15328 (java) S 15321 15321 7411 0 -1 1077944384 39 0 0 0 3 3 0 0 20 0 20 0 3870078 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229738978320 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15329] ppid=15321 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15329/stat : 15329 (java) S 15321 15321 7411 0 -1 1077944384 24 0 0 0 2 2 0 0 20 0 20 0 3870078 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229737925008 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15330] ppid=15321 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15330/stat : 15330 (java) S 15321 15321 7411 0 -1 1077944384 45 0 0 0 2 3 0 0 20 0 20 0 3870078 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229736872208 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15331] ppid=15321 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15331/stat : 15331 (java) S 15321 15321 7411 0 -1 1077944384 33 0 0 0 2 3 0 0 20 0 20 0 3870078 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229735819920 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15332] ppid=15321 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15332/stat : 15332 (java) S 15321 15321 7411 0 -1 1077944384 42 0 0 0 2 3 0 0 20 0 20 0 3870078 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229734767120 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15333] ppid=15321 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15333/stat : 15333 (java) S 15321 15321 7411 0 -1 1077944384 753 0 0 0 1 0 0 0 20 0 20 0 3870080 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229335820912 140230142487170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15334] ppid=15321 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15334/stat : 15334 (java) S 15321 15321 7411 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3870081 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229334766944 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15335] ppid=15321 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15335/stat : 15335 (java) S 15321 15321 7411 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3870081 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229333714560 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15336] ppid=15321 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15336/stat : 15336 (java) S 15321 15321 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3870085 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229332662864 140230142494619 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15337] ppid=15321 vsize=13269256 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15337/stat : 15337 (java) S 15321 15321 7411 0 -1 1077944384 1608 0 0 0 34 0 0 0 20 0 20 0 3870085 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229331609712 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15338] ppid=15321 vsize=13269256 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15338/stat : 15338 (java) S 15321 15321 7411 0 -1 1077944384 811 0 0 0 26 0 0 0 20 0 20 0 3870085 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229330556912 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15339] ppid=15321 vsize=13269256 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15339/stat : 15339 (java) S 15321 15321 7411 0 -1 1077944384 1966 0 0 0 43 0 0 0 20 0 20 0 3870085 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229329504624 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15340] ppid=15321 vsize=13269256 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15340/stat : 15340 (java) S 15321 15321 7411 0 -1 1077944384 1747 0 0 0 38 0 0 0 20 0 20 0 3870085 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229328451824 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15341] ppid=15321 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15341/stat : 15341 (java) S 15321 15321 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3870085 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229327399776 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15342] ppid=15321 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15342/stat : 15342 (java) S 15321 15321 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3870085 13587718144 281939 33554432000 4194304 4196468 140722337378656 140229326347056 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 13278768

[startup+6.30108 s]
/proc/loadavg: 11.79 13.95 13.69 10/293 15342
/proc/meminfo: memFree=28484184/32770624 swapFree=5860/241188
[pid=15321] ppid=15318 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15321/stat : 15321 (xcsp3-exec) S 15318 15321 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3870076 9740288 345 33554432000 4194304 5098028 140731646618576 140731646616680 140353413530236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 39280640 140731646624910 140731646625120 140731646625120 140731646627819 0
/proc/15321/statm: 2378 345 289 221 0 87 0
[pid=15322] ppid=15321 vsize=13801768 CPUtime=10.42 cores=0,2,4,6,8,10,12,14
/proc/15322/stat : 15322 (java) S 15321 15321 7411 0 -1 1077944320 26159 0 0 0 954 88 0 0 20 0 28 0 3870077 14133010432 690081 33554432000 4194304 4196468 140722337378656 140722337361200 140230142476023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
/proc/15322/statm: 3450442 690081 3238 1 0 3437675 0
[pid=15322/tid=15323] ppid=15321 vsize=13801768 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15323/stat : 15323 (java) S 15321 15321 7411 0 -1 1077944384 12231 0 0 0 546 40 0 0 20 0 28 0 3870077 14133010432 690081 33554432000 4194304 4196468 140722337378656 140230146716800 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15325] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15325/stat : 15325 (java) S 15321 15321 7411 0 -1 1077944384 96 0 0 0 5 5 0 0 20 0 28 0 3870078 14133010432 690081 33554432000 4194304 4196468 140722337378656 140230081440656 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15326] ppid=15321 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15326/stat : 15326 (java) S 15321 15321 7411 0 -1 1077944384 78 0 0 0 6 6 0 0 20 0 28 0 3870078 14133010432 690081 33554432000 4194304 4196468 140722337378656 140230080387856 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15327] ppid=15321 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15327/stat : 15327 (java) S 15321 15321 7411 0 -1 1077944384 201 0 0 0 6 5 0 0 20 0 28 0 3870078 14133010432 690081 33554432000 4194304 4196468 140722337378656 140230079335568 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15328] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15328/stat : 15328 (java) S 15321 15321 7411 0 -1 1077944384 70 0 0 0 5 5 0 0 20 0 28 0 3870078 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229738978320 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15329] ppid=15321 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15329/stat : 15329 (java) S 15321 15321 7411 0 -1 1077944384 54 0 0 0 5 4 0 0 20 0 28 0 3870078 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229737925008 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15330] ppid=15321 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15330/stat : 15330 (java) S 15321 15321 7411 0 -1 1077944384 69 0 0 0 4 5 0 0 20 0 28 0 3870078 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229736872208 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15331] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15331/stat : 15331 (java) S 15321 15321 7411 0 -1 1077944384 65 0 0 0 5 5 0 0 20 0 28 0 3870078 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229735819920 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15332] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15332/stat : 15332 (java) S 15321 15321 7411 0 -1 1077944384 68 0 0 0 5 5 0 0 20 0 28 0 3870078 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229734767120 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15333] ppid=15321 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15333/stat : 15333 (java) S 15321 15321 7411 0 -1 1077944384 1771 0 0 0 1 0 0 0 20 0 28 0 3870080 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229335820912 140230142487170 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15334] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15334/stat : 15334 (java) S 15321 15321 7411 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 3870081 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229334766944 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15335] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15335/stat : 15335 (java) S 15321 15321 7411 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3870081 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229333714560 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15336] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15336/stat : 15336 (java) S 15321 15321 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3870085 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229332662864 140230142494619 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15337] ppid=15321 vsize=13801768 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15337/stat : 15337 (java) S 15321 15321 7411 0 -1 1077944384 1978 0 0 0 46 0 0 0 20 0 28 0 3870085 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229331609712 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15338] ppid=15321 vsize=13801768 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15338/stat : 15338 (java) S 15321 15321 7411 0 -1 1077944384 1691 0 0 0 45 0 0 0 20 0 28 0 3870085 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229330556912 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15339] ppid=15321 vsize=13801768 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15339/stat : 15339 (java) R 15321 15321 7411 0 -1 4202560 2628 0 0 0 57 0 0 0 20 0 28 0 3870085 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229329504920 140230125886918 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15340] ppid=15321 vsize=13801768 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15340/stat : 15340 (java) S 15321 15321 7411 0 -1 1077944384 2973 0 0 0 54 0 0 0 20 0 28 0 3870085 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229328451824 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15341] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15341/stat : 15341 (java) S 15321 15321 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3870085 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229327399776 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15342] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15342/stat : 15342 (java) S 15321 15321 7411 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 28 0 3870085 14133010432 690081 33554432000 4194304 4196468 140722337378656 140229326347056 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 13811280

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15322 sig 9
??? kill 15321 sig 9
??? kill -15321 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40131 s]
/proc/loadavg: 11.79 13.95 13.69 10/293 15342
/proc/meminfo: memFree=28484184/32770624 swapFree=5860/241188
[pid=15321] ppid=15318 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15321/stat : 15321 (xcsp3-exec) S 15318 15321 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3870076 9740288 345 33554432000 4194304 5098028 140731646618576 140731646616680 140353413530236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 39280640 140731646624910 140731646625120 140731646625120 140731646627819 0
/proc/15321/statm: 2378 345 289 221 0 87 0
[pid=15322] ppid=15321 vsize=13801768 CPUtime=11.21 cores=0,2,4,6,8,10,12,14
/proc/15322/stat : 15322 (java) S 15321 15321 7411 0 -1 1077944320 26732 0 0 0 1032 89 0 0 20 0 28 0 3870077 14133010432 690177 33554432000 4194304 4196468 140722337378656 140722337361200 140230142476023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
/proc/15322/statm: 3450442 690177 3238 1 0 3437675 0
[pid=15322/tid=15323] ppid=15321 vsize=13801768 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15323/stat : 15323 (java) S 15321 15321 7411 0 -1 1077944384 12231 0 0 0 546 40 0 0 20 0 28 0 3870077 14133010432 690177 33554432000 4194304 4196468 140722337378656 140230146716800 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15325] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15325/stat : 15325 (java) S 15321 15321 7411 0 -1 1077944384 96 0 0 0 5 5 0 0 20 0 28 0 3870078 14133010432 690177 33554432000 4194304 4196468 140722337378656 140230081440656 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15326] ppid=15321 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15326/stat : 15326 (java) S 15321 15321 7411 0 -1 1077944384 78 0 0 0 6 6 0 0 20 0 28 0 3870078 14133010432 690177 33554432000 4194304 4196468 140722337378656 140230080387856 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15327] ppid=15321 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15327/stat : 15327 (java) S 15321 15321 7411 0 -1 1077944384 201 0 0 0 6 5 0 0 20 0 28 0 3870078 14133010432 690177 33554432000 4194304 4196468 140722337378656 140230079335568 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15328] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15328/stat : 15328 (java) S 15321 15321 7411 0 -1 1077944384 70 0 0 0 5 5 0 0 20 0 28 0 3870078 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229738978320 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15329] ppid=15321 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15329/stat : 15329 (java) S 15321 15321 7411 0 -1 1077944384 54 0 0 0 5 4 0 0 20 0 28 0 3870078 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229737925008 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15330] ppid=15321 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15330/stat : 15330 (java) S 15321 15321 7411 0 -1 1077944384 69 0 0 0 4 5 0 0 20 0 28 0 3870078 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229736872208 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15331] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15331/stat : 15331 (java) S 15321 15321 7411 0 -1 1077944384 65 0 0 0 5 5 0 0 20 0 28 0 3870078 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229735819920 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15332] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15332/stat : 15332 (java) S 15321 15321 7411 0 -1 1077944384 68 0 0 0 5 5 0 0 20 0 28 0 3870078 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229734767120 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15333] ppid=15321 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15333/stat : 15333 (java) S 15321 15321 7411 0 -1 1077944384 1771 0 0 0 1 0 0 0 20 0 28 0 3870080 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229335820912 140230142487170 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15334] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15334/stat : 15334 (java) S 15321 15321 7411 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 3870081 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229334766944 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15335] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15335/stat : 15335 (java) S 15321 15321 7411 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 3870081 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229333714560 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15336] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15336/stat : 15336 (java) S 15321 15321 7411 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3870085 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229332662864 140230142494619 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15337] ppid=15321 vsize=13801768 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15337/stat : 15337 (java) R 15321 15321 7411 0 -1 4202560 2086 0 0 0 49 0 0 0 20 0 28 0 3870085 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229331595552 140230125959579 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15338] ppid=15321 vsize=13801768 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15338/stat : 15338 (java) R 15321 15321 7411 0 -1 4202560 1699 0 0 0 48 0 0 0 20 0 28 0 3870085 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229330543648 140230124019315 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15339] ppid=15321 vsize=13801768 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15339/stat : 15339 (java) R 15321 15321 7411 0 -1 4202560 2851 0 0 0 67 0 0 0 20 0 28 0 3870085 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229329504920 140230123998938 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15340] ppid=15321 vsize=13801768 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15340/stat : 15340 (java) R 15321 15321 7411 0 -1 4202560 3180 0 0 0 57 0 0 0 20 0 28 0 3870085 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229328452120 140230134715948 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15341] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15341/stat : 15341 (java) S 15321 15321 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3870085 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229327399776 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15342] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15342/stat : 15342 (java) S 15321 15321 7411 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 28 0 3870085 14133010432 690177 33554432000 4194304 4196468 140722337378656 140229326347056 140230142487170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
Current children cumulated CPU time (s) 11.21
Current children cumulated vsize (KiB) 13811280

[startup+6.60115 s]
/proc/loadavg: 11.79 13.95 13.69 14/293 15350
/proc/meminfo: memFree=28055056/32770624 swapFree=5860/241188
[pid=15321] ppid=15318 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15321/stat : 15321 (xcsp3-exec) S 15318 15321 7411 0 -1 4202496 516 0 0 0 0 0 0 0 20 0 1 0 3870076 9740288 345 33554432000 4194304 5098028 140731646618576 140731646616680 140353413530236 0 65536 4100 65538 18446744071579417331 0 0 17 8 0 0 0 0 0 7196144 7232144 39280640 140731646624910 140731646625120 140731646625120 140731646627819 0
/proc/15321/statm: 2378 345 289 221 0 87 0
[pid=15322] ppid=15321 vsize=13801768 CPUtime=12.77 cores=0,2,4,6,8,10,12,14
/proc/15322/stat : 15322 (java) S 15321 15321 7411 0 -1 1077944320 29453 0 0 0 1188 89 0 0 20 0 18 0 3870077 14133010432 691515 33554432000 4194304 4196468 140722337378656 140722337361200 140230142476023 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
/proc/15322/statm: 3450442 691515 3240 1 0 3437675 0
[pid=15322/tid=15323] ppid=15321 vsize=13801768 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15323/stat : 15323 (java) S 15321 15321 7411 0 -1 1077944384 12257 0 0 0 546 40 0 0 20 0 18 0 3870077 14133010432 691515 33554432000 4194304 4196468 140722337378656 140230146718864 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15325] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15325/stat : 15325 (java) S 15321 15321 7411 0 -1 1077944384 96 0 0 0 5 5 0 0 20 0 18 0 3870078 14133010432 691515 33554432000 4194304 4196468 140722337378656 140230081440656 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15326] ppid=15321 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15326/stat : 15326 (java) S 15321 15321 7411 0 -1 1077944384 78 0 0 0 6 6 0 0 20 0 18 0 3870078 14133010432 691515 33554432000 4194304 4196468 140722337378656 140230080387856 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15327] ppid=15321 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15327/stat : 15327 (java) S 15321 15321 7411 0 -1 1077944384 201 0 0 0 6 5 0 0 20 0 18 0 3870078 14133010432 691515 33554432000 4194304 4196468 140722337378656 140230079335568 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15328] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15328/stat : 15328 (java) S 15321 15321 7411 0 -1 1077944384 70 0 0 0 5 5 0 0 20 0 18 0 3870078 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229738978320 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15329] ppid=15321 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15329/stat : 15329 (java) S 15321 15321 7411 0 -1 1077944384 54 0 0 0 5 4 0 0 20 0 18 0 3870078 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229737925008 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15330] ppid=15321 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15330/stat : 15330 (java) S 15321 15321 7411 0 -1 1077944384 69 0 0 0 4 5 0 0 20 0 18 0 3870078 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229736872208 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15331] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15331/stat : 15331 (java) S 15321 15321 7411 0 -1 1077944384 65 0 0 0 5 5 0 0 20 0 18 0 3870078 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229735819920 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15332] ppid=15321 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15332/stat : 15332 (java) S 15321 15321 7411 0 -1 1077944384 68 0 0 0 5 5 0 0 20 0 18 0 3870078 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229734767120 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15333] ppid=15321 vsize=13801768 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15333/stat : 15333 (java) S 15321 15321 7411 0 -1 1077944384 1771 0 0 0 2 0 0 0 20 0 18 0 3870080 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229335821120 140230142487170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15334] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15334/stat : 15334 (java) S 15321 15321 7411 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 18 0 3870081 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229334766944 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15335] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15335/stat : 15335 (java) S 15321 15321 7411 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 18 0 3870081 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229333714560 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15337] ppid=15321 vsize=13801768 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15337/stat : 15337 (java) S 15321 15321 7411 0 -1 1077944384 3021 0 0 0 65 0 0 0 20 0 18 0 3870085 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229331590112 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15338] ppid=15321 vsize=13801768 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15338/stat : 15338 (java) S 15321 15321 7411 0 -1 1077944384 2389 0 0 0 62 0 0 0 20 0 18 0 3870085 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229330548016 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15339] ppid=15321 vsize=13801768 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15339/stat : 15339 (java) S 15321 15321 7411 0 -1 1077944384 3319 0 0 0 84 0 0 0 20 0 18 0 3870085 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229329485024 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15340] ppid=15321 vsize=13801768 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15340/stat : 15340 (java) S 15321 15321 7411 0 -1 1077944384 3652 0 0 0 65 0 0 0 20 0 18 0 3870085 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229328447200 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
[pid=15322/tid=15341] ppid=15321 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15322/task/15341/stat : 15341 (java) S 15321 15321 7411 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 3870085 14133010432 691515 33554432000 4194304 4196468 140722337378656 140229327399776 140230142486229 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38739968 140722337387708 140722337387884 140722337387884 140722337390543 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 6.62672
CPU time (s): 12.8004
CPU user time (s): 11.8928
CPU system time (s): 0.907557
CPU usage (%): 193.163
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8928
system time used= 0.907557
maximum resident set size= 2766772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30010
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= 4329
involuntary context switches= 1069

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061831 second user time and 0.069682 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-22 03:13:47
IDJOB=4245480
IDBENCH=122882
IDSOLVER=2626
FILE ID=node131/4245480-1500686026
RUNJOBID= node131-1500682620-7801
PBS_JOBID= 20623041
Free space on /tmp= 62012 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-048.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245480-1500686026/watcher-4245480-1500686026 -o /tmp/evaluation-result-4245480-1500686026/solver-4245480-1500686026 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500682620-7801 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 1234111091 HOME/instance-4245480-1500686026.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 7adabca14a9e2cab4a49f4d8c4ab1203
RANDOM SEED=1234111091

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        30826604 kB
MemAvailable:   30873040 kB
Buffers:           48040 kB
Cached:           309504 kB
SwapCached:            0 kB
Active:          1319284 kB
Inactive:         249844 kB
Active(anon):    1214548 kB
Inactive(anon):     8692 kB
Active(file):     104736 kB
Inactive(file):   241152 kB
Unevictable:        5860 kB
Mlocked:            5860 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7752 kB
Writeback:            36 kB
AnonPages:       1403628 kB
Mapped:            42444 kB
Shmem:              8876 kB
Slab:              67164 kB
SReclaimable:      32768 kB
SUnreclaim:        34396 kB
KernelStack:        5136 kB
PageTables:         7736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3221052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1275904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62004 MiB
End job on node131 at 2017-07-22 03:13:53