Trace number 4249319

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.4OPT1 11.2866 5.0115099

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-04-06.xml
MD5SUMbc597584f482d34acd2131afdcab0789
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.109919
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints91
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":24}]
Minimum constraint arity4
Maximum constraint arity24
Distribution of constraint arities[{"arity":4,"count":90},{"arity":24,"count":1}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"lex","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.13/2.20	c Concrete v3.4 running
9.61/4.51	o 23
9.94/4.69	o 22
9.94/4.69	o 21
9.94/4.69	o 20
9.94/4.69	o 19
9.94/4.69	o 18
9.94/4.69	o 17
9.94/4.69	o 16
10.28/4.73	o 15
10.28/4.77	o 14
10.28/4.77	o 13
10.28/4.78	o 12
10.61/4.86	o 11
10.61/4.87	o 10
10.61/4.87	o 9
10.61/4.88	o 8
10.61/4.89	o 7
10.94/4.92	o 6
10.94/4.93	o 5
10.94/4.93	o 4
10.94/4.94	o 3
10.94/4.95	o 2
10.94/4.98	o 1
10.94/4.99	v <instantiation cost="1">
10.94/4.99	v       <list>
10.94/4.99	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5]
10.94/4.99	v       </list>
10.94/4.99	v       <values>
10.94/4.99	v         0 0 0 1 1 1 0 1 1 0 0 1 1 0 1 0 1 0 1 1 0 1 0 0
10.94/4.99	v       </values>
10.94/4.99	v     </instantiation>
10.94/4.99	s OPTIMUM FOUND

Verifier Data

OK	1

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

pid=17592
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: 2.26 1.86 1.87 3/198 17595
/proc/meminfo: memFree=22940208/32770624 swapFree=0/438112
[pid=17595] ppid=17592 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17595/stat : 17595 (runsolver) D 17592 17595 25139 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 57565443 24240128 107 18446744073709551615 4194304 4338465 140725836546704 140725836544344 140535024718551 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 19193856 140725836550352 140725836550729 140725836550729 140725836554186 0
/proc/17595/statm: 5918 107 54 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 2.26 1.86 1.87 3/198 17595
/proc/meminfo: memFree=22940208/32770624 swapFree=0/438112
[pid=17595] ppid=17592 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/17595/stat : 17595 (bash) S 17592 17595 25139 0 -1 4202496 788 5296 0 0 0 0 0 1 20 0 1 0 57565443 9871360 365 18446744073709551615 4194304 5098028 140721094704624 140721094702280 140670761544704 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 8 0 0 7196144 7232144 20393984 140721094705684 140721094705769 140721094705769 140721094709226 0
/proc/17595/statm: 2410 365 287 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200195 s]
/proc/loadavg: 2.26 1.86 1.87 3/198 17595
/proc/meminfo: memFree=22940208/32770624 swapFree=0/438112
[pid=17595] ppid=17592 vsize=9640 CPUtime=0.01 cores=0,2,4,6
/proc/17595/stat : 17595 (bash) S 17592 17595 25139 0 -1 4202496 881 6458 0 0 0 0 0 1 20 0 1 0 57565443 9871360 375 18446744073709551615 4194304 5098028 140721094704624 140721094698632 140670761544704 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 20393984 140721094705684 140721094705769 140721094705769 140721094709226 0
/proc/17595/statm: 2410 375 295 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.300285 s]
/proc/loadavg: 2.26 1.86 1.87 3/198 17595
/proc/meminfo: memFree=22940208/32770624 swapFree=0/438112
[pid=17595] ppid=17592 vsize=10485316 CPUtime=0.14 cores=0,2,4,6
/proc/17595/stat : 17595 (java) S 17592 17595 25139 0 -1 1077944320 5735 12314 0 0 5 1 5 3 20 0 14 0 57565443 10736963584 5947 18446744073709551615 4194304 4196468 140724039820400 140724039802944 139790543834871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
/proc/17595/statm: 2621329 5947 2658 1 0 2610826 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 10485316

[startup+0.700713 s]
/proc/loadavg: 2.26 1.86 1.87 3/198 17595
/proc/meminfo: memFree=22940208/32770624 swapFree=0/438112
[pid=17595] ppid=17592 vsize=10552792 CPUtime=0.7 cores=0,2,4,6
/proc/17595/stat : 17595 (java) S 17592 17595 25139 0 -1 1077944320 13796 12314 0 0 58 4 5 3 20 0 15 0 57565443 10806059008 14696 18446744073709551615 4194304 4196468 140724039820400 140724039802944 139790543834871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
/proc/17595/statm: 2638198 14696 3116 1 0 2627467 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 10552792

[startup+1.5007 s]
/proc/loadavg: 2.24 1.87 1.87 3/213 17658
/proc/meminfo: memFree=22846480/32770624 swapFree=0/437972
[pid=17595] ppid=17592 vsize=10563416 CPUtime=1.89 cores=0,2,4,6
/proc/17595/stat : 17595 (java) S 17592 17595 25139 0 -1 1077944320 29448 12314 0 0 171 10 5 3 20 0 15 0 57565443 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 140724039802944 139790543834871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
/proc/17595/statm: 2640854 40546 3381 1 0 2630027 0
[pid=17595/tid=17645] ppid=17592 vsize=10563416 CPUtime=1.3 cores=0,2,4,6
/proc/17595/task/17645/stat : 17645 (java) S 17592 17595 25139 0 -1 1077944384 22666 12314 0 0 115 7 5 3 20 0 15 0 57565464 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790548057424 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17646] ppid=17592 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17646/stat : 17646 (java) S 17592 17595 25139 0 -1 1077944384 33 12314 0 0 0 0 5 3 20 0 15 0 57565465 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790154980112 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17647] ppid=17592 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17647/stat : 17647 (java) S 17592 17595 25139 0 -1 1077944384 171 12314 0 0 0 0 5 3 20 0 15 0 57565465 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790153927568 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17648] ppid=17592 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17648/stat : 17648 (java) S 17592 17595 25139 0 -1 1077944384 23 12314 0 0 0 0 5 3 20 0 15 0 57565465 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790152875024 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17649] ppid=17592 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17649/stat : 17649 (java) S 17592 17595 25139 0 -1 1077944384 64 12314 0 0 0 0 5 3 20 0 15 0 57565465 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790151822480 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17650] ppid=17592 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17650/stat : 17650 (java) R 17592 17595 25139 0 -1 4202560 1310 12314 0 0 0 0 5 3 20 0 15 0 57565466 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790040142144 139790529526567 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17651] ppid=17592 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17651/stat : 17651 (java) S 17592 17595 25139 0 -1 1077944384 33 12314 0 0 0 0 5 3 20 0 15 0 57565466 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790039090080 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17652] ppid=17592 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17652/stat : 17652 (java) S 17592 17595 25139 0 -1 1077944384 21 12314 0 0 0 0 5 3 20 0 15 0 57565467 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790038037488 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17653] ppid=17592 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17653/stat : 17653 (java) S 17592 17595 25139 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 57565469 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790036986064 139790543853467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17654] ppid=17592 vsize=10563416 CPUtime=0.21 cores=0,2,4,6
/proc/17595/task/17654/stat : 17654 (java) S 17592 17595 25139 0 -1 1077944384 1006 12314 0 0 13 0 5 3 20 0 15 0 57565469 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790035933680 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17655] ppid=17592 vsize=10563416 CPUtime=0.24 cores=0,2,4,6
/proc/17595/task/17655/stat : 17655 (java) S 17592 17595 25139 0 -1 1077944384 675 12314 0 0 16 0 5 3 20 0 15 0 57565469 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790034881136 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17656] ppid=17592 vsize=10563416 CPUtime=0.31 cores=0,2,4,6
/proc/17595/task/17656/stat : 17656 (java) S 17592 17595 25139 0 -1 1077944384 1306 12314 0 0 23 0 5 3 20 0 15 0 57565469 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790033824464 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17657] ppid=17592 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17657/stat : 17657 (java) S 17592 17595 25139 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 57565469 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790032776288 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17658] ppid=17592 vsize=10563416 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17658/stat : 17658 (java) S 17592 17595 25139 0 -1 1077944384 10 12314 0 0 0 0 5 3 20 0 15 0 57565474 10816937984 40546 18446744073709551615 4194304 4196468 140724039820400 139790031722800 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10563416

[startup+3.10075 s]
/proc/loadavg: 2.24 1.87 1.87 4/213 17658
/proc/meminfo: memFree=22770908/32770624 swapFree=0/437972
[pid=17595] ppid=17592 vsize=10575892 CPUtime=5.66 cores=0,2,4,6
/proc/17595/stat : 17595 (java) S 17592 17595 25139 0 -1 1077944320 46014 12314 0 0 543 15 5 3 20 0 15 0 57565443 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 140724039802944 139790543834871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
/proc/17595/statm: 2643973 55059 3462 1 0 2632587 0
[pid=17595/tid=17645] ppid=17592 vsize=10575892 CPUtime=2.88 cores=0,2,4,6
/proc/17595/task/17645/stat : 17645 (java) R 17592 17595 25139 0 -1 4202560 30421 12314 0 0 271 9 5 3 20 0 15 0 57565464 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790548065456 139790194251105 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17646] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17646/stat : 17646 (java) S 17592 17595 25139 0 -1 1077944384 38 12314 0 0 0 0 5 3 20 0 15 0 57565465 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790154980112 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17647] ppid=17592 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/17595/task/17647/stat : 17647 (java) S 17592 17595 25139 0 -1 1077944384 171 12314 0 0 1 0 5 3 20 0 15 0 57565465 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790153927568 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17648] ppid=17592 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/17595/task/17648/stat : 17648 (java) S 17592 17595 25139 0 -1 1077944384 23 12314 0 0 1 0 5 3 20 0 15 0 57565465 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790152875024 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17649] ppid=17592 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/17595/task/17649/stat : 17649 (java) S 17592 17595 25139 0 -1 1077944384 67 12314 0 0 1 0 5 3 20 0 15 0 57565465 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790151822480 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17650] ppid=17592 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/17595/task/17650/stat : 17650 (java) S 17592 17595 25139 0 -1 1077944384 1677 12314 0 0 1 0 5 3 20 0 15 0 57565466 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790040143856 139790543846018 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17651] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17651/stat : 17651 (java) S 17592 17595 25139 0 -1 1077944384 56 12314 0 0 0 0 5 3 20 0 15 0 57565466 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790039090144 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17652] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17652/stat : 17652 (java) S 17592 17595 25139 0 -1 1077944384 46 12314 0 0 0 0 5 3 20 0 15 0 57565467 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790038037504 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17653] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17653/stat : 17653 (java) S 17592 17595 25139 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 57565469 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790036986064 139790543853467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17654] ppid=17592 vsize=10575892 CPUtime=0.78 cores=0,2,4,6
/proc/17595/task/17654/stat : 17654 (java) R 17592 17595 25139 0 -1 4202560 2629 12314 0 0 70 0 5 3 20 0 15 0 57565469 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790035919776 139790527221675 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17655] ppid=17592 vsize=10575892 CPUtime=0.93 cores=0,2,4,6
/proc/17595/task/17655/stat : 17655 (java) R 17592 17595 25139 0 -1 4202560 2798 12314 0 0 84 1 5 3 20 0 15 0 57565469 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790034881136 139790523552007 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17656] ppid=17592 vsize=10575892 CPUtime=1.18 cores=0,2,4,6
/proc/17595/task/17656/stat : 17656 (java) S 17592 17595 25139 0 -1 1077944384 5939 12314 0 0 109 1 5 3 20 0 15 0 57565469 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790033828592 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17657] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17657/stat : 17657 (java) S 17592 17595 25139 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 57565469 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790032776288 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17658] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17658/stat : 17658 (java) S 17592 17595 25139 0 -1 1077944384 12 12314 0 0 0 0 5 3 20 0 15 0 57565474 10829713408 55059 18446744073709551615 4194304 4196468 140724039820400 139790031722800 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 10575892

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

[startup+3.20171 s]
/proc/loadavg: 2.24 1.87 1.87 4/213 17658
/proc/meminfo: memFree=22770908/32770624 swapFree=0/437972
[pid=17595] ppid=17592 vsize=10575892 CPUtime=6 cores=0,2,4,6
/proc/17595/stat : 17595 (java) S 17592 17595 25139 0 -1 1077944320 46339 12314 0 0 577 15 5 3 20 0 15 0 57565443 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 140724039802944 139790543834871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
/proc/17595/statm: 2643973 57966 3463 1 0 2632587 0
[pid=17595/tid=17645] ppid=17592 vsize=10575892 CPUtime=2.98 cores=0,2,4,6
/proc/17595/task/17645/stat : 17645 (java) R 17592 17595 25139 0 -1 4202560 30437 12314 0 0 281 9 5 3 20 0 15 0 57565464 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790548067264 139790185605575 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17646] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17646/stat : 17646 (java) S 17592 17595 25139 0 -1 1077944384 38 12314 0 0 0 0 5 3 20 0 15 0 57565465 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790154980112 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17647] ppid=17592 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/17595/task/17647/stat : 17647 (java) S 17592 17595 25139 0 -1 1077944384 171 12314 0 0 1 0 5 3 20 0 15 0 57565465 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790153927568 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17648] ppid=17592 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/17595/task/17648/stat : 17648 (java) S 17592 17595 25139 0 -1 1077944384 23 12314 0 0 1 0 5 3 20 0 15 0 57565465 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790152875024 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17649] ppid=17592 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/17595/task/17649/stat : 17649 (java) S 17592 17595 25139 0 -1 1077944384 67 12314 0 0 1 0 5 3 20 0 15 0 57565465 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790151822480 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17650] ppid=17592 vsize=10575892 CPUtime=0.09 cores=0,2,4,6
/proc/17595/task/17650/stat : 17650 (java) S 17592 17595 25139 0 -1 1077944384 1677 12314 0 0 1 0 5 3 20 0 15 0 57565466 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790040143856 139790543846018 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17651] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17651/stat : 17651 (java) S 17592 17595 25139 0 -1 1077944384 56 12314 0 0 0 0 5 3 20 0 15 0 57565466 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790039090144 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17652] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17652/stat : 17652 (java) S 17592 17595 25139 0 -1 1077944384 46 12314 0 0 0 0 5 3 20 0 15 0 57565467 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790038037504 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17653] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17653/stat : 17653 (java) S 17592 17595 25139 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 57565469 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790036986064 139790543853467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17654] ppid=17592 vsize=10575892 CPUtime=0.89 cores=0,2,4,6
/proc/17595/task/17654/stat : 17654 (java) R 17592 17595 25139 0 -1 4202560 2828 12314 0 0 80 1 5 3 20 0 15 0 57565469 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790035916400 139790527219673 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17655] ppid=17592 vsize=10575892 CPUtime=1.03 cores=0,2,4,6
/proc/17595/task/17655/stat : 17655 (java) R 17592 17595 25139 0 -1 4202560 2835 12314 0 0 94 1 5 3 20 0 15 0 57565469 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790034866096 139790523678532 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17656] ppid=17592 vsize=10575892 CPUtime=1.23 cores=0,2,4,6
/proc/17595/task/17656/stat : 17656 (java) S 17592 17595 25139 0 -1 1077944384 6011 12314 0 0 114 1 5 3 20 0 15 0 57565469 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790033828592 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17657] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17657/stat : 17657 (java) S 17592 17595 25139 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 57565469 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790032776288 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17658] ppid=17592 vsize=10575892 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17658/stat : 17658 (java) S 17592 17595 25139 0 -1 1077944384 12 12314 0 0 0 0 5 3 20 0 15 0 57565474 10829713408 57966 18446744073709551615 4194304 4196468 140724039820400 139790031722800 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 10575892

[startup+4.00065 s]
/proc/loadavg: 2.24 1.87 1.87 5/213 17658
/proc/meminfo: memFree=22715232/32770624 swapFree=0/437972
[pid=17595] ppid=17592 vsize=10579988 CPUtime=8.25 cores=0,2,4,6
/proc/17595/stat : 17595 (java) S 17592 17595 25139 0 -1 1077944320 52594 12314 0 0 798 19 5 3 20 0 15 0 57565443 10833907712 74730 18446744073709551615 4194304 4196468 140724039820400 140724039802944 139790543834871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
/proc/17595/statm: 2644997 74730 3466 1 0 2633611 0
[pid=17595/tid=17645] ppid=17592 vsize=10579988 CPUtime=3.72 cores=0,2,4,6
/proc/17595/task/17645/stat : 17645 (java) R 17592 17595 25139 0 -1 4202560 34155 12314 0 0 354 10 5 3 20 0 15 0 57565464 10833907712 74730 18446744073709551615 4194304 4196468 140724039820400 139790548052504 139790524110685 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17646] ppid=17592 vsize=10579988 CPUtime=0.11 cores=0,2,4,6
/proc/17595/task/17646/stat : 17646 (java) S 17592 17595 25139 0 -1 1077944384 56 12314 0 0 3 0 5 3 20 0 15 0 57565465 10833907712 74730 18446744073709551615 4194304 4196468 140724039820400 139790154980112 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17647] ppid=17592 vsize=10579988 CPUtime=0.11 cores=0,2,4,6
/proc/17595/task/17647/stat : 17647 (java) S 17592 17595 25139 0 -1 1077944384 228 12314 0 0 3 0 5 3 20 0 15 0 57565465 10833907712 74730 18446744073709551615 4194304 4196468 140724039820400 139790153927568 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17648] ppid=17592 vsize=10579988 CPUtime=0.11 cores=0,2,4,6
/proc/17595/task/17648/stat : 17648 (java) S 17592 17595 25139 0 -1 1077944384 54 12314 0 0 3 0 5 3 20 0 15 0 57565465 10833907712 74730 18446744073709551615 4194304 4196468 140724039820400 139790152875024 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17649] ppid=17592 vsize=10579988 CPUtime=0.11 cores=0,2,4,6
/proc/17595/task/17649/stat : 17649 (java) S 17592 17595 25139 0 -1 1077944384 79 12314 0 0 3 0 5 3 20 0 15 0 57565465 10833907712 74730 18446744073709551615 4194304 4196468 140724039820400 139790151822480 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17650] ppid=17592 vsize=10579988 CPUtime=0.11 cores=0,2,4,6
/proc/17595/task/17650/stat : 17650 (java) S 17592 17595 25139 0 -1 1077944384 2331 12314 0 0 3 0 5 3 20 0 15 0 57565466 10833907712 74730 18446744073709551615 4194304 4196468 140724039820400 139790040143856 139790543846018 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17651] ppid=17592 vsize=10579988 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17651/stat : 17651 (java) S 17592 17595 25139 0 -1 1077944384 56 12314 0 0 0 0 5 3 20 0 15 0 57565466 10833907712 74730 18446744073709551615 4194304 4196468 140724039820400 139790039090144 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17652] ppid=17592 vsize=10579988 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17652/stat : 17652 (java) S 17592 17595 25139 0 -1 1077944384 46 12314 0 0 0 0 5 3 20 0 15 0 57565467 10833907712 74730 18446744073709551615 4194304 4196468 140724039820400 139790038037504 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17653] ppid=17592 vsize=10579988 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17653/stat : 17653 (java) S 17592 17595 25139 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 57565469 10833907712 74730 18446744073709551615 4194304 4196468 140724039820400 139790036986064 139790543853467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17654] ppid=17592 vsize=10579988 CPUtime=1.33 cores=0,2,4,6
/proc/17595/task/17654/stat : 17654 (java) S 17592 17595 25139 0 -1 1077944384 3050 12314 0 0 124 1 5 3 20 0 15 0 57565469 10833907712 74730 18446744073709551615 4194304 4196468 140724039820400 139790035933680 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17655] ppid=17592 vsize=10579988 CPUtime=1.57 cores=0,2,4,6
/proc/17595/task/17655/stat : 17655 (java) R 17592 17595 25139 0 -1 4202560 3627 12314 0 0 148 1 5 3 20 0 15 0 57565469 10833907712 74796 18446744073709551615 4194304 4196468 140724039820400 139790034862152 139790527245743 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17656] ppid=17592 vsize=10579988 CPUtime=1.61 cores=0,2,4,6
/proc/17595/task/17656/stat : 17656 (java) S 17592 17595 25139 0 -1 1077944384 6775 12314 0 0 152 1 5 3 20 0 15 0 57565469 10833907712 74796 18446744073709551615 4194304 4196468 140724039820400 139790033828592 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17657] ppid=17592 vsize=10579988 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17657/stat : 17657 (java) S 17592 17595 25139 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 57565469 10833907712 74796 18446744073709551615 4194304 4196468 140724039820400 139790032776288 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17658] ppid=17592 vsize=10579988 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17658/stat : 17658 (java) S 17592 17595 25139 0 -1 1077944384 12 12314 0 0 0 0 5 3 20 0 15 0 57565474 10833907712 74796 18446744073709551615 4194304 4196468 140724039820400 139790031722800 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 10579988

[startup+4.80076 s]
/proc/loadavg: 2.24 1.87 1.87 3/213 17658
/proc/meminfo: memFree=22605380/32770624 swapFree=0/437972
[pid=17595] ppid=17592 vsize=10647572 CPUtime=10.61 cores=0,2,4,6
/proc/17595/stat : 17595 (java) S 17592 17595 25139 0 -1 1077944320 64041 12314 0 0 1031 22 5 3 20 0 15 0 57565443 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 140724039802944 139790543834871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
/proc/17595/statm: 2661893 86158 3473 1 0 2650507 0
[pid=17595/tid=17645] ppid=17592 vsize=10647572 CPUtime=4.31 cores=0,2,4,6
/proc/17595/task/17645/stat : 17645 (java) R 17592 17595 25139 0 -1 4202560 43107 12314 0 0 411 12 5 3 20 0 15 0 57565464 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790548072088 139790185800769 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17646] ppid=17592 vsize=10647572 CPUtime=0.21 cores=0,2,4,6
/proc/17595/task/17646/stat : 17646 (java) S 17592 17595 25139 0 -1 1077944384 64 12314 0 0 13 0 5 3 20 0 15 0 57565465 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790154980112 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17647] ppid=17592 vsize=10647572 CPUtime=0.21 cores=0,2,4,6
/proc/17595/task/17647/stat : 17647 (java) S 17592 17595 25139 0 -1 1077944384 231 12314 0 0 13 0 5 3 20 0 15 0 57565465 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790153927568 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17648] ppid=17592 vsize=10647572 CPUtime=0.22 cores=0,2,4,6
/proc/17595/task/17648/stat : 17648 (java) S 17592 17595 25139 0 -1 1077944384 77 12314 0 0 14 0 5 3 20 0 15 0 57565465 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790152875024 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17649] ppid=17592 vsize=10647572 CPUtime=0.22 cores=0,2,4,6
/proc/17595/task/17649/stat : 17649 (java) S 17592 17595 25139 0 -1 1077944384 91 12314 0 0 14 0 5 3 20 0 15 0 57565465 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790151822480 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17650] ppid=17592 vsize=10647572 CPUtime=0.21 cores=0,2,4,6
/proc/17595/task/17650/stat : 17650 (java) S 17592 17595 25139 0 -1 1077944384 2349 12314 0 0 13 0 5 3 20 0 15 0 57565466 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790040143856 139790543846018 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17651] ppid=17592 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17651/stat : 17651 (java) S 17592 17595 25139 0 -1 1077944384 56 12314 0 0 0 0 5 3 20 0 15 0 57565466 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790039090208 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17652] ppid=17592 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17652/stat : 17652 (java) S 17592 17595 25139 0 -1 1077944384 47 12314 0 0 0 0 5 3 20 0 15 0 57565467 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790038037504 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17653] ppid=17592 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17653/stat : 17653 (java) S 17592 17595 25139 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 57565469 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790036986064 139790543853467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17654] ppid=17592 vsize=10647572 CPUtime=1.75 cores=0,2,4,6
/proc/17595/task/17654/stat : 17654 (java) R 17592 17595 25139 0 -1 4202560 3505 12314 0 0 166 1 5 3 20 0 15 0 57565469 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790035919704 139790523265472 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17655] ppid=17592 vsize=10647572 CPUtime=2.18 cores=0,2,4,6
/proc/17595/task/17655/stat : 17655 (java) R 17592 17595 25139 0 -1 4202560 5176 12314 0 0 208 2 5 3 20 0 15 0 57565469 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790034871968 139790523685329 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17656] ppid=17592 vsize=10647572 CPUtime=1.85 cores=0,2,4,6
/proc/17595/task/17656/stat : 17656 (java) S 17592 17595 25139 0 -1 1077944384 7187 12314 0 0 175 2 5 3 20 0 15 0 57565469 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790033828592 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17657] ppid=17592 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17657/stat : 17657 (java) S 17592 17595 25139 0 -1 1077944384 3 12314 0 0 0 0 5 3 20 0 15 0 57565469 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790032776288 139790543845077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
[pid=17595/tid=17658] ppid=17592 vsize=10647572 CPUtime=0.08 cores=0,2,4,6
/proc/17595/task/17658/stat : 17658 (java) S 17592 17595 25139 0 -1 1077944384 13 12314 0 0 0 0 5 3 20 0 15 0 57565474 10903113728 86158 18446744073709551615 4194304 4196468 140724039820400 139790031722800 139790543846018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26603520 140724039825371 140724039828145 140724039828145 140724039831503 0
Current children cumulated CPU time (s) 10.61
Current children cumulated vsize (KiB) 10647572

[startup+5.00055 s]
/proc/loadavg: 2.24 1.87 1.87 3/213 17658
/proc/meminfo: memFree=22605380/32770624 swapFree=0/437972
[pid=17595] ppid=17592 vsize=0 CPUtime=11.26 cores=0,2,4,6
/proc/17595/stat : 17595 (java) Z 17592 17595 25139 0 -1 4227084 64309 12314 0 0 1096 22 5 3 20 0 2 0 57565443 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/17595/statm: 0 0 0 0 0 0 0
[pid=17595/tid=17654] ppid=17592 vsize=0 CPUtime=1.95 cores=0,2,4,6
/proc/17595/task/17654/stat : 17654 (java) R 17592 17595 25139 0 -1 4203588 3547 12314 0 0 186 1 5 3 20 0 2 0 57565469 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.26
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.01151
CPU time (s): 11.2866
CPU user time (s): 11.0163
CPU system time (s): 0.270282
CPU usage (%): 225.214
Max. virtual memory (cumulated for all children) (KiB): 10647572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0163
system time used= 0.270282
maximum resident set size= 346172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76623
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= 7473
involuntary context switches= 64

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017953 second user time and 0.040132 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 11:55:56
IDJOB=4249319
IDBENCH=139741
IDSOLVER=2630
FILE ID=node134/4249319-1502100594
RUNJOBID= node134-1502077974-12598
PBS_JOBID= 
Free space on /tmp= 61972 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-04-06.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249319-1502100594/watcher-4249319-1502100594 -o /tmp/evaluation-result-4249319-1502100594/solver-4249319-1502100594 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502077974-12598 --watchdog 2560  bin/concrete HOME/instance-4249319-1502100594.xml

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

MD5SUM BENCH= bc597584f482d34acd2131afdcab0789
RANDOM SEED=1521885179

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:        22940572 kB
MemAvailable:   23636848 kB
Buffers:          212536 kB
Cached:           772684 kB
SwapCached:            0 kB
Active:          8926736 kB
Inactive:         460948 kB
Active(anon):    8404652 kB
Inactive(anon):    23032 kB
Active(file):     522084 kB
Inactive(file):   437916 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24480 kB
Writeback:             0 kB
AnonPages:       8402024 kB
Mapped:            54160 kB
Shmem:             25276 kB
Slab:             129992 kB
SReclaimable:     104224 kB
SUnreclaim:        25768 kB
KernelStack:        3504 kB
PageTables:        21388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8649336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8177664 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= 61948 MiB
End job on node134 at 2017-08-07 11:56:01