Trace number 4262552

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
Concrete 3.4UNSAT 10.8293 4.8038502

General information on the benchmark

NameRadarSurveillance/RadarSurveillance-m1-s8-24/
RadarSurveillance-8-24-3-2-14.xml
MD5SUM7d43106829e6532dfda12d24404dada5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.077803001
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":113}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":31},{"degree":1,"count":9},{"degree":2,"count":9},{"degree":3,"count":11},{"degree":4,"count":7},{"degree":5,"count":21},{"degree":6,"count":56}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":3},{"arity":4,"count":3},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":7},{"arity":8,"count":10},{"arity":9,"count":3},{"arity":10,"count":10},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":6},{"arity":14,"count":1}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64}]
Optimization problemNO
Type of objective

Solver Data

3.20/2.18	c Concrete v3.4 running
10.64/4.78	s UNSATISFIABLE

Verifier Data


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-4262552-1502463217/watcher-4262552-1502463217 -o /tmp/evaluation-result-4262552-1502463217/solver-4262552-1502463217 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580 bin/concrete HOME/instance-4262552-1502463217.xml 

pid=15129
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.72 1.55 1.47 3/198 15132
/proc/meminfo: memFree=29862060/32770624 swapFree=0/573132
[pid=15132] ppid=15129 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15132/stat : 15132 (runsolver) D 15129 15132 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93828030 24240128 106 18446744073709551615 4194304 4338465 140722719663696 140722719661336 140251171992279 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 7368704 140722719670481 140722719670857 140722719670857 140722719674314 0
/proc/15132/statm: 5918 106 53 36 0 2156 0

[startup+0.100135 s]
/proc/loadavg: 1.72 1.55 1.47 3/198 15132
/proc/meminfo: memFree=29862060/32770624 swapFree=0/573132
[pid=15132] ppid=15129 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/15132/stat : 15132 (bash) S 15129 15132 1460 0 -1 4202496 892 6488 0 0 0 0 0 1 20 0 1 0 93828030 9867264 373 18446744073709551615 4194304 5098028 140726816333920 140726816327928 140391549660160 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 7 0 0 7196144 7232144 24948736 140726816342548 140726816342633 140726816342633 140726816346090 0
/proc/15132/statm: 2409 373 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.210012 s]
/proc/loadavg: 1.72 1.55 1.47 3/198 15132
/proc/meminfo: memFree=29862060/32770624 swapFree=0/573132
[pid=15132] ppid=15129 vsize=13375824 CPUtime=0.09 cores=1,3,5,7
/proc/15132/stat : 15132 (java) S 15129 15132 1460 0 -1 1077944320 4398 12372 0 0 1 0 6 2 20 0 7 0 93828030 13696843776 3696 18446744073709551615 4194304 4196468 140722637747632 140722637730176 139907849678583 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
/proc/15132/statm: 3343956 3696 1943 1 0 3333453 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13375824

[startup+0.305598 s]
/proc/loadavg: 1.72 1.55 1.47 3/198 15132
/proc/meminfo: memFree=29862060/32770624 swapFree=0/573132
[pid=15132] ppid=15129 vsize=13974116 CPUtime=0.16 cores=1,3,5,7
/proc/15132/stat : 15132 (java) S 15129 15132 1460 0 -1 1077944320 5894 12372 0 0 7 1 6 2 20 0 15 0 93828030 14309494784 7093 18446744073709551615 4194304 4196468 140722637747632 140722637730176 139907849678583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
/proc/15132/statm: 3493529 7093 2749 1 0 3482965 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 13974116

[startup+0.700279 s]
/proc/loadavg: 1.72 1.55 1.47 3/198 15132
/proc/meminfo: memFree=29862060/32770624 swapFree=0/573132
[pid=15132] ppid=15129 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/15132/stat : 15132 (java) S 15129 15132 1460 0 -1 1077944320 13682 12372 0 0 60 3 6 2 20 0 15 0 93828030 14310178816 15090 18446744073709551615 4194304 4196468 140722637747632 140722637730176 139907849678583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
/proc/15132/statm: 3493696 15090 3083 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50053 s]
/proc/loadavg: 1.72 1.55 1.47 4/213 15195
/proc/meminfo: memFree=29765236/32770624 swapFree=0/573236
[pid=15132] ppid=15129 vsize=13985408 CPUtime=1.94 cores=1,3,5,7
/proc/15132/stat : 15132 (java) S 15129 15132 1460 0 -1 1077944320 28786 12372 0 0 176 10 6 2 20 0 15 0 93828030 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 140722637730176 139907849678583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
/proc/15132/statm: 3496352 42612 3372 1 0 3485525 0
[pid=15132/tid=15182] ppid=15129 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/15132/task/15182/stat : 15182 (java) R 15129 15132 1460 0 -1 4202560 21776 12372 0 0 115 7 6 2 20 0 15 0 93828049 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907853898608 139907835114165 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15183] ppid=15129 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15183/stat : 15183 (java) S 15129 15132 1460 0 -1 1077944384 61 12372 0 0 0 0 6 2 20 0 15 0 93828049 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907450268304 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15184] ppid=15129 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15184/stat : 15184 (java) S 15129 15132 1460 0 -1 1077944384 34 12372 0 0 0 0 6 2 20 0 15 0 93828049 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907449215504 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15185] ppid=15129 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/15132/task/15185/stat : 15185 (java) S 15129 15132 1460 0 -1 1077944384 47 12372 0 0 1 0 6 2 20 0 15 0 93828049 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907448162704 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15186] ppid=15129 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15186/stat : 15186 (java) S 15129 15132 1460 0 -1 1077944384 220 12372 0 0 0 0 6 2 20 0 15 0 93828049 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907447109904 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15187] ppid=15129 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/15132/task/15187/stat : 15187 (java) S 15129 15132 1460 0 -1 1077944384 1707 12372 0 0 1 0 6 2 20 0 15 0 93828051 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907328170864 139907849689730 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15188] ppid=15129 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15188/stat : 15188 (java) S 15129 15132 1460 0 -1 1077944384 57 12372 0 0 0 0 6 2 20 0 15 0 93828051 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907327116832 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15189] ppid=15129 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15189/stat : 15189 (java) S 15129 15132 1460 0 -1 1077944384 44 12372 0 0 0 0 6 2 20 0 15 0 93828051 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907326063984 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15190] ppid=15129 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15190/stat : 15190 (java) S 15129 15132 1460 0 -1 1077944384 3 12372 0 0 0 0 6 2 20 0 15 0 93828054 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907325012304 139907849697179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15191] ppid=15129 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/15132/task/15191/stat : 15191 (java) S 15129 15132 1460 0 -1 1077944384 1196 12372 0 0 17 0 6 2 20 0 15 0 93828054 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907323959664 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15192] ppid=15129 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/15132/task/15192/stat : 15192 (java) S 15129 15132 1460 0 -1 1077944384 557 12372 0 0 11 0 6 2 20 0 15 0 93828054 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907322906864 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15193] ppid=15129 vsize=13985408 CPUtime=0.32 cores=1,3,5,7
/proc/15132/task/15193/stat : 15193 (java) S 15129 15132 1460 0 -1 1077944384 921 12372 0 0 24 0 6 2 20 0 15 0 93828054 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907321854064 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15194] ppid=15129 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15194/stat : 15194 (java) S 15129 15132 1460 0 -1 1077944384 3 12372 0 0 0 0 6 2 20 0 15 0 93828054 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907320801504 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15195] ppid=15129 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15195/stat : 15195 (java) S 15129 15132 1460 0 -1 1077944384 8 12372 0 0 0 0 6 2 20 0 15 0 93828059 14321057792 42612 18446744073709551615 4194304 4196468 140722637747632 139907319749808 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10559 s]
/proc/loadavg: 1.72 1.55 1.47 5/213 15195
/proc/meminfo: memFree=29690040/32770624 swapFree=0/573236
[pid=15132] ppid=15129 vsize=13997884 CPUtime=5.83 cores=1,3,5,7
/proc/15132/stat : 15132 (java) S 15129 15132 1460 0 -1 1077944320 48789 12372 0 0 559 16 6 2 20 0 15 0 93828030 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 140722637730176 139907849678583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
/proc/15132/statm: 3499471 54944 3448 1 0 3488085 0
[pid=15132/tid=15182] ppid=15129 vsize=13997884 CPUtime=2.9 cores=1,3,5,7
/proc/15132/task/15182/stat : 15182 (java) R 15129 15132 1460 0 -1 4202560 33955 12372 0 0 272 10 6 2 20 0 15 0 93828049 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907853908032 139907828103328 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15183] ppid=15129 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15183/stat : 15183 (java) S 15129 15132 1460 0 -1 1077944384 61 12372 0 0 0 0 6 2 20 0 15 0 93828049 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907450268304 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15184] ppid=15129 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15184/stat : 15184 (java) S 15129 15132 1460 0 -1 1077944384 34 12372 0 0 0 0 6 2 20 0 15 0 93828049 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907449215504 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15185] ppid=15129 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/15132/task/15185/stat : 15185 (java) S 15129 15132 1460 0 -1 1077944384 47 12372 0 0 1 0 6 2 20 0 15 0 93828049 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907448162704 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15186] ppid=15129 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15186/stat : 15186 (java) S 15129 15132 1460 0 -1 1077944384 220 12372 0 0 0 0 6 2 20 0 15 0 93828049 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907447109904 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15187] ppid=15129 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/15132/task/15187/stat : 15187 (java) S 15129 15132 1460 0 -1 1077944384 1720 12372 0 0 1 0 6 2 20 0 15 0 93828051 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907328170864 139907849689730 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15188] ppid=15129 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15188/stat : 15188 (java) S 15129 15132 1460 0 -1 1077944384 57 12372 0 0 0 0 6 2 20 0 15 0 93828051 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907327116832 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15189] ppid=15129 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15189/stat : 15189 (java) S 15129 15132 1460 0 -1 1077944384 44 12372 0 0 0 0 6 2 20 0 15 0 93828051 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907326063984 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15190] ppid=15129 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15190/stat : 15190 (java) S 15129 15132 1460 0 -1 1077944384 3 12372 0 0 0 0 6 2 20 0 15 0 93828054 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907325012304 139907849697179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15191] ppid=15129 vsize=13997884 CPUtime=0.93 cores=1,3,5,7
/proc/15132/task/15191/stat : 15191 (java) S 15129 15132 1460 0 -1 1077944384 2741 12372 0 0 84 1 6 2 20 0 15 0 93828054 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907323959664 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15192] ppid=15129 vsize=13997884 CPUtime=1.09 cores=1,3,5,7
/proc/15132/task/15192/stat : 15192 (java) R 15129 15132 1460 0 -1 4202560 4627 12372 0 0 100 1 6 2 20 0 15 0 93828054 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907322892512 139907827681425 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15193] ppid=15129 vsize=13997884 CPUtime=1.05 cores=1,3,5,7
/proc/15132/task/15193/stat : 15193 (java) R 15129 15132 1460 0 -1 4202560 3129 12372 0 0 96 1 6 2 20 0 15 0 93828054 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907321844976 139907829106293 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15194] ppid=15129 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15194/stat : 15194 (java) S 15129 15132 1460 0 -1 1077944384 3 12372 0 0 0 0 6 2 20 0 15 0 93828054 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907320801504 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15195] ppid=15129 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15195/stat : 15195 (java) S 15129 15132 1460 0 -1 1077944384 9 12372 0 0 0 0 6 2 20 0 15 0 93828059 14333833216 54944 18446744073709551615 4194304 4196468 140722637747632 139907319749808 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 13997884

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

[startup+3.20085 s]
/proc/loadavg: 1.72 1.55 1.47 5/213 15195
/proc/meminfo: memFree=29690040/32770624 swapFree=0/573236
[pid=15132] ppid=15129 vsize=13999932 CPUtime=6.13 cores=1,3,5,7
/proc/15132/stat : 15132 (java) S 15129 15132 1460 0 -1 1077944320 50065 12372 0 0 588 17 6 2 20 0 15 0 93828030 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 140722637730176 139907849678583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
/proc/15132/statm: 3499983 57666 3448 1 0 3488597 0
[pid=15132/tid=15182] ppid=15129 vsize=13999932 CPUtime=2.99 cores=1,3,5,7
/proc/15132/task/15182/stat : 15182 (java) R 15129 15132 1460 0 -1 4202560 34275 12372 0 0 281 10 6 2 20 0 15 0 93828049 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907853897520 139907849690518 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15183] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15183/stat : 15183 (java) S 15129 15132 1460 0 -1 1077944384 61 12372 0 0 0 0 6 2 20 0 15 0 93828049 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907450268304 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15184] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15184/stat : 15184 (java) S 15129 15132 1460 0 -1 1077944384 34 12372 0 0 0 0 6 2 20 0 15 0 93828049 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907449215504 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15185] ppid=15129 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15132/task/15185/stat : 15185 (java) S 15129 15132 1460 0 -1 1077944384 47 12372 0 0 1 0 6 2 20 0 15 0 93828049 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907448162704 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15186] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15186/stat : 15186 (java) S 15129 15132 1460 0 -1 1077944384 220 12372 0 0 0 0 6 2 20 0 15 0 93828049 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907447109904 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15187] ppid=15129 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15132/task/15187/stat : 15187 (java) S 15129 15132 1460 0 -1 1077944384 1720 12372 0 0 1 0 6 2 20 0 15 0 93828051 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907328170864 139907849689730 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15188] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15188/stat : 15188 (java) S 15129 15132 1460 0 -1 1077944384 57 12372 0 0 0 0 6 2 20 0 15 0 93828051 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907327116832 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15189] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15189/stat : 15189 (java) S 15129 15132 1460 0 -1 1077944384 44 12372 0 0 0 0 6 2 20 0 15 0 93828051 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907326063984 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15190] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15190/stat : 15190 (java) S 15129 15132 1460 0 -1 1077944384 3 12372 0 0 0 0 6 2 20 0 15 0 93828054 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907325012304 139907849697179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15191] ppid=15129 vsize=13999932 CPUtime=1.01 cores=1,3,5,7
/proc/15132/task/15191/stat : 15191 (java) S 15129 15132 1460 0 -1 1077944384 2762 12372 0 0 92 1 6 2 20 0 15 0 93828054 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907323959664 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15192] ppid=15129 vsize=13999932 CPUtime=1.15 cores=1,3,5,7
/proc/15132/task/15192/stat : 15192 (java) S 15129 15132 1460 0 -1 1077944384 4643 12372 0 0 106 1 6 2 20 0 15 0 93828054 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907322906864 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15193] ppid=15129 vsize=13999932 CPUtime=1.11 cores=1,3,5,7
/proc/15132/task/15193/stat : 15193 (java) R 15129 15132 1460 0 -1 4202560 4033 12372 0 0 102 1 6 2 20 0 15 0 93828054 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907321854064 139907849690518 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15194] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15194/stat : 15194 (java) S 15129 15132 1460 0 -1 1077944384 3 12372 0 0 0 0 6 2 20 0 15 0 93828054 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907320801504 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15195] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15195/stat : 15195 (java) S 15129 15132 1460 0 -1 1077944384 11 12372 0 0 0 0 6 2 20 0 15 0 93828059 14335930368 57666 18446744073709551615 4194304 4196468 140722637747632 139907319749808 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 13999932

[startup+4.00065 s]
/proc/loadavg: 1.98 1.61 1.49 5/213 15195
/proc/meminfo: memFree=29628668/32770624 swapFree=0/573236
[pid=15132] ppid=15129 vsize=13999932 CPUtime=8.73 cores=1,3,5,7
/proc/15132/stat : 15132 (java) S 15129 15132 1460 0 -1 1077944320 56550 12372 0 0 844 21 6 2 20 0 15 0 93828030 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 140722637730176 139907849678583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
/proc/15132/statm: 3499983 78907 3465 1 0 3488597 0
[pid=15132/tid=15182] ppid=15129 vsize=13999932 CPUtime=3.74 cores=1,3,5,7
/proc/15132/task/15182/stat : 15182 (java) R 15129 15132 1460 0 -1 4202560 34919 12372 0 0 354 12 6 2 20 0 15 0 93828049 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907853906224 139907833759070 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15183] ppid=15129 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/15132/task/15183/stat : 15183 (java) S 15129 15132 1460 0 -1 1077944384 71 12372 0 0 2 0 6 2 20 0 15 0 93828049 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907450268304 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15184] ppid=15129 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/15132/task/15184/stat : 15184 (java) S 15129 15132 1460 0 -1 1077944384 71 12372 0 0 2 0 6 2 20 0 15 0 93828049 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907449215504 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15185] ppid=15129 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/15132/task/15185/stat : 15185 (java) S 15129 15132 1460 0 -1 1077944384 66 12372 0 0 3 0 6 2 20 0 15 0 93828049 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907448162704 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15186] ppid=15129 vsize=13999932 CPUtime=0.1 cores=1,3,5,7
/proc/15132/task/15186/stat : 15186 (java) S 15129 15132 1460 0 -1 1077944384 310 12372 0 0 2 0 6 2 20 0 15 0 93828049 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907447109904 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15187] ppid=15129 vsize=13999932 CPUtime=0.11 cores=1,3,5,7
/proc/15132/task/15187/stat : 15187 (java) S 15129 15132 1460 0 -1 1077944384 2365 12372 0 0 3 0 6 2 20 0 15 0 93828051 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907328170864 139907849689730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15188] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15188/stat : 15188 (java) S 15129 15132 1460 0 -1 1077944384 57 12372 0 0 0 0 6 2 20 0 15 0 93828051 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907327116896 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15189] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15189/stat : 15189 (java) S 15129 15132 1460 0 -1 1077944384 44 12372 0 0 0 0 6 2 20 0 15 0 93828051 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907326064000 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15190] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15190/stat : 15190 (java) S 15129 15132 1460 0 -1 1077944384 3 12372 0 0 0 0 6 2 20 0 15 0 93828054 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907325012304 139907849697179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15191] ppid=15129 vsize=13999932 CPUtime=1.7 cores=1,3,5,7
/proc/15132/task/15191/stat : 15191 (java) R 15129 15132 1460 0 -1 4202560 5057 12372 0 0 161 1 6 2 20 0 15 0 93828054 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907323942816 139907849699930 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15192] ppid=15129 vsize=13999932 CPUtime=1.87 cores=1,3,5,7
/proc/15132/task/15192/stat : 15192 (java) R 15129 15132 1460 0 -1 4202560 6853 12372 0 0 178 1 6 2 20 0 15 0 93828054 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907322884016 139907833089474 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15193] ppid=15129 vsize=13999932 CPUtime=1.42 cores=1,3,5,7
/proc/15132/task/15193/stat : 15193 (java) S 15129 15132 1460 0 -1 1077944384 4569 12372 0 0 132 2 6 2 20 0 15 0 93828054 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907321854064 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15194] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15194/stat : 15194 (java) S 15129 15132 1460 0 -1 1077944384 3 12372 0 0 0 0 6 2 20 0 15 0 93828054 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907320801504 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15195] ppid=15129 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15195/stat : 15195 (java) S 15129 15132 1460 0 -1 1077944384 11 12372 0 0 0 0 6 2 20 0 15 0 93828059 14335930368 78907 18446744073709551615 4194304 4196468 140722637747632 139907319749808 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 13999932

[startup+4.40088 s]
/proc/loadavg: 1.98 1.61 1.49 3/213 15195
/proc/meminfo: memFree=29550016/32770624 swapFree=0/573228
[pid=15132] ppid=15129 vsize=14004028 CPUtime=9.99 cores=1,3,5,7
/proc/15132/stat : 15132 (java) S 15129 15132 1460 0 -1 1077944320 58667 12372 0 0 970 21 6 2 20 0 15 0 93828030 14340124672 80987 18446744073709551615 4194304 4196468 140722637747632 140722637730176 139907849678583 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
/proc/15132/statm: 3501007 80987 3467 1 0 3489621 0
[pid=15132/tid=15182] ppid=15129 vsize=14004028 CPUtime=4.14 cores=1,3,5,7
/proc/15132/task/15182/stat : 15182 (java) R 15129 15132 1460 0 -1 4202560 35642 12372 0 0 394 12 6 2 20 0 15 0 93828049 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907853899520 139907833759070 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15183] ppid=15129 vsize=14004028 CPUtime=0.1 cores=1,3,5,7
/proc/15132/task/15183/stat : 15183 (java) S 15129 15132 1460 0 -1 1077944384 71 12372 0 0 2 0 6 2 20 0 15 0 93828049 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907450268304 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15184] ppid=15129 vsize=14004028 CPUtime=0.1 cores=1,3,5,7
/proc/15132/task/15184/stat : 15184 (java) S 15129 15132 1460 0 -1 1077944384 71 12372 0 0 2 0 6 2 20 0 15 0 93828049 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907449215504 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15185] ppid=15129 vsize=14004028 CPUtime=0.11 cores=1,3,5,7
/proc/15132/task/15185/stat : 15185 (java) S 15129 15132 1460 0 -1 1077944384 66 12372 0 0 3 0 6 2 20 0 15 0 93828049 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907448162704 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15186] ppid=15129 vsize=14004028 CPUtime=0.1 cores=1,3,5,7
/proc/15132/task/15186/stat : 15186 (java) S 15129 15132 1460 0 -1 1077944384 310 12372 0 0 2 0 6 2 20 0 15 0 93828049 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907447109904 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15187] ppid=15129 vsize=14004028 CPUtime=0.11 cores=1,3,5,7
/proc/15132/task/15187/stat : 15187 (java) S 15129 15132 1460 0 -1 1077944384 2365 12372 0 0 3 0 6 2 20 0 15 0 93828051 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907328170864 139907849689730 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15188] ppid=15129 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15188/stat : 15188 (java) S 15129 15132 1460 0 -1 1077944384 57 12372 0 0 0 0 6 2 20 0 15 0 93828051 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907327116896 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15189] ppid=15129 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15189/stat : 15189 (java) S 15129 15132 1460 0 -1 1077944384 44 12372 0 0 0 0 6 2 20 0 15 0 93828051 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907326064000 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15190] ppid=15129 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15190/stat : 15190 (java) S 15129 15132 1460 0 -1 1077944384 3 12372 0 0 0 0 6 2 20 0 15 0 93828054 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907325012304 139907849697179 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15191] ppid=15129 vsize=14004028 CPUtime=1.99 cores=1,3,5,7
/proc/15132/task/15191/stat : 15191 (java) S 15129 15132 1460 0 -1 1077944384 5839 12372 0 0 190 1 6 2 20 0 15 0 93828054 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907323959664 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15192] ppid=15129 vsize=14004028 CPUtime=2.22 cores=1,3,5,7
/proc/15132/task/15192/stat : 15192 (java) R 15129 15132 1460 0 -1 4202560 6954 12372 0 0 213 1 6 2 20 0 15 0 93828054 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907322906864 139907834562995 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15193] ppid=15129 vsize=14004028 CPUtime=1.66 cores=1,3,5,7
/proc/15132/task/15193/stat : 15193 (java) S 15129 15132 1460 0 -1 1077944384 5086 12372 0 0 156 2 6 2 20 0 15 0 93828054 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907321854064 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15194] ppid=15129 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15194/stat : 15194 (java) S 15129 15132 1460 0 -1 1077944384 3 12372 0 0 0 0 6 2 20 0 15 0 93828054 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907320801504 139907849688789 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
[pid=15132/tid=15195] ppid=15129 vsize=14004028 CPUtime=0.08 cores=1,3,5,7
/proc/15132/task/15195/stat : 15195 (java) S 15129 15132 1460 0 -1 1077944384 12 12372 0 0 0 0 6 2 20 0 15 0 93828059 14340124672 81052 18446744073709551615 4194304 4196468 140722637747632 139907319749808 139907849689730 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28905472 140722637756368 140722637759153 140722637759153 140722637762511 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (KiB) 14004028

[startup+4.80085 s]
/proc/loadavg: 1.98 1.61 1.49 3/213 15195
/proc/meminfo: memFree=29550016/32770624 swapFree=0/573228
[pid=15132] ppid=15129 vsize=0 CPUtime=10.81 cores=1,3,5,7
/proc/15132/stat : 15132 (java) Z 15129 15132 1460 0 -1 4227084 66284 12372 0 0 1050 23 6 2 20 0 2 0 93828030 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/15132/statm: 0 0 0 0 0 0 0
[pid=15132/tid=15183] ppid=15129 vsize=0 CPUtime=0.21 cores=1,3,5,7
/proc/15132/task/15183/stat : 15183 (java) R 15129 15132 1460 0 -1 4203588 1179 12372 0 0 12 1 6 2 20 0 2 0 93828049 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.81
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.80385
CPU time (s): 10.8293
CPU user time (s): 10.5652
CPU system time (s): 0.264101
CPU usage (%): 225.43
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5652
system time used= 0.264101
maximum resident set size= 347592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78656
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= 6343
involuntary context switches= 53

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028321 second user time and 0.026905 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 16:39:42
IDJOB=4262552
IDBENCH=134361
IDSOLVER=2650
FILE ID=node134/4262552-1502463217
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/RadarSurveillance/RadarSurveillance-m1-s8-24/RadarSurveillance-8-24-3-2-14.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262552-1502463217/watcher-4262552-1502463217 -o /tmp/evaluation-result-4262552-1502463217/solver-4262552-1502463217 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262552-1502463217.xml

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

MD5SUM BENCH= 7d43106829e6532dfda12d24404dada5
RANDOM SEED=685745445

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:        29862696 kB
MemAvailable:   30852268 kB
Buffers:          290232 kB
Cached:           992068 kB
SwapCached:            0 kB
Active:          1864928 kB
Inactive:         604348 kB
Active(anon):    1188708 kB
Inactive(anon):    31216 kB
Active(file):     676220 kB
Inactive(file):   573132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24044 kB
Writeback:             4 kB
AnonPages:       1186124 kB
Mapped:            64388 kB
Shmem:             33468 kB
Slab:             139060 kB
SReclaimable:     112112 kB
SUnreclaim:        26948 kB
KernelStack:        3504 kB
PageTables:         8096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2069036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    976896 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= 61984 MiB
End job on node134 at 2017-08-11 16:39:47