Trace number 4249886

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
R1: Concrete 3.4OPT550 7.2808299 4.4749298

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r1.xml
MD5SUM363bab3579cb814ec3389af888051029
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark550
Best CPU time to get the best result obtained on this benchmark0.0081519997
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints31
Number of domains6
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":5},{"size":3,"count":25},{"size":5,"count":5},{"size":11,"count":5}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":18},{"degree":4,"count":5},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":15},{"arity":4,"count":1},{"arity":5,"count":15}]
Number of extensional constraints15
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":14}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

3.17/2.20	c Concrete v3.4 running
6.57/4.25	o 1000
6.57/4.27	o 950
6.57/4.28	o 800
6.87/4.30	o 750
6.87/4.32	o 700
6.87/4.33	o 550
6.87/4.40	v <instantiation cost="550">
6.87/4.40	v       <list>
6.87/4.40	v         r[0] r[1] r[2] r[3] r[4] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4]
6.87/4.40	v       </list>
6.87/4.40	v       <values>
6.87/4.40	v         2 2 1 0 0 2 2 0 1 1 2 2 0 7 0 0 0 0 0 0 0 0 0 0 0 200 200 150 0 0 16 16 8 0 0 200 200 150 0 0
6.87/4.40	v       </values>
6.87/4.40	v     </instantiation>
6.87/4.40	s OPTIMUM FOUND

Verifier Data

OK	550

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-4249886-1502133704/watcher-4249886-1502133704 -o /tmp/evaluation-result-4249886-1502133704/solver-4249886-1502133704 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560 bin/concrete HOME/instance-4249886-1502133704.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.43 1.56 1.52 2/198 25177
/proc/meminfo: memFree=28432612/32770624 swapFree=0/451140
[pid=25177] ppid=25174 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/25177/stat : 25177 (runsolver) D 25174 25177 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 60876543 24240128 106 18446744073709551615 4194304 4338465 140721219302880 140721219300520 140358565573335 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 32292864 140721219305680 140721219306057 140721219306057 140721219309514 0
/proc/25177/statm: 5918 106 53 36 0 2156 0

[startup+0.100083 s]
/proc/loadavg: 1.43 1.56 1.52 2/198 25177
/proc/meminfo: memFree=28432612/32770624 swapFree=0/451140
[pid=25177] ppid=25174 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/25177/stat : 25177 (bash) S 25174 25177 25139 0 -1 4202496 710 3536 0 0 0 0 0 0 20 0 1 0 60876543 9736192 354 18446744073709551615 4194304 5098028 140731576122160 140731576119800 139741181197312 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 8 0 0 7196144 7232144 20815872 140731576128020 140731576128105 140731576128105 140731576131562 0
/proc/25177/statm: 2377 354 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200261 s]
/proc/loadavg: 1.43 1.56 1.52 2/198 25177
/proc/meminfo: memFree=28432612/32770624 swapFree=0/451140
[pid=25177] ppid=25174 vsize=9640 CPUtime=0.07 cores=0,2,4,6
/proc/25177/stat : 25177 (bash) S 25174 25177 25139 0 -1 4202496 921 12121 0 0 0 0 5 2 20 0 1 0 60876543 9871360 377 18446744073709551615 4194304 5098028 140731576122160 140731576117992 139741181197312 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 20815872 140731576128020 140731576128105 140731576128105 140731576131562 0
/proc/25177/statm: 2410 377 297 221 0 119 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9640

[startup+0.307396 s]
/proc/loadavg: 1.43 1.56 1.52 2/198 25177
/proc/meminfo: memFree=28432612/32770624 swapFree=0/451140
[pid=25177] ppid=25174 vsize=10551944 CPUtime=0.16 cores=0,2,4,6
/proc/25177/stat : 25177 (java) S 25174 25177 25139 0 -1 1077944320 5838 12795 0 0 7 1 5 3 20 0 15 0 60876543 10805190656 6572 18446744073709551615 4194304 4196468 140735952597136 140735952579680 140341910011639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
/proc/25177/statm: 2637986 6572 2715 1 0 2627467 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 10551944

[startup+0.700335 s]
/proc/loadavg: 1.43 1.56 1.52 2/198 25177
/proc/meminfo: memFree=28432612/32770624 swapFree=0/451140
[pid=25177] ppid=25174 vsize=10552792 CPUtime=0.71 cores=0,2,4,6
/proc/25177/stat : 25177 (java) S 25174 25177 25139 0 -1 1077944320 13857 12795 0 0 59 4 5 3 20 0 15 0 60876543 10806059008 14822 18446744073709551615 4194304 4196468 140735952597136 140735952579680 140341910011639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
/proc/25177/statm: 2638198 14822 3118 1 0 2627467 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 10552792

[startup+1.50213 s]
/proc/loadavg: 1.43 1.56 1.52 4/213 25241
/proc/meminfo: memFree=28338500/32770624 swapFree=0/451180
[pid=25177] ppid=25174 vsize=10563416 CPUtime=1.9 cores=0,2,4,6
/proc/25177/stat : 25177 (java) S 25174 25177 25139 0 -1 1077944320 29659 12795 0 0 173 9 5 3 20 0 15 0 60876543 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140735952579680 140341910011639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
/proc/25177/statm: 2640854 41054 3385 1 0 2630027 0
[pid=25177/tid=25228] ppid=25174 vsize=10563416 CPUtime=1.3 cores=0,2,4,6
/proc/25177/task/25228/stat : 25228 (java) S 25174 25177 25139 0 -1 1077944384 22686 12795 0 0 117 5 5 3 20 0 15 0 60876563 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341914232752 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25229] ppid=25174 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25229/stat : 25229 (java) R 25174 25177 25139 0 -1 1077944384 178 12795 0 0 0 0 5 3 20 0 15 0 60876564 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341521406992 140341910021845 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25230] ppid=25174 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25230/stat : 25230 (java) R 25174 25177 25139 0 -1 4202560 21 12795 0 0 0 0 5 3 20 0 15 0 60876564 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341520354448 140341903116332 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25231] ppid=25174 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25231/stat : 25231 (java) R 25174 25177 25139 0 -1 4202560 26 12795 0 0 0 0 5 3 20 0 15 0 60876564 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341519301392 140341903116332 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25232] ppid=25174 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25232/stat : 25232 (java) R 25174 25177 25139 0 -1 4202560 69 12795 0 0 0 0 5 3 20 0 15 0 60876564 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341518248848 140341895000039 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25233] ppid=25174 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25233/stat : 25233 (java) S 25174 25177 25139 0 -1 1077944384 1449 12795 0 0 0 0 5 3 20 0 15 0 60876565 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341405516576 140341910021845 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25234] ppid=25174 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25234/stat : 25234 (java) S 25174 25177 25139 0 -1 1077944384 33 12795 0 0 0 0 5 3 20 0 15 0 60876566 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341404464288 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25235] ppid=25174 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25235/stat : 25235 (java) S 25174 25177 25139 0 -1 1077944384 21 12795 0 0 0 0 5 3 20 0 15 0 60876566 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341403411184 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25236] ppid=25174 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25236/stat : 25236 (java) S 25174 25177 25139 0 -1 1077944384 3 12795 0 0 0 0 5 3 20 0 15 0 60876569 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341402359760 140341910030235 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25237] ppid=25174 vsize=10563416 CPUtime=0.2 cores=0,2,4,6
/proc/25177/task/25237/stat : 25237 (java) S 25174 25177 25139 0 -1 1077944384 853 12795 0 0 12 0 5 3 20 0 15 0 60876569 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341401307888 140341910022786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25238] ppid=25174 vsize=10563416 CPUtime=0.24 cores=0,2,4,6
/proc/25177/task/25238/stat : 25238 (java) S 25174 25177 25139 0 -1 1077944384 868 12795 0 0 16 0 5 3 20 0 15 0 60876569 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341400255344 140341910022786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25239] ppid=25174 vsize=10563416 CPUtime=0.31 cores=0,2,4,6
/proc/25177/task/25239/stat : 25239 (java) S 25174 25177 25139 0 -1 1077944384 1308 12795 0 0 23 0 5 3 20 0 15 0 60876569 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341399197664 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25240] ppid=25174 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25240/stat : 25240 (java) S 25174 25177 25139 0 -1 1077944384 3 12795 0 0 0 0 5 3 20 0 15 0 60876569 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341398149984 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25241] ppid=25174 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25241/stat : 25241 (java) S 25174 25177 25139 0 -1 1077944384 10 12795 0 0 0 0 5 3 20 0 15 0 60876572 10816937984 41054 18446744073709551615 4194304 4196468 140735952597136 140341397097008 140341910022786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 10563416

[startup+3.10069 s]
/proc/loadavg: 1.47 1.56 1.53 4/213 25241
/proc/meminfo: memFree=28259332/32770624 swapFree=0/451180
[pid=25177] ppid=25174 vsize=10577940 CPUtime=5.29 cores=0,2,4,6
/proc/25177/stat : 25177 (java) S 25174 25177 25139 0 -1 1077944320 49323 12795 0 0 506 15 5 3 20 0 15 0 60876543 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140735952579680 140341910011639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
/proc/25177/statm: 2644485 60131 3458 1 0 2633099 0
[pid=25177/tid=25228] ppid=25174 vsize=10577940 CPUtime=2.85 cores=0,2,4,6
/proc/25177/task/25228/stat : 25228 (java) S 25174 25177 25139 0 -1 1077944384 35784 12795 0 0 270 7 5 3 20 0 15 0 60876563 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341914240272 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25229] ppid=25174 vsize=10577940 CPUtime=0.09 cores=0,2,4,6
/proc/25177/task/25229/stat : 25229 (java) R 25174 25177 25139 0 -1 4202560 194 12795 0 0 1 0 5 3 20 0 15 0 60876564 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341521406992 140341903115256 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25230] ppid=25174 vsize=10577940 CPUtime=0.09 cores=0,2,4,6
/proc/25177/task/25230/stat : 25230 (java) R 25174 25177 25139 0 -1 1077944384 27 12795 0 0 1 0 5 3 20 0 15 0 60876564 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341520354448 140341910021845 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25231] ppid=25174 vsize=10577940 CPUtime=0.1 cores=0,2,4,6
/proc/25177/task/25231/stat : 25231 (java) R 25174 25177 25139 0 -1 4202560 85 12795 0 0 2 0 5 3 20 0 15 0 60876564 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341519301392 140341903116292 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25232] ppid=25174 vsize=10577940 CPUtime=0.09 cores=0,2,4,6
/proc/25177/task/25232/stat : 25232 (java) R 25174 25177 25139 0 -1 4202560 97 12795 0 0 1 0 5 3 20 0 15 0 60876564 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341518248848 140341903115286 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25233] ppid=25174 vsize=10577940 CPUtime=0.1 cores=0,2,4,6
/proc/25177/task/25233/stat : 25233 (java) S 25174 25177 25139 0 -1 1077944384 2078 12795 0 0 2 0 5 3 20 0 15 0 60876565 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341405516576 140341910021845 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25234] ppid=25174 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25234/stat : 25234 (java) S 25174 25177 25139 0 -1 1077944384 55 12795 0 0 0 0 5 3 20 0 15 0 60876566 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341404464352 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25235] ppid=25174 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25235/stat : 25235 (java) S 25174 25177 25139 0 -1 1077944384 45 12795 0 0 0 0 5 3 20 0 15 0 60876566 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341403411200 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25236] ppid=25174 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25236/stat : 25236 (java) S 25174 25177 25139 0 -1 1077944384 3 12795 0 0 0 0 5 3 20 0 15 0 60876569 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341402359760 140341910030235 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25237] ppid=25174 vsize=10577940 CPUtime=0.57 cores=0,2,4,6
/proc/25177/task/25237/stat : 25237 (java) S 25174 25177 25139 0 -1 1077944384 1426 12795 0 0 48 1 5 3 20 0 15 0 60876569 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341401287344 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25238] ppid=25174 vsize=10577940 CPUtime=0.98 cores=0,2,4,6
/proc/25177/task/25238/stat : 25238 (java) S 25174 25177 25139 0 -1 1077944384 4354 12795 0 0 89 1 5 3 20 0 15 0 60876569 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341400245984 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25239] ppid=25174 vsize=10577940 CPUtime=0.94 cores=0,2,4,6
/proc/25177/task/25239/stat : 25239 (java) S 25174 25177 25139 0 -1 1077944384 3029 12795 0 0 86 0 5 3 20 0 15 0 60876569 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341399202048 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25240] ppid=25174 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25240/stat : 25240 (java) S 25174 25177 25139 0 -1 1077944384 3 12795 0 0 0 0 5 3 20 0 15 0 60876569 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341398149984 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25241] ppid=25174 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25241/stat : 25241 (java) S 25174 25177 25139 0 -1 1077944384 11 12795 0 0 0 0 5 3 20 0 15 0 60876572 10831810560 60131 18446744073709551615 4194304 4196468 140735952597136 140341397097008 140341910022786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 10577940

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

[startup+3.20098 s]
/proc/loadavg: 1.47 1.56 1.53 4/213 25241
/proc/meminfo: memFree=28259332/32770624 swapFree=0/451180
[pid=25177] ppid=25174 vsize=10577940 CPUtime=5.33 cores=0,2,4,6
/proc/25177/stat : 25177 (java) S 25174 25177 25139 0 -1 1077944320 49359 12795 0 0 510 15 5 3 20 0 15 0 60876543 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140735952579680 140341910011639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
/proc/25177/statm: 2644485 61185 3459 1 0 2633099 0
[pid=25177/tid=25228] ppid=25174 vsize=10577940 CPUtime=2.85 cores=0,2,4,6
/proc/25177/task/25228/stat : 25228 (java) S 25174 25177 25139 0 -1 1077944384 35784 12795 0 0 270 7 5 3 20 0 15 0 60876563 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341914240272 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25229] ppid=25174 vsize=10577940 CPUtime=0.1 cores=0,2,4,6
/proc/25177/task/25229/stat : 25229 (java) S 25174 25177 25139 0 -1 1077944384 195 12795 0 0 2 0 5 3 20 0 15 0 60876564 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341521406992 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25230] ppid=25174 vsize=10577940 CPUtime=0.1 cores=0,2,4,6
/proc/25177/task/25230/stat : 25230 (java) S 25174 25177 25139 0 -1 1077944384 27 12795 0 0 2 0 5 3 20 0 15 0 60876564 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341520354448 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25231] ppid=25174 vsize=10577940 CPUtime=0.11 cores=0,2,4,6
/proc/25177/task/25231/stat : 25231 (java) S 25174 25177 25139 0 -1 1077944384 86 12795 0 0 3 0 5 3 20 0 15 0 60876564 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341519301392 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25232] ppid=25174 vsize=10577940 CPUtime=0.1 cores=0,2,4,6
/proc/25177/task/25232/stat : 25232 (java) S 25174 25177 25139 0 -1 1077944384 97 12795 0 0 2 0 5 3 20 0 15 0 60876564 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341518248848 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25233] ppid=25174 vsize=10577940 CPUtime=0.1 cores=0,2,4,6
/proc/25177/task/25233/stat : 25233 (java) D 25174 25177 25139 0 -1 4202560 2112 12795 0 0 2 0 5 3 20 0 15 0 60876565 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341405516584 140341902728602 0 0 1 16800974 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25234] ppid=25174 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25234/stat : 25234 (java) S 25174 25177 25139 0 -1 1077944384 55 12795 0 0 0 0 5 3 20 0 15 0 60876566 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341404464352 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25235] ppid=25174 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25235/stat : 25235 (java) S 25174 25177 25139 0 -1 1077944384 45 12795 0 0 0 0 5 3 20 0 15 0 60876566 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341403411200 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25236] ppid=25174 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25236/stat : 25236 (java) S 25174 25177 25139 0 -1 1077944384 3 12795 0 0 0 0 5 3 20 0 15 0 60876569 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341402359760 140341910030235 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25237] ppid=25174 vsize=10577940 CPUtime=0.57 cores=0,2,4,6
/proc/25177/task/25237/stat : 25237 (java) S 25174 25177 25139 0 -1 1077944384 1426 12795 0 0 48 1 5 3 20 0 15 0 60876569 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341401287344 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25238] ppid=25174 vsize=10577940 CPUtime=0.98 cores=0,2,4,6
/proc/25177/task/25238/stat : 25238 (java) S 25174 25177 25139 0 -1 1077944384 4354 12795 0 0 89 1 5 3 20 0 15 0 60876569 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341400245984 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25239] ppid=25174 vsize=10577940 CPUtime=0.94 cores=0,2,4,6
/proc/25177/task/25239/stat : 25239 (java) S 25174 25177 25139 0 -1 1077944384 3029 12795 0 0 86 0 5 3 20 0 15 0 60876569 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341399202048 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25240] ppid=25174 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25240/stat : 25240 (java) S 25174 25177 25139 0 -1 1077944384 3 12795 0 0 0 0 5 3 20 0 15 0 60876569 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341398149984 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25241] ppid=25174 vsize=10577940 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25241/stat : 25241 (java) D 25174 25177 25139 0 -1 4202560 11 12795 0 0 0 0 5 3 20 0 15 0 60876572 10831810560 61185 18446744073709551615 4194304 4196468 140735952597136 140341397096928 140341894867726 0 4 1 16800974 18446744072100924549 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 10577940

[startup+4.0013 s]
/proc/loadavg: 1.47 1.56 1.53 2/213 25242
/proc/meminfo: memFree=28193648/32770624 swapFree=0/451180
[pid=25177] ppid=25174 vsize=10645524 CPUtime=6.01 cores=0,2,4,6
/proc/25177/stat : 25177 (java) S 25174 25177 25139 0 -1 1077944320 59004 12795 0 0 576 17 5 3 20 0 15 0 60876543 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140735952579680 140341910011639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
/proc/25177/statm: 2661381 70698 3461 1 0 2649995 0
[pid=25177/tid=25228] ppid=25174 vsize=10645524 CPUtime=3.14 cores=0,2,4,6
/proc/25177/task/25228/stat : 25228 (java) R 25174 25177 25139 0 -1 4202560 43932 12795 0 0 297 9 5 3 20 0 15 0 60876563 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341914236552 140341891575181 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25229] ppid=25174 vsize=10645524 CPUtime=0.1 cores=0,2,4,6
/proc/25177/task/25229/stat : 25229 (java) S 25174 25177 25139 0 -1 1077944384 195 12795 0 0 2 0 5 3 20 0 15 0 60876564 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341521406992 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25230] ppid=25174 vsize=10645524 CPUtime=0.1 cores=0,2,4,6
/proc/25177/task/25230/stat : 25230 (java) S 25174 25177 25139 0 -1 1077944384 27 12795 0 0 2 0 5 3 20 0 15 0 60876564 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341520354448 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25231] ppid=25174 vsize=10645524 CPUtime=0.11 cores=0,2,4,6
/proc/25177/task/25231/stat : 25231 (java) S 25174 25177 25139 0 -1 1077944384 86 12795 0 0 3 0 5 3 20 0 15 0 60876564 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341519301392 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25232] ppid=25174 vsize=10645524 CPUtime=0.1 cores=0,2,4,6
/proc/25177/task/25232/stat : 25232 (java) S 25174 25177 25139 0 -1 1077944384 97 12795 0 0 2 0 5 3 20 0 15 0 60876564 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341518248848 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25233] ppid=25174 vsize=10645524 CPUtime=0.1 cores=0,2,4,6
/proc/25177/task/25233/stat : 25233 (java) S 25174 25177 25139 0 -1 1077944384 2272 12795 0 0 2 0 5 3 20 0 15 0 60876565 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341405518064 140341910022786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25234] ppid=25174 vsize=10645524 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25234/stat : 25234 (java) S 25174 25177 25139 0 -1 1077944384 55 12795 0 0 0 0 5 3 20 0 15 0 60876566 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341404464352 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25235] ppid=25174 vsize=10645524 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25235/stat : 25235 (java) S 25174 25177 25139 0 -1 1077944384 45 12795 0 0 0 0 5 3 20 0 15 0 60876566 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341403411200 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25236] ppid=25174 vsize=10645524 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25236/stat : 25236 (java) S 25174 25177 25139 0 -1 1077944384 3 12795 0 0 0 0 5 3 20 0 15 0 60876569 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341402359760 140341910030235 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25237] ppid=25174 vsize=10645524 CPUtime=0.66 cores=0,2,4,6
/proc/25177/task/25237/stat : 25237 (java) S 25174 25177 25139 0 -1 1077944384 1722 12795 0 0 57 1 5 3 20 0 15 0 60876569 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341401307888 140341910022786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25238] ppid=25174 vsize=10645524 CPUtime=1.22 cores=0,2,4,6
/proc/25177/task/25238/stat : 25238 (java) R 25174 25177 25139 0 -1 4202560 5229 12795 0 0 113 1 5 3 20 0 15 0 60876569 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341400236360 140341893550364 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25239] ppid=25174 vsize=10645524 CPUtime=1.02 cores=0,2,4,6
/proc/25177/task/25239/stat : 25239 (java) S 25174 25177 25139 0 -1 1077944384 3193 12795 0 0 93 1 5 3 20 0 15 0 60876569 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341399202288 140341910022786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25240] ppid=25174 vsize=10645524 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25240/stat : 25240 (java) S 25174 25177 25139 0 -1 1077944384 3 12795 0 0 0 0 5 3 20 0 15 0 60876569 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341398149984 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25241] ppid=25174 vsize=10645524 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25241/stat : 25241 (java) S 25174 25177 25139 0 -1 1077944384 13 12795 0 0 0 0 5 3 20 0 15 0 60876572 10901016576 70698 18446744073709551615 4194304 4196468 140735952597136 140341397097008 140341910022786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 59 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 10645524

[startup+4.40056 s]
/proc/loadavg: 1.47 1.56 1.53 4/213 25242
/proc/meminfo: memFree=28155252/32770624 swapFree=0/451188
[pid=25177] ppid=25174 vsize=10715908 CPUtime=7.2 cores=0,2,4,6
/proc/25177/stat : 25177 (java) S 25174 25177 25139 0 -1 1077944320 61252 12795 0 0 694 18 5 3 20 0 14 0 60876543 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140735952579680 140341910011639 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
/proc/25177/statm: 2678977 72933 3468 1 0 2667591 0
[pid=25177/tid=25228] ppid=25174 vsize=10715908 CPUtime=3.38 cores=0,2,4,6
/proc/25177/task/25228/stat : 25228 (java) S 25174 25177 25139 0 -1 1077944384 44279 12795 0 0 321 9 5 3 20 0 14 0 60876563 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341914254480 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25229] ppid=25174 vsize=10715908 CPUtime=0.18 cores=0,2,4,6
/proc/25177/task/25229/stat : 25229 (java) S 25174 25177 25139 0 -1 1077944384 199 12795 0 0 10 0 5 3 20 0 14 0 60876564 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341521406992 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25230] ppid=25174 vsize=10715908 CPUtime=0.18 cores=0,2,4,6
/proc/25177/task/25230/stat : 25230 (java) S 25174 25177 25139 0 -1 1077944384 43 12795 0 0 10 0 5 3 20 0 14 0 60876564 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341520354448 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25231] ppid=25174 vsize=10715908 CPUtime=0.19 cores=0,2,4,6
/proc/25177/task/25231/stat : 25231 (java) S 25174 25177 25139 0 -1 1077944384 99 12795 0 0 11 0 5 3 20 0 14 0 60876564 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341519301392 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25232] ppid=25174 vsize=10715908 CPUtime=0.19 cores=0,2,4,6
/proc/25177/task/25232/stat : 25232 (java) S 25174 25177 25139 0 -1 1077944384 100 12795 0 0 11 0 5 3 20 0 14 0 60876564 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341518248848 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25233] ppid=25174 vsize=10715908 CPUtime=0.17 cores=0,2,4,6
/proc/25177/task/25233/stat : 25233 (java) S 25174 25177 25139 0 -1 1077944384 2284 12795 0 0 9 0 5 3 20 0 14 0 60876565 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341405518272 140341910022786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25234] ppid=25174 vsize=10715908 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25234/stat : 25234 (java) S 25174 25177 25139 0 -1 1077944384 56 12795 0 0 0 0 5 3 20 0 14 0 60876566 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341404464416 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25235] ppid=25174 vsize=10715908 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25235/stat : 25235 (java) S 25174 25177 25139 0 -1 1077944384 46 12795 0 0 0 0 5 3 20 0 14 0 60876566 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341403411200 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25236] ppid=25174 vsize=10715908 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25236/stat : 25236 (java) S 25174 25177 25139 0 -1 1077944384 5 12795 0 0 0 0 5 3 20 0 14 0 60876569 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341402358816 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25237] ppid=25174 vsize=10715908 CPUtime=0.78 cores=0,2,4,6
/proc/25177/task/25237/stat : 25237 (java) S 25174 25177 25139 0 -1 1077944384 1854 12795 0 0 69 1 5 3 20 0 14 0 60876569 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341401307888 140341910022786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25238] ppid=25174 vsize=10715908 CPUtime=1.47 cores=0,2,4,6
/proc/25177/task/25238/stat : 25238 (java) R 25174 25177 25139 0 -1 4202560 6496 12795 0 0 138 1 5 3 20 0 14 0 60876569 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341400241320 140341891559070 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25239] ppid=25174 vsize=10715908 CPUtime=1.19 cores=0,2,4,6
/proc/25177/task/25239/stat : 25239 (java) S 25174 25177 25139 0 -1 1077944384 3613 12795 0 0 110 1 5 3 20 0 14 0 60876569 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341399202048 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
[pid=25177/tid=25240] ppid=25174 vsize=10715908 CPUtime=0.08 cores=0,2,4,6
/proc/25177/task/25240/stat : 25240 (java) S 25174 25177 25139 0 -1 1077944384 3 12795 0 0 0 0 5 3 20 0 14 0 60876569 10973089792 72933 18446744073709551615 4194304 4196468 140735952597136 140341398149984 140341910021845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23863296 140735952599003 140735952601777 140735952601777 140735952605135 0
Current children cumulated CPU time (s) 7.2
Current children cumulated vsize (KiB) 10715908

Child status: 0
Real time (s): 4.47493
CPU time (s): 7.28083
CPU user time (s): 7.05197
CPU system time (s): 0.228861
CPU usage (%): 162.703
Max. virtual memory (cumulated for all children) (KiB): 10715908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.05197
system time used= 0.228861
maximum resident set size= 292888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74640
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= 6029
involuntary context switches= 53

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021366 second user time and 0.032677 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 21:07:47
IDJOB=4249886
IDBENCH=140549
IDSOLVER=2630
FILE ID=node134/4249886-1502133704
RUNJOBID= node134-1502077974-12598
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249886-1502133704/watcher-4249886-1502133704 -o /tmp/evaluation-result-4249886-1502133704/solver-4249886-1502133704 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560  bin/concrete HOME/instance-4249886-1502133704.xml

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

MD5SUM BENCH= 363bab3579cb814ec3389af888051029
RANDOM SEED=1378329977

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28432624 kB
MemAvailable:   29122636 kB
Buffers:          227632 kB
Cached:           751948 kB
SwapCached:            0 kB
Active:          3429592 kB
Inactive:         474172 kB
Active(anon):    2926840 kB
Inactive(anon):    23032 kB
Active(file):     502752 kB
Inactive(file):   451140 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24668 kB
Writeback:            12 kB
AnonPages:       2926896 kB
Mapped:            55092 kB
Shmem:             25276 kB
Slab:             130128 kB
SReclaimable:     103912 kB
SUnreclaim:        26216 kB
KernelStack:        3520 kB
PageTables:        10732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3429328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2697216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-07 21:07:51