Trace number 4259435

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4OPT1 11.3899 5.0093598

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.109355
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.24/2.20	c Concrete v3.4 running
9.76/4.53	o 23
9.76/4.56	o 22
11.06/4.99	o 21
11.06/4.99	o 20
11.06/4.99	o 19
11.06/4.99	o 18
11.06/4.99	o 17
11.06/4.99	o 16
11.06/4.99	o 15
11.06/4.99	o 14
11.06/4.99	o 13
11.06/4.99	o 12
11.06/4.99	o 11
11.06/4.99	o 10
11.06/4.99	o 9
11.06/4.99	o 8
11.06/4.99	o 7
11.06/4.99	o 6
11.06/4.99	o 5
11.06/4.99	o 4
11.06/4.99	o 3
11.06/4.99	o 2
11.06/4.99	o 1
11.06/4.99	v <instantiation cost="1">
11.06/4.99	v       <list>
11.06/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]
11.06/4.99	v       </list>
11.06/4.99	v       <values>
11.06/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
11.06/4.99	v       </values>
11.06/4.99	v     </instantiation>
11.06/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-4259435-1501998846/watcher-4259435-1501998846 -o /tmp/evaluation-result-4259435-1501998846/solver-4259435-1501998846 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501995163-16059 --watchdog 300 bin/concrete HOME/instance-4259435-1501998846.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.37 2.24 1.97 2/198 20365
/proc/meminfo: memFree=25076712/32770624 swapFree=0/299776
[pid=20365] ppid=20362 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20365/stat : 20365 (runsolver) D 20362 20365 30500 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47699904 24240128 106 18446744073709551615 4194304 4338465 140728750578592 140728750576232 140595851907799 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 24539136 140728750584022 140728750584396 140728750584396 140728750587850 0
/proc/20365/statm: 5918 106 53 36 0 2156 0

[startup+0.100207 s]
/proc/loadavg: 2.37 2.24 1.97 2/198 20365
/proc/meminfo: memFree=25076712/32770624 swapFree=0/299776
[pid=20365] ppid=20362 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/20365/stat : 20365 (bash) S 20362 20365 30500 0 -1 4202496 892 6495 0 0 0 0 0 1 20 0 1 0 47699904 9867264 373 18446744073709551615 4194304 5098028 140734618005520 140734617999528 140624787528704 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 5 0 0 7196144 7232144 14491648 140734618014231 140734618014316 140734618014316 140734618017770 0
/proc/20365/statm: 2409 373 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.205796 s]
/proc/loadavg: 2.37 2.24 1.97 2/198 20365
/proc/meminfo: memFree=25076712/32770624 swapFree=0/299776
[pid=20365] ppid=20362 vsize=13374796 CPUtime=0.08 cores=0,2,4,6
/proc/20365/stat : 20365 (java) S 20362 20365 30500 0 -1 1077944320 4344 12499 0 0 1 0 5 2 20 0 6 0 47699904 13695791104 4170 18446744073709551615 4194304 4196468 140736107401488 140736107384032 139808658886391 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
/proc/20365/statm: 3343699 4170 1944 1 0 3333196 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13374796

[startup+0.301026 s]
/proc/loadavg: 2.37 2.24 1.97 2/198 20365
/proc/meminfo: memFree=25076712/32770624 swapFree=0/299776
[pid=20365] ppid=20362 vsize=13974356 CPUtime=0.15 cores=0,2,4,6
/proc/20365/stat : 20365 (java) S 20362 20365 30500 0 -1 1077944320 5926 12499 0 0 7 1 5 2 20 0 15 0 47699904 14309740544 7098 18446744073709551615 4194304 4196468 140736107401488 140736107384032 139808658886391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
/proc/20365/statm: 3493589 7098 2825 1 0 3482965 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13974356

[startup+0.700227 s]
/proc/loadavg: 2.37 2.24 1.97 2/198 20365
/proc/meminfo: memFree=25076712/32770624 swapFree=0/299776
[pid=20365] ppid=20362 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/20365/stat : 20365 (java) S 20362 20365 30500 0 -1 1077944320 13648 12499 0 0 60 4 5 2 20 0 15 0 47699904 14310178816 15087 18446744073709551615 4194304 4196468 140736107401488 140736107384032 139808658886391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
/proc/20365/statm: 3493696 15087 3125 1 0 3482965 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50056 s]
/proc/loadavg: 2.37 2.24 1.97 5/213 20428
/proc/meminfo: memFree=24973552/32770624 swapFree=0/299808
[pid=20365] ppid=20362 vsize=13985408 CPUtime=1.95 cores=0,2,4,6
/proc/20365/stat : 20365 (java) S 20362 20365 30500 0 -1 1077944320 29334 12499 0 0 180 8 5 2 20 0 15 0 47699904 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 140736107384032 139808658886391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
/proc/20365/statm: 3496352 40164 3376 1 0 3485525 0
[pid=20365/tid=20415] ppid=20362 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/20365/task/20415/stat : 20415 (java) S 20362 20365 30500 0 -1 1077944384 22441 12499 0 0 119 5 5 2 20 0 15 0 47699922 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808663108896 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20416] ppid=20362 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20416/stat : 20416 (java) S 20362 20365 30500 0 -1 1077944384 66 12499 0 0 0 0 5 2 20 0 15 0 47699923 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808578300432 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20417] ppid=20362 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20417/stat : 20417 (java) S 20362 20365 30500 0 -1 1077944384 9 12499 0 0 0 0 5 2 20 0 15 0 47699923 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808577247888 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20418] ppid=20362 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20418/stat : 20418 (java) S 20362 20365 30500 0 -1 1077944384 43 12499 0 0 0 0 5 2 20 0 15 0 47699923 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808576194832 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20419] ppid=20362 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20419/stat : 20419 (java) S 20362 20365 30500 0 -1 1077944384 220 12499 0 0 0 0 5 2 20 0 15 0 47699923 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808575142288 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20420] ppid=20362 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20420/stat : 20420 (java) R 20362 20365 30500 0 -1 4202560 1141 12499 0 0 0 0 5 2 20 0 15 0 47699924 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808137008192 139808643882337 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20421] ppid=20362 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20421/stat : 20421 (java) S 20362 20365 30500 0 -1 1077944384 33 12499 0 0 0 0 5 2 20 0 15 0 47699925 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808135956128 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20422] ppid=20362 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20422/stat : 20422 (java) S 20362 20365 30500 0 -1 1077944384 21 12499 0 0 0 0 5 2 20 0 15 0 47699925 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808134903024 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20423] ppid=20362 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20423/stat : 20423 (java) S 20362 20365 30500 0 -1 1077944384 3 12499 0 0 0 0 5 2 20 0 15 0 47699927 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808133851600 139808658904987 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20424] ppid=20362 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/20365/task/20424/stat : 20424 (java) S 20362 20365 30500 0 -1 1077944384 1079 12499 0 0 16 0 5 2 20 0 15 0 47699928 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808132798704 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20425] ppid=20362 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/20365/task/20425/stat : 20425 (java) S 20362 20365 30500 0 -1 1077944384 882 12499 0 0 17 0 5 2 20 0 15 0 47699928 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808131746160 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20426] ppid=20362 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/20365/task/20426/stat : 20426 (java) S 20362 20365 30500 0 -1 1077944384 1233 12499 0 0 23 0 5 2 20 0 15 0 47699928 14321057792 40164 18446744073709551615 4194304 4196468 140736107401488 139808130688976 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20427] ppid=20362 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20427/stat : 20427 (java) S 20362 20365 30500 0 -1 1077944384 3 12499 0 0 0 0 5 2 20 0 15 0 47699928 14321057792 40676 18446744073709551615 4194304 4196468 140736107401488 139808129640800 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20428] ppid=20362 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20428/stat : 20428 (java) S 20362 20365 30500 0 -1 1077944384 8 12499 0 0 0 0 5 2 20 0 15 0 47699932 14321057792 40676 18446744073709551615 4194304 4196468 140736107401488 139808128588848 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 13985408

[startup+3.1108 s]
/proc/loadavg: 2.42 2.25 1.97 5/216 20442
/proc/meminfo: memFree=24872668/32770624 swapFree=0/299828
[pid=20365] ppid=20362 vsize=13997884 CPUtime=6.25 cores=0,2,4,6
/proc/20365/stat : 20365 (java) S 20362 20365 30500 0 -1 1077944320 46279 12499 0 0 606 12 5 2 20 0 15 0 47699904 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 140736107384032 139808658886391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
/proc/20365/statm: 3499471 55635 3453 1 0 3488085 0
[pid=20365/tid=20415] ppid=20362 vsize=13997884 CPUtime=2.89 cores=0,2,4,6
/proc/20365/task/20415/stat : 20415 (java) R 20362 20365 30500 0 -1 4202560 30888 12499 0 0 275 7 5 2 20 0 15 0 47699922 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808663114792 139808257461320 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20416] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20416/stat : 20416 (java) S 20362 20365 30500 0 -1 1077944384 71 12499 0 0 0 0 5 2 20 0 15 0 47699923 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808578300432 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20417] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20417/stat : 20417 (java) S 20362 20365 30500 0 -1 1077944384 9 12499 0 0 0 0 5 2 20 0 15 0 47699923 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808577247888 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20418] ppid=20362 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20365/task/20418/stat : 20418 (java) S 20362 20365 30500 0 -1 1077944384 43 12499 0 0 1 0 5 2 20 0 15 0 47699923 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808576194832 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20419] ppid=20362 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20365/task/20419/stat : 20419 (java) S 20362 20365 30500 0 -1 1077944384 223 12499 0 0 1 0 5 2 20 0 15 0 47699923 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808575142288 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20420] ppid=20362 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20365/task/20420/stat : 20420 (java) S 20362 20365 30500 0 -1 1077944384 1161 12499 0 0 1 0 5 2 20 0 15 0 47699924 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808137009904 139808658897538 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20421] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20421/stat : 20421 (java) S 20362 20365 30500 0 -1 1077944384 55 12499 0 0 0 0 5 2 20 0 15 0 47699925 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808135956192 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20422] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20422/stat : 20422 (java) S 20362 20365 30500 0 -1 1077944384 43 12499 0 0 0 0 5 2 20 0 15 0 47699925 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808134903024 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20423] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20423/stat : 20423 (java) S 20362 20365 30500 0 -1 1077944384 3 12499 0 0 0 0 5 2 20 0 15 0 47699927 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808133851600 139808658904987 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20424] ppid=20362 vsize=13997884 CPUtime=0.93 cores=0,2,4,6
/proc/20365/task/20424/stat : 20424 (java) R 20362 20365 30500 0 -1 4202560 2192 12499 0 0 85 1 5 2 20 0 15 0 47699928 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808132798704 139808642370394 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20425] ppid=20362 vsize=13997884 CPUtime=1.32 cores=0,2,4,6
/proc/20365/task/20425/stat : 20425 (java) R 20362 20365 30500 0 -1 4202560 4552 12499 0 0 125 0 5 2 20 0 15 0 47699928 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808131734960 139808638105032 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20426] ppid=20362 vsize=13997884 CPUtime=1.19 cores=0,2,4,6
/proc/20365/task/20426/stat : 20426 (java) S 20362 20365 30500 0 -1 1077944384 4875 12499 0 0 111 1 5 2 20 0 15 0 47699928 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808130693104 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20427] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20427/stat : 20427 (java) S 20362 20365 30500 0 -1 1077944384 3 12499 0 0 0 0 5 2 20 0 15 0 47699928 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808129640800 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20428] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20428/stat : 20428 (java) S 20362 20365 30500 0 -1 1077944384 9 12499 0 0 0 0 5 2 20 0 15 0 47699932 14333833216 55635 18446744073709551615 4194304 4196468 140736107401488 139808128588848 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 13997884

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

[startup+3.20084 s]
/proc/loadavg: 2.42 2.25 1.97 5/216 20442
/proc/meminfo: memFree=24872668/32770624 swapFree=0/299828
[pid=20365] ppid=20362 vsize=13997884 CPUtime=6.54 cores=0,2,4,6
/proc/20365/stat : 20365 (java) S 20362 20365 30500 0 -1 1077944320 46403 12499 0 0 634 13 5 2 20 0 15 0 47699904 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 140736107384032 139808658886391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
/proc/20365/statm: 3499471 57781 3453 1 0 3488085 0
[pid=20365/tid=20415] ppid=20362 vsize=13997884 CPUtime=2.98 cores=0,2,4,6
/proc/20365/task/20415/stat : 20415 (java) R 20362 20365 30500 0 -1 4202560 30903 12499 0 0 284 7 5 2 20 0 15 0 47699922 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808663113256 139808248835266 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20416] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20416/stat : 20416 (java) S 20362 20365 30500 0 -1 1077944384 71 12499 0 0 0 0 5 2 20 0 15 0 47699923 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808578300432 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20417] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20417/stat : 20417 (java) S 20362 20365 30500 0 -1 1077944384 9 12499 0 0 0 0 5 2 20 0 15 0 47699923 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808577247888 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20418] ppid=20362 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20365/task/20418/stat : 20418 (java) S 20362 20365 30500 0 -1 1077944384 43 12499 0 0 1 0 5 2 20 0 15 0 47699923 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808576194832 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20419] ppid=20362 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20365/task/20419/stat : 20419 (java) S 20362 20365 30500 0 -1 1077944384 223 12499 0 0 1 0 5 2 20 0 15 0 47699923 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808575142288 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20420] ppid=20362 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/20365/task/20420/stat : 20420 (java) S 20362 20365 30500 0 -1 1077944384 1161 12499 0 0 1 0 5 2 20 0 15 0 47699924 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808137009904 139808658897538 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20421] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20421/stat : 20421 (java) S 20362 20365 30500 0 -1 1077944384 55 12499 0 0 0 0 5 2 20 0 15 0 47699925 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808135956192 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20422] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20422/stat : 20422 (java) S 20362 20365 30500 0 -1 1077944384 43 12499 0 0 0 0 5 2 20 0 15 0 47699925 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808134903024 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20423] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20423/stat : 20423 (java) S 20362 20365 30500 0 -1 1077944384 3 12499 0 0 0 0 5 2 20 0 15 0 47699927 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808133851600 139808658904987 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20424] ppid=20362 vsize=13997884 CPUtime=1.02 cores=0,2,4,6
/proc/20365/task/20424/stat : 20424 (java) R 20362 20365 30500 0 -1 4202560 2220 12499 0 0 94 1 5 2 20 0 15 0 47699928 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808132781648 139808638603527 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20425] ppid=20362 vsize=13997884 CPUtime=1.41 cores=0,2,4,6
/proc/20365/task/20425/stat : 20425 (java) R 20362 20365 30500 0 -1 4202560 4587 12499 0 0 134 0 5 2 20 0 15 0 47699928 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808131746288 139808643276245 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20426] ppid=20362 vsize=13997884 CPUtime=1.23 cores=0,2,4,6
/proc/20365/task/20426/stat : 20426 (java) S 20362 20365 30500 0 -1 1077944384 4922 12499 0 0 115 1 5 2 20 0 15 0 47699928 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808130693104 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20427] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20427/stat : 20427 (java) S 20362 20365 30500 0 -1 1077944384 3 12499 0 0 0 0 5 2 20 0 15 0 47699928 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808129640800 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20428] ppid=20362 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20428/stat : 20428 (java) S 20362 20365 30500 0 -1 1077944384 9 12499 0 0 0 0 5 2 20 0 15 0 47699932 14333833216 57781 18446744073709551615 4194304 4196468 140736107401488 139808128588848 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
Current children cumulated CPU time (s) 6.54
Current children cumulated vsize (KiB) 13997884

[startup+4.00059 s]
/proc/loadavg: 2.42 2.25 1.97 4/216 20442
/proc/meminfo: memFree=24810340/32770624 swapFree=0/299828
[pid=20365] ppid=20362 vsize=14001980 CPUtime=8.69 cores=0,2,4,6
/proc/20365/stat : 20365 (java) S 20362 20365 30500 0 -1 1077944320 49663 12499 0 0 846 16 5 2 20 0 15 0 47699904 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 140736107384032 139808658886391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
/proc/20365/statm: 3500495 71991 3457 1 0 3489109 0
[pid=20365/tid=20415] ppid=20362 vsize=14001980 CPUtime=3.72 cores=0,2,4,6
/proc/20365/task/20415/stat : 20415 (java) R 20362 20365 30500 0 -1 4202560 32059 12499 0 0 357 8 5 2 20 0 15 0 47699922 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808663120512 139808640450038 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20416] ppid=20362 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/20365/task/20416/stat : 20416 (java) S 20362 20365 30500 0 -1 1077944384 82 12499 0 0 3 0 5 2 20 0 15 0 47699923 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808578300432 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20417] ppid=20362 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/20365/task/20417/stat : 20417 (java) S 20362 20365 30500 0 -1 1077944384 78 12499 0 0 3 0 5 2 20 0 15 0 47699923 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808577247888 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20418] ppid=20362 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/20365/task/20418/stat : 20418 (java) S 20362 20365 30500 0 -1 1077944384 86 12499 0 0 3 0 5 2 20 0 15 0 47699923 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808576194832 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20419] ppid=20362 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/20365/task/20419/stat : 20419 (java) S 20362 20365 30500 0 -1 1077944384 234 12499 0 0 3 0 5 2 20 0 15 0 47699923 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808575142288 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20420] ppid=20362 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/20365/task/20420/stat : 20420 (java) S 20362 20365 30500 0 -1 1077944384 1977 12499 0 0 3 0 5 2 20 0 15 0 47699924 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808137009904 139808658897538 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20421] ppid=20362 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20421/stat : 20421 (java) S 20362 20365 30500 0 -1 1077944384 55 12499 0 0 0 0 5 2 20 0 15 0 47699925 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808135956192 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20422] ppid=20362 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20422/stat : 20422 (java) S 20362 20365 30500 0 -1 1077944384 43 12499 0 0 0 0 5 2 20 0 15 0 47699925 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808134903040 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20423] ppid=20362 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20423/stat : 20423 (java) S 20362 20365 30500 0 -1 1077944384 3 12499 0 0 0 0 5 2 20 0 15 0 47699927 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808133851600 139808658904987 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20424] ppid=20362 vsize=14001980 CPUtime=1.45 cores=0,2,4,6
/proc/20365/task/20424/stat : 20424 (java) S 20362 20365 30500 0 -1 1077944384 2401 12499 0 0 137 1 5 2 20 0 15 0 47699928 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808132798704 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20425] ppid=20362 vsize=14001980 CPUtime=1.85 cores=0,2,4,6
/proc/20365/task/20425/stat : 20425 (java) S 20362 20365 30500 0 -1 1077944384 4757 12499 0 0 177 1 5 2 20 0 15 0 47699928 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808131746160 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20426] ppid=20362 vsize=14001980 CPUtime=1.62 cores=0,2,4,6
/proc/20365/task/20426/stat : 20426 (java) S 20362 20365 30500 0 -1 1077944384 5724 12499 0 0 154 1 5 2 20 0 15 0 47699928 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808130693104 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20427] ppid=20362 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20427/stat : 20427 (java) S 20362 20365 30500 0 -1 1077944384 3 12499 0 0 0 0 5 2 20 0 15 0 47699928 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808129640800 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20428] ppid=20362 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20428/stat : 20428 (java) S 20362 20365 30500 0 -1 1077944384 9 12499 0 0 0 0 5 2 20 0 15 0 47699932 14338027520 71991 18446744073709551615 4194304 4196468 140736107401488 139808128588848 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 14001980

[startup+4.80082 s]
/proc/loadavg: 2.42 2.25 1.97 3/216 20442
/proc/meminfo: memFree=24715404/32770624 swapFree=0/299828
[pid=20365] ppid=20362 vsize=14069564 CPUtime=10.73 cores=0,2,4,6
/proc/20365/stat : 20365 (java) S 20362 20365 30500 0 -1 1077944320 63818 12499 0 0 1048 18 5 2 20 0 15 0 47699904 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 140736107384032 139808658886391 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
/proc/20365/statm: 3517391 81966 3459 1 0 3506005 0
[pid=20365/tid=20415] ppid=20362 vsize=14069564 CPUtime=4.3 cores=0,2,4,6
/proc/20365/task/20415/stat : 20415 (java) R 20362 20365 30500 0 -1 4202560 41784 12499 0 0 414 9 5 2 20 0 15 0 47699922 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808663115664 139808248827972 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20416] ppid=20362 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/20365/task/20416/stat : 20416 (java) S 20362 20365 30500 0 -1 1077944384 90 12499 0 0 14 0 5 2 20 0 15 0 47699923 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808578300432 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20417] ppid=20362 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/20365/task/20417/stat : 20417 (java) S 20362 20365 30500 0 -1 1077944384 94 12499 0 0 14 0 5 2 20 0 15 0 47699923 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808577247888 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20418] ppid=20362 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/20365/task/20418/stat : 20418 (java) S 20362 20365 30500 0 -1 1077944384 100 12499 0 0 15 0 5 2 20 0 15 0 47699923 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808576194832 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20419] ppid=20362 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/20365/task/20419/stat : 20419 (java) S 20362 20365 30500 0 -1 1077944384 244 12499 0 0 14 0 5 2 20 0 15 0 47699923 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808575142288 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20420] ppid=20362 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/20365/task/20420/stat : 20420 (java) S 20362 20365 30500 0 -1 1077944384 2009 12499 0 0 13 0 5 2 20 0 15 0 47699924 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808137009904 139808658897538 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20421] ppid=20362 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20421/stat : 20421 (java) S 20362 20365 30500 0 -1 1077944384 55 12499 0 0 0 0 5 2 20 0 15 0 47699925 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808135956192 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20422] ppid=20362 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20422/stat : 20422 (java) S 20362 20365 30500 0 -1 1077944384 44 12499 0 0 0 0 5 2 20 0 15 0 47699925 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808134903040 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20423] ppid=20362 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20423/stat : 20423 (java) S 20362 20365 30500 0 -1 1077944384 3 12499 0 0 0 0 5 2 20 0 15 0 47699927 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808133851600 139808658904987 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20424] ppid=20362 vsize=14069564 CPUtime=1.81 cores=0,2,4,6
/proc/20365/task/20424/stat : 20424 (java) R 20362 20365 30500 0 -1 4202560 4029 12499 0 0 173 1 5 2 20 0 15 0 47699928 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808132785248 139808642789472 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20425] ppid=20362 vsize=14069564 CPUtime=2.18 cores=0,2,4,6
/proc/20365/task/20425/stat : 20425 (java) R 20362 20365 30500 0 -1 4202560 6251 12499 0 0 210 1 5 2 20 0 15 0 47699928 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808131733600 139808638099192 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20426] ppid=20362 vsize=14069564 CPUtime=1.84 cores=0,2,4,6
/proc/20365/task/20426/stat : 20426 (java) R 20362 20365 30500 0 -1 1077944384 6948 12499 0 0 175 2 5 2 20 0 15 0 47699928 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808130693104 139808658897538 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20427] ppid=20362 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20427/stat : 20427 (java) S 20362 20365 30500 0 -1 1077944384 3 12499 0 0 0 0 5 2 20 0 15 0 47699928 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808129640800 139808658896597 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
[pid=20365/tid=20428] ppid=20362 vsize=14069564 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20428/stat : 20428 (java) S 20362 20365 30500 0 -1 1077944384 12 12499 0 0 0 0 5 2 20 0 15 0 47699932 14407233536 81966 18446744073709551615 4194304 4196468 140736107401488 139808128588848 139808658897538 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16105472 140736107403219 140736107406004 140736107406004 140736107409359 0
Current children cumulated CPU time (s) 10.73
Current children cumulated vsize (KiB) 14069564

[startup+5.0007 s]
/proc/loadavg: 2.42 2.25 1.97 3/216 20442
/proc/meminfo: memFree=24715404/32770624 swapFree=0/299828
[pid=20365] ppid=20362 vsize=0 CPUtime=11.36 cores=0,2,4,6
/proc/20365/stat : 20365 (java) Z 20362 20365 30500 0 -1 4227084 64318 12499 0 0 1109 20 5 2 20 0 2 0 47699904 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 0 0 0 0 0 0 0 0
/proc/20365/statm: 0 0 0 0 0 0 0
[pid=20365/tid=20422] ppid=20362 vsize=0 CPUtime=0.07 cores=0,2,4,6
/proc/20365/task/20422/stat : 20422 (java) R 20362 20365 30500 0 -1 4203588 44 12499 0 0 0 0 5 2 20 0 2 0 47699925 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 5.00936
CPU time (s): 11.3899
CPU user time (s): 11.1512
CPU system time (s): 0.238645
CPU usage (%): 227.372
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1512
system time used= 0.238645
maximum resident set size= 329284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76817
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= 7174
involuntary context switches= 69

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025908 second user time and 0.032163 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-06 07:39:59
IDJOB=4259435
IDBENCH=139741
IDSOLVER=2646
FILE ID=node133/4259435-1501998846
RUNJOBID= node133-1501995163-16059
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-4259435-1501998846/watcher-4259435-1501998846 -o /tmp/evaluation-result-4259435-1501998846/solver-4259435-1501998846 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501995163-16059 --watchdog 300  bin/concrete HOME/instance-4259435-1501998846.xml

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

MD5SUM BENCH= bc597584f482d34acd2131afdcab0789
RANDOM SEED=1858690973

node133.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.17
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.17
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.17
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.17
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:        25076976 kB
MemAvailable:   25539560 kB
Buffers:          182592 kB
Cached:           572276 kB
SwapCached:            0 kB
Active:          6935280 kB
Inactive:         324696 kB
Active(anon):    6505776 kB
Inactive(anon):    24920 kB
Active(file):     429504 kB
Inactive(file):   299776 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24128 kB
Writeback:             4 kB
AnonPages:       6505424 kB
Mapped:            51320 kB
Shmem:             25276 kB
Slab:             125380 kB
SReclaimable:      98276 kB
SUnreclaim:        27104 kB
KernelStack:        3472 kB
PageTables:        17528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7181300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6244352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-06 07:40:04