Trace number 4261953

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4OPT4 7.3231201 3.79389

General information on the benchmark

NameGraphColoring/GraphColoring-m1-fixed/
GraphColoring-qwhopt-o5-h10-1.xml
MD5SUM4716a87298188d70bc9d7e045ef51dee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.074299
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree10
Distribution of variable degrees[{"degree":9,"count":10},{"degree":10,"count":15}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":100},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.23/2.29	c Concrete v3.4 running
6.72/3.62	o 24
6.72/3.64	o 23
6.72/3.64	o 22
6.72/3.65	o 21
6.72/3.66	o 20
6.72/3.67	o 19
6.72/3.68	o 18
6.72/3.69	o 17
6.72/3.69	o 16
7.03/3.70	o 15
7.03/3.71	o 14
7.03/3.72	o 13
7.03/3.72	o 12
7.03/3.72	o 11
7.03/3.73	o 10
7.03/3.74	o 9
7.03/3.74	o 8
7.03/3.75	o 7
7.03/3.75	o 6
7.03/3.76	o 5
7.03/3.76	o 4
7.03/3.77	v <instantiation cost="4">
7.03/3.77	v       <list>
7.03/3.77	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
7.03/3.77	v       </list>
7.03/3.77	v       <values>
7.03/3.77	v         0 1 4 3 2 3 4 1 2 0 1 0 2 4 3 2 3 0 1 4 4 2 3 0 1
7.03/3.77	v       </values>
7.03/3.77	v     </instantiation>
7.03/3.77	s OPTIMUM FOUND

Verifier Data

OK	4

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-4261953-1502424599/watcher-4261953-1502424599 -o /tmp/evaluation-result-4261953-1502424599/solver-4261953-1502424599 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580 bin/concrete HOME/instance-4261953-1502424599.xml 

pid=15785
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: 2.31 1.75 1.59 2/198 15788
/proc/meminfo: memFree=30465568/32770624 swapFree=0/461964
[pid=15788] ppid=15785 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15788/stat : 15788 (runsolver) D 15785 15788 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 84371078 24240128 106 18446744073709551615 4194304 4338465 140731031267184 140731031264824 140163703583447 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 14655488 140731031273680 140731031274057 140731031274057 140731031277514 0
/proc/15788/statm: 5918 106 53 36 0 2156 0

[startup+0.100177 s]
/proc/loadavg: 2.31 1.75 1.59 2/198 15788
/proc/meminfo: memFree=30465568/32770624 swapFree=0/461964
[pid=15788] ppid=15785 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/15788/stat : 15788 (bash) S 15785 15788 13007 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 84371078 9736192 351 18446744073709551615 4194304 5098028 140726303563120 140726303560760 140559219538944 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 39301120 140726303564308 140726303564393 140726303564393 140726303567850 0
/proc/15788/statm: 2377 351 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200269 s]
/proc/loadavg: 2.31 1.75 1.59 2/198 15788
/proc/meminfo: memFree=30465568/32770624 swapFree=0/461964
[pid=15788] ppid=15785 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/15788/stat : 15788 (bash) S 15785 15788 13007 0 -1 4202496 891 6484 0 0 0 0 0 1 20 0 1 0 84371078 9867264 376 18446744073709551615 4194304 5098028 140726303563120 140726303557128 140559219538944 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 39301120 140726303564308 140726303564393 140726303564393 140726303567850 0
/proc/15788/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.304423 s]
/proc/loadavg: 2.31 1.75 1.59 2/198 15788
/proc/meminfo: memFree=30465568/32770624 swapFree=0/461964
[pid=15788] ppid=15785 vsize=13442388 CPUtime=0.1 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13007 0 -1 1077944320 4699 12655 0 0 1 1 5 3 20 0 8 0 84371078 13765005312 3990 18446744073709551615 4194304 4196468 140721117546576 140721117529120 140487913967351 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
/proc/15788/statm: 3360597 3990 2026 1 0 3350094 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13442388

[startup+0.700234 s]
/proc/loadavg: 2.31 1.75 1.59 2/198 15788
/proc/meminfo: memFree=30465568/32770624 swapFree=0/461964
[pid=15788] ppid=15785 vsize=13974784 CPUtime=0.53 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13007 0 -1 1077944320 13143 12655 0 0 42 3 5 3 20 0 15 0 84371078 14310178816 13474 18446744073709551615 4194304 4196468 140721117546576 140721117529120 140487913967351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
/proc/15788/statm: 3493696 13474 3072 1 0 3482965 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 2.31 1.75 1.59 2/199 15885
/proc/meminfo: memFree=31080148/32770624 swapFree=0/462576
[pid=15788] ppid=15785 vsize=13985408 CPUtime=1.73 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13007 0 -1 1077944320 27250 12655 0 0 157 8 5 3 20 0 15 0 84371078 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140721117529120 140487913967351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
/proc/15788/statm: 3496352 33564 3336 1 0 3485525 0
[pid=15788/tid=15844] ppid=15785 vsize=13985408 CPUtime=1.22 cores=1,3,5,7
/proc/15788/task/15844/stat : 15844 (java) R 15785 15788 13007 0 -1 4202560 22089 12655 0 0 108 6 5 3 20 0 15 0 84371106 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487918200592 140487900206769 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15849] ppid=15785 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15849/stat : 15849 (java) S 15785 15788 13007 0 -1 1077944384 1 12655 0 0 0 0 5 3 20 0 15 0 84371107 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487848401552 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15850] ppid=15785 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15850/stat : 15850 (java) S 15785 15788 13007 0 -1 1077944384 1 12655 0 0 0 0 5 3 20 0 15 0 84371107 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487847348752 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15851] ppid=15785 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15851/stat : 15851 (java) S 15785 15788 13007 0 -1 1077944384 1 12655 0 0 0 0 5 3 20 0 15 0 84371107 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487846295952 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15852] ppid=15785 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15852/stat : 15852 (java) S 15785 15788 13007 0 -1 1077944384 2 12655 0 0 0 0 5 3 20 0 15 0 84371107 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487845243152 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15854] ppid=15785 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15854/stat : 15854 (java) S 15785 15788 13007 0 -1 1077944384 5 12655 0 0 0 0 5 3 20 0 15 0 84371108 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487392078704 140487913978498 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15855] ppid=15785 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15855/stat : 15855 (java) S 15785 15788 13007 0 -1 1077944384 33 12655 0 0 0 0 5 3 20 0 15 0 84371109 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487391024672 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15856] ppid=15785 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15856/stat : 15856 (java) S 15785 15788 13007 0 -1 1077944384 21 12655 0 0 0 0 5 3 20 0 15 0 84371109 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487389971824 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15857] ppid=15785 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15857/stat : 15857 (java) S 15785 15788 13007 0 -1 1077944384 3 12655 0 0 0 0 5 3 20 0 15 0 84371112 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487388920144 140487913985947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15858] ppid=15785 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/15788/task/15858/stat : 15858 (java) S 15785 15788 13007 0 -1 1077944384 1083 12655 0 0 15 0 5 3 20 0 15 0 84371112 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487387867504 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15859] ppid=15785 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/15788/task/15859/stat : 15859 (java) S 15785 15788 13007 0 -1 1077944384 573 12655 0 0 12 0 5 3 20 0 15 0 84371112 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487386814704 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15860] ppid=15785 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/15788/task/15860/stat : 15860 (java) S 15785 15788 13007 0 -1 1077944384 1276 12655 0 0 21 0 5 3 20 0 15 0 84371112 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487385761904 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15861] ppid=15785 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15861/stat : 15861 (java) S 15785 15788 13007 0 -1 1077944384 3 12655 0 0 0 0 5 3 20 0 15 0 84371112 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487384709344 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15867] ppid=15785 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15867/stat : 15867 (java) S 15785 15788 13007 0 -1 1077944384 8 12655 0 0 0 0 5 3 20 0 15 0 84371119 14321057792 33564 18446744073709551615 4194304 4196468 140721117546576 140487383657648 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 13985408

[startup+3.10066 s]
/proc/loadavg: 2.31 1.75 1.59 5/208 15954
/proc/meminfo: memFree=30991452/32770624 swapFree=0/462044
[pid=15788] ppid=15785 vsize=13999932 CPUtime=5.57 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13007 0 -1 1077944320 46306 12655 0 0 535 14 5 3 20 0 15 0 84371078 14335930368 52227 18446744073709551615 4194304 4196468 140721117546576 140721117529120 140487913967351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
/proc/15788/statm: 3499983 52227 3441 1 0 3488597 0
[pid=15788/tid=15844] ppid=15785 vsize=13999932 CPUtime=2.78 cores=1,3,5,7
/proc/15788/task/15844/stat : 15844 (java) R 15785 15788 13007 0 -1 4202560 32381 12655 0 0 262 8 5 3 20 0 15 0 84371106 14335930368 52227 18446744073709551615 4194304 4196468 140721117546576 140487918195504 140487894243165 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15849] ppid=15785 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15788/task/15849/stat : 15849 (java) S 15785 15788 13007 0 -1 1077944384 208 12655 0 0 1 0 5 3 20 0 15 0 84371107 14335930368 52227 18446744073709551615 4194304 4196468 140721117546576 140487848401552 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15850] ppid=15785 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15850/stat : 15850 (java) S 15785 15788 13007 0 -1 1077944384 15 12655 0 0 0 0 5 3 20 0 15 0 84371107 14335930368 52227 18446744073709551615 4194304 4196468 140721117546576 140487847348752 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15851] ppid=15785 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15788/task/15851/stat : 15851 (java) S 15785 15788 13007 0 -1 1077944384 63 12655 0 0 1 0 5 3 20 0 15 0 84371107 14335930368 52227 18446744073709551615 4194304 4196468 140721117546576 140487846295952 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15852] ppid=15785 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15788/task/15852/stat : 15852 (java) S 15785 15788 13007 0 -1 1077944384 58 12655 0 0 1 0 5 3 20 0 15 0 84371107 14335930368 52227 18446744073709551615 4194304 4196468 140721117546576 140487845243152 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15854] ppid=15785 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15788/task/15854/stat : 15854 (java) S 15785 15788 13007 0 -1 1077944384 1535 12655 0 0 1 0 5 3 20 0 15 0 84371108 14335930368 52227 18446744073709551615 4194304 4196468 140721117546576 140487392078704 140487913978498 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15855] ppid=15785 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15855/stat : 15855 (java) S 15785 15788 13007 0 -1 1077944384 55 12655 0 0 0 0 5 3 20 0 15 0 84371109 14335930368 52293 18446744073709551615 4194304 4196468 140721117546576 140487391024736 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15856] ppid=15785 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15856/stat : 15856 (java) S 15785 15788 13007 0 -1 1077944384 44 12655 0 0 0 0 5 3 20 0 15 0 84371109 14335930368 52293 18446744073709551615 4194304 4196468 140721117546576 140487389971840 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15857] ppid=15785 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15857/stat : 15857 (java) S 15785 15788 13007 0 -1 1077944384 3 12655 0 0 0 0 5 3 20 0 15 0 84371112 14335930368 52293 18446744073709551615 4194304 4196468 140721117546576 140487388920144 140487913985947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15858] ppid=15785 vsize=13999932 CPUtime=1.04 cores=1,3,5,7
/proc/15788/task/15858/stat : 15858 (java) S 15785 15788 13007 0 -1 1077944384 4532 12655 0 0 95 1 5 3 20 0 15 0 84371112 14335930368 52293 18446744073709551615 4194304 4196468 140721117546576 140487387867504 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15859] ppid=15785 vsize=13999932 CPUtime=0.85 cores=1,3,5,7
/proc/15788/task/15859/stat : 15859 (java) S 15785 15788 13007 0 -1 1077944384 1843 12655 0 0 76 1 5 3 20 0 15 0 84371112 14335930368 52293 18446744073709551615 4194304 4196468 140721117546576 140487386814704 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15860] ppid=15785 vsize=13999932 CPUtime=1.02 cores=1,3,5,7
/proc/15788/task/15860/stat : 15860 (java) S 15785 15788 13007 0 -1 1077944384 3422 12655 0 0 93 1 5 3 20 0 15 0 84371112 14335930368 52293 18446744073709551615 4194304 4196468 140721117546576 140487385761904 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15861] ppid=15785 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15861/stat : 15861 (java) S 15785 15788 13007 0 -1 1077944384 3 12655 0 0 0 0 5 3 20 0 15 0 84371112 14335930368 52293 18446744073709551615 4194304 4196468 140721117546576 140487384709344 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15867] ppid=15785 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15867/stat : 15867 (java) S 15785 15788 13007 0 -1 1077944384 9 12655 0 0 0 0 5 3 20 0 15 0 84371119 14335930368 52293 18446744073709551615 4194304 4196468 140721117546576 140487383657648 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20077 s]
/proc/loadavg: 2.31 1.75 1.59 5/208 15954
/proc/meminfo: memFree=30991452/32770624 swapFree=0/462044
[pid=15788] ppid=15785 vsize=13999932 CPUtime=5.74 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13007 0 -1 1077944320 50652 12655 0 0 550 16 5 3 20 0 15 0 84371078 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140721117529120 140487913967351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
/proc/15788/statm: 3499983 58653 3454 1 0 3488597 0
[pid=15788/tid=15844] ppid=15785 vsize=13999932 CPUtime=2.88 cores=1,3,5,7
/proc/15788/task/15844/stat : 15844 (java) S 15785 15788 13007 0 -1 1077944384 36585 12655 0 0 271 9 5 3 20 0 15 0 84371106 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487918195104 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15849] ppid=15785 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15788/task/15849/stat : 15849 (java) S 15785 15788 13007 0 -1 1077944384 248 12655 0 0 1 0 5 3 20 0 15 0 84371107 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487848401552 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15850] ppid=15785 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15788/task/15850/stat : 15850 (java) S 15785 15788 13007 0 -1 1077944384 23 12655 0 0 1 0 5 3 20 0 15 0 84371107 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487847348752 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15851] ppid=15785 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15788/task/15851/stat : 15851 (java) R 15785 15788 13007 0 -1 1077944384 68 12655 0 0 1 0 5 3 20 0 15 0 84371107 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487846295968 140487913977557 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15852] ppid=15785 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15788/task/15852/stat : 15852 (java) S 15785 15788 13007 0 -1 1077944384 78 12655 0 0 1 0 5 3 20 0 15 0 84371107 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487845243152 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15854] ppid=15785 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/15788/task/15854/stat : 15854 (java) S 15785 15788 13007 0 -1 1077944384 1535 12655 0 0 1 0 5 3 20 0 15 0 84371108 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487392077184 140487913977557 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15855] ppid=15785 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15855/stat : 15855 (java) S 15785 15788 13007 0 -1 1077944384 55 12655 0 0 0 0 5 3 20 0 15 0 84371109 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487391024736 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15856] ppid=15785 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15856/stat : 15856 (java) S 15785 15788 13007 0 -1 1077944384 44 12655 0 0 0 0 5 3 20 0 15 0 84371109 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487389971840 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15857] ppid=15785 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15857/stat : 15857 (java) S 15785 15788 13007 0 -1 1077944384 3 12655 0 0 0 0 5 3 20 0 15 0 84371112 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487388920144 140487913985947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15858] ppid=15785 vsize=13999932 CPUtime=1.06 cores=1,3,5,7
/proc/15788/task/15858/stat : 15858 (java) S 15785 15788 13007 0 -1 1077944384 4537 12655 0 0 97 1 5 3 20 0 15 0 84371112 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487387851696 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15859] ppid=15785 vsize=13999932 CPUtime=0.86 cores=1,3,5,7
/proc/15788/task/15859/stat : 15859 (java) S 15785 15788 13007 0 -1 1077944384 1846 12655 0 0 77 1 5 3 20 0 15 0 84371112 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487386805984 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15860] ppid=15785 vsize=13999932 CPUtime=1.04 cores=1,3,5,7
/proc/15788/task/15860/stat : 15860 (java) S 15785 15788 13007 0 -1 1077944384 3467 12655 0 0 95 1 5 3 20 0 15 0 84371112 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487385761904 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15861] ppid=15785 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15861/stat : 15861 (java) S 15785 15788 13007 0 -1 1077944384 3 12655 0 0 0 0 5 3 20 0 15 0 84371112 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487384709344 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15867] ppid=15785 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15867/stat : 15867 (java) S 15785 15788 13007 0 -1 1077944384 9 12655 0 0 0 0 5 3 20 0 15 0 84371119 14335930368 58653 18446744073709551615 4194304 4196468 140721117546576 140487383657648 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 13999932

[startup+3.60099 s]
/proc/loadavg: 2.53 1.80 1.61 4/213 15979
/proc/meminfo: memFree=30835100/32770624 swapFree=0/462560
[pid=15788] ppid=15785 vsize=14067516 CPUtime=6.72 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13007 0 -1 1077944320 60639 12655 0 0 646 18 5 3 20 0 15 0 84371078 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140721117529120 140487913967351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
/proc/15788/statm: 3516879 70518 3458 1 0 3505493 0
[pid=15788/tid=15844] ppid=15785 vsize=14067516 CPUtime=3.09 cores=1,3,5,7
/proc/15788/task/15844/stat : 15844 (java) R 15785 15788 13007 0 -1 4202560 44274 12655 0 0 291 10 5 3 20 0 15 0 84371106 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487918203264 140487895530907 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15849] ppid=15785 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/15788/task/15849/stat : 15849 (java) S 15785 15788 13007 0 -1 1077944384 278 12655 0 0 9 0 5 3 20 0 15 0 84371107 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487848401552 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15850] ppid=15785 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/15788/task/15850/stat : 15850 (java) S 15785 15788 13007 0 -1 1077944384 25 12655 0 0 10 0 5 3 20 0 15 0 84371107 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487847348752 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15851] ppid=15785 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/15788/task/15851/stat : 15851 (java) S 15785 15788 13007 0 -1 1077944384 86 12655 0 0 9 0 5 3 20 0 15 0 84371107 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487846295952 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15852] ppid=15785 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/15788/task/15852/stat : 15852 (java) S 15785 15788 13007 0 -1 1077944384 82 12655 0 0 9 0 5 3 20 0 15 0 84371107 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487845243152 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15854] ppid=15785 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/15788/task/15854/stat : 15854 (java) S 15785 15788 13007 0 -1 1077944384 2244 12655 0 0 9 0 5 3 20 0 15 0 84371108 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487392078704 140487913978498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15855] ppid=15785 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15855/stat : 15855 (java) S 15785 15788 13007 0 -1 1077944384 55 12655 0 0 0 0 5 3 20 0 15 0 84371109 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487391024800 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15856] ppid=15785 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15856/stat : 15856 (java) S 15785 15788 13007 0 -1 1077944384 44 12655 0 0 0 0 5 3 20 0 15 0 84371109 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487389971840 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15857] ppid=15785 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15857/stat : 15857 (java) S 15785 15788 13007 0 -1 1077944384 3 12655 0 0 0 0 5 3 20 0 15 0 84371112 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487388920144 140487913985947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15858] ppid=15785 vsize=14067516 CPUtime=1.12 cores=1,3,5,7
/proc/15788/task/15858/stat : 15858 (java) S 15785 15788 13007 0 -1 1077944384 4575 12655 0 0 103 1 5 3 20 0 15 0 84371112 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487387867504 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15859] ppid=15785 vsize=14067516 CPUtime=1.1 cores=1,3,5,7
/proc/15788/task/15859/stat : 15859 (java) R 15785 15788 13007 0 -1 4202560 3296 12655 0 0 101 1 5 3 20 0 15 0 84371112 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487386794200 140487897878037 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15860] ppid=15785 vsize=14067516 CPUtime=1.07 cores=1,3,5,7
/proc/15788/task/15860/stat : 15860 (java) S 15785 15788 13007 0 -1 1077944384 3514 12655 0 0 98 1 5 3 20 0 15 0 84371112 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487385761904 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15861] ppid=15785 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15861/stat : 15861 (java) S 15785 15788 13007 0 -1 1077944384 3 12655 0 0 0 0 5 3 20 0 15 0 84371112 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487384709344 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15867] ppid=15785 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15867/stat : 15867 (java) S 15785 15788 13007 0 -1 1077944384 9 12655 0 0 0 0 5 3 20 0 15 0 84371119 14405136384 70518 18446744073709551615 4194304 4196468 140721117546576 140487383657648 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 14067516

[startup+3.701 s]
/proc/loadavg: 2.53 1.80 1.61 4/213 15979
/proc/meminfo: memFree=30835100/32770624 swapFree=0/462560
[pid=15788] ppid=15785 vsize=14067516 CPUtime=7.03 cores=1,3,5,7
/proc/15788/stat : 15788 (java) S 15785 15788 13007 0 -1 1077944320 61486 12655 0 0 677 18 5 3 20 0 15 0 84371078 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140721117529120 140487913967351 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
/proc/15788/statm: 3516879 71429 3458 1 0 3505493 0
[pid=15788/tid=15844] ppid=15785 vsize=14067516 CPUtime=3.19 cores=1,3,5,7
/proc/15788/task/15844/stat : 15844 (java) R 15785 15788 13007 0 -1 4202560 44352 12655 0 0 301 10 5 3 20 0 15 0 84371106 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487918200192 140487913979286 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15849] ppid=15785 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/15788/task/15849/stat : 15849 (java) S 15785 15788 13007 0 -1 1077944384 278 12655 0 0 9 0 5 3 20 0 15 0 84371107 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487848401552 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15850] ppid=15785 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/15788/task/15850/stat : 15850 (java) S 15785 15788 13007 0 -1 1077944384 25 12655 0 0 10 0 5 3 20 0 15 0 84371107 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487847348752 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15851] ppid=15785 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/15788/task/15851/stat : 15851 (java) S 15785 15788 13007 0 -1 1077944384 86 12655 0 0 9 0 5 3 20 0 15 0 84371107 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487846295952 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15852] ppid=15785 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/15788/task/15852/stat : 15852 (java) S 15785 15788 13007 0 -1 1077944384 82 12655 0 0 9 0 5 3 20 0 15 0 84371107 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487845243152 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15854] ppid=15785 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/15788/task/15854/stat : 15854 (java) S 15785 15788 13007 0 -1 1077944384 2244 12655 0 0 9 0 5 3 20 0 15 0 84371108 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487392078704 140487913978498 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15855] ppid=15785 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15855/stat : 15855 (java) S 15785 15788 13007 0 -1 1077944384 55 12655 0 0 0 0 5 3 20 0 15 0 84371109 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487391024800 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15856] ppid=15785 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15856/stat : 15856 (java) S 15785 15788 13007 0 -1 1077944384 44 12655 0 0 0 0 5 3 20 0 15 0 84371109 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487389971840 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15857] ppid=15785 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15857/stat : 15857 (java) S 15785 15788 13007 0 -1 1077944384 3 12655 0 0 0 0 5 3 20 0 15 0 84371112 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487388920144 140487913985947 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15858] ppid=15785 vsize=14067516 CPUtime=1.16 cores=1,3,5,7
/proc/15788/task/15858/stat : 15858 (java) S 15785 15788 13007 0 -1 1077944384 4597 12655 0 0 107 1 5 3 20 0 15 0 84371112 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487387867504 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15859] ppid=15785 vsize=14067516 CPUtime=1.2 cores=1,3,5,7
/proc/15788/task/15859/stat : 15859 (java) R 15785 15788 13007 0 -1 4202560 3863 12655 0 0 111 1 5 3 20 0 15 0 84371112 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487386800728 140487899075193 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15860] ppid=15785 vsize=14067516 CPUtime=1.14 cores=1,3,5,7
/proc/15788/task/15860/stat : 15860 (java) R 15785 15788 13007 0 -1 4202560 3696 12655 0 0 105 1 5 3 20 0 15 0 84371112 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487385761904 140487898047838 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15861] ppid=15785 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15861/stat : 15861 (java) S 15785 15788 13007 0 -1 1077944384 3 12655 0 0 0 0 5 3 20 0 15 0 84371112 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487384709344 140487913977557 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
[pid=15788/tid=15867] ppid=15785 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/15788/task/15867/stat : 15867 (java) S 15785 15788 13007 0 -1 1077944384 9 12655 0 0 0 0 5 3 20 0 15 0 84371119 14405136384 71429 18446744073709551615 4194304 4196468 140721117546576 140487383657648 140487913978498 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13422592 140721117554640 140721117557425 140721117557425 140721117560783 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 3.79389
CPU time (s): 7.32312
CPU user time (s): 7.08969
CPU system time (s): 0.233432
CPU usage (%): 193.024
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.08969
system time used= 0.233432
maximum resident set size= 289112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74880
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= 5577
involuntary context switches= 78

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.018349 second user time and 0.026505 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 05:56:04
IDJOB=4261953
IDBENCH=120534
IDSOLVER=2650
FILE ID=node135/4261953-1502424599
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-fixed/GraphColoring-qwhopt-o5-h10-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261953-1502424599/watcher-4261953-1502424599 -o /tmp/evaluation-result-4261953-1502424599/solver-4261953-1502424599 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4261953-1502424599.xml

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

MD5SUM BENCH= 4716a87298188d70bc9d7e045ef51dee
RANDOM SEED=1757577259

node135.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.21
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.21
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.21
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.21
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:        30466592 kB
MemAvailable:   31275340 kB
Buffers:          283880 kB
Cached:           817772 kB
SwapCached:            0 kB
Active:          1367612 kB
Inactive:         495104 kB
Active(anon):     762248 kB
Inactive(anon):    33140 kB
Active(file):     605364 kB
Inactive(file):   461964 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24624 kB
Writeback:             0 kB
AnonPages:        761852 kB
Mapped:            62172 kB
Shmem:             33464 kB
Slab:             142060 kB
SReclaimable:     114512 kB
SUnreclaim:        27548 kB
KernelStack:        3520 kB
PageTables:         6744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1626712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    665600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 05:56:08