Trace number 4248034

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: Concrete 3.4SAT 6.7226501 4.0473399

General information on the benchmark

NameCoveringArray/CoveringArray-elt-s1/
CoveringArray-elt-3-04-2-09.xml
MD5SUM2324a6ffb08ebf271119fd35f5319f57
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.0040500001
Satisfiable
(Un)Satisfiability was proved
Number of variables68
Number of constraints45
Number of domains2
Minimum domain size8
Maximum domain size9
Distribution of domain sizes[{"size":8,"count":36},{"size":9,"count":32}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":32},{"degree":9,"count":36}]
Minimum constraint arity4
Maximum constraint arity10
Distribution of constraint arities[{"arity":4,"count":9},{"arity":8,"count":4},{"arity":10,"count":32}]
Number of extensional constraints9
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":9},{"type":"allDifferent","count":4},{"type":"element","count":32}]
Optimization problemNO
Type of objective

Solver Data

3.24/2.19	c Concrete v3.4 running
6.62/4.03	v <instantiation>
6.62/4.03	v       <list>
6.62/4.03	v         p[0][0] p[0][1] p[0][2] p[0][3] p[0][4] p[0][5] p[0][6] p[0][7] p[1][0] p[1][1] p[1][2] p[1][3] p[1][4] p[1][5] p[1][6] p[1][7] p[2][0] p[2][1] p[2][2] p[2][3] p[2][4] p[2][5] p[2][6] p[2][7] p[3][0] p[3][1] p[3][2] p[3][3] p[3][4] p[3][5] p[3][6] p[3][7] v[0][0] v[0][1] v[0][2] v[0][3] v[0][4] v[0][5] v[0][6] v[0][7] v[0][8] v[1][0] v[1][1] v[1][2] v[1][3] v[1][4] v[1][5] v[1][6] v[1][7] v[1][8] v[2][0] v[2][1] v[2][2] v[2][3] v[2][4] v[2][5] v[2][6] v[2][7] v[2][8] v[3][0] v[3][1] v[3][2] v[3][3] v[3][4] v[3][5] v[3][6] v[3][7] v[3][8]
6.62/4.03	v       </list>
6.62/4.03	v       <values>
6.62/4.03	v         0 5 2 3 7 1 6 8 0 5 3 2 1 7 8 4 0 2 3 5 6 7 8 4 0 7 1 5 6 2 8 4 0 5 2 3 7 1 6 4 7 0 4 3 2 7 1 6 5 6 0 6 1 2 7 3 4 5 6 0 2 5 6 7 3 4 1 6
6.62/4.03	v       </values>
6.62/4.03	v     </instantiation>
6.62/4.03	s SATISFIABLE

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-4248034-1502107601/watcher-4248034-1502107601 -o /tmp/evaluation-result-4248034-1502107601/solver-4248034-1502107601 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560 bin/concrete HOME/instance-4248034-1502107601.xml 

pid=19209
running on 4 cores: 0,2,4,6

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: 1.93 1.92 1.88 3/199 19212
/proc/meminfo: memFree=24933616/32770624 swapFree=0/440364
[pid=19212] ppid=19209 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/19212/stat : 19212 (runsolver) D 19209 19212 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 58266163 24240128 106 18446744073709551615 4194304 4338465 140736654612192 140736654609832 140708338582231 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 26210304 140736654614736 140736654615113 140736654615113 140736654618570 0
/proc/19212/statm: 5918 106 53 36 0 2156 0

[startup+0.100058 s]
/proc/loadavg: 1.93 1.92 1.88 3/199 19212
/proc/meminfo: memFree=24933616/32770624 swapFree=0/440364
[pid=19212] ppid=19209 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/19212/stat : 19212 (bash) S 19209 19212 25139 0 -1 4202496 680 1546 0 0 0 0 0 0 20 0 1 0 58266163 9736192 351 18446744073709551615 4194304 5098028 140726043680752 140726043678392 140484106529792 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 31076352 140726043689492 140726043689577 140726043689577 140726043693034 0
/proc/19212/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200171 s]
/proc/loadavg: 1.93 1.92 1.88 3/199 19212
/proc/meminfo: memFree=24933616/32770624 swapFree=0/440364
[pid=19212] ppid=19209 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/19212/stat : 19212 (bash) S 19209 19212 25139 0 -1 4202496 883 6462 0 0 0 0 0 1 20 0 1 0 58266163 9871360 375 18446744073709551615 4194304 5098028 140726043680752 140726043674760 140484106529792 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 31076352 140726043689492 140726043689577 140726043689577 140726043693034 0
/proc/19212/statm: 2410 375 294 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.302177 s]
/proc/loadavg: 1.93 1.92 1.88 3/199 19212
/proc/meminfo: memFree=24933616/32770624 swapFree=0/440364
[pid=19212] ppid=19209 vsize=10551880 CPUtime=0.14 cores=0,2,4,6
/proc/19212/stat : 19212 (java) S 19209 19212 25139 0 -1 1077944320 5937 12456 0 0 6 1 5 2 20 0 15 0 58266163 10805125120 6689 18446744073709551615 4194304 4196468 140720464704272 140720464686816 140644578733815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
/proc/19212/statm: 2637970 6689 2690 1 0 2627467 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10551880

[startup+0.700652 s]
/proc/loadavg: 1.93 1.92 1.88 3/199 19212
/proc/meminfo: memFree=24933616/32770624 swapFree=0/440364
[pid=19212] ppid=19209 vsize=10552792 CPUtime=0.7 cores=0,2,4,6
/proc/19212/stat : 19212 (java) S 19209 19212 25139 0 -1 1077944320 13917 12456 0 0 59 4 5 2 20 0 15 0 58266163 10806059008 14868 18446744073709551615 4194304 4196468 140720464704272 140720464686816 140644578733815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
/proc/19212/statm: 2638198 14868 3122 1 0 2627467 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 10552792

[startup+1.50053 s]
/proc/loadavg: 1.93 1.92 1.88 5/214 19275
/proc/meminfo: memFree=24836944/32770624 swapFree=0/440952
[pid=19212] ppid=19209 vsize=10563416 CPUtime=1.95 cores=0,2,4,6
/proc/19212/stat : 19212 (java) S 19209 19212 25139 0 -1 1077944320 29549 12456 0 0 178 10 5 2 20 0 15 0 58266163 10816937984 43629 18446744073709551615 4194304 4196468 140720464704272 140720464686816 140644578733815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
/proc/19212/statm: 2640854 43629 3380 1 0 2630027 0
[pid=19212/tid=19262] ppid=19209 vsize=10563416 CPUtime=1.28 cores=0,2,4,6
/proc/19212/task/19262/stat : 19262 (java) S 19209 19212 25139 0 -1 1077944384 22192 12456 0 0 116 5 5 2 20 0 15 0 58266183 10816937984 43629 18446744073709551615 4194304 4196468 140720464704272 140644582955280 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19263] ppid=19209 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19263/stat : 19263 (java) S 19209 19212 25139 0 -1 1077944384 53 12456 0 0 0 0 5 2 20 0 15 0 58266184 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644544014992 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19264] ppid=19209 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/19212/task/19264/stat : 19264 (java) S 19209 19212 25139 0 -1 1077944384 169 12456 0 0 1 0 5 2 20 0 15 0 58266184 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644188944912 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19265] ppid=19209 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/19212/task/19265/stat : 19265 (java) R 19209 19212 25139 0 -1 1077944384 39 12456 0 0 1 0 5 2 20 0 15 0 58266184 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644187892112 140644578744021 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19266] ppid=19209 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19266/stat : 19266 (java) S 19209 19212 25139 0 -1 1077944384 46 12456 0 0 0 0 5 2 20 0 15 0 58266184 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644186839312 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19267] ppid=19209 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/19212/task/19267/stat : 19267 (java) R 19209 19212 25139 0 -1 4202560 1646 12456 0 0 1 0 5 2 20 0 15 0 58266185 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644142261664 140644571023264 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19268] ppid=19209 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19268/stat : 19268 (java) S 19209 19212 25139 0 -1 1077944384 33 12456 0 0 0 0 5 2 20 0 15 0 58266186 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644141209120 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19269] ppid=19209 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19269/stat : 19269 (java) S 19209 19212 25139 0 -1 1077944384 21 12456 0 0 0 0 5 2 20 0 15 0 58266186 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644072809840 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19270] ppid=19209 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19270/stat : 19270 (java) S 19209 19212 25139 0 -1 1077944384 3 12456 0 0 0 0 5 2 20 0 15 0 58266189 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644071758160 140644578752411 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19271] ppid=19209 vsize=10563416 CPUtime=0.23 cores=0,2,4,6
/proc/19212/task/19271/stat : 19271 (java) S 19209 19212 25139 0 -1 1077944384 1169 12456 0 0 16 0 5 2 20 0 15 0 58266189 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644070705520 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19272] ppid=19209 vsize=10563416 CPUtime=0.23 cores=0,2,4,6
/proc/19212/task/19272/stat : 19272 (java) S 19209 19212 25139 0 -1 1077944384 863 12456 0 0 16 0 5 2 20 0 15 0 58266189 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644069652720 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19273] ppid=19209 vsize=10563416 CPUtime=0.3 cores=0,2,4,6
/proc/19212/task/19273/stat : 19273 (java) S 19209 19212 25139 0 -1 1077944384 1304 12456 0 0 23 0 5 2 20 0 15 0 58266189 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644068595792 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19274] ppid=19209 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19274/stat : 19274 (java) S 19209 19212 25139 0 -1 1077944384 3 12456 0 0 0 0 5 2 20 0 15 0 58266189 10816937984 43634 18446744073709551615 4194304 4196468 140720464704272 140644067547360 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19275] ppid=19209 vsize=10563416 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19275/stat : 19275 (java) S 19209 19212 25139 0 -1 1077944384 8 12456 0 0 0 0 5 2 20 0 15 0 58266192 10816937984 43580 18446744073709551615 4194304 4196468 140720464704272 140644066495664 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 10563416

[startup+3.10088 s]
/proc/loadavg: 1.93 1.92 1.88 4/214 19275
/proc/meminfo: memFree=24747056/32770624 swapFree=0/440952
[pid=19212] ppid=19209 vsize=10575892 CPUtime=4.7 cores=0,2,4,6
/proc/19212/stat : 19212 (java) S 19209 19212 25139 0 -1 1077944320 48320 12456 0 0 447 16 5 2 20 0 15 0 58266163 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140720464686816 140644578733815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
/proc/19212/statm: 2643973 53148 3449 1 0 2632587 0
[pid=19212/tid=19262] ppid=19209 vsize=10575892 CPUtime=2.53 cores=0,2,4,6
/proc/19212/task/19262/stat : 19262 (java) R 19209 19212 25139 0 -1 4202560 36486 12456 0 0 238 8 5 2 20 0 15 0 58266183 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644582959632 140644562777445 0 4 1 16800974 0 0 0 -1 2 0 0 37 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19263] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19263/stat : 19263 (java) S 19209 19212 25139 0 -1 1077944384 53 12456 0 0 0 0 5 2 20 0 15 0 58266184 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644544014992 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19264] ppid=19209 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/19212/task/19264/stat : 19264 (java) S 19209 19212 25139 0 -1 1077944384 169 12456 0 0 1 0 5 2 20 0 15 0 58266184 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644188944912 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19265] ppid=19209 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/19212/task/19265/stat : 19265 (java) S 19209 19212 25139 0 -1 1077944384 39 12456 0 0 1 0 5 2 20 0 15 0 58266184 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644187892112 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19266] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19266/stat : 19266 (java) S 19209 19212 25139 0 -1 1077944384 46 12456 0 0 0 0 5 2 20 0 15 0 58266184 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644186839312 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19267] ppid=19209 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/19212/task/19267/stat : 19267 (java) S 19209 19212 25139 0 -1 1077944384 1692 12456 0 0 1 0 5 2 20 0 15 0 58266185 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644142263152 140644578744962 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19268] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19268/stat : 19268 (java) S 19209 19212 25139 0 -1 1077944384 56 12456 0 0 0 0 5 2 20 0 15 0 58266186 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644141209184 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19269] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19269/stat : 19269 (java) S 19209 19212 25139 0 -1 1077944384 44 12456 0 0 0 0 5 2 20 0 15 0 58266186 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644072809856 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19270] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19270/stat : 19270 (java) S 19209 19212 25139 0 -1 1077944384 3 12456 0 0 0 0 5 2 20 0 15 0 58266189 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644071758160 140644578752411 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19271] ppid=19209 vsize=10575892 CPUtime=0.59 cores=0,2,4,6
/proc/19212/task/19271/stat : 19271 (java) S 19209 19212 25139 0 -1 1077944384 1890 12456 0 0 51 1 5 2 20 0 15 0 58266189 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644070705520 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19272] ppid=19209 vsize=10575892 CPUtime=0.85 cores=0,2,4,6
/proc/19212/task/19272/stat : 19272 (java) R 19209 19212 25139 0 -1 1077944384 2888 12456 0 0 77 1 5 2 20 0 15 0 58266189 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644069652720 140644578744962 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19273] ppid=19209 vsize=10575892 CPUtime=0.81 cores=0,2,4,6
/proc/19212/task/19273/stat : 19273 (java) S 19209 19212 25139 0 -1 1077944384 2807 12456 0 0 73 1 5 2 20 0 15 0 58266189 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644068599920 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19274] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19274/stat : 19274 (java) S 19209 19212 25139 0 -1 1077944384 3 12456 0 0 0 0 5 2 20 0 15 0 58266189 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644067547360 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19275] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19275/stat : 19275 (java) S 19209 19212 25139 0 -1 1077944384 10 12456 0 0 0 0 5 2 20 0 15 0 58266192 10829713408 53148 18446744073709551615 4194304 4196468 140720464704272 140644066495664 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 10575892

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

[startup+3.20071 s]
/proc/loadavg: 1.93 1.92 1.88 4/214 19275
/proc/meminfo: memFree=24747056/32770624 swapFree=0/440952
[pid=19212] ppid=19209 vsize=10575892 CPUtime=4.92 cores=0,2,4,6
/proc/19212/stat : 19212 (java) S 19209 19212 25139 0 -1 1077944320 48836 12456 0 0 469 16 5 2 20 0 15 0 58266163 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140720464686816 140644578733815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
/proc/19212/statm: 2643973 53607 3450 1 0 2632587 0
[pid=19212/tid=19262] ppid=19209 vsize=10575892 CPUtime=2.64 cores=0,2,4,6
/proc/19212/task/19262/stat : 19262 (java) R 19209 19212 25139 0 -1 4202560 36863 12456 0 0 248 9 5 2 20 0 15 0 58266183 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644582964656 140644560298400 0 4 1 16800974 0 0 0 -1 2 0 0 37 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19263] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19263/stat : 19263 (java) S 19209 19212 25139 0 -1 1077944384 53 12456 0 0 0 0 5 2 20 0 15 0 58266184 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644544014992 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19264] ppid=19209 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/19212/task/19264/stat : 19264 (java) S 19209 19212 25139 0 -1 1077944384 169 12456 0 0 1 0 5 2 20 0 15 0 58266184 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644188944912 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19265] ppid=19209 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/19212/task/19265/stat : 19265 (java) S 19209 19212 25139 0 -1 1077944384 39 12456 0 0 1 0 5 2 20 0 15 0 58266184 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644187892112 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19266] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19266/stat : 19266 (java) S 19209 19212 25139 0 -1 1077944384 46 12456 0 0 0 0 5 2 20 0 15 0 58266184 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644186839312 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19267] ppid=19209 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/19212/task/19267/stat : 19267 (java) S 19209 19212 25139 0 -1 1077944384 1692 12456 0 0 1 0 5 2 20 0 15 0 58266185 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644142263152 140644578744962 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19268] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19268/stat : 19268 (java) S 19209 19212 25139 0 -1 1077944384 56 12456 0 0 0 0 5 2 20 0 15 0 58266186 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644141209184 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19269] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19269/stat : 19269 (java) S 19209 19212 25139 0 -1 1077944384 44 12456 0 0 0 0 5 2 20 0 15 0 58266186 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644072809856 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19270] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19270/stat : 19270 (java) S 19209 19212 25139 0 -1 1077944384 3 12456 0 0 0 0 5 2 20 0 15 0 58266189 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644071758160 140644578752411 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19271] ppid=19209 vsize=10575892 CPUtime=0.62 cores=0,2,4,6
/proc/19212/task/19271/stat : 19271 (java) S 19209 19212 25139 0 -1 1077944384 1911 12456 0 0 54 1 5 2 20 0 15 0 58266189 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644070705520 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19272] ppid=19209 vsize=10575892 CPUtime=0.89 cores=0,2,4,6
/proc/19212/task/19272/stat : 19272 (java) S 19209 19212 25139 0 -1 1077944384 2908 12456 0 0 81 1 5 2 20 0 15 0 58266189 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644069652720 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19273] ppid=19209 vsize=10575892 CPUtime=0.86 cores=0,2,4,6
/proc/19212/task/19273/stat : 19273 (java) S 19209 19212 25139 0 -1 1077944384 2905 12456 0 0 78 1 5 2 20 0 15 0 58266189 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644068599920 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19274] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19274/stat : 19274 (java) S 19209 19212 25139 0 -1 1077944384 3 12456 0 0 0 0 5 2 20 0 15 0 58266189 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644067547360 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19275] ppid=19209 vsize=10575892 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19275/stat : 19275 (java) S 19209 19212 25139 0 -1 1077944384 10 12456 0 0 0 0 5 2 20 0 15 0 58266192 10829713408 53607 18446744073709551615 4194304 4196468 140720464704272 140644066495664 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 10575892

[startup+3.60065 s]
/proc/loadavg: 1.93 1.92 1.88 4/214 19275
/proc/meminfo: memFree=24729836/32770624 swapFree=0/440952
[pid=19212] ppid=19209 vsize=10579988 CPUtime=5.78 cores=0,2,4,6
/proc/19212/stat : 19212 (java) S 19209 19212 25139 0 -1 1077944320 51496 12456 0 0 553 18 5 2 20 0 15 0 58266163 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140720464686816 140644578733815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
/proc/19212/statm: 2644997 61753 3464 1 0 2633611 0
[pid=19212/tid=19262] ppid=19209 vsize=10579988 CPUtime=2.99 cores=0,2,4,6
/proc/19212/task/19262/stat : 19262 (java) R 19209 19212 25139 0 -1 4202560 37904 12456 0 0 283 9 5 2 20 0 15 0 58266183 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644582958544 140644564938923 0 4 1 16800974 0 0 0 -1 2 0 0 37 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19263] ppid=19209 vsize=10579988 CPUtime=0.1 cores=0,2,4,6
/proc/19212/task/19263/stat : 19263 (java) S 19209 19212 25139 0 -1 1077944384 87 12456 0 0 2 1 5 2 20 0 15 0 58266184 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644544014992 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19264] ppid=19209 vsize=10579988 CPUtime=0.09 cores=0,2,4,6
/proc/19212/task/19264/stat : 19264 (java) S 19209 19212 25139 0 -1 1077944384 179 12456 0 0 2 0 5 2 20 0 15 0 58266184 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644188944912 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19265] ppid=19209 vsize=10579988 CPUtime=0.1 cores=0,2,4,6
/proc/19212/task/19265/stat : 19265 (java) S 19209 19212 25139 0 -1 1077944384 115 12456 0 0 3 0 5 2 20 0 15 0 58266184 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644187892112 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19266] ppid=19209 vsize=10579988 CPUtime=0.1 cores=0,2,4,6
/proc/19212/task/19266/stat : 19266 (java) S 19209 19212 25139 0 -1 1077944384 56 12456 0 0 2 1 5 2 20 0 15 0 58266184 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644186839312 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19267] ppid=19209 vsize=10579988 CPUtime=0.1 cores=0,2,4,6
/proc/19212/task/19267/stat : 19267 (java) S 19209 19212 25139 0 -1 1077944384 2426 12456 0 0 3 0 5 2 20 0 15 0 58266185 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644142263152 140644578744962 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19268] ppid=19209 vsize=10579988 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19268/stat : 19268 (java) S 19209 19212 25139 0 -1 1077944384 56 12456 0 0 0 0 5 2 20 0 15 0 58266186 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644141209184 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19269] ppid=19209 vsize=10579988 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19269/stat : 19269 (java) S 19209 19212 25139 0 -1 1077944384 44 12456 0 0 0 0 5 2 20 0 15 0 58266186 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644072809856 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19270] ppid=19209 vsize=10579988 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19270/stat : 19270 (java) S 19209 19212 25139 0 -1 1077944384 3 12456 0 0 0 0 5 2 20 0 15 0 58266189 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644071758160 140644578752411 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19271] ppid=19209 vsize=10579988 CPUtime=0.72 cores=0,2,4,6
/proc/19212/task/19271/stat : 19271 (java) R 19209 19212 25139 0 -1 4202560 1985 12456 0 0 64 1 5 2 20 0 15 0 58266189 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644070705520 140644561947176 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19272] ppid=19209 vsize=10579988 CPUtime=1 cores=0,2,4,6
/proc/19212/task/19272/stat : 19272 (java) R 19209 19212 25139 0 -1 4202560 3109 12456 0 0 91 2 5 2 20 0 15 0 58266189 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644069638944 140644560277588 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19273] ppid=19209 vsize=10579988 CPUtime=1.05 cores=0,2,4,6
/proc/19212/task/19273/stat : 19273 (java) S 19209 19212 25139 0 -1 1077944384 3385 12456 0 0 97 1 5 2 20 0 15 0 58266189 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644068599920 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19274] ppid=19209 vsize=10579988 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19274/stat : 19274 (java) S 19209 19212 25139 0 -1 1077944384 3 12456 0 0 0 0 5 2 20 0 15 0 58266189 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644067547360 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19275] ppid=19209 vsize=10579988 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19275/stat : 19275 (java) S 19209 19212 25139 0 -1 1077944384 10 12456 0 0 0 0 5 2 20 0 15 0 58266192 10833907712 61753 18446744073709551615 4194304 4196468 140720464704272 140644066495664 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 10579988

[startup+4.00064 s]
/proc/loadavg: 1.93 1.92 1.88 4/214 19275
/proc/meminfo: memFree=24729836/32770624 swapFree=0/440952
[pid=19212] ppid=19209 vsize=10645524 CPUtime=6.62 cores=0,2,4,6
/proc/19212/stat : 19212 (java) S 19209 19212 25139 0 -1 1077944320 57624 12456 0 0 636 19 5 2 20 0 15 0 58266163 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140720464686816 140644578733815 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
/proc/19212/statm: 2661381 67874 3472 1 0 2649995 0
[pid=19212/tid=19262] ppid=19209 vsize=10645524 CPUtime=3.25 cores=0,2,4,6
/proc/19212/task/19262/stat : 19262 (java) R 19209 19212 25139 0 -1 4202560 43595 12456 0 0 308 10 5 2 20 0 15 0 58266183 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644582971360 140644571830651 0 4 1 16800974 0 0 0 -1 2 0 0 37 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19263] ppid=19209 vsize=10645524 CPUtime=0.18 cores=0,2,4,6
/proc/19212/task/19263/stat : 19263 (java) S 19209 19212 25139 0 -1 1077944384 88 12456 0 0 10 1 5 2 20 0 15 0 58266184 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644544014992 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19264] ppid=19209 vsize=10645524 CPUtime=0.17 cores=0,2,4,6
/proc/19212/task/19264/stat : 19264 (java) S 19209 19212 25139 0 -1 1077944384 184 12456 0 0 10 0 5 2 20 0 15 0 58266184 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644188944912 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19265] ppid=19209 vsize=10645524 CPUtime=0.17 cores=0,2,4,6
/proc/19212/task/19265/stat : 19265 (java) S 19209 19212 25139 0 -1 1077944384 119 12456 0 0 10 0 5 2 20 0 15 0 58266184 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644187892112 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19266] ppid=19209 vsize=10645524 CPUtime=0.18 cores=0,2,4,6
/proc/19212/task/19266/stat : 19266 (java) S 19209 19212 25139 0 -1 1077944384 67 12456 0 0 10 1 5 2 20 0 15 0 58266184 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644186839312 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19267] ppid=19209 vsize=10645524 CPUtime=0.17 cores=0,2,4,6
/proc/19212/task/19267/stat : 19267 (java) S 19209 19212 25139 0 -1 1077944384 2438 12456 0 0 10 0 5 2 20 0 15 0 58266185 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644142263152 140644578744962 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19268] ppid=19209 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19268/stat : 19268 (java) S 19209 19212 25139 0 -1 1077944384 56 12456 0 0 0 0 5 2 20 0 15 0 58266186 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644141209184 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19269] ppid=19209 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19269/stat : 19269 (java) S 19209 19212 25139 0 -1 1077944384 44 12456 0 0 0 0 5 2 20 0 15 0 58266186 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644072809856 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19270] ppid=19209 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19270/stat : 19270 (java) S 19209 19212 25139 0 -1 1077944384 3 12456 0 0 0 0 5 2 20 0 15 0 58266189 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644071758160 140644578752411 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19271] ppid=19209 vsize=10645524 CPUtime=0.75 cores=0,2,4,6
/proc/19212/task/19271/stat : 19271 (java) S 19209 19212 25139 0 -1 1077944384 2007 12456 0 0 67 1 5 2 20 0 15 0 58266189 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644070705520 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19272] ppid=19209 vsize=10645524 CPUtime=1.08 cores=0,2,4,6
/proc/19212/task/19272/stat : 19272 (java) S 19209 19212 25139 0 -1 1077944384 3261 12456 0 0 99 2 5 2 20 0 15 0 58266189 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644069652720 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19273] ppid=19209 vsize=10645524 CPUtime=1.14 cores=0,2,4,6
/proc/19212/task/19273/stat : 19273 (java) S 19209 19212 25139 0 -1 1077944384 3615 12456 0 0 106 1 5 2 20 0 15 0 58266189 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644068599920 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19274] ppid=19209 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19274/stat : 19274 (java) S 19209 19212 25139 0 -1 1077944384 3 12456 0 0 0 0 5 2 20 0 15 0 58266189 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644067547360 140644578744021 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
[pid=19212/tid=19275] ppid=19209 vsize=10645524 CPUtime=0.07 cores=0,2,4,6
/proc/19212/task/19275/stat : 19275 (java) S 19209 19212 25139 0 -1 1077944384 10 12456 0 0 0 0 5 2 20 0 15 0 58266192 10901016576 67874 18446744073709551615 4194304 4196468 140720464704272 140644066495664 140644578744962 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26345472 140720464705499 140720464708273 140720464708273 140720464711631 0
Current children cumulated CPU time (s) 6.62
Current children cumulated vsize (KiB) 10645524

Child status: 0
Real time (s): 4.04734
CPU time (s): 6.72265
CPU user time (s): 6.48278
CPU system time (s): 0.239878
CPU usage (%): 166.1
Max. virtual memory (cumulated for all children) (KiB): 10645524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.48278
system time used= 0.239878
maximum resident set size= 272748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6271
involuntary context switches= 33

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020669 second user time and 0.024803 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 13:52:43
IDJOB=4248034
IDBENCH=139761
IDSOLVER=2630
FILE ID=node134/4248034-1502107601
RUNJOBID= node134-1502077974-12598
PBS_JOBID= 
Free space on /tmp= 61996 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/CoveringArray/CoveringArray-elt-s1/CoveringArray-elt-3-04-2-09.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248034-1502107601/watcher-4248034-1502107601 -o /tmp/evaluation-result-4248034-1502107601/solver-4248034-1502107601 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560  bin/concrete HOME/instance-4248034-1502107601.xml

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

MD5SUM BENCH= 2324a6ffb08ebf271119fd35f5319f57
RANDOM SEED=635353444

node134.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.43
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.43
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.43
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.43
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:        24934548 kB
MemAvailable:   25610652 kB
Buffers:          215816 kB
Cached:           749864 kB
SwapCached:            0 kB
Active:          6936812 kB
Inactive:         463396 kB
Active(anon):    6436896 kB
Inactive(anon):    23032 kB
Active(file):     499916 kB
Inactive(file):   440364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24292 kB
Writeback:             0 kB
AnonPages:       6442668 kB
Mapped:            54436 kB
Shmem:             25276 kB
Slab:             129492 kB
SReclaimable:     103320 kB
SUnreclaim:        26172 kB
KernelStack:        3776 kB
PageTables:        17768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8099284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6152192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61972 MiB
End job on node134 at 2017-08-07 13:52:47