Trace number 4262356

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 7.7774501 3.9046199

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-012-05.xml
MD5SUM576ab85aff90c2f6aba79c06ab2e34bc
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.060637999
Satisfiable
(Un)Satisfiability was proved
Number of variables5
Number of constraints10
Number of domains1
Minimum domain size144
Maximum domain size144
Distribution of domain sizes[{"size":144,"count":5}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":5}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":10}]
Number of extensional constraints0
Number of intensional constraints10
Distribution of constraint types[{"type":"intension","count":10}]
Optimization problemNO
Type of objective

Solver Data

3.31/2.18	c Concrete v3.4 running
7.56/3.89	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-4262356-1502424722/watcher-4262356-1502424722 -o /tmp/evaluation-result-4262356-1502424722/solver-4262356-1502424722 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580 bin/concrete HOME/instance-4262356-1502424722.xml 

pid=7964
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.34 1.52 1.60 2/198 7967
/proc/meminfo: memFree=30608184/32770624 swapFree=0/440828
[pid=7967] ppid=7964 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/7967/stat : 7967 (runsolver) D 7964 7967 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 142125083 24240128 106 18446744073709551615 4194304 4338465 140723983857264 140723983854904 140543194251991 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 10801152 140723983859921 140723983860297 140723983860297 140723983863754 0
/proc/7967/statm: 5918 106 53 36 0 2156 0

[startup+0.100134 s]
/proc/loadavg: 1.34 1.52 1.60 2/198 7967
/proc/meminfo: memFree=30608184/32770624 swapFree=0/440828
[pid=7967] ppid=7964 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/7967/stat : 7967 (bash) S 7964 7967 4896 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 142125083 9736192 352 18446744073709551615 4194304 5098028 140729559566160 140729559563800 140564240964608 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 18767872 140729559573012 140729559573097 140729559573097 140729559576554 0
/proc/7967/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20027 s]
/proc/loadavg: 1.34 1.52 1.60 2/198 7967
/proc/meminfo: memFree=30608184/32770624 swapFree=0/440828
[pid=7967] ppid=7964 vsize=9636 CPUtime=0.07 cores=1,3,5,7
/proc/7967/stat : 7967 (bash) R 7964 7967 4896 0 -1 4202496 967 12664 0 0 0 0 5 2 20 0 1 0 142125083 9867264 380 18446744073709551615 4194304 5098028 140729559566160 140729559561992 4491776 0 0 5 65536 0 0 0 17 3 0 0 9 0 0 7196144 7232144 18767872 140729559573012 140729559573097 140729559573097 140729559576554 0
/proc/7967/statm: 2409 380 299 221 0 118 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9636

[startup+0.300189 s]
/proc/loadavg: 1.34 1.52 1.60 2/198 7967
/proc/meminfo: memFree=30608184/32770624 swapFree=0/440828
[pid=7967] ppid=7964 vsize=13973996 CPUtime=0.15 cores=1,3,5,7
/proc/7967/stat : 7967 (java) S 7964 7967 4896 0 -1 1077944320 6049 12664 0 0 6 2 5 2 20 0 15 0 142125083 14309371904 6706 18446744073709551615 4194304 4196468 140735683441472 140735683424016 140539446828791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
/proc/7967/statm: 3493499 6706 2712 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973996

[startup+0.700234 s]
/proc/loadavg: 1.34 1.52 1.60 2/198 7967
/proc/meminfo: memFree=30608184/32770624 swapFree=0/440828
[pid=7967] ppid=7964 vsize=13974784 CPUtime=0.71 cores=1,3,5,7
/proc/7967/stat : 7967 (java) S 7964 7967 4896 0 -1 1077944320 14015 12664 0 0 59 5 5 2 20 0 15 0 142125083 14310178816 14925 18446744073709551615 4194304 4196468 140735683441472 140735683424016 140539446828791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
/proc/7967/statm: 3493696 14925 3120 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 1.34 1.52 1.60 4/213 8030
/proc/meminfo: memFree=30512204/32770624 swapFree=0/440904
[pid=7967] ppid=7964 vsize=13985408 CPUtime=1.97 cores=1,3,5,7
/proc/7967/stat : 7967 (java) S 7964 7967 4896 0 -1 1077944320 29951 12664 0 0 179 11 5 2 20 0 15 0 142125083 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140735683424016 140539446828791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
/proc/7967/statm: 3496352 42664 3370 1 0 3485525 0
[pid=7967/tid=8017] ppid=7964 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/7967/task/8017/stat : 8017 (java) R 7964 7967 4896 0 -1 4202560 22547 12664 0 0 116 6 5 2 20 0 15 0 142125103 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140539451055584 140539430909278 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8018] ppid=7964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8018/stat : 8018 (java) S 7964 7967 4896 0 -1 1077944384 62 12664 0 0 0 0 5 2 20 0 15 0 142125104 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140539388774672 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8019] ppid=7964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8019/stat : 8019 (java) S 7964 7967 4896 0 -1 1077944384 54 12664 0 0 0 0 5 2 20 0 15 0 142125104 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140539387722128 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8020] ppid=7964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8020/stat : 8020 (java) S 7964 7967 4896 0 -1 1077944384 33 12664 0 0 0 0 5 2 20 0 15 0 142125104 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140539386669584 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8021] ppid=7964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8021/stat : 8021 (java) S 7964 7967 4896 0 -1 1077944384 212 12664 0 0 0 0 5 2 20 0 15 0 142125104 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140539385617040 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8022] ppid=7964 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7967/task/8022/stat : 8022 (java) S 7964 7967 4896 0 -1 1077944384 1490 12664 0 0 1 0 5 2 20 0 15 0 142125105 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140538992499184 140539446839938 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8023] ppid=7964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8023/stat : 8023 (java) S 7964 7967 4896 0 -1 1077944384 55 12664 0 0 0 0 5 2 20 0 15 0 142125106 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140538991445472 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8024] ppid=7964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8024/stat : 8024 (java) S 7964 7967 4896 0 -1 1077944384 44 12664 0 0 0 0 5 2 20 0 15 0 142125106 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140538990392832 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8025] ppid=7964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8025/stat : 8025 (java) S 7964 7967 4896 0 -1 1077944384 3 12664 0 0 0 0 5 2 20 0 15 0 142125109 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140538989341392 140539446847387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8026] ppid=7964 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/7967/task/8026/stat : 8026 (java) S 7964 7967 4896 0 -1 1077944384 1185 12664 0 0 17 0 5 2 20 0 15 0 142125109 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140538988287984 140539446839938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8027] ppid=7964 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/7967/task/8027/stat : 8027 (java) S 7964 7967 4896 0 -1 1077944384 681 12664 0 0 16 0 5 2 20 0 15 0 142125109 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140538987235440 140539446839938 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8028] ppid=7964 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/7967/task/8028/stat : 8028 (java) S 7964 7967 4896 0 -1 1077944384 1418 12664 0 0 23 0 5 2 20 0 15 0 142125109 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140538986182896 140539446839938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8029] ppid=7964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8029/stat : 8029 (java) S 7964 7967 4896 0 -1 1077944384 3 12664 0 0 0 0 5 2 20 0 15 0 142125109 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140538985130592 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8030] ppid=7964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8030/stat : 8030 (java) S 7964 7967 4896 0 -1 1077944384 10 12664 0 0 0 0 5 2 20 0 15 0 142125112 14321057792 42664 18446744073709551615 4194304 4196468 140735683441472 140538984078128 140539446839938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 13985408

[startup+3.10266 s]
/proc/loadavg: 1.34 1.52 1.60 4/213 8030
/proc/meminfo: memFree=30435272/32770624 swapFree=0/440904
[pid=7967] ppid=7964 vsize=13999932 CPUtime=5.79 cores=1,3,5,7
/proc/7967/stat : 7967 (java) S 7964 7967 4896 0 -1 1077944320 49055 12664 0 0 555 17 5 2 20 0 15 0 142125083 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140735683424016 140539446828791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
/proc/7967/statm: 3499983 55698 3446 1 0 3488597 0
[pid=7967/tid=8017] ppid=7964 vsize=13999932 CPUtime=2.89 cores=1,3,5,7
/proc/7967/task/8017/stat : 8017 (java) R 7964 7967 4896 0 -1 1077944384 34607 12664 0 0 272 10 5 2 20 0 15 0 142125103 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140539451058400 140539446838997 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8018] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8018/stat : 8018 (java) S 7964 7967 4896 0 -1 1077944384 62 12664 0 0 0 0 5 2 20 0 15 0 142125104 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140539388774672 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8019] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8019/stat : 8019 (java) S 7964 7967 4896 0 -1 1077944384 54 12664 0 0 0 0 5 2 20 0 15 0 142125104 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140539387722128 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8020] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8020/stat : 8020 (java) S 7964 7967 4896 0 -1 1077944384 33 12664 0 0 0 0 5 2 20 0 15 0 142125104 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140539386669584 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8021] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8021/stat : 8021 (java) S 7964 7967 4896 0 -1 1077944384 212 12664 0 0 0 0 5 2 20 0 15 0 142125104 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140539385617040 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8022] ppid=7964 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7967/task/8022/stat : 8022 (java) S 7964 7967 4896 0 -1 1077944384 1504 12664 0 0 1 0 5 2 20 0 15 0 142125105 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140538992499184 140539446839938 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8023] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8023/stat : 8023 (java) S 7964 7967 4896 0 -1 1077944384 55 12664 0 0 0 0 5 2 20 0 15 0 142125106 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140538991445472 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8024] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8024/stat : 8024 (java) S 7964 7967 4896 0 -1 1077944384 44 12664 0 0 0 0 5 2 20 0 15 0 142125106 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140538990392832 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8025] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8025/stat : 8025 (java) S 7964 7967 4896 0 -1 1077944384 3 12664 0 0 0 0 5 2 20 0 15 0 142125109 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140538989341392 140539446847387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8026] ppid=7964 vsize=13999932 CPUtime=0.91 cores=1,3,5,7
/proc/7967/task/8026/stat : 8026 (java) R 7964 7967 4896 0 -1 4202560 2512 12664 0 0 83 1 5 2 20 0 15 0 142125109 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140538988277696 140539446850138 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8027] ppid=7964 vsize=13999932 CPUtime=1.1 cores=1,3,5,7
/proc/7967/task/8027/stat : 8027 (java) R 7964 7967 4896 0 -1 4202560 4497 12664 0 0 102 1 5 2 20 0 15 0 142125109 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140538987216432 140539428372152 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8028] ppid=7964 vsize=13999932 CPUtime=0.99 cores=1,3,5,7
/proc/7967/task/8028/stat : 8028 (java) S 7964 7967 4896 0 -1 1077944384 3303 12664 0 0 91 1 5 2 20 0 15 0 142125109 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140538986182896 140539446839938 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8029] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8029/stat : 8029 (java) S 7964 7967 4896 0 -1 1077944384 3 12664 0 0 0 0 5 2 20 0 15 0 142125109 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140538985130592 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8030] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8030/stat : 8030 (java) S 7964 7967 4896 0 -1 1077944384 11 12664 0 0 0 0 5 2 20 0 15 0 142125112 14335930368 55698 18446744073709551615 4194304 4196468 140735683441472 140538984078128 140539446839938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
Current children cumulated CPU time (s) 5.79
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20085 s]
/proc/loadavg: 1.34 1.52 1.60 4/213 8030
/proc/meminfo: memFree=30435272/32770624 swapFree=0/440904
[pid=7967] ppid=7964 vsize=13999932 CPUtime=6.02 cores=1,3,5,7
/proc/7967/stat : 7967 (java) S 7964 7967 4896 0 -1 1077944320 49437 12664 0 0 578 17 5 2 20 0 15 0 142125083 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140735683424016 140539446828791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
/proc/7967/statm: 3499983 57517 3447 1 0 3488597 0
[pid=7967/tid=8017] ppid=7964 vsize=13999932 CPUtime=2.99 cores=1,3,5,7
/proc/7967/task/8017/stat : 8017 (java) R 7964 7967 4896 0 -1 4202560 34838 12664 0 0 282 10 5 2 20 0 15 0 142125103 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140539451060400 140539446840726 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8018] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8018/stat : 8018 (java) S 7964 7967 4896 0 -1 1077944384 62 12664 0 0 0 0 5 2 20 0 15 0 142125104 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140539388774672 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8019] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8019/stat : 8019 (java) S 7964 7967 4896 0 -1 1077944384 54 12664 0 0 0 0 5 2 20 0 15 0 142125104 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140539387722128 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8020] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8020/stat : 8020 (java) S 7964 7967 4896 0 -1 1077944384 33 12664 0 0 0 0 5 2 20 0 15 0 142125104 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140539386669584 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8021] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8021/stat : 8021 (java) S 7964 7967 4896 0 -1 1077944384 212 12664 0 0 0 0 5 2 20 0 15 0 142125104 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140539385617040 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8022] ppid=7964 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7967/task/8022/stat : 8022 (java) S 7964 7967 4896 0 -1 1077944384 1504 12664 0 0 1 0 5 2 20 0 15 0 142125105 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140538992499184 140539446839938 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8023] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8023/stat : 8023 (java) S 7964 7967 4896 0 -1 1077944384 55 12664 0 0 0 0 5 2 20 0 15 0 142125106 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140538991445472 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8024] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8024/stat : 8024 (java) S 7964 7967 4896 0 -1 1077944384 44 12664 0 0 0 0 5 2 20 0 15 0 142125106 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140538990392832 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8025] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8025/stat : 8025 (java) S 7964 7967 4896 0 -1 1077944384 3 12664 0 0 0 0 5 2 20 0 15 0 142125109 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140538989341392 140539446847387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8026] ppid=7964 vsize=13999932 CPUtime=0.95 cores=1,3,5,7
/proc/7967/task/8026/stat : 8026 (java) R 7964 7967 4896 0 -1 4202560 2532 12664 0 0 87 1 5 2 20 0 15 0 142125109 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140538988274832 140539439925516 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8027] ppid=7964 vsize=13999932 CPUtime=1.15 cores=1,3,5,7
/proc/7967/task/8027/stat : 8027 (java) R 7964 7967 4896 0 -1 4202560 4527 12664 0 0 107 1 5 2 20 0 15 0 142125109 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140538987217920 140539427464764 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8028] ppid=7964 vsize=13999932 CPUtime=1.03 cores=1,3,5,7
/proc/7967/task/8028/stat : 8028 (java) R 7964 7967 4896 0 -1 1077944384 3402 12664 0 0 95 1 5 2 20 0 15 0 142125109 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140538986182896 140539446839938 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8029] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8029/stat : 8029 (java) S 7964 7967 4896 0 -1 1077944384 3 12664 0 0 0 0 5 2 20 0 15 0 142125109 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140538985130592 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8030] ppid=7964 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8030/stat : 8030 (java) S 7964 7967 4896 0 -1 1077944384 13 12664 0 0 0 0 5 2 20 0 15 0 142125112 14335930368 57517 18446744073709551615 4194304 4196468 140735683441472 140538984078128 140539446839938 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 13999932

[startup+3.60065 s]
/proc/loadavg: 1.34 1.52 1.60 3/213 8030
/proc/meminfo: memFree=30358860/32770624 swapFree=0/440904
[pid=7967] ppid=7964 vsize=14067516 CPUtime=7 cores=1,3,5,7
/proc/7967/stat : 7967 (java) S 7964 7967 4896 0 -1 1077944320 57092 12664 0 0 671 22 5 2 20 0 15 0 142125083 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140735683424016 140539446828791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
/proc/7967/statm: 3516879 69669 3461 1 0 3505493 0
[pid=7967/tid=8017] ppid=7964 vsize=14067516 CPUtime=3.34 cores=1,3,5,7
/proc/7967/task/8017/stat : 8017 (java) R 7964 7967 4896 0 -1 4202560 40989 12664 0 0 315 12 5 2 20 0 15 0 142125103 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140539451060568 140539446840726 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8018] ppid=7964 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/7967/task/8018/stat : 8018 (java) S 7964 7967 4896 0 -1 1077944384 76 12664 0 0 2 0 5 2 20 0 15 0 142125104 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140539388774672 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8019] ppid=7964 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/7967/task/8019/stat : 8019 (java) S 7964 7967 4896 0 -1 1077944384 70 12664 0 0 2 0 5 2 20 0 15 0 142125104 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140539387722128 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8020] ppid=7964 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/7967/task/8020/stat : 8020 (java) S 7964 7967 4896 0 -1 1077944384 47 12664 0 0 2 0 5 2 20 0 15 0 142125104 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140539386669584 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8021] ppid=7964 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/7967/task/8021/stat : 8021 (java) S 7964 7967 4896 0 -1 1077944384 290 12664 0 0 2 0 5 2 20 0 15 0 142125104 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140539385617040 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8022] ppid=7964 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/7967/task/8022/stat : 8022 (java) S 7964 7967 4896 0 -1 1077944384 2248 12664 0 0 3 0 5 2 20 0 15 0 142125105 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140538992499184 140539446839938 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8023] ppid=7964 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8023/stat : 8023 (java) S 7964 7967 4896 0 -1 1077944384 55 12664 0 0 0 0 5 2 20 0 15 0 142125106 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140538991445472 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8024] ppid=7964 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8024/stat : 8024 (java) S 7964 7967 4896 0 -1 1077944384 44 12664 0 0 0 0 5 2 20 0 15 0 142125106 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140538990392832 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8025] ppid=7964 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8025/stat : 8025 (java) S 7964 7967 4896 0 -1 1077944384 3 12664 0 0 0 0 5 2 20 0 15 0 142125109 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140538989341392 140539446847387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8026] ppid=7964 vsize=14067516 CPUtime=1.18 cores=1,3,5,7
/proc/7967/task/8026/stat : 8026 (java) R 7964 7967 4896 0 -1 4202560 2936 12664 0 0 110 1 5 2 20 0 15 0 142125109 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140538988287984 140539439813833 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8027] ppid=7964 vsize=14067516 CPUtime=1.34 cores=1,3,5,7
/proc/7967/task/8027/stat : 8027 (java) R 7964 7967 4896 0 -1 4202560 4586 12664 0 0 126 1 5 2 20 0 15 0 142125109 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140538987235440 140539446850138 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8028] ppid=7964 vsize=14067516 CPUtime=1.12 cores=1,3,5,7
/proc/7967/task/8028/stat : 8028 (java) R 7964 7967 4896 0 -1 1077944384 3577 12664 0 0 104 1 5 2 20 0 15 0 142125109 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140538986182896 140539446839938 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8029] ppid=7964 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8029/stat : 8029 (java) S 7964 7967 4896 0 -1 1077944384 3 12664 0 0 0 0 5 2 20 0 15 0 142125109 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140538985130592 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8030] ppid=7964 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8030/stat : 8030 (java) S 7964 7967 4896 0 -1 1077944384 13 12664 0 0 0 0 5 2 20 0 15 0 142125112 14405136384 69669 18446744073709551615 4194304 4196468 140735683441472 140538984078128 140539446839938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 14067516

[startup+3.80374 s]
/proc/loadavg: 1.34 1.52 1.60 3/213 8030
/proc/meminfo: memFree=30358860/32770624 swapFree=0/440904
[pid=7967] ppid=7964 vsize=14067516 CPUtime=7.56 cores=1,3,5,7
/proc/7967/stat : 7967 (java) S 7964 7967 4896 0 -1 1077944320 57532 12664 0 0 727 22 5 2 20 0 15 0 142125083 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140735683424016 140539446828791 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
/proc/7967/statm: 3516879 70091 3461 1 0 3505493 0
[pid=7967/tid=8017] ppid=7964 vsize=14067516 CPUtime=3.49 cores=1,3,5,7
/proc/7967/task/8017/stat : 8017 (java) S 7964 7967 4896 0 -1 1077944384 41071 12664 0 0 329 13 5 2 20 0 15 0 142125103 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140539451066336 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8018] ppid=7964 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/7967/task/8018/stat : 8018 (java) S 7964 7967 4896 0 -1 1077944384 79 12664 0 0 7 0 5 2 20 0 15 0 142125104 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140539388774672 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8019] ppid=7964 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/7967/task/8019/stat : 8019 (java) S 7964 7967 4896 0 -1 1077944384 87 12664 0 0 7 0 5 2 20 0 15 0 142125104 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140539387722128 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8020] ppid=7964 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/7967/task/8020/stat : 8020 (java) S 7964 7967 4896 0 -1 1077944384 54 12664 0 0 7 0 5 2 20 0 15 0 142125104 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140539386669584 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8021] ppid=7964 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/7967/task/8021/stat : 8021 (java) S 7964 7967 4896 0 -1 1077944384 290 12664 0 0 7 0 5 2 20 0 15 0 142125104 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140539385617040 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8022] ppid=7964 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/7967/task/8022/stat : 8022 (java) R 7964 7967 4896 0 -1 4202560 2260 12664 0 0 5 0 5 2 20 0 15 0 142125105 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140538992497808 140539425198966 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8023] ppid=7964 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8023/stat : 8023 (java) S 7964 7967 4896 0 -1 1077944384 55 12664 0 0 0 0 5 2 20 0 15 0 142125106 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140538991445472 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8024] ppid=7964 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8024/stat : 8024 (java) S 7964 7967 4896 0 -1 1077944384 44 12664 0 0 0 0 5 2 20 0 15 0 142125106 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140538990392832 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8025] ppid=7964 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8025/stat : 8025 (java) S 7964 7967 4896 0 -1 1077944384 3 12664 0 0 0 0 5 2 20 0 15 0 142125109 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140538989341392 140539446847387 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8026] ppid=7964 vsize=14067516 CPUtime=1.24 cores=1,3,5,7
/proc/7967/task/8026/stat : 8026 (java) S 7964 7967 4896 0 -1 1077944384 2979 12664 0 0 116 1 5 2 20 0 15 0 142125109 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140538988274448 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8027] ppid=7964 vsize=14067516 CPUtime=1.41 cores=1,3,5,7
/proc/7967/task/8027/stat : 8027 (java) S 7964 7967 4896 0 -1 1077944384 4619 12664 0 0 133 1 5 2 20 0 15 0 142125109 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140538987220432 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8028] ppid=7964 vsize=14067516 CPUtime=1.21 cores=1,3,5,7
/proc/7967/task/8028/stat : 8028 (java) S 7964 7967 4896 0 -1 1077944384 3829 12664 0 0 113 1 5 2 20 0 15 0 142125109 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140538986182896 140539446839938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8029] ppid=7964 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8029/stat : 8029 (java) S 7964 7967 4896 0 -1 1077944384 3 12664 0 0 0 0 5 2 20 0 15 0 142125109 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140538985130592 140539446838997 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
[pid=7967/tid=8030] ppid=7964 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/7967/task/8030/stat : 8030 (java) S 7964 7967 4896 0 -1 1077944384 13 12664 0 0 0 0 5 2 20 0 15 0 142125112 14405136384 70091 18446744073709551615 4194304 4196468 140735683441472 140538984078128 140539446839938 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34267136 140735683446736 140735683449521 140735683449521 140735683452879 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 14067516

[startup+3.90061 s]
/proc/loadavg: 1.34 1.52 1.60 3/213 8030
/proc/meminfo: memFree=30358860/32770624 swapFree=0/440904
[pid=7967] ppid=7964 vsize=0 CPUtime=7.75 cores=1,3,5,7
/proc/7967/stat : 7967 (java) Z 7964 7967 4896 0 -1 4227084 57637 12664 0 0 745 23 5 2 20 0 2 0 142125083 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/7967/statm: 0 0 0 0 0 0 0
[pid=7967/tid=8020] ppid=7964 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/7967/task/8020/stat : 8020 (java) R 7964 7967 4896 0 -1 4203588 64 12664 0 0 10 1 5 2 20 0 2 0 142125104 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) 7.75
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 3.90462
CPU time (s): 7.77745
CPU user time (s): 7.51356
CPU system time (s): 0.263899
CPU usage (%): 199.186
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.51356
system time used= 0.263899
maximum resident set size= 281280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70301
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= 5952
involuntary context switches= 35

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024267 second user time and 0.020317 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 05:57:38
IDJOB=4262356
IDBENCH=120671
IDSOLVER=2650
FILE ID=node132/4262356-1502424722
RUNJOBID= node132-1502411403-4960
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-012-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262356-1502424722/watcher-4262356-1502424722 -o /tmp/evaluation-result-4262356-1502424722/solver-4262356-1502424722 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580  bin/concrete HOME/instance-4262356-1502424722.xml

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

MD5SUM BENCH= 576ab85aff90c2f6aba79c06ab2e34bc
RANDOM SEED=458946228

node132.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.74
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.74
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.74
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.74
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:        30608448 kB
MemAvailable:   31444872 kB
Buffers:          288624 kB
Cached:           850828 kB
SwapCached:            0 kB
Active:          1245900 kB
Inactive:         481648 kB
Active(anon):     589240 kB
Inactive(anon):    40820 kB
Active(file):     656660 kB
Inactive(file):   440828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24500 kB
Writeback:             0 kB
AnonPages:        588288 kB
Mapped:            71908 kB
Shmem:             41660 kB
Slab:             136032 kB
SReclaimable:     109544 kB
SUnreclaim:        26488 kB
KernelStack:        3472 kB
PageTables:         6224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1538112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 05:57:42