Trace number 4262727

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.6056 5.0396299

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.23/2.23	c Concrete v3.4 running
9.85/4.58	o 23
10.16/4.61	o 22
10.16/4.63	o 21
10.16/4.65	o 20
10.16/4.66	o 19
10.16/4.68	o 18
10.51/4.72	o 17
10.51/4.75	o 16
10.51/4.77	o 15
10.51/4.80	o 14
10.88/4.80	o 13
10.88/4.81	o 12
10.88/4.87	o 11
10.88/4.88	o 10
10.88/4.89	o 9
10.88/4.89	o 8
10.88/4.90	o 7
11.22/4.93	o 6
11.22/4.94	o 5
11.22/4.95	o 4
11.22/4.96	o 3
11.22/4.96	o 2
11.51/5.00	o 1
11.51/5.01	v <instantiation cost="1">
11.51/5.01	v       <list>
11.51/5.01	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.51/5.01	v       </list>
11.51/5.01	v       <values>
11.51/5.01	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.51/5.01	v       </values>
11.51/5.01	v     </instantiation>
11.51/5.01	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-4262727-1502483960/watcher-4262727-1502483960 -o /tmp/evaluation-result-4262727-1502483960/solver-4262727-1502483960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580 bin/concrete HOME/instance-4262727-1502483960.xml 

pid=31768
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.62 1.70 1.74 2/194 31771
/proc/meminfo: memFree=28820576/32770624 swapFree=0/318076
[pid=31771] ppid=31768 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/31771/stat : 31771 (runsolver) D 31768 31771 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 50591489 24240128 108 18446744073709551615 4194304 4338465 140733093055984 140733093053624 140620050473687 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 19861504 140733093064912 140733093065289 140733093065289 140733093068746 0
/proc/31771/statm: 5918 108 54 36 0 2156 0

[startup+0.100087 s]
/proc/loadavg: 1.62 1.70 1.74 2/194 31771
/proc/meminfo: memFree=28820576/32770624 swapFree=0/318076
[pid=31771] ppid=31768 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/31771/stat : 31771 (bash) S 31768 31771 16548 0 -1 4202496 713 3536 0 0 0 0 0 0 20 0 1 0 50591489 9736192 354 18446744073709551615 4194304 5098028 140723846462864 140723846460504 139626237500416 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 11325440 140723846464020 140723846464105 140723846464105 140723846467562 0
/proc/31771/statm: 2377 354 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200225 s]
/proc/loadavg: 1.62 1.70 1.74 2/194 31771
/proc/meminfo: memFree=28820576/32770624 swapFree=0/318076
[pid=31771] ppid=31768 vsize=9636 CPUtime=0.07 cores=1,3,5,7
/proc/31771/stat : 31771 (bash) S 31768 31771 16548 0 -1 4202496 931 11821 0 0 0 0 4 3 20 0 1 0 50591489 9867264 376 18446744073709551615 4194304 5098028 140723846462864 140723846458696 139626237500416 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 11325440 140723846464020 140723846464105 140723846464105 140723846467562 0
/proc/31771/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9636

[startup+0.300283 s]
/proc/loadavg: 1.62 1.70 1.74 2/194 31771
/proc/meminfo: memFree=28820576/32770624 swapFree=0/318076
[pid=31771] ppid=31768 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/31771/stat : 31771 (java) S 31768 31771 16548 0 -1 1077944320 5809 12499 0 0 5 1 4 3 20 0 14 0 50591489 14241083392 5482 18446744073709551615 4194304 4196468 140731602628976 140731602611520 139937493589751 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
/proc/31771/statm: 3476827 5482 2571 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.708909 s]
/proc/loadavg: 1.62 1.70 1.74 2/194 31771
/proc/meminfo: memFree=28820576/32770624 swapFree=0/318076
[pid=31771] ppid=31768 vsize=13974784 CPUtime=0.58 cores=1,3,5,7
/proc/31771/stat : 31771 (java) S 31768 31771 16548 0 -1 1077944320 13742 12499 0 0 47 4 4 3 20 0 15 0 50591489 14310178816 14121 18446744073709551615 4194304 4196468 140731602628976 140731602611520 139937493589751 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
/proc/31771/statm: 3493696 14121 3058 1 0 3482965 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13974784

[startup+1.5006 s]
/proc/loadavg: 1.62 1.70 1.74 3/209 31835
/proc/meminfo: memFree=28730444/32770624 swapFree=0/318096
[pid=31771] ppid=31768 vsize=13985408 CPUtime=1.77 cores=1,3,5,7
/proc/31771/stat : 31771 (java) S 31768 31771 16548 0 -1 1077944320 26148 12499 0 0 163 7 4 3 20 0 15 0 50591489 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 140731602611520 139937493589751 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
/proc/31771/statm: 3496352 33832 3341 1 0 3485525 0
[pid=31771/tid=31821] ppid=31768 vsize=13985408 CPUtime=1.24 cores=1,3,5,7
/proc/31771/task/31821/stat : 31821 (java) R 31768 31771 16548 0 -1 4202560 21041 12499 0 0 112 5 4 3 20 0 15 0 50591510 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139937497821856 139937097848064 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31822] ppid=31768 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31822/stat : 31822 (java) S 31768 31771 16548 0 -1 1077944384 1 12499 0 0 0 0 4 3 20 0 15 0 50591510 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139937428024080 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31823] ppid=31768 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31823/stat : 31823 (java) S 31768 31771 16548 0 -1 1077944384 1 12499 0 0 0 0 4 3 20 0 15 0 50591510 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139937426971536 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31824] ppid=31768 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31824/stat : 31824 (java) S 31768 31771 16548 0 -1 1077944384 1 12499 0 0 0 0 4 3 20 0 15 0 50591510 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139937425918992 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31825] ppid=31768 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31825/stat : 31825 (java) S 31768 31771 16548 0 -1 1077944384 2 12499 0 0 0 0 4 3 20 0 15 0 50591511 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139937424866448 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31826] ppid=31768 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31826/stat : 31826 (java) S 31768 31771 16548 0 -1 1077944384 6 12499 0 0 0 0 4 3 20 0 15 0 50591512 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139936409548784 139937493600898 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31827] ppid=31768 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31827/stat : 31827 (java) S 31768 31771 16548 0 -1 1077944384 33 12499 0 0 0 0 4 3 20 0 15 0 50591512 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139936408495008 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31828] ppid=31768 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31828/stat : 31828 (java) S 31768 31771 16548 0 -1 1077944384 21 12499 0 0 0 0 4 3 20 0 15 0 50591512 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139936407442416 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31829] ppid=31768 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31829/stat : 31829 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139936406390992 139937493608347 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31830] ppid=31768 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/31771/task/31830/stat : 31830 (java) S 31768 31771 16548 0 -1 1077944384 1092 12499 0 0 16 0 4 3 20 0 15 0 50591515 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139936405338608 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31831] ppid=31768 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/31771/task/31831/stat : 31831 (java) S 31768 31771 16548 0 -1 1077944384 559 12499 0 0 12 0 4 3 20 0 15 0 50591515 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139936404286064 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31832] ppid=31768 vsize=13985408 CPUtime=0.28 cores=1,3,5,7
/proc/31771/task/31832/stat : 31832 (java) S 31768 31771 16548 0 -1 1077944384 1234 12499 0 0 21 0 4 3 20 0 15 0 50591515 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139936403233520 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31833] ppid=31768 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31833/stat : 31833 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139936402181216 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31834] ppid=31768 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31834/stat : 31834 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591526 14321057792 33832 18446744073709551615 4194304 4196468 140731602628976 139936401127728 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 13985408

[startup+3.10063 s]
/proc/loadavg: 1.65 1.70 1.75 5/209 31835
/proc/meminfo: memFree=28651940/32770624 swapFree=0/318096
[pid=31771] ppid=31768 vsize=13997884 CPUtime=5.58 cores=1,3,5,7
/proc/31771/stat : 31771 (java) S 31768 31771 16548 0 -1 1077944320 36994 12499 0 0 535 16 4 3 20 0 15 0 50591489 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 140731602611520 139937493589751 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
/proc/31771/statm: 3499471 55085 3443 1 0 3488085 0
[pid=31771/tid=31821] ppid=31768 vsize=13997884 CPUtime=2.81 cores=1,3,5,7
/proc/31771/task/31821/stat : 31821 (java) R 31768 31771 16548 0 -1 4202560 25371 12499 0 0 266 8 4 3 20 0 15 0 50591510 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139937497822832 139937108745703 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31822] ppid=31768 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31822/stat : 31822 (java) S 31768 31771 16548 0 -1 1077944384 31 12499 0 0 0 0 4 3 20 0 15 0 50591510 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139937428024080 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31823] ppid=31768 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31771/task/31823/stat : 31823 (java) S 31768 31771 16548 0 -1 1077944384 55 12499 0 0 1 0 4 3 20 0 15 0 50591510 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139937426971536 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31824] ppid=31768 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31771/task/31824/stat : 31824 (java) S 31768 31771 16548 0 -1 1077944384 191 12499 0 0 1 0 4 3 20 0 15 0 50591510 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139937425918992 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31825] ppid=31768 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31771/task/31825/stat : 31825 (java) S 31768 31771 16548 0 -1 1077944384 34 12499 0 0 1 0 4 3 20 0 15 0 50591511 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139937424866448 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31826] ppid=31768 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/31771/task/31826/stat : 31826 (java) S 31768 31771 16548 0 -1 1077944384 1265 12499 0 0 1 0 4 3 20 0 15 0 50591512 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139936409548784 139937493600898 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31827] ppid=31768 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31827/stat : 31827 (java) S 31768 31771 16548 0 -1 1077944384 55 12499 0 0 0 0 4 3 20 0 15 0 50591512 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139936408495072 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31828] ppid=31768 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31828/stat : 31828 (java) S 31768 31771 16548 0 -1 1077944384 43 12499 0 0 0 0 4 3 20 0 15 0 50591512 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139936407442432 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31829] ppid=31768 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31829/stat : 31829 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139936406390992 139937493608347 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31830] ppid=31768 vsize=13997884 CPUtime=0.89 cores=1,3,5,7
/proc/31771/task/31830/stat : 31830 (java) R 31768 31771 16548 0 -1 1077944384 1783 12499 0 0 80 2 4 3 20 0 15 0 50591515 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139936405338608 139937493600898 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31831] ppid=31768 vsize=13997884 CPUtime=0.84 cores=1,3,5,7
/proc/31771/task/31831/stat : 31831 (java) R 31768 31771 16548 0 -1 4202560 1733 12499 0 0 76 1 4 3 20 0 15 0 50591515 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139936404273424 139937477981738 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31832] ppid=31768 vsize=13997884 CPUtime=1.14 cores=1,3,5,7
/proc/31771/task/31832/stat : 31832 (java) R 31768 31771 16548 0 -1 1077944384 4272 12499 0 0 106 1 4 3 20 0 15 0 50591515 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139936403233520 139937493600898 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31833] ppid=31768 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31833/stat : 31833 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139936402181216 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31834] ppid=31768 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31834/stat : 31834 (java) S 31768 31771 16548 0 -1 1077944384 5 12499 0 0 0 0 4 3 20 0 15 0 50591526 14333833216 55085 18446744073709551615 4194304 4196468 140731602628976 139936401127728 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
Current children cumulated CPU time (s) 5.58
Current children cumulated vsize (KiB) 13997884

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

[startup+3.31463 s]
/proc/loadavg: 1.65 1.70 1.75 5/209 31835
/proc/meminfo: memFree=28651940/32770624 swapFree=0/318096
[pid=31771] ppid=31768 vsize=13999932 CPUtime=6.23 cores=1,3,5,7
/proc/31771/stat : 31771 (java) S 31768 31771 16548 0 -1 1077944320 37610 12499 0 0 600 16 4 3 20 0 15 0 50591489 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 140731602611520 139937493589751 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
/proc/31771/statm: 3499983 60336 3445 1 0 3488597 0
[pid=31771/tid=31821] ppid=31768 vsize=13999932 CPUtime=3.02 cores=1,3,5,7
/proc/31771/task/31821/stat : 31821 (java) R 31768 31771 16548 0 -1 4202560 25555 12499 0 0 287 8 4 3 20 0 15 0 50591510 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139937497823120 139937493611098 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31822] ppid=31768 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31822/stat : 31822 (java) S 31768 31771 16548 0 -1 1077944384 31 12499 0 0 0 0 4 3 20 0 15 0 50591510 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139937428024080 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31823] ppid=31768 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/31771/task/31823/stat : 31823 (java) S 31768 31771 16548 0 -1 1077944384 55 12499 0 0 1 0 4 3 20 0 15 0 50591510 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139937426971536 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31824] ppid=31768 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/31771/task/31824/stat : 31824 (java) S 31768 31771 16548 0 -1 1077944384 191 12499 0 0 1 0 4 3 20 0 15 0 50591510 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139937425918992 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31825] ppid=31768 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/31771/task/31825/stat : 31825 (java) S 31768 31771 16548 0 -1 1077944384 34 12499 0 0 1 0 4 3 20 0 15 0 50591511 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139937424866448 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31826] ppid=31768 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/31771/task/31826/stat : 31826 (java) S 31768 31771 16548 0 -1 1077944384 1265 12499 0 0 1 0 4 3 20 0 15 0 50591512 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139936409548784 139937493600898 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31827] ppid=31768 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31827/stat : 31827 (java) S 31768 31771 16548 0 -1 1077944384 55 12499 0 0 0 0 4 3 20 0 15 0 50591512 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139936408495072 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31828] ppid=31768 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31828/stat : 31828 (java) S 31768 31771 16548 0 -1 1077944384 43 12499 0 0 0 0 4 3 20 0 15 0 50591512 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139936407442432 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31829] ppid=31768 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31829/stat : 31829 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139936406390992 139937493608347 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31830] ppid=31768 vsize=13999932 CPUtime=1.06 cores=1,3,5,7
/proc/31771/task/31830/stat : 31830 (java) R 31768 31771 16548 0 -1 4202560 1897 12499 0 0 97 2 4 3 20 0 15 0 50591515 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139936405320688 139937473929235 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31831] ppid=31768 vsize=13999932 CPUtime=1.03 cores=1,3,5,7
/proc/31771/task/31831/stat : 31831 (java) R 31768 31771 16548 0 -1 4202560 1890 12499 0 0 95 1 4 3 20 0 15 0 50591515 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139936404276896 139937473778349 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31832] ppid=31768 vsize=13999932 CPUtime=1.23 cores=1,3,5,7
/proc/31771/task/31832/stat : 31832 (java) S 31768 31771 16548 0 -1 1077944384 4433 12499 0 0 115 1 4 3 20 0 15 0 50591515 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139936403233520 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31833] ppid=31768 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31833/stat : 31833 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139936402181216 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31834] ppid=31768 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31834/stat : 31834 (java) S 31768 31771 16548 0 -1 1077944384 5 12499 0 0 0 0 4 3 20 0 15 0 50591526 14335930368 60336 18446744073709551615 4194304 4196468 140731602628976 139936401127728 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 13999932

[startup+4.1009 s]
/proc/loadavg: 1.65 1.70 1.75 3/209 31835
/proc/meminfo: memFree=28586952/32770624 swapFree=0/318108
[pid=31771] ppid=31768 vsize=14067516 CPUtime=8.47 cores=1,3,5,7
/proc/31771/stat : 31771 (java) S 31768 31771 16548 0 -1 1077944320 61859 12499 0 0 819 21 4 3 20 0 15 0 50591489 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 140731602611520 139937493589751 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
/proc/31771/statm: 3516879 81762 3459 1 0 3505493 0
[pid=31771/tid=31821] ppid=31768 vsize=14067516 CPUtime=3.75 cores=1,3,5,7
/proc/31771/task/31821/stat : 31821 (java) R 31768 31771 16548 0 -1 4202560 38326 12499 0 0 358 10 4 3 20 0 15 0 50591510 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139937497807288 139937493603615 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31822] ppid=31768 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/31771/task/31822/stat : 31822 (java) S 31768 31771 16548 0 -1 1077944384 47 12499 0 0 2 0 4 3 20 0 15 0 50591510 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139937428024080 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31823] ppid=31768 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/31771/task/31823/stat : 31823 (java) S 31768 31771 16548 0 -1 1077944384 170 12499 0 0 3 0 4 3 20 0 15 0 50591510 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139937426971536 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31824] ppid=31768 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/31771/task/31824/stat : 31824 (java) S 31768 31771 16548 0 -1 1077944384 203 12499 0 0 3 0 4 3 20 0 15 0 50591510 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139937425918992 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31825] ppid=31768 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/31771/task/31825/stat : 31825 (java) S 31768 31771 16548 0 -1 1077944384 102 12499 0 0 3 0 4 3 20 0 15 0 50591511 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139937424866448 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31826] ppid=31768 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/31771/task/31826/stat : 31826 (java) S 31768 31771 16548 0 -1 1077944384 2560 12499 0 0 3 0 4 3 20 0 15 0 50591512 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139936409548784 139937493600898 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31827] ppid=31768 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31827/stat : 31827 (java) S 31768 31771 16548 0 -1 1077944384 55 12499 0 0 0 0 4 3 20 0 15 0 50591512 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139936408495072 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31828] ppid=31768 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31828/stat : 31828 (java) S 31768 31771 16548 0 -1 1077944384 43 12499 0 0 0 0 4 3 20 0 15 0 50591512 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139936407442432 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31829] ppid=31768 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31829/stat : 31829 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139936406390992 139937493608347 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31830] ppid=31768 vsize=14067516 CPUtime=1.6 cores=1,3,5,7
/proc/31771/task/31830/stat : 31830 (java) R 31768 31771 16548 0 -1 4202560 5403 12499 0 0 150 3 4 3 20 0 15 0 50591515 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139936405319624 139937477086521 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31831] ppid=31768 vsize=14067516 CPUtime=1.51 cores=1,3,5,7
/proc/31771/task/31831/stat : 31831 (java) R 31768 31771 16548 0 -1 4202560 4029 12499 0 0 143 1 4 3 20 0 15 0 50591515 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139936404266312 139937477878609 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31832] ppid=31768 vsize=14067516 CPUtime=1.58 cores=1,3,5,7
/proc/31771/task/31832/stat : 31832 (java) S 31768 31771 16548 0 -1 1077944384 8754 12499 0 0 149 2 4 3 20 0 15 0 50591515 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139936403233520 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31833] ppid=31768 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31833/stat : 31833 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139936402181216 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31834] ppid=31768 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31834/stat : 31834 (java) S 31768 31771 16548 0 -1 1077944384 11 12499 0 0 0 0 4 3 20 0 15 0 50591526 14405136384 81762 18446744073709551615 4194304 4196468 140731602628976 139936401127728 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 14067516

[startup+4.50062 s]
/proc/loadavg: 1.65 1.70 1.75 4/209 31835
/proc/meminfo: memFree=28473336/32770624 swapFree=0/318104
[pid=31771] ppid=31768 vsize=14071672 CPUtime=9.85 cores=1,3,5,7
/proc/31771/stat : 31771 (java) S 31768 31771 16548 0 -1 1077944320 71576 12499 0 0 956 22 4 3 20 0 15 0 50591489 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 140731602611520 139937493589751 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
/proc/31771/statm: 3517918 89903 3462 1 0 3506532 0
[pid=31771/tid=31821] ppid=31768 vsize=14071672 CPUtime=3.94 cores=1,3,5,7
/proc/31771/task/31821/stat : 31821 (java) S 31768 31771 16548 0 -1 1077944384 43941 12499 0 0 377 10 4 3 20 0 15 0 50591510 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139937497827296 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31822] ppid=31768 vsize=14071672 CPUtime=0.15 cores=1,3,5,7
/proc/31771/task/31822/stat : 31822 (java) R 31768 31771 16548 0 -1 4202560 66 12499 0 0 8 0 4 3 20 0 15 0 50591510 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139937428024080 139937478586158 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31823] ppid=31768 vsize=14071672 CPUtime=0.14 cores=1,3,5,7
/proc/31771/task/31823/stat : 31823 (java) R 31768 31771 16548 0 -1 4202560 178 12499 0 0 7 0 4 3 20 0 15 0 50591510 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139937426971536 139937475199501 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31824] ppid=31768 vsize=14071672 CPUtime=0.2 cores=1,3,5,7
/proc/31771/task/31824/stat : 31824 (java) S 31768 31771 16548 0 -1 1077944384 213 12499 0 0 13 0 4 3 20 0 15 0 50591510 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139937425918992 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31825] ppid=31768 vsize=14071672 CPUtime=0.16 cores=1,3,5,7
/proc/31771/task/31825/stat : 31825 (java) R 31768 31771 16548 0 -1 1077944384 105 12499 0 0 9 0 4 3 20 0 15 0 50591511 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139937424866448 139937493599957 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31826] ppid=31768 vsize=14071672 CPUtime=0.18 cores=1,3,5,7
/proc/31771/task/31826/stat : 31826 (java) S 31768 31771 16548 0 -1 1077944384 2563 12499 0 0 11 0 4 3 20 0 15 0 50591512 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139936409547408 139937493599957 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31827] ppid=31768 vsize=14071672 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31827/stat : 31827 (java) S 31768 31771 16548 0 -1 1077944384 55 12499 0 0 0 0 4 3 20 0 15 0 50591512 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139936408494608 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31828] ppid=31768 vsize=14071672 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31828/stat : 31828 (java) S 31768 31771 16548 0 -1 1077944384 43 12499 0 0 0 0 4 3 20 0 15 0 50591512 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139936407442032 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31829] ppid=31768 vsize=14071672 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31829/stat : 31829 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139936406390992 139937493608347 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31830] ppid=31768 vsize=14071672 CPUtime=2 cores=1,3,5,7
/proc/31771/task/31830/stat : 31830 (java) R 31768 31771 16548 0 -1 4202560 8294 12499 0 0 190 3 4 3 20 0 15 0 50591515 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139936405324488 139937475110816 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31831] ppid=31768 vsize=14071672 CPUtime=1.86 cores=1,3,5,7
/proc/31771/task/31831/stat : 31831 (java) S 31768 31771 16548 0 -1 1077944384 4997 12499 0 0 178 1 4 3 20 0 15 0 50591515 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139936404270896 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31832] ppid=31768 vsize=14071672 CPUtime=1.67 cores=1,3,5,7
/proc/31771/task/31832/stat : 31832 (java) S 31768 31771 16548 0 -1 1077944384 8953 12499 0 0 158 2 4 3 20 0 15 0 50591515 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139936403233520 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31833] ppid=31768 vsize=14071672 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31833/stat : 31833 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139936402181216 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31834] ppid=31768 vsize=14071672 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31834/stat : 31834 (java) S 31768 31771 16548 0 -1 1077944384 12 12499 0 0 0 0 4 3 20 0 15 0 50591526 14409392128 89903 18446744073709551615 4194304 4196468 140731602628976 139936401127728 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (KiB) 14071672

[startup+4.90591 s]
/proc/loadavg: 1.65 1.70 1.75 4/209 31835
/proc/meminfo: memFree=28473336/32770624 swapFree=0/318104
[pid=31771] ppid=31768 vsize=14069564 CPUtime=11.22 cores=1,3,5,7
/proc/31771/stat : 31771 (java) S 31768 31771 16548 0 -1 1077944320 72292 12499 0 0 1093 22 4 3 20 0 15 0 50591489 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 140731602611520 139937493589751 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
/proc/31771/statm: 3517391 88977 3464 1 0 3506005 0
[pid=31771/tid=31821] ppid=31768 vsize=14069564 CPUtime=4.3 cores=1,3,5,7
/proc/31771/task/31821/stat : 31821 (java) R 31768 31771 16548 0 -1 4202560 44073 12499 0 0 413 10 4 3 20 0 15 0 50591510 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139937497821504 139937114159391 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31822] ppid=31768 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/31771/task/31822/stat : 31822 (java) S 31768 31771 16548 0 -1 1077944384 66 12499 0 0 10 0 4 3 20 0 15 0 50591510 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139937428024080 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31823] ppid=31768 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/31771/task/31823/stat : 31823 (java) S 31768 31771 16548 0 -1 1077944384 183 12499 0 0 9 0 4 3 20 0 15 0 50591510 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139937426971536 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31824] ppid=31768 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/31771/task/31824/stat : 31824 (java) S 31768 31771 16548 0 -1 1077944384 213 12499 0 0 14 0 4 3 20 0 15 0 50591510 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139937425918992 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31825] ppid=31768 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/31771/task/31825/stat : 31825 (java) S 31768 31771 16548 0 -1 1077944384 105 12499 0 0 10 0 4 3 20 0 15 0 50591511 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139937424866448 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31826] ppid=31768 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/31771/task/31826/stat : 31826 (java) S 31768 31771 16548 0 -1 1077944384 2563 12499 0 0 13 0 4 3 20 0 15 0 50591512 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139936409548784 139937493600898 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31827] ppid=31768 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31827/stat : 31827 (java) S 31768 31771 16548 0 -1 1077944384 55 12499 0 0 0 0 4 3 20 0 15 0 50591512 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139936408495072 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31828] ppid=31768 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31828/stat : 31828 (java) S 31768 31771 16548 0 -1 1077944384 43 12499 0 0 0 0 4 3 20 0 15 0 50591512 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139936407442432 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31829] ppid=31768 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31829/stat : 31829 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139936406390992 139937493608347 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31830] ppid=31768 vsize=14069564 CPUtime=2.39 cores=1,3,5,7
/proc/31771/task/31830/stat : 31830 (java) R 31768 31771 16548 0 -1 4202560 8405 12499 0 0 229 3 4 3 20 0 15 0 50591515 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139936405319440 139937477086539 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31831] ppid=31768 vsize=14069564 CPUtime=2.22 cores=1,3,5,7
/proc/31771/task/31831/stat : 31831 (java) R 31768 31771 16548 0 -1 4202560 5145 12499 0 0 214 1 4 3 20 0 15 0 50591515 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139936404275424 139937472836537 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31832] ppid=31768 vsize=14069564 CPUtime=1.85 cores=1,3,5,7
/proc/31771/task/31832/stat : 31832 (java) S 31768 31771 16548 0 -1 1077944384 9273 12499 0 0 176 2 4 3 20 0 15 0 50591515 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139936403233520 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31833] ppid=31768 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31833/stat : 31833 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139936402181216 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31834] ppid=31768 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31834/stat : 31834 (java) S 31768 31771 16548 0 -1 1077944384 12 12499 0 0 0 0 4 3 20 0 15 0 50591526 14407233536 88977 18446744073709551615 4194304 4196468 140731602628976 139936401127728 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
Current children cumulated CPU time (s) 11.22
Current children cumulated vsize (KiB) 14069564

[startup+5.00091 s]
/proc/loadavg: 1.65 1.70 1.75 4/209 31835
/proc/meminfo: memFree=28473336/32770624 swapFree=0/318104
[pid=31771] ppid=31768 vsize=14069564 CPUtime=11.51 cores=1,3,5,7
/proc/31771/stat : 31771 (java) S 31768 31771 16548 0 -1 1077944320 72505 12499 0 0 1122 22 4 3 20 0 15 0 50591489 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 140731602611520 139937493589751 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
/proc/31771/statm: 3517391 89155 3464 1 0 3506005 0
[pid=31771/tid=31821] ppid=31768 vsize=14069564 CPUtime=4.4 cores=1,3,5,7
/proc/31771/task/31821/stat : 31821 (java) R 31768 31771 16548 0 -1 4202560 44083 12499 0 0 423 10 4 3 20 0 15 0 50591510 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139937497820856 139937115109188 0 4 1 16800974 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31822] ppid=31768 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/31771/task/31822/stat : 31822 (java) S 31768 31771 16548 0 -1 1077944384 66 12499 0 0 10 0 4 3 20 0 15 0 50591510 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139937428024080 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31823] ppid=31768 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/31771/task/31823/stat : 31823 (java) S 31768 31771 16548 0 -1 1077944384 183 12499 0 0 9 0 4 3 20 0 15 0 50591510 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139937426971536 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31824] ppid=31768 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/31771/task/31824/stat : 31824 (java) S 31768 31771 16548 0 -1 1077944384 213 12499 0 0 14 0 4 3 20 0 15 0 50591510 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139937425918992 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31825] ppid=31768 vsize=14069564 CPUtime=0.17 cores=1,3,5,7
/proc/31771/task/31825/stat : 31825 (java) S 31768 31771 16548 0 -1 1077944384 105 12499 0 0 10 0 4 3 20 0 15 0 50591511 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139937424866448 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31826] ppid=31768 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/31771/task/31826/stat : 31826 (java) S 31768 31771 16548 0 -1 1077944384 2563 12499 0 0 13 0 4 3 20 0 15 0 50591512 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139936409548784 139937493600898 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31827] ppid=31768 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31827/stat : 31827 (java) S 31768 31771 16548 0 -1 1077944384 55 12499 0 0 0 0 4 3 20 0 15 0 50591512 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139936408495072 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31828] ppid=31768 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31828/stat : 31828 (java) S 31768 31771 16548 0 -1 1077944384 43 12499 0 0 0 0 4 3 20 0 15 0 50591512 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139936407442432 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31829] ppid=31768 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31829/stat : 31829 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139936406390992 139937493608347 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31830] ppid=31768 vsize=14069564 CPUtime=2.49 cores=1,3,5,7
/proc/31771/task/31830/stat : 31830 (java) R 31768 31771 16548 0 -1 4202560 8562 12499 0 0 239 3 4 3 20 0 15 0 50591515 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139936405319440 139937473431606 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31831] ppid=31768 vsize=14069564 CPUtime=2.31 cores=1,3,5,7
/proc/31771/task/31831/stat : 31831 (java) R 31768 31771 16548 0 -1 4202560 5171 12499 0 0 223 1 4 3 20 0 15 0 50591515 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139936404272608 139937475153255 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31832] ppid=31768 vsize=14069564 CPUtime=1.87 cores=1,3,5,7
/proc/31771/task/31832/stat : 31832 (java) S 31768 31771 16548 0 -1 1077944384 9293 12499 0 0 178 2 4 3 20 0 15 0 50591515 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139936403233520 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31833] ppid=31768 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31833/stat : 31833 (java) S 31768 31771 16548 0 -1 1077944384 3 12499 0 0 0 0 4 3 20 0 15 0 50591515 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139936402181216 139937493599957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
[pid=31771/tid=31834] ppid=31768 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/31771/task/31834/stat : 31834 (java) S 31768 31771 16548 0 -1 1077944384 12 12499 0 0 0 0 4 3 20 0 15 0 50591526 14407233536 89155 18446744073709551615 4194304 4196468 140731602628976 139936401127728 139937493600898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7127040 140731602630608 140731602633393 140731602633393 140731602636751 0
Current children cumulated CPU time (s) 11.51
Current children cumulated vsize (KiB) 14069564

Child status: 0
Real time (s): 5.03963
CPU time (s): 11.6056
CPU user time (s): 11.3299
CPU system time (s): 0.275708
CPU usage (%): 230.287
Max. virtual memory (cumulated for all children) (KiB): 14071672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3299
system time used= 0.275708
maximum resident set size= 360004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85126
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= 7574
involuntary context switches= 1110

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021054 second user time and 0.036511 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 22:25:19
IDJOB=4262727
IDBENCH=139741
IDSOLVER=2650
FILE ID=node126/4262727-1502483960
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 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-4262727-1502483960/watcher-4262727-1502483960 -o /tmp/evaluation-result-4262727-1502483960/solver-4262727-1502483960 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262727-1502483960.xml

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

MD5SUM BENCH= bc597584f482d34acd2131afdcab0789
RANDOM SEED=169834720

node126.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.81
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.81
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.81
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.81
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:        28820848 kB
MemAvailable:   29459772 kB
Buffers:          293072 kB
Cached:           618828 kB
SwapCached:          524 kB
Active:          3096648 kB
Inactive:         389400 kB
Active(anon):    2528336 kB
Inactive(anon):    71324 kB
Active(file):     568312 kB
Inactive(file):   318076 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24480 kB
Writeback:             0 kB
AnonPages:       2574012 kB
Mapped:            55012 kB
Shmem:             25248 kB
Slab:             162964 kB
SReclaimable:     136740 kB
SUnreclaim:        26224 kB
KernelStack:        3456 kB
PageTables:         9980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3413588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2359296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 22:25:24