Trace number 4262587

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 14.7899 6.6479201

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-12.xml
MD5SUMa557c5b210af073d1486c8e4c563afe6
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.99824297
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":18},{"degree":4,"count":21},{"degree":5,"count":5},{"degree":6,"count":8},{"degree":7,"count":3},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":1},{"degree":57,"count":1},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":21},{"arity":4,"count":18},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

3.45/2.21	c Concrete v3.4 running
14.71/6.62	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-4262587-1502480273/watcher-4262587-1502480273 -o /tmp/evaluation-result-4262587-1502480273/solver-4262587-1502480273 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580 bin/concrete HOME/instance-4262587-1502480273.xml 

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

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.41 1.39 1.41 3/194 30911
/proc/meminfo: memFree=30804160/32770624 swapFree=0/317288
[pid=30911] ppid=30908 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30911/stat : 30911 (runsolver) D 30908 30911 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 50222785 24240128 106 18446744073709551615 4194304 4338465 140733925395072 140733925392712 140479146504919 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 21102592 140733925396688 140733925397065 140733925397065 140733925400522 0
/proc/30911/statm: 5918 106 53 36 0 2156 0

[startup+0.100046 s]
/proc/loadavg: 1.41 1.39 1.41 3/194 30911
/proc/meminfo: memFree=30804160/32770624 swapFree=0/317288
[pid=30911] ppid=30908 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/30911/stat : 30911 (bash) S 30908 30911 16548 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 50222785 9736192 352 18446744073709551615 4194304 5098028 140734664382368 140734664380008 139984384478208 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 15106048 140734664385044 140734664385129 140734664385129 140734664388586 0
/proc/30911/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200268 s]
/proc/loadavg: 1.41 1.39 1.41 3/194 30911
/proc/meminfo: memFree=30804160/32770624 swapFree=0/317288
[pid=30911] ppid=30908 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/30911/stat : 30911 (bash) S 30908 30911 16548 0 -1 4202496 898 6473 0 0 0 0 0 1 20 0 1 0 50222785 9867264 377 18446744073709551615 4194304 5098028 140734664382368 140734664376376 139984384478208 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 15106048 140734664385044 140734664385129 140734664385129 140734664388586 0
/proc/30911/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.30032 s]
/proc/loadavg: 1.41 1.39 1.41 3/194 30911
/proc/meminfo: memFree=30804160/32770624 swapFree=0/317288
[pid=30911] ppid=30908 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/30911/stat : 30911 (java) S 30908 30911 16548 0 -1 1077944320 5589 12338 0 0 5 1 5 2 20 0 14 0 50222785 14241083392 5260 18446744073709551615 4194304 4196468 140723107623712 140723107606256 139757130923767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
/proc/30911/statm: 3476827 5260 2569 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.709095 s]
/proc/loadavg: 1.41 1.39 1.41 3/194 30911
/proc/meminfo: memFree=30804160/32770624 swapFree=0/317288
[pid=30911] ppid=30908 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/30911/stat : 30911 (java) S 30908 30911 16548 0 -1 1077944320 13911 12338 0 0 58 4 5 2 20 0 15 0 50222785 14310178816 14323 18446744073709551615 4194304 4196468 140723107623712 140723107606256 139757130923767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
/proc/30911/statm: 3493696 14323 3105 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50235 s]
/proc/loadavg: 1.41 1.39 1.41 3/209 30974
/proc/meminfo: memFree=30712568/32770624 swapFree=0/317204
[pid=30911] ppid=30908 vsize=13985408 CPUtime=1.87 cores=0,2,4,6
/proc/30911/stat : 30911 (java) S 30908 30911 16548 0 -1 1077944320 26104 12338 0 0 171 9 5 2 20 0 15 0 50222785 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 140723107606256 139757130923767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
/proc/30911/statm: 3496352 40129 3341 1 0 3485525 0
[pid=30911/tid=30961] ppid=30908 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/30911/task/30961/stat : 30961 (java) S 30908 30911 16548 0 -1 1077944384 20509 12338 0 0 116 5 5 2 20 0 15 0 50222806 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139757135142768 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30962] ppid=30908 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30962/stat : 30962 (java) S 30908 30911 16548 0 -1 1077944384 197 12338 0 0 0 0 5 2 20 0 15 0 50222807 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139757096204560 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30963] ppid=30908 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30963/stat : 30963 (java) S 30908 30911 16548 0 -1 1077944384 33 12338 0 0 0 0 5 2 20 0 15 0 50222807 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139756730321296 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30964] ppid=30908 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30964/stat : 30964 (java) S 30908 30911 16548 0 -1 1077944384 31 12338 0 0 0 0 5 2 20 0 15 0 50222807 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139756729268752 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30965] ppid=30908 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30965/stat : 30965 (java) S 30908 30911 16548 0 -1 1077944384 36 12338 0 0 0 0 5 2 20 0 15 0 50222807 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139756728216208 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30966] ppid=30908 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30966/stat : 30966 (java) R 30908 30911 16548 0 -1 4202560 46 12338 0 0 0 0 5 2 20 0 15 0 50222808 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139756114735936 139757110554696 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30967] ppid=30908 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30967/stat : 30967 (java) S 30908 30911 16548 0 -1 1077944384 33 12338 0 0 0 0 5 2 20 0 15 0 50222809 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139756113683872 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30968] ppid=30908 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30968/stat : 30968 (java) S 30908 30911 16548 0 -1 1077944384 21 12338 0 0 0 0 5 2 20 0 15 0 50222809 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139756112631280 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30969] ppid=30908 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30969/stat : 30969 (java) S 30908 30911 16548 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 50222811 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139756111579856 139757130942363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30970] ppid=30908 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/30911/task/30970/stat : 30970 (java) S 30908 30911 16548 0 -1 1077944384 891 12338 0 0 13 0 5 2 20 0 15 0 50222811 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139756110526448 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30971] ppid=30908 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/30911/task/30971/stat : 30971 (java) S 30908 30911 16548 0 -1 1077944384 904 12338 0 0 16 0 5 2 20 0 15 0 50222811 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139756109473904 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30972] ppid=30908 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/30911/task/30972/stat : 30972 (java) S 30908 30911 16548 0 -1 1077944384 1243 12338 0 0 23 0 5 2 20 0 15 0 50222812 14321057792 40129 18446744073709551615 4194304 4196468 140723107623712 139756108417232 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30973] ppid=30908 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30973/stat : 30973 (java) S 30908 30911 16548 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 50222812 14321057792 40155 18446744073709551615 4194304 4196468 140723107623712 139756107369056 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30974] ppid=30908 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30974/stat : 30974 (java) S 30908 30911 16548 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 50222816 14321057792 40155 18446744073709551615 4194304 4196468 140723107623712 139756106316592 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.10066 s]
/proc/loadavg: 1.41 1.39 1.41 6/209 30974
/proc/meminfo: memFree=30633276/32770624 swapFree=0/317204
[pid=30911] ppid=30908 vsize=13995836 CPUtime=5.82 cores=0,2,4,6
/proc/30911/stat : 30911 (java) S 30908 30911 16548 0 -1 1077944320 35186 12338 0 0 558 17 5 2 20 0 15 0 50222785 14331736064 75270 18446744073709551615 4194304 4196468 140723107623712 140723107606256 139757130923767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
/proc/30911/statm: 3498959 75270 3446 1 0 3487573 0
[pid=30911/tid=30961] ppid=30908 vsize=13995836 CPUtime=2.84 cores=0,2,4,6
/proc/30911/task/30961/stat : 30961 (java) R 30908 30911 16548 0 -1 4202560 24576 12338 0 0 269 8 5 2 20 0 15 0 50222806 14331736064 75270 18446744073709551615 4194304 4196468 140723107623712 139757135153056 139757111199474 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30962] ppid=30908 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/30911/task/30962/stat : 30962 (java) S 30908 30911 16548 0 -1 1077944384 216 12338 0 0 2 1 5 2 20 0 15 0 50222807 14331736064 75270 18446744073709551615 4194304 4196468 140723107623712 139757096204560 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30963] ppid=30908 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/30911/task/30963/stat : 30963 (java) S 30908 30911 16548 0 -1 1077944384 58 12338 0 0 2 1 5 2 20 0 15 0 50222807 14331736064 75270 18446744073709551615 4194304 4196468 140723107623712 139756730321296 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30964] ppid=30908 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/30911/task/30964/stat : 30964 (java) S 30908 30911 16548 0 -1 1077944384 46 12338 0 0 2 1 5 2 20 0 15 0 50222807 14331736064 75270 18446744073709551615 4194304 4196468 140723107623712 139756729268752 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30965] ppid=30908 vsize=13995836 CPUtime=0.1 cores=0,2,4,6
/proc/30911/task/30965/stat : 30965 (java) S 30908 30911 16548 0 -1 1077944384 55 12338 0 0 2 1 5 2 20 0 15 0 50222807 14331736064 75270 18446744073709551615 4194304 4196468 140723107623712 139756728216208 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30966] ppid=30908 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/30911/task/30966/stat : 30966 (java) S 30908 30911 16548 0 -1 1077944384 742 12338 0 0 1 0 5 2 20 0 15 0 50222808 14331736064 75270 18446744073709551615 4194304 4196468 140723107623712 139756114737648 139757130934914 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30967] ppid=30908 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30967/stat : 30967 (java) S 30908 30911 16548 0 -1 1077944384 55 12338 0 0 0 0 5 2 20 0 15 0 50222809 14331736064 75270 18446744073709551615 4194304 4196468 140723107623712 139756113683936 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30968] ppid=30908 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30968/stat : 30968 (java) S 30908 30911 16548 0 -1 1077944384 44 12338 0 0 0 0 5 2 20 0 15 0 50222809 14331736064 75336 18446744073709551615 4194304 4196468 140723107623712 139756112631296 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30969] ppid=30908 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30969/stat : 30969 (java) S 30908 30911 16548 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 50222811 14331736064 75336 18446744073709551615 4194304 4196468 140723107623712 139756111579856 139757130942363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30970] ppid=30908 vsize=13995836 CPUtime=1.1 cores=0,2,4,6
/proc/30911/task/30970/stat : 30970 (java) S 30908 30911 16548 0 -1 1077944384 2627 12338 0 0 102 1 5 2 20 0 15 0 50222811 14331736064 75336 18446744073709551615 4194304 4196468 140723107623712 139756110526448 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30971] ppid=30908 vsize=13995836 CPUtime=0.94 cores=0,2,4,6
/proc/30911/task/30971/stat : 30971 (java) S 30908 30911 16548 0 -1 1077944384 1790 12338 0 0 87 0 5 2 20 0 15 0 50222811 14331736064 75336 18446744073709551615 4194304 4196468 140723107623712 139756109473904 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30972] ppid=30908 vsize=13995836 CPUtime=0.93 cores=0,2,4,6
/proc/30911/task/30972/stat : 30972 (java) S 30908 30911 16548 0 -1 1077944384 2829 12338 0 0 85 1 5 2 20 0 15 0 50222812 14331736064 75336 18446744073709551615 4194304 4196468 140723107623712 139756108421360 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30973] ppid=30908 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30973/stat : 30973 (java) S 30908 30911 16548 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 50222812 14331736064 75336 18446744073709551615 4194304 4196468 140723107623712 139756107369056 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30974] ppid=30908 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30974/stat : 30974 (java) S 30908 30911 16548 0 -1 1077944384 4 12338 0 0 0 0 5 2 20 0 15 0 50222816 14331736064 75336 18446744073709551615 4194304 4196468 140723107623712 139756106316592 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 13995836

[startup+6.31099 s]
/proc/loadavg: 1.61 1.43 1.43 5/209 30974
/proc/meminfo: memFree=30211680/32770624 swapFree=0/317204
[pid=30911] ppid=30908 vsize=14069564 CPUtime=13.85 cores=0,2,4,6
/proc/30911/stat : 30911 (java) S 30908 30911 16548 0 -1 1077944320 69300 12338 0 0 1338 40 5 2 20 0 15 0 50222785 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 140723107606256 139757130923767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
/proc/30911/statm: 3517391 165825 3466 1 0 3506005 0
[pid=30911/tid=30961] ppid=30908 vsize=14069564 CPUtime=5.89 cores=0,2,4,6
/proc/30911/task/30961/stat : 30961 (java) R 30908 30911 16548 0 -1 4202560 44803 12338 0 0 568 14 5 2 20 0 15 0 50222806 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139757135157296 139757108919214 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30962] ppid=30908 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/30911/task/30962/stat : 30962 (java) S 30908 30911 16548 0 -1 1077944384 505 12338 0 0 9 4 5 2 20 0 15 0 50222807 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139757096204560 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30963] ppid=30908 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/30911/task/30963/stat : 30963 (java) S 30908 30911 16548 0 -1 1077944384 327 12338 0 0 9 5 5 2 20 0 15 0 50222807 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756730321296 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30964] ppid=30908 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/30911/task/30964/stat : 30964 (java) S 30908 30911 16548 0 -1 1077944384 444 12338 0 0 10 4 5 2 20 0 15 0 50222807 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756729268752 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30965] ppid=30908 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/30911/task/30965/stat : 30965 (java) S 30908 30911 16548 0 -1 1077944384 157 12338 0 0 9 4 5 2 20 0 15 0 50222807 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756728216208 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30966] ppid=30908 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/30911/task/30966/stat : 30966 (java) S 30908 30911 16548 0 -1 1077944384 2335 12338 0 0 4 0 5 2 20 0 15 0 50222808 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756114737648 139757130934914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30967] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30967/stat : 30967 (java) S 30908 30911 16548 0 -1 1077944384 55 12338 0 0 0 0 5 2 20 0 15 0 50222809 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756113684000 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30968] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30968/stat : 30968 (java) S 30908 30911 16548 0 -1 1077944384 44 12338 0 0 0 0 5 2 20 0 15 0 50222809 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756112631296 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30969] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30969/stat : 30969 (java) S 30908 30911 16548 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 50222811 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756111579856 139757130942363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30970] ppid=30908 vsize=14069564 CPUtime=2.9 cores=0,2,4,6
/proc/30911/task/30970/stat : 30970 (java) R 30908 30911 16548 0 -1 4202560 4358 12338 0 0 282 1 5 2 20 0 15 0 50222811 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756110505408 139757114914271 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30971] ppid=30908 vsize=14069564 CPUtime=2.9 cores=0,2,4,6
/proc/30911/task/30971/stat : 30971 (java) R 30908 30911 16548 0 -1 4202560 6781 12338 0 0 282 1 5 2 20 0 15 0 50222811 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756109457536 139757110777371 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30972] ppid=30908 vsize=14069564 CPUtime=1.68 cores=0,2,4,6
/proc/30911/task/30972/stat : 30972 (java) R 30908 30911 16548 0 -1 4202560 6463 12338 0 0 159 2 5 2 20 0 15 0 50222812 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756108421360 139757130945114 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30973] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30973/stat : 30973 (java) S 30908 30911 16548 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 50222812 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756107369056 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30974] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30974/stat : 30974 (java) S 30908 30911 16548 0 -1 1077944384 867 12338 0 0 0 0 5 2 20 0 15 0 50222816 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756106316592 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
Current children cumulated CPU time (s) 13.85
Current children cumulated vsize (KiB) 14069564

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

[startup+6.40103 s]
/proc/loadavg: 1.61 1.43 1.43 5/209 30974
/proc/meminfo: memFree=30211680/32770624 swapFree=0/317204
[pid=30911] ppid=30908 vsize=14069564 CPUtime=14.16 cores=0,2,4,6
/proc/30911/stat : 30911 (java) S 30908 30911 16548 0 -1 1077944320 69333 12338 0 0 1369 40 5 2 20 0 15 0 50222785 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 140723107606256 139757130923767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
/proc/30911/statm: 3517391 165825 3466 1 0 3506005 0
[pid=30911/tid=30961] ppid=30908 vsize=14069564 CPUtime=5.98 cores=0,2,4,6
/proc/30911/task/30961/stat : 30961 (java) R 30908 30911 16548 0 -1 4202560 44821 12338 0 0 577 14 5 2 20 0 15 0 50222806 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139757135152512 139756771908000 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30962] ppid=30908 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/30911/task/30962/stat : 30962 (java) S 30908 30911 16548 0 -1 1077944384 505 12338 0 0 9 4 5 2 20 0 15 0 50222807 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139757096204560 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30963] ppid=30908 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/30911/task/30963/stat : 30963 (java) S 30908 30911 16548 0 -1 1077944384 327 12338 0 0 9 5 5 2 20 0 15 0 50222807 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756730321296 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30964] ppid=30908 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/30911/task/30964/stat : 30964 (java) S 30908 30911 16548 0 -1 1077944384 444 12338 0 0 10 4 5 2 20 0 15 0 50222807 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756729268752 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30965] ppid=30908 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/30911/task/30965/stat : 30965 (java) S 30908 30911 16548 0 -1 1077944384 157 12338 0 0 9 4 5 2 20 0 15 0 50222807 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756728216208 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30966] ppid=30908 vsize=14069564 CPUtime=0.11 cores=0,2,4,6
/proc/30911/task/30966/stat : 30966 (java) S 30908 30911 16548 0 -1 1077944384 2335 12338 0 0 4 0 5 2 20 0 15 0 50222808 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756114737648 139757130934914 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30967] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30967/stat : 30967 (java) S 30908 30911 16548 0 -1 1077944384 55 12338 0 0 0 0 5 2 20 0 15 0 50222809 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756113684000 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30968] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30968/stat : 30968 (java) S 30908 30911 16548 0 -1 1077944384 44 12338 0 0 0 0 5 2 20 0 15 0 50222809 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756112631296 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30969] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30969/stat : 30969 (java) S 30908 30911 16548 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 50222811 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756111579856 139757130942363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30970] ppid=30908 vsize=14069564 CPUtime=2.99 cores=0,2,4,6
/proc/30911/task/30970/stat : 30970 (java) R 30908 30911 16548 0 -1 4202560 4358 12338 0 0 291 1 5 2 20 0 15 0 50222811 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756110512992 139757110169615 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30971] ppid=30908 vsize=14069564 CPUtime=3 cores=0,2,4,6
/proc/30911/task/30971/stat : 30971 (java) R 30908 30911 16548 0 -1 4202560 6781 12338 0 0 291 2 5 2 20 0 15 0 50222811 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756109456896 139757112467856 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30972] ppid=30908 vsize=14069564 CPUtime=1.72 cores=0,2,4,6
/proc/30911/task/30972/stat : 30972 (java) S 30908 30911 16548 0 -1 1077944384 6478 12338 0 0 163 2 5 2 20 0 15 0 50222812 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756108421360 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30973] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30973/stat : 30973 (java) S 30908 30911 16548 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 50222812 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756107369056 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30974] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30974/stat : 30974 (java) S 30908 30911 16548 0 -1 1077944384 867 12338 0 0 0 0 5 2 20 0 15 0 50222816 14407233536 165825 18446744073709551615 4194304 4196468 140723107623712 139756106316592 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
Current children cumulated CPU time (s) 14.16
Current children cumulated vsize (KiB) 14069564

[startup+6.60056 s]
/proc/loadavg: 1.61 1.43 1.43 3/209 30974
/proc/meminfo: memFree=30146864/32770624 swapFree=0/317204
[pid=30911] ppid=30908 vsize=14069564 CPUtime=14.71 cores=0,2,4,6
/proc/30911/stat : 30911 (java) S 30908 30911 16548 0 -1 1077944320 69552 12338 0 0 1423 41 5 2 20 0 15 0 50222785 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 140723107606256 139757130923767 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
/proc/30911/statm: 3517391 167548 3466 1 0 3506005 0
[pid=30911/tid=30961] ppid=30908 vsize=14069564 CPUtime=6 cores=0,2,4,6
/proc/30911/task/30961/stat : 30961 (java) S 30908 30911 16548 0 -1 1077944384 44838 12338 0 0 579 14 5 2 20 0 15 0 50222806 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139757135161504 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30962] ppid=30908 vsize=14069564 CPUtime=0.31 cores=0,2,4,6
/proc/30911/task/30962/stat : 30962 (java) S 30908 30911 16548 0 -1 1077944384 517 12338 0 0 19 5 5 2 20 0 15 0 50222807 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139757096204560 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30963] ppid=30908 vsize=14069564 CPUtime=0.31 cores=0,2,4,6
/proc/30911/task/30963/stat : 30963 (java) S 30908 30911 16548 0 -1 1077944384 332 12338 0 0 19 5 5 2 20 0 15 0 50222807 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756730321296 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30964] ppid=30908 vsize=14069564 CPUtime=0.3 cores=0,2,4,6
/proc/30911/task/30964/stat : 30964 (java) S 30908 30911 16548 0 -1 1077944384 446 12338 0 0 19 4 5 2 20 0 15 0 50222807 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756729268752 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30965] ppid=30908 vsize=14069564 CPUtime=0.3 cores=0,2,4,6
/proc/30911/task/30965/stat : 30965 (java) S 30908 30911 16548 0 -1 1077944384 176 12338 0 0 19 4 5 2 20 0 15 0 50222807 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756728216208 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30966] ppid=30908 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/30911/task/30966/stat : 30966 (java) R 30908 30911 16548 0 -1 4202560 2493 12338 0 0 13 0 5 2 20 0 15 0 50222808 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756114736048 139757116051082 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30967] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30967/stat : 30967 (java) S 30908 30911 16548 0 -1 1077944384 55 12338 0 0 0 0 5 2 20 0 15 0 50222809 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756113684080 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30968] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30968/stat : 30968 (java) S 30908 30911 16548 0 -1 1077944384 44 12338 0 0 0 0 5 2 20 0 15 0 50222809 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756112631296 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30969] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30969/stat : 30969 (java) S 30908 30911 16548 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 50222811 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756111579856 139757130942363 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30970] ppid=30908 vsize=14069564 CPUtime=3.01 cores=0,2,4,6
/proc/30911/task/30970/stat : 30970 (java) S 30908 30911 16548 0 -1 1077944384 4359 12338 0 0 293 1 5 2 20 0 15 0 50222811 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756110503456 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30971] ppid=30908 vsize=14069564 CPUtime=3.03 cores=0,2,4,6
/proc/30911/task/30971/stat : 30971 (java) S 30908 30911 16548 0 -1 1077944384 6785 12338 0 0 294 2 5 2 20 0 15 0 50222811 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756109457072 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30972] ppid=30908 vsize=14069564 CPUtime=1.72 cores=0,2,4,6
/proc/30911/task/30972/stat : 30972 (java) S 30908 30911 16548 0 -1 1077944384 6479 12338 0 0 163 2 5 2 20 0 15 0 50222812 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756108421360 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30973] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30973/stat : 30973 (java) S 30908 30911 16548 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 50222812 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756107369056 139757130933973 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
[pid=30911/tid=30974] ppid=30908 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/30911/task/30974/stat : 30974 (java) S 30908 30911 16548 0 -1 1077944384 867 12338 0 0 0 0 5 2 20 0 15 0 50222816 14407233536 167548 18446744073709551615 4194304 4196468 140723107623712 139756106316592 139757130934914 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39157760 140723107624912 140723107627697 140723107627697 140723107631055 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 14069564

Child status: 0
Real time (s): 6.64792
CPU time (s): 14.7899
CPU user time (s): 14.3287
CPU system time (s): 0.461155
CPU usage (%): 222.474
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.3287
system time used= 0.461155
maximum resident set size= 671184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81994
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= 7523
involuntary context switches= 65

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03673 second user time and 0.039791 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 21:23:52
IDJOB=4262587
IDBENCH=139308
IDSOLVER=2650
FILE ID=node126/4262587-1502480273
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262587-1502480273/watcher-4262587-1502480273 -o /tmp/evaluation-result-4262587-1502480273/solver-4262587-1502480273 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262587-1502480273.xml

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

MD5SUM BENCH= a557c5b210af073d1486c8e4c563afe6
RANDOM SEED=1874689078

node126.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.81
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.81
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.81
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.81
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:        30804688 kB
MemAvailable:   31443624 kB
Buffers:          291828 kB
Cached:           619760 kB
SwapCached:          524 kB
Active:          1119420 kB
Inactive:         388612 kB
Active(anon):     550200 kB
Inactive(anon):    71324 kB
Active(file):     569220 kB
Inactive(file):   317288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             27160 kB
Writeback:             0 kB
AnonPages:        596024 kB
Mapped:            54980 kB
Shmem:             25248 kB
Slab:             162568 kB
SReclaimable:     136524 kB
SUnreclaim:        26044 kB
KernelStack:        3408 kB
PageTables:         6164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1504268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 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= 61980 MiB
End job on node126 at 2017-08-11 21:23:59