Trace number 4264525

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
AbsCon-basic 2017-06-11SAT 12.7624 6.5595398

DiagnosticValue
WRONG_DECISIONS56

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0200-m1.xml
MD5SUMaa794b13577ab4fe7ac8dae6d6ffdfc7
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 benchmark12.7624
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19901
Number of domains1
Minimum domain size200
Maximum domain size200
Distribution of domain sizes[{"size":200,"count":200}]
Minimum variable degree200
Maximum variable degree200
Distribution of variable degrees[{"degree":200,"count":200}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":19900},{"arity":200,"count":1}]
Number of extensional constraints0
Number of intensional constraints19900
Distribution of constraint types[{"type":"intension","count":19900},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.35/0.41	
0.35/0.41	AbsCon 2 
0.35/0.41	
2.36/1.12	  Solving XCSP3-instance-4264525-1502321012 as a CSP
2.36/1.12	  Loading variables...
2.36/1.16	  Loading constraints...
8.13/3.48	  Solver SolverBacktrack being built...
8.13/3.48	
8.44/3.58	  Preprocessing : gac=true, ccks=0, filters=0, revisions=0 (useless=0), AC=0, removals=0, inconsistent=false
8.44/3.58	
12.65/6.54	
12.65/6.54	v <instantiation id='sol1' type='solution'>  <list> q[] </list>  <values> 60 64 66 69 71 81 68 62 76 106 115 110 65 103 114 26 0 100 55 159 157 147 177 111 72 145 113 99 84 109 3 32 91 57 59 78 44 83 70 90 49 47 63 92 101 50 53 8 10 87 9 86 121 79 108 52 127 153 190 150 105 89 4 18 54 187 152 174 163 25 27 51 175 73 183 169 30 116 7 194 191 1 186 58 20 195 156 179 21 82 172 165 193 122 96 19 112 67 97 95 181 166 180 98 126 198 80 154 128 124 133 45 164 11 141 12 129 167 94 104 85 125 31 75 102 88 93 77 74 43 107 2 23 120 144 28 118 5 22 61 119 56 46 6 161 24 176 29 33 189 138 149 188 13 185 199 197 160 192 173 131 14 148 196 182 184 178 15 162 117 123 135 155 139 146 143 40 158 170 168 171 48 151 39 142 42 130 34 37 140 16 134 132 35 17 136 36 38 41 137 </values>  </instantiation>
12.65/6.54	s SATISFIABLE
12.65/6.54	
12.65/6.54	d WRONG_DECISIONS 56

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-4264525-1502321012/watcher-4264525-1502321012 -o /tmp/evaluation-result-4264525-1502321012/solver-4264525-1502321012 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5061 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264525-1502321012.xml 

pid=17298
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.66 1.71 1.83 4/200 17301
/proc/meminfo: memFree=30988252/32770624 swapFree=0/532652
[pid=17301] ppid=17298 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17301/stat : 17301 (runsolver) D 17298 17301 31388 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 79607386 24240128 108 18446744073709551615 4194304 4338465 140728863371376 140728863369016 140052994155223 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 32522240 140728863375520 140728863375945 140728863375945 140728863379402 0
/proc/17301/statm: 5918 108 54 36 0 2156 0

[startup+0.100153 s]
/proc/loadavg: 1.66 1.71 1.83 4/200 17301
/proc/meminfo: memFree=30988252/32770624 swapFree=0/532652
[pid=17301] ppid=17298 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17301/stat : 17301 (runsolver) D 17298 17301 31388 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 79607386 24240128 108 18446744073709551615 4194304 4338465 140728863371376 140728863369016 140052994155223 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 32522240 140728863375520 140728863375945 140728863375945 140728863379402 0
/proc/17301/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200316 s]
/proc/loadavg: 1.66 1.71 1.83 4/200 17301
/proc/meminfo: memFree=30988252/32770624 swapFree=0/532652
[pid=17301] ppid=17298 vsize=10484492 CPUtime=0.05 cores=1,3,5,7
/proc/17301/stat : 17301 (java) S 17298 17301 31388 0 -1 1077944320 4908 0 0 0 4 1 0 0 20 0 14 0 79607386 10736119808 5959 18446744073709551615 4194304 4196468 140720386527088 140720386509632 139962755219191 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
/proc/17301/statm: 2621123 5959 2581 1 0 2610620 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10484492

[startup+0.304069 s]
/proc/loadavg: 1.66 1.71 1.83 4/200 17301
/proc/meminfo: memFree=30988252/32770624 swapFree=0/532652
[pid=17301] ppid=17298 vsize=10551180 CPUtime=0.14 cores=1,3,5,7
/proc/17301/stat : 17301 (java) S 17298 17301 31388 0 -1 1077944320 6020 0 0 0 13 1 0 0 20 0 15 0 79607386 10804408320 7499 18446744073709551615 4194304 4196468 140720386527088 140720386509632 139962755219191 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
/proc/17301/statm: 2637795 7499 2822 1 0 2627261 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10551180

[startup+0.705026 s]
/proc/loadavg: 1.66 1.71 1.83 4/200 17301
/proc/meminfo: memFree=30988252/32770624 swapFree=0/532652
[pid=17301] ppid=17298 vsize=10621952 CPUtime=1.09 cores=1,3,5,7
/proc/17301/stat : 17301 (java) S 17298 17301 31388 0 -1 1077944320 13488 0 0 0 104 5 0 0 20 0 16 0 79607386 10876878848 20144 18446744073709551615 4194304 4196468 140720386527088 140720386509632 139962755219191 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
/proc/17301/statm: 2655488 20144 3065 1 0 2644414 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 10621952

[startup+1.50063 s]
/proc/loadavg: 1.85 1.75 1.84 5/216 17317
/proc/meminfo: memFree=30801880/32770624 swapFree=0/532448
[pid=17301] ppid=17298 vsize=10621952 CPUtime=3.22 cores=1,3,5,7
/proc/17301/stat : 17301 (java) S 17298 17301 31388 0 -1 1077944320 16619 0 0 0 314 8 0 0 20 0 16 0 79607386 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 140720386509632 139962755219191 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
/proc/17301/statm: 2655488 50276 3113 1 0 2644414 0
[pid=17301/tid=17303] ppid=17298 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/17301/task/17303/stat : 17303 (java) S 17298 17301 31388 0 -1 1077944384 6198 0 0 0 19 2 0 0 20 0 16 0 79607396 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962759462064 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17304] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17304/stat : 17304 (java) S 17298 17301 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 79607397 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962718325264 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17305] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17305/stat : 17305 (java) S 17298 17301 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 79607397 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962365061776 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17306] ppid=17298 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/17301/task/17306/stat : 17306 (java) S 17298 17301 31388 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 79607397 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962364008720 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17307] ppid=17298 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/17301/task/17307/stat : 17307 (java) S 17298 17301 31388 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 16 0 79607397 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962362956176 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17308] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17308/stat : 17308 (java) S 17298 17301 31388 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 79607399 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962319379184 139962755230338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17309] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17309/stat : 17309 (java) S 17298 17301 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79607399 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962318325408 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17310] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17310/stat : 17310 (java) S 17298 17301 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 79607399 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962317272304 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17311] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17311/stat : 17311 (java) S 17298 17301 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79607402 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962316220880 139962755237787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17312] ppid=17298 vsize=10621952 CPUtime=0.72 cores=1,3,5,7
/proc/17301/task/17312/stat : 17312 (java) S 17298 17301 31388 0 -1 1077944384 1953 0 0 0 72 0 0 0 20 0 16 0 79607402 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962315167984 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17313] ppid=17298 vsize=10621952 CPUtime=0.72 cores=1,3,5,7
/proc/17301/task/17313/stat : 17313 (java) S 17298 17301 31388 0 -1 1077944384 1867 0 0 0 72 0 0 0 20 0 16 0 79607402 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962246752624 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17314] ppid=17298 vsize=10621952 CPUtime=0.42 cores=1,3,5,7
/proc/17301/task/17314/stat : 17314 (java) S 17298 17301 31388 0 -1 1077944384 2072 0 0 0 42 0 0 0 20 0 16 0 79607402 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962245699568 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17315] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17315/stat : 17315 (java) S 17298 17301 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79607402 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962244647264 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17316] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17316/stat : 17316 (java) S 17298 17301 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 79607410 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962243595312 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17317] ppid=17298 vsize=10621952 CPUtime=1.05 cores=1,3,5,7
/proc/17301/task/17317/stat : 17317 (java) R 17298 17301 31388 0 -1 4202560 2965 0 0 0 103 2 0 0 20 0 16 0 79607427 10876878848 50276 18446744073709551615 4194304 4196468 140720386527088 139962240401040 139962400052277 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 10621952

[startup+3.10159 s]
/proc/loadavg: 1.85 1.75 1.84 5/216 17317
/proc/meminfo: memFree=30795680/32770624 swapFree=0/532448
[pid=17301] ppid=17298 vsize=10621952 CPUtime=7.16 cores=1,3,5,7
/proc/17301/stat : 17301 (java) S 17298 17301 31388 0 -1 1077944320 21042 0 0 0 702 14 0 0 20 0 16 0 79607386 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 140720386509632 139962755219191 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
/proc/17301/statm: 2655488 72448 3140 1 0 2644414 0
[pid=17301/tid=17303] ppid=17298 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/17301/task/17303/stat : 17303 (java) S 17298 17301 31388 0 -1 1077944384 6198 0 0 0 19 2 0 0 20 0 16 0 79607396 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962759462064 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17304] ppid=17298 vsize=10621952 CPUtime=0.03 cores=1,3,5,7
/proc/17301/task/17304/stat : 17304 (java) S 17298 17301 31388 0 -1 1077944384 107 0 0 0 2 1 0 0 20 0 16 0 79607397 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962718325264 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17305] ppid=17298 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/17301/task/17305/stat : 17305 (java) S 17298 17301 31388 0 -1 1077944384 166 0 0 0 1 0 0 0 20 0 16 0 79607397 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962365061776 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17306] ppid=17298 vsize=10621952 CPUtime=0.02 cores=1,3,5,7
/proc/17301/task/17306/stat : 17306 (java) S 17298 17301 31388 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 16 0 79607397 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962364008720 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17307] ppid=17298 vsize=10621952 CPUtime=0.03 cores=1,3,5,7
/proc/17301/task/17307/stat : 17307 (java) S 17298 17301 31388 0 -1 1077944384 157 0 0 0 2 1 0 0 20 0 16 0 79607397 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962362956176 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17308] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17308/stat : 17308 (java) S 17298 17301 31388 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 79607399 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962319379184 139962755230338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17309] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17309/stat : 17309 (java) S 17298 17301 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79607399 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962318325472 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17310] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17310/stat : 17310 (java) S 17298 17301 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 79607399 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962317272320 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17311] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17311/stat : 17311 (java) S 17298 17301 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79607402 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962316220880 139962755237787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17312] ppid=17298 vsize=10621952 CPUtime=1.75 cores=1,3,5,7
/proc/17301/task/17312/stat : 17312 (java) R 17298 17301 31388 0 -1 4202560 3110 0 0 0 174 1 0 0 20 0 16 0 79607402 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962315149000 139962738715975 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17313] ppid=17298 vsize=10621952 CPUtime=1.83 cores=1,3,5,7
/proc/17301/task/17313/stat : 17313 (java) R 17298 17301 31388 0 -1 4202560 4195 0 0 0 182 1 0 0 20 0 16 0 79607402 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962246738680 139962747508573 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17314] ppid=17298 vsize=10621952 CPUtime=0.6 cores=1,3,5,7
/proc/17301/task/17314/stat : 17314 (java) S 17298 17301 31388 0 -1 1077944384 2504 0 0 0 59 1 0 0 20 0 16 0 79607402 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962245699568 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17315] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17315/stat : 17315 (java) S 17298 17301 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79607402 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962244647264 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17316] ppid=17298 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17316/stat : 17316 (java) S 17298 17301 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79607410 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962243595312 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17317] ppid=17298 vsize=10621952 CPUtime=2.58 cores=1,3,5,7
/proc/17301/task/17317/stat : 17317 (java) R 17298 17301 31388 0 -1 4202560 3056 0 0 0 255 3 0 0 20 0 16 0 79607427 10876878848 72448 18446744073709551615 4194304 4196468 140720386527088 139962240400584 139962396749920 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 10621952

[startup+6.30072 s]
/proc/loadavg: 1.86 1.75 1.84 3/216 17317
/proc/meminfo: memFree=30556144/32770624 swapFree=0/532436
[pid=17301] ppid=17298 vsize=10624000 CPUtime=12.45 cores=1,3,5,7
/proc/17301/stat : 17301 (java) S 17298 17301 31388 0 -1 1077944320 31803 0 0 0 1221 24 0 0 20 0 16 0 79607386 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 140720386509632 139962755219191 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
/proc/17301/statm: 2656000 110511 3145 1 0 2644926 0
[pid=17301/tid=17303] ppid=17298 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17301/task/17303/stat : 17303 (java) S 17298 17301 31388 0 -1 1077944384 6198 0 0 0 19 2 0 0 20 0 16 0 79607396 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962759462064 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17304] ppid=17298 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17301/task/17304/stat : 17304 (java) S 17298 17301 31388 0 -1 1077944384 134 0 0 0 6 3 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962718325264 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17305] ppid=17298 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/17301/task/17305/stat : 17305 (java) S 17298 17301 31388 0 -1 1077944384 191 0 0 0 4 2 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962365061776 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17306] ppid=17298 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17301/task/17306/stat : 17306 (java) S 17298 17301 31388 0 -1 1077944384 146 0 0 0 7 2 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962364008720 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17307] ppid=17298 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17301/task/17307/stat : 17307 (java) S 17298 17301 31388 0 -1 1077944384 182 0 0 0 5 2 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962362956176 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17308] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17308/stat : 17308 (java) S 17298 17301 31388 0 -1 1077944384 264 0 0 0 0 0 0 0 20 0 16 0 79607399 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962319379184 139962755230338 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17309] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17309/stat : 17309 (java) S 17298 17301 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79607399 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962318325472 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17310] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17310/stat : 17310 (java) S 17298 17301 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 79607399 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962317272320 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17311] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17311/stat : 17311 (java) S 17298 17301 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962316220880 139962755237787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17312] ppid=17298 vsize=10624000 CPUtime=2.68 cores=1,3,5,7
/proc/17301/task/17312/stat : 17312 (java) S 17298 17301 31388 0 -1 1077944384 5613 0 0 0 267 1 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962315167984 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17313] ppid=17298 vsize=10624000 CPUtime=2.7 cores=1,3,5,7
/proc/17301/task/17313/stat : 17313 (java) S 17298 17301 31388 0 -1 1077944384 7796 0 0 0 269 1 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962246752624 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17314] ppid=17298 vsize=10624000 CPUtime=0.75 cores=1,3,5,7
/proc/17301/task/17314/stat : 17314 (java) S 17298 17301 31388 0 -1 1077944384 3464 0 0 0 74 1 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962245699568 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17315] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17315/stat : 17315 (java) S 17298 17301 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962244647264 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17316] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17316/stat : 17316 (java) S 17298 17301 31388 0 -1 1077944384 742 0 0 0 0 0 0 0 20 0 16 0 79607410 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962243595312 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17317] ppid=17298 vsize=10624000 CPUtime=5.71 cores=1,3,5,7
/proc/17301/task/17317/stat : 17317 (java) R 17298 17301 31388 0 -1 4202560 5718 0 0 0 566 5 0 0 20 0 16 0 79607427 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962240402632 139962404008456 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 10624000

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

[startup+6.40087 s]
/proc/loadavg: 1.86 1.75 1.84 3/216 17317
/proc/meminfo: memFree=30556144/32770624 swapFree=0/532436
[pid=17301] ppid=17298 vsize=10624000 CPUtime=12.55 cores=1,3,5,7
/proc/17301/stat : 17301 (java) S 17298 17301 31388 0 -1 1077944320 31805 0 0 0 1231 24 0 0 20 0 16 0 79607386 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 140720386509632 139962755219191 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
/proc/17301/statm: 2656000 110511 3145 1 0 2644926 0
[pid=17301/tid=17303] ppid=17298 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17301/task/17303/stat : 17303 (java) S 17298 17301 31388 0 -1 1077944384 6198 0 0 0 19 2 0 0 20 0 16 0 79607396 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962759462064 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17304] ppid=17298 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17301/task/17304/stat : 17304 (java) S 17298 17301 31388 0 -1 1077944384 134 0 0 0 6 3 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962718325264 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17305] ppid=17298 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/17301/task/17305/stat : 17305 (java) S 17298 17301 31388 0 -1 1077944384 191 0 0 0 4 2 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962365061776 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17306] ppid=17298 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17301/task/17306/stat : 17306 (java) S 17298 17301 31388 0 -1 1077944384 146 0 0 0 7 2 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962364008720 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17307] ppid=17298 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17301/task/17307/stat : 17307 (java) S 17298 17301 31388 0 -1 1077944384 182 0 0 0 5 2 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962362956176 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17308] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17308/stat : 17308 (java) S 17298 17301 31388 0 -1 1077944384 264 0 0 0 0 0 0 0 20 0 16 0 79607399 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962319379184 139962755230338 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17309] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17309/stat : 17309 (java) S 17298 17301 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79607399 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962318325472 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17310] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17310/stat : 17310 (java) S 17298 17301 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 79607399 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962317272320 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17311] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17311/stat : 17311 (java) S 17298 17301 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962316220880 139962755237787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17312] ppid=17298 vsize=10624000 CPUtime=2.68 cores=1,3,5,7
/proc/17301/task/17312/stat : 17312 (java) S 17298 17301 31388 0 -1 1077944384 5613 0 0 0 267 1 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962315167984 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17313] ppid=17298 vsize=10624000 CPUtime=2.7 cores=1,3,5,7
/proc/17301/task/17313/stat : 17313 (java) S 17298 17301 31388 0 -1 1077944384 7796 0 0 0 269 1 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962246752624 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17314] ppid=17298 vsize=10624000 CPUtime=0.75 cores=1,3,5,7
/proc/17301/task/17314/stat : 17314 (java) S 17298 17301 31388 0 -1 1077944384 3464 0 0 0 74 1 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962245699568 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17315] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17315/stat : 17315 (java) S 17298 17301 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962244647264 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17316] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17316/stat : 17316 (java) S 17298 17301 31388 0 -1 1077944384 742 0 0 0 0 0 0 0 20 0 16 0 79607410 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962243595312 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17317] ppid=17298 vsize=10624000 CPUtime=5.81 cores=1,3,5,7
/proc/17301/task/17317/stat : 17317 (java) R 17298 17301 31388 0 -1 4202560 5720 0 0 0 576 5 0 0 20 0 16 0 79607427 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962240402224 139962404054854 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 10624000

[startup+6.50069 s]
/proc/loadavg: 1.86 1.75 1.84 3/216 17317
/proc/meminfo: memFree=30556144/32770624 swapFree=0/532436
[pid=17301] ppid=17298 vsize=10624000 CPUtime=12.65 cores=1,3,5,7
/proc/17301/stat : 17301 (java) S 17298 17301 31388 0 -1 1077944320 31805 0 0 0 1241 24 0 0 20 0 16 0 79607386 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 140720386509632 139962755219191 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
/proc/17301/statm: 2656000 110511 3145 1 0 2644926 0
[pid=17301/tid=17303] ppid=17298 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/17301/task/17303/stat : 17303 (java) S 17298 17301 31388 0 -1 1077944384 6198 0 0 0 19 2 0 0 20 0 16 0 79607396 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962759462064 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17304] ppid=17298 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17301/task/17304/stat : 17304 (java) S 17298 17301 31388 0 -1 1077944384 134 0 0 0 6 3 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962718325264 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17305] ppid=17298 vsize=10624000 CPUtime=0.06 cores=1,3,5,7
/proc/17301/task/17305/stat : 17305 (java) S 17298 17301 31388 0 -1 1077944384 191 0 0 0 4 2 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962365061776 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17306] ppid=17298 vsize=10624000 CPUtime=0.09 cores=1,3,5,7
/proc/17301/task/17306/stat : 17306 (java) S 17298 17301 31388 0 -1 1077944384 146 0 0 0 7 2 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962364008720 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17307] ppid=17298 vsize=10624000 CPUtime=0.07 cores=1,3,5,7
/proc/17301/task/17307/stat : 17307 (java) S 17298 17301 31388 0 -1 1077944384 182 0 0 0 5 2 0 0 20 0 16 0 79607397 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962362956176 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17308] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17308/stat : 17308 (java) S 17298 17301 31388 0 -1 1077944384 264 0 0 0 0 0 0 0 20 0 16 0 79607399 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962319379184 139962755230338 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17309] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17309/stat : 17309 (java) S 17298 17301 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 79607399 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962318325472 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17310] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17310/stat : 17310 (java) S 17298 17301 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 79607399 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962317272320 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17311] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17311/stat : 17311 (java) S 17298 17301 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962316220880 139962755237787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17312] ppid=17298 vsize=10624000 CPUtime=2.68 cores=1,3,5,7
/proc/17301/task/17312/stat : 17312 (java) S 17298 17301 31388 0 -1 1077944384 5613 0 0 0 267 1 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962315167984 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17313] ppid=17298 vsize=10624000 CPUtime=2.7 cores=1,3,5,7
/proc/17301/task/17313/stat : 17313 (java) S 17298 17301 31388 0 -1 1077944384 7796 0 0 0 269 1 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962246752624 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17314] ppid=17298 vsize=10624000 CPUtime=0.75 cores=1,3,5,7
/proc/17301/task/17314/stat : 17314 (java) S 17298 17301 31388 0 -1 1077944384 3464 0 0 0 74 1 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962245699568 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17315] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17315/stat : 17315 (java) S 17298 17301 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 79607402 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962244647264 139962755229397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17316] ppid=17298 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/17301/task/17316/stat : 17316 (java) S 17298 17301 31388 0 -1 1077944384 742 0 0 0 0 0 0 0 20 0 16 0 79607410 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962243595312 139962755230338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
[pid=17301/tid=17317] ppid=17298 vsize=10624000 CPUtime=5.91 cores=1,3,5,7
/proc/17301/task/17317/stat : 17317 (java) R 17298 17301 31388 0 -1 4202560 5720 0 0 0 586 5 0 0 20 0 16 0 79607427 10878976000 110511 18446744073709551615 4194304 4196468 140720386527088 139962240402224 139962404054854 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7065600 140720386535885 140720386536014 140720386536014 140720386539471 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 6.55954
CPU time (s): 12.7624
CPU user time (s): 12.5085
CPU system time (s): 0.253877
CPU usage (%): 194.562
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5085
system time used= 0.253877
maximum resident set size= 442496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34419
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= 2812
involuntary context switches= 45

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028547 second user time and 0.050771 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-10 01:09:35
IDJOB=4264525
IDBENCH=138779
IDSOLVER=2652
FILE ID=node134/4264525-1502321012
RUNJOBID= node134-1502258125-5061
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0200-m1.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264525-1502321012/watcher-4264525-1502321012 -o /tmp/evaluation-result-4264525-1502321012/solver-4264525-1502321012 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5061 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264525-1502321012.xml

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

MD5SUM BENCH= aa794b13577ab4fe7ac8dae6d6ffdfc7
RANDOM SEED=726456275

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:        30988252 kB
MemAvailable:   31851992 kB
Buffers:          262708 kB
Cached:           896148 kB
SwapCached:            0 kB
Active:           785844 kB
Inactive:         563876 kB
Active(anon):     193056 kB
Inactive(anon):    31224 kB
Active(file):     592788 kB
Inactive(file):   532652 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8636 kB
Writeback:             0 kB
AnonPages:        190860 kB
Mapped:            58968 kB
Shmem:             33468 kB
Slab:             134588 kB
SReclaimable:     108272 kB
SUnreclaim:        26316 kB
KernelStack:        3504 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1045200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 62016 MiB
End job on node134 at 2017-08-10 01:09:42